2024-04-25T04:57:05.036 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-25T04:57:05.037 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} --verbose --name adking-2024-04-25_03:53:55-orch:cephadm-wip-adk-testing-2024-04-24-1625-distro-default-smithi --owner scheduled_adking@teuthology --archive /home/teuthworker/archive/adking-2024-04-25_03:53:55-orch:cephadm-wip-adk-testing-2024-04-24-1625-distro-default-smithi/7672802 -- /home/teuthworker/archive/adking-2024-04-25_03:53:55-orch:cephadm-wip-adk-testing-2024-04-24-1625-distro-default-smithi/7672802/orig.config.yaml 2024-04-25T04:57:05.072 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-25T04:57:05.151 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-04-25_03:53:55-orch:cephadm-wip-adk-testing-2024-04-24-1625-distro-default-smithi/7672802 branch: wip-adk-testing-2024-04-24-1625 description: orch:cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} email: adking@redhat.com first_in_suite: false job_id: '7672802' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: adking-2024-04-25_03:53:55-orch:cephadm-wip-adk-testing-2024-04-24-1625-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-adk-testing-2024-04-24-1625 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\) log-only-match: - CEPHADM_ sha1: d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 workunit: branch: wip-adk-testing-2024-04-24-1625 sha1: d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 8141 sha1: d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 sleep_before_teardown: 0 subset: 1/16 suite: orch:cephadm suite_branch: wip-adk-testing-2024-04-24-1625 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 targets: smithi031.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCaq/6APoUXfzEOLNctzvrBhR33m/XsqOpdT1D2mWnKiAwTW/ufqMuLQYjZQybuLF9LnZEseJJ92E7i+pmRGzrA= smithi040.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMdG23DWY8dbCyYJEl9Qq2LcLwhQGmYf38wXfoVN5i3W5vbj2GhhE9/oq7F4X59pT26jpGhfGHRIGVfO3GM+VjY= 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 --bucket foobucket --cluster-id foo --pseudo-path /foobucket - 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}}:/foobucket /mnt/foo - find /mnt/foo -ls - grep thebody /mnt/foo/myobject - echo test > /mnt/foo/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 /foobucket - 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: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-25_03:53:55 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-25T04:57:05.151 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737/qa; will attempt to use it 2024-04-25T04:57:05.152 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737/qa/tasks 2024-04-25T04:57:05.152 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-25T04:57:05.154 INFO:teuthology.task.internal:Checking packages... 2024-04-25T04:57:05.178 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'd6f5f4e5ec08db21b2896cb71b4cb907b7fb4737' 2024-04-25T04:57:05.178 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-25T04:57:05.178 INFO:teuthology.packaging:ref: None 2024-04-25T04:57:05.178 INFO:teuthology.packaging:tag: None 2024-04-25T04:57:05.178 INFO:teuthology.packaging:branch: wip-adk-testing-2024-04-24-1625 2024-04-25T04:57:05.178 INFO:teuthology.packaging:sha1: d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 2024-04-25T04:57:05.179 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-adk-testing-2024-04-24-1625 2024-04-25T04:57:05.315 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3293-gd6f5f4e5-1jammy 2024-04-25T04:57:05.316 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-25T04:57:05.323 INFO:teuthology.task.internal:no buildpackages task found 2024-04-25T04:57:05.323 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-25T04:57:05.336 INFO:teuthology.task.internal:Saving configuration 2024-04-25T04:57:05.348 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-25T04:57:05.355 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-25T04:57:05.376 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi031.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-25_03:53:55-orch:cephadm-wip-adk-testing-2024-04-24-1625-distro-default-smithi/7672802', '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-04-25 04:51:25.316627', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILIybzJjHwr4X2BVy0HQP0zlwiwhUW1/hmTnsxxLs4Cn'} 2024-04-25T04:57:05.394 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi040.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-25_03:53:55-orch:cephadm-wip-adk-testing-2024-04-24-1625-distro-default-smithi/7672802', '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-04-25 04:51:25.317990', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAWHK4rv2SjyD4pSBtN0I9CMzmvy1i+TTe/ZAJPwK/U8'} 2024-04-25T04:57:05.394 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-25T04:57:05.400 INFO:teuthology.task.internal:roles: ubuntu@smithi031.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-04-25T04:57:05.401 INFO:teuthology.task.internal:roles: ubuntu@smithi040.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-04-25T04:57:05.401 INFO:teuthology.run_tasks:Running task console_log... 2024-04-25T04:57:05.473 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fbeefe16430>, signals=[15]) 2024-04-25T04:57:05.473 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-25T04:57:05.479 INFO:teuthology.task.internal:Opening connections... 2024-04-25T04:57:05.479 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi031.front.sepia.ceph.com 2024-04-25T04:57:05.482 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-25T04:57:05.568 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi040.front.sepia.ceph.com 2024-04-25T04:57:05.568 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-25T04:57:05.658 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-25T04:57:05.666 DEBUG:teuthology.orchestra.run.smithi031:> uname -m 2024-04-25T04:57:05.672 INFO:teuthology.orchestra.run.smithi031.stdout:x86_64 2024-04-25T04:57:05.672 DEBUG:teuthology.orchestra.run.smithi031:> cat /etc/os-release 2024-04-25T04:57:05.717 INFO:teuthology.orchestra.run.smithi031.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-25T04:57:05.717 INFO:teuthology.orchestra.run.smithi031.stdout:NAME="Ubuntu" 2024-04-25T04:57:05.717 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION_ID="22.04" 2024-04-25T04:57:05.717 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-25T04:57:05.717 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION_CODENAME=jammy 2024-04-25T04:57:05.717 INFO:teuthology.orchestra.run.smithi031.stdout:ID=ubuntu 2024-04-25T04:57:05.717 INFO:teuthology.orchestra.run.smithi031.stdout:ID_LIKE=debian 2024-04-25T04:57:05.717 INFO:teuthology.orchestra.run.smithi031.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-25T04:57:05.717 INFO:teuthology.orchestra.run.smithi031.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-25T04:57:05.717 INFO:teuthology.orchestra.run.smithi031.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-25T04:57:05.717 INFO:teuthology.orchestra.run.smithi031.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-25T04:57:05.718 INFO:teuthology.orchestra.run.smithi031.stdout:UBUNTU_CODENAME=jammy 2024-04-25T04:57:05.718 INFO:teuthology.lock.ops:Updating smithi031.front.sepia.ceph.com on lock server 2024-04-25T04:57:05.813 DEBUG:teuthology.orchestra.run.smithi040:> uname -m 2024-04-25T04:57:05.818 INFO:teuthology.orchestra.run.smithi040.stdout:x86_64 2024-04-25T04:57:05.818 DEBUG:teuthology.orchestra.run.smithi040:> cat /etc/os-release 2024-04-25T04:57:05.865 INFO:teuthology.orchestra.run.smithi040.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-25T04:57:05.865 INFO:teuthology.orchestra.run.smithi040.stdout:NAME="Ubuntu" 2024-04-25T04:57:05.865 INFO:teuthology.orchestra.run.smithi040.stdout:VERSION_ID="22.04" 2024-04-25T04:57:05.865 INFO:teuthology.orchestra.run.smithi040.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-25T04:57:05.865 INFO:teuthology.orchestra.run.smithi040.stdout:VERSION_CODENAME=jammy 2024-04-25T04:57:05.865 INFO:teuthology.orchestra.run.smithi040.stdout:ID=ubuntu 2024-04-25T04:57:05.865 INFO:teuthology.orchestra.run.smithi040.stdout:ID_LIKE=debian 2024-04-25T04:57:05.865 INFO:teuthology.orchestra.run.smithi040.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-25T04:57:05.865 INFO:teuthology.orchestra.run.smithi040.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-25T04:57:05.865 INFO:teuthology.orchestra.run.smithi040.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-25T04:57:05.865 INFO:teuthology.orchestra.run.smithi040.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-25T04:57:05.865 INFO:teuthology.orchestra.run.smithi040.stdout:UBUNTU_CODENAME=jammy 2024-04-25T04:57:05.866 INFO:teuthology.lock.ops:Updating smithi040.front.sepia.ceph.com on lock server 2024-04-25T04:57:05.894 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-25T04:57:05.902 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-25T04:57:05.979 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-25T04:57:05.980 DEBUG:teuthology.orchestra.run.smithi031:> test '!' -e /home/ubuntu/cephtest 2024-04-25T04:57:05.982 DEBUG:teuthology.orchestra.run.smithi040:> test '!' -e /home/ubuntu/cephtest 2024-04-25T04:57:05.987 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-25T04:57:05.993 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-25T04:57:05.993 DEBUG:teuthology.orchestra.run.smithi031:> test -z $(ls -A /var/lib/ceph) 2024-04-25T04:57:06.030 DEBUG:teuthology.orchestra.run.smithi040:> test -z $(ls -A /var/lib/ceph) 2024-04-25T04:57:06.136 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-25T04:57:06.189 INFO:teuthology.run_tasks:Running task kernel... 2024-04-25T04:57:06.203 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-25T04:57:06.203 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-25T04:57:06.203 DEBUG:teuthology.orchestra.run.smithi031:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-25T04:57:06.204 DEBUG:teuthology.orchestra.run.smithi040:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-25T04:57:06.208 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-25T04:57:06.208 DEBUG:teuthology.orchestra.run.smithi031:> uname -r 2024-04-25T04:57:06.209 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-25T04:57:06.209 DEBUG:teuthology.orchestra.run.smithi040:> uname -r 2024-04-25T04:57:06.255 INFO:teuthology.orchestra.run.smithi040.stdout:5.15.0-56-generic 2024-04-25T04:57:06.256 INFO:teuthology.task.kernel:Running kernel on smithi040: 5.15.0-56-generic 2024-04-25T04:57:06.256 DEBUG:teuthology.orchestra.run.smithi040:> sudo apt-get clean 2024-04-25T04:57:06.261 INFO:teuthology.orchestra.run.smithi031.stdout:5.15.0-56-generic 2024-04-25T04:57:06.262 INFO:teuthology.task.kernel:Running kernel on smithi031: 5.15.0-56-generic 2024-04-25T04:57:06.262 DEBUG:teuthology.orchestra.run.smithi031:> sudo apt-get clean 2024-04-25T04:57:06.373 DEBUG:teuthology.orchestra.run.smithi040:> sudo apt-get update 2024-04-25T04:57:06.409 DEBUG:teuthology.orchestra.run.smithi031:> sudo apt-get update 2024-04-25T04:57:06.511 INFO:teuthology.orchestra.run.smithi040.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-25T04:57:06.537 INFO:teuthology.orchestra.run.smithi040.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-25T04:57:06.562 INFO:teuthology.orchestra.run.smithi031.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-25T04:57:06.611 INFO:teuthology.orchestra.run.smithi040.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-25T04:57:06.643 INFO:teuthology.orchestra.run.smithi040.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-25T04:57:06.667 INFO:teuthology.orchestra.run.smithi031.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-25T04:57:06.747 INFO:teuthology.orchestra.run.smithi040.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-25T04:57:06.749 INFO:teuthology.orchestra.run.smithi031.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-25T04:57:06.816 INFO:teuthology.orchestra.run.smithi031.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,394 kB] 2024-04-25T04:57:06.827 INFO:teuthology.orchestra.run.smithi040.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,610 kB] 2024-04-25T04:57:06.869 INFO:teuthology.orchestra.run.smithi040.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-25T04:57:06.875 INFO:teuthology.orchestra.run.smithi040.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-25T04:57:06.876 INFO:teuthology.orchestra.run.smithi040.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-04-25T04:57:06.902 INFO:teuthology.orchestra.run.smithi040.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-25T04:57:06.902 INFO:teuthology.orchestra.run.smithi040.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-04-25T04:57:06.906 INFO:teuthology.orchestra.run.smithi040.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-25T04:57:06.907 INFO:teuthology.orchestra.run.smithi040.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [700 kB] 2024-04-25T04:57:06.914 INFO:teuthology.orchestra.run.smithi040.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-25T04:57:06.929 INFO:teuthology.orchestra.run.smithi040.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-25T04:57:06.932 INFO:teuthology.orchestra.run.smithi040.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-25T04:57:06.946 INFO:teuthology.orchestra.run.smithi040.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-25T04:57:06.947 INFO:teuthology.orchestra.run.smithi040.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-25T04:57:06.947 INFO:teuthology.orchestra.run.smithi040.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-25T04:57:06.947 INFO:teuthology.orchestra.run.smithi040.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-25T04:57:06.948 INFO:teuthology.orchestra.run.smithi040.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [90.8 kB] 2024-04-25T04:57:06.948 INFO:teuthology.orchestra.run.smithi040.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [82.9 kB] 2024-04-25T04:57:06.960 INFO:teuthology.orchestra.run.smithi031.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-25T04:57:06.960 INFO:teuthology.orchestra.run.smithi040.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-25T04:57:06.961 INFO:teuthology.orchestra.run.smithi040.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-25T04:57:06.961 INFO:teuthology.orchestra.run.smithi040.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [29.8 kB] 2024-04-25T04:57:06.961 INFO:teuthology.orchestra.run.smithi040.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [18.5 kB] 2024-04-25T04:57:06.970 INFO:teuthology.orchestra.run.smithi031.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-25T04:57:06.976 INFO:teuthology.orchestra.run.smithi031.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-25T04:57:06.977 INFO:teuthology.orchestra.run.smithi031.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,773 kB] 2024-04-25T04:57:06.981 INFO:teuthology.orchestra.run.smithi040.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-25T04:57:06.981 INFO:teuthology.orchestra.run.smithi040.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-25T04:57:07.009 INFO:teuthology.orchestra.run.smithi031.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-25T04:57:07.010 INFO:teuthology.orchestra.run.smithi031.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [300 kB] 2024-04-25T04:57:07.015 INFO:teuthology.orchestra.run.smithi031.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-25T04:57:07.015 INFO:teuthology.orchestra.run.smithi031.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-25T04:57:07.026 INFO:teuthology.orchestra.run.smithi031.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-04-25T04:57:07.032 INFO:teuthology.orchestra.run.smithi031.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-25T04:57:07.034 INFO:teuthology.orchestra.run.smithi031.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-25T04:57:07.034 INFO:teuthology.orchestra.run.smithi031.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-25T04:57:07.034 INFO:teuthology.orchestra.run.smithi031.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-25T04:57:07.068 INFO:teuthology.orchestra.run.smithi040.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,394 kB] 2024-04-25T04:57:07.074 INFO:teuthology.orchestra.run.smithi031.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-25T04:57:07.074 INFO:teuthology.orchestra.run.smithi031.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-25T04:57:07.105 INFO:teuthology.orchestra.run.smithi031.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-25T04:57:07.241 INFO:teuthology.orchestra.run.smithi031.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,610 kB] 2024-04-25T04:57:07.480 INFO:teuthology.orchestra.run.smithi040.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-25T04:57:07.498 INFO:teuthology.orchestra.run.smithi040.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-25T04:57:07.506 INFO:teuthology.orchestra.run.smithi040.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-25T04:57:07.507 INFO:teuthology.orchestra.run.smithi040.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-25T04:57:07.509 INFO:teuthology.orchestra.run.smithi040.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,773 kB] 2024-04-25T04:57:07.551 INFO:teuthology.orchestra.run.smithi031.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-25T04:57:07.591 INFO:teuthology.orchestra.run.smithi031.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-25T04:57:07.603 INFO:teuthology.orchestra.run.smithi040.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [300 kB] 2024-04-25T04:57:07.606 INFO:teuthology.orchestra.run.smithi031.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-25T04:57:07.607 INFO:teuthology.orchestra.run.smithi031.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,830 kB] 2024-04-25T04:57:07.613 INFO:teuthology.orchestra.run.smithi040.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-25T04:57:07.614 INFO:teuthology.orchestra.run.smithi040.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [601 kB] 2024-04-25T04:57:07.633 INFO:teuthology.orchestra.run.smithi040.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-25T04:57:07.668 INFO:teuthology.orchestra.run.smithi031.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-25T04:57:07.669 INFO:teuthology.orchestra.run.smithi031.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [311 kB] 2024-04-25T04:57:07.677 INFO:teuthology.orchestra.run.smithi031.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-25T04:57:07.818 INFO:teuthology.orchestra.run.smithi040.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-25T04:57:07.841 INFO:teuthology.orchestra.run.smithi031.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [700 kB] 2024-04-25T04:57:08.216 INFO:teuthology.orchestra.run.smithi040.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-25T04:57:08.223 INFO:teuthology.orchestra.run.smithi040.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-25T04:57:08.223 INFO:teuthology.orchestra.run.smithi040.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-25T04:57:08.237 INFO:teuthology.orchestra.run.smithi040.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-25T04:57:08.240 INFO:teuthology.orchestra.run.smithi040.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-25T04:57:08.420 INFO:teuthology.orchestra.run.smithi031.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-25T04:57:08.531 INFO:teuthology.orchestra.run.smithi031.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-25T04:57:08.551 INFO:teuthology.orchestra.run.smithi031.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-25T04:57:08.553 INFO:teuthology.orchestra.run.smithi031.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-25T04:57:08.556 INFO:teuthology.orchestra.run.smithi031.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-25T04:57:08.556 INFO:teuthology.orchestra.run.smithi031.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-25T04:57:08.557 INFO:teuthology.orchestra.run.smithi031.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-25T04:57:08.557 INFO:teuthology.orchestra.run.smithi031.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [90.8 kB] 2024-04-25T04:57:08.563 INFO:teuthology.orchestra.run.smithi031.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [82.9 kB] 2024-04-25T04:57:08.569 INFO:teuthology.orchestra.run.smithi031.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-25T04:57:08.733 INFO:teuthology.orchestra.run.smithi031.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-25T04:57:08.815 INFO:teuthology.orchestra.run.smithi031.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [29.8 kB] 2024-04-25T04:57:08.930 INFO:teuthology.orchestra.run.smithi031.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [18.5 kB] 2024-04-25T04:57:08.987 INFO:teuthology.orchestra.run.smithi031.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-25T04:57:09.021 INFO:teuthology.orchestra.run.smithi031.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-25T04:57:12.955 INFO:teuthology.orchestra.run.smithi040.stdout:Fetched 13.3 MB in 2s (7,082 kB/s) 2024-04-25T04:57:13.766 INFO:teuthology.orchestra.run.smithi031.stdout:Fetched 13.3 MB in 3s (5,221 kB/s) 2024-04-25T04:57:14.354 INFO:teuthology.orchestra.run.smithi040.stdout:Reading package lists... 2024-04-25T04:57:14.373 DEBUG:teuthology.orchestra.run.smithi040:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-25T04:57:14.439 INFO:teuthology.orchestra.run.smithi040.stdout:Reading package lists... 2024-04-25T04:57:14.627 INFO:teuthology.orchestra.run.smithi040.stdout:Building dependency tree... 2024-04-25T04:57:14.628 INFO:teuthology.orchestra.run.smithi040.stdout:Reading state information... 2024-04-25T04:57:14.789 INFO:teuthology.orchestra.run.smithi040.stdout:The following packages were automatically installed and are no longer required: 2024-04-25T04:57:14.789 INFO:teuthology.orchestra.run.smithi040.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-25T04:57:14.789 INFO:teuthology.orchestra.run.smithi040.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-25T04:57:14.790 INFO:teuthology.orchestra.run.smithi040.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-25T04:57:14.790 INFO:teuthology.orchestra.run.smithi040.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-25T04:57:14.790 INFO:teuthology.orchestra.run.smithi040.stdout: python2.7-minimal 2024-04-25T04:57:14.790 INFO:teuthology.orchestra.run.smithi040.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-25T04:57:14.791 INFO:teuthology.orchestra.run.smithi040.stdout:The following additional packages will be installed: 2024-04-25T04:57:14.791 INFO:teuthology.orchestra.run.smithi040.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-25T04:57:14.791 INFO:teuthology.orchestra.run.smithi040.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-25T04:57:14.792 INFO:teuthology.orchestra.run.smithi040.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-25T04:57:14.793 INFO:teuthology.orchestra.run.smithi040.stdout:Suggested packages: 2024-04-25T04:57:14.793 INFO:teuthology.orchestra.run.smithi040.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-25T04:57:14.793 INFO:teuthology.orchestra.run.smithi040.stdout:Recommended packages: 2024-04-25T04:57:14.793 INFO:teuthology.orchestra.run.smithi040.stdout: thermald 2024-04-25T04:57:14.841 INFO:teuthology.orchestra.run.smithi040.stdout:The following NEW packages will be installed: 2024-04-25T04:57:14.841 INFO:teuthology.orchestra.run.smithi040.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-25T04:57:14.841 INFO:teuthology.orchestra.run.smithi040.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-25T04:57:14.841 INFO:teuthology.orchestra.run.smithi040.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-25T04:57:14.842 INFO:teuthology.orchestra.run.smithi040.stdout:The following packages will be upgraded: 2024-04-25T04:57:14.842 INFO:teuthology.orchestra.run.smithi040.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-25T04:57:14.901 INFO:teuthology.orchestra.run.smithi040.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-25T04:57:14.901 INFO:teuthology.orchestra.run.smithi040.stdout:Need to get 113 MB of archives. 2024-04-25T04:57:14.901 INFO:teuthology.orchestra.run.smithi040.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-25T04:57:14.901 INFO:teuthology.orchestra.run.smithi040.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-25T04:57:15.385 INFO:teuthology.orchestra.run.smithi040.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-25T04:57:15.394 INFO:teuthology.orchestra.run.smithi031.stdout:Reading package lists... 2024-04-25T04:57:15.412 DEBUG:teuthology.orchestra.run.smithi031:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-25T04:57:15.477 INFO:teuthology.orchestra.run.smithi031.stdout:Reading package lists... 2024-04-25T04:57:15.499 INFO:teuthology.orchestra.run.smithi040.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-25T04:57:15.665 INFO:teuthology.orchestra.run.smithi031.stdout:Building dependency tree... 2024-04-25T04:57:15.665 INFO:teuthology.orchestra.run.smithi031.stdout:Reading state information... 2024-04-25T04:57:15.827 INFO:teuthology.orchestra.run.smithi031.stdout:The following packages were automatically installed and are no longer required: 2024-04-25T04:57:15.827 INFO:teuthology.orchestra.run.smithi031.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-25T04:57:15.827 INFO:teuthology.orchestra.run.smithi031.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-25T04:57:15.828 INFO:teuthology.orchestra.run.smithi031.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-25T04:57:15.828 INFO:teuthology.orchestra.run.smithi031.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-25T04:57:15.828 INFO:teuthology.orchestra.run.smithi031.stdout: python2.7-minimal 2024-04-25T04:57:15.828 INFO:teuthology.orchestra.run.smithi031.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-25T04:57:15.829 INFO:teuthology.orchestra.run.smithi031.stdout:The following additional packages will be installed: 2024-04-25T04:57:15.829 INFO:teuthology.orchestra.run.smithi031.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-25T04:57:15.829 INFO:teuthology.orchestra.run.smithi031.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-25T04:57:15.830 INFO:teuthology.orchestra.run.smithi031.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-25T04:57:15.831 INFO:teuthology.orchestra.run.smithi031.stdout:Suggested packages: 2024-04-25T04:57:15.831 INFO:teuthology.orchestra.run.smithi031.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-25T04:57:15.831 INFO:teuthology.orchestra.run.smithi031.stdout:Recommended packages: 2024-04-25T04:57:15.831 INFO:teuthology.orchestra.run.smithi031.stdout: thermald 2024-04-25T04:57:15.879 INFO:teuthology.orchestra.run.smithi031.stdout:The following NEW packages will be installed: 2024-04-25T04:57:15.879 INFO:teuthology.orchestra.run.smithi031.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-25T04:57:15.879 INFO:teuthology.orchestra.run.smithi031.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-25T04:57:15.880 INFO:teuthology.orchestra.run.smithi031.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-25T04:57:15.881 INFO:teuthology.orchestra.run.smithi031.stdout:The following packages will be upgraded: 2024-04-25T04:57:15.881 INFO:teuthology.orchestra.run.smithi031.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-25T04:57:15.947 INFO:teuthology.orchestra.run.smithi031.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-25T04:57:15.947 INFO:teuthology.orchestra.run.smithi031.stdout:Need to get 113 MB of archives. 2024-04-25T04:57:15.947 INFO:teuthology.orchestra.run.smithi031.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-25T04:57:15.948 INFO:teuthology.orchestra.run.smithi031.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-25T04:57:16.364 INFO:teuthology.orchestra.run.smithi040.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-25T04:57:16.364 INFO:teuthology.orchestra.run.smithi040.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-25T04:57:16.365 INFO:teuthology.orchestra.run.smithi040.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-25T04:57:16.446 INFO:teuthology.orchestra.run.smithi031.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-25T04:57:16.575 INFO:teuthology.orchestra.run.smithi040.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-25T04:57:16.608 INFO:teuthology.orchestra.run.smithi040.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-25T04:57:16.624 INFO:teuthology.orchestra.run.smithi031.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-25T04:57:17.015 INFO:teuthology.orchestra.run.smithi040.stdout:Fetched 113 MB in 2s (64.4 MB/s) 2024-04-25T04:57:17.157 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-25T04:57:17.476 INFO:teuthology.orchestra.run.smithi031.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-25T04:57:17.476 INFO:teuthology.orchestra.run.smithi031.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-25T04:57:17.476 INFO:teuthology.orchestra.run.smithi031.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-25T04:57:17.766 INFO:teuthology.orchestra.run.smithi031.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-25T04:57:17.787 INFO:teuthology.orchestra.run.smithi031.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-25T04:57:18.209 INFO:teuthology.orchestra.run.smithi031.stdout:Fetched 113 MB in 2s (59.7 MB/s) 2024-04-25T04:57:18.374 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-25T04:57:19.197 INFO:teuthology.orchestra.run.smithi040.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-04-25T04:57:19.201 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-25T04:57:19.339 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T04:57:20.379 INFO:teuthology.orchestra.run.smithi031.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-04-25T04:57:20.383 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-25T04:57:20.479 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T04:57:21.374 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-25T04:57:21.395 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-25T04:57:21.491 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T04:57:21.877 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-25T04:57:21.898 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-25T04:57:21.960 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T04:57:23.038 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-25T04:57:23.060 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-25T04:57:23.148 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T04:57:23.649 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-25T04:57:23.670 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-25T04:57:23.724 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T04:57:28.081 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-25T04:57:28.205 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-25T04:57:28.488 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-25T04:57:28.601 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-25T04:57:28.904 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-25T04:57:28.926 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-25T04:57:28.970 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-25T04:57:30.216 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-25T04:57:30.340 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-25T04:57:30.698 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-25T04:57:30.843 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-25T04:57:31.147 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-25T04:57:31.169 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-25T04:57:31.213 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-25T04:57:34.876 INFO:teuthology.orchestra.run.smithi040.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-25T04:57:34.914 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-25T04:57:34.959 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T04:57:36.746 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-25T04:57:36.782 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-25T04:57:36.820 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T04:57:37.588 INFO:teuthology.orchestra.run.smithi040.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-25T04:57:37.721 INFO:teuthology.orchestra.run.smithi040.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-25T04:57:38.029 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-25T04:57:38.158 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T04:57:38.284 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-25T04:57:38.429 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T04:57:39.781 INFO:teuthology.orchestra.run.smithi040.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-25T04:57:39.781 INFO:teuthology.orchestra.run.smithi040.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-25T04:57:39.781 INFO:teuthology.orchestra.run.smithi040.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-25T04:57:39.781 INFO:teuthology.orchestra.run.smithi040.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-25T04:57:39.948 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T04:57:40.148 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-25T04:57:40.298 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-25T04:57:40.657 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-25T04:57:40.787 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T04:57:40.913 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-25T04:57:41.066 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T04:57:41.409 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T04:57:42.546 INFO:teuthology.orchestra.run.smithi031.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-25T04:57:42.546 INFO:teuthology.orchestra.run.smithi031.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-25T04:57:42.546 INFO:teuthology.orchestra.run.smithi031.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-25T04:57:42.547 INFO:teuthology.orchestra.run.smithi031.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-25T04:57:42.902 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T04:57:43.018 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-25T04:57:43.144 INFO:teuthology.orchestra.run.smithi040.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-25T04:57:43.270 INFO:teuthology.orchestra.run.smithi040.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T04:57:43.336 INFO:teuthology.orchestra.run.smithi040.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-25T04:57:43.336 INFO:teuthology.orchestra.run.smithi040.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-25T04:57:44.354 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T04:57:45.780 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-25T04:57:45.906 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-25T04:57:46.040 INFO:teuthology.orchestra.run.smithi031.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-25T04:57:46.103 INFO:teuthology.orchestra.run.smithi031.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-25T04:57:46.103 INFO:teuthology.orchestra.run.smithi031.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-25T04:57:58.991 INFO:teuthology.orchestra.run.smithi040.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-25T04:57:58.991 INFO:teuthology.orchestra.run.smithi040.stdout:Sourcing file `/etc/default/grub' 2024-04-25T04:57:59.007 INFO:teuthology.orchestra.run.smithi040.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-25T04:57:59.033 INFO:teuthology.orchestra.run.smithi040.stdout:Generating grub configuration file ... 2024-04-25T04:57:59.386 INFO:teuthology.orchestra.run.smithi040.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-25T04:57:59.410 INFO:teuthology.orchestra.run.smithi040.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-25T04:57:59.784 INFO:teuthology.orchestra.run.smithi040.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-25T04:57:59.790 INFO:teuthology.orchestra.run.smithi040.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-25T04:57:59.863 INFO:teuthology.orchestra.run.smithi040.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-25T04:57:59.869 INFO:teuthology.orchestra.run.smithi040.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-25T04:58:00.022 INFO:teuthology.orchestra.run.smithi040.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-25T04:58:00.022 INFO:teuthology.orchestra.run.smithi040.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-25T04:58:00.022 INFO:teuthology.orchestra.run.smithi040.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-25T04:58:00.068 INFO:teuthology.orchestra.run.smithi040.stdout:done 2024-04-25T04:58:00.568 DEBUG:teuthology.orchestra.run.smithi040:> dpkg -s linux-image-generic 2024-04-25T04:58:00.597 INFO:teuthology.orchestra.run.smithi040.stdout:Package: linux-image-generic 2024-04-25T04:58:00.597 INFO:teuthology.orchestra.run.smithi040.stdout:Status: install ok installed 2024-04-25T04:58:00.597 INFO:teuthology.orchestra.run.smithi040.stdout:Priority: optional 2024-04-25T04:58:00.598 INFO:teuthology.orchestra.run.smithi040.stdout:Section: kernel 2024-04-25T04:58:00.598 INFO:teuthology.orchestra.run.smithi040.stdout:Installed-Size: 21 2024-04-25T04:58:00.598 INFO:teuthology.orchestra.run.smithi040.stdout:Maintainer: Ubuntu Kernel Team 2024-04-25T04:58:00.598 INFO:teuthology.orchestra.run.smithi040.stdout:Architecture: amd64 2024-04-25T04:58:00.598 INFO:teuthology.orchestra.run.smithi040.stdout:Source: linux-meta 2024-04-25T04:58:00.598 INFO:teuthology.orchestra.run.smithi040.stdout:Version: 5.15.0.105.102 2024-04-25T04:58:00.598 INFO:teuthology.orchestra.run.smithi040.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-25T04:58:00.598 INFO:teuthology.orchestra.run.smithi040.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-25T04:58:00.598 INFO:teuthology.orchestra.run.smithi040.stdout:Recommends: thermald 2024-04-25T04:58:00.598 INFO:teuthology.orchestra.run.smithi040.stdout:Description: Generic Linux kernel image 2024-04-25T04:58:00.598 INFO:teuthology.orchestra.run.smithi040.stdout: This package will always depend on the latest generic kernel image 2024-04-25T04:58:00.598 INFO:teuthology.orchestra.run.smithi040.stdout: available. 2024-04-25T04:58:00.599 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-25T04:58:00.599 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-25T04:58:00.599 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-25T04:58:00.600 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-25T04:58:00.600 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi040.front.sepia.ceph.com, path=None, version=distro) 2024-04-25T04:58:00.600 DEBUG:teuthology.orchestra.run.smithi040:> sudo apt-get clean 2024-04-25T04:58:00.635 INFO:teuthology.orchestra.run.smithi031.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-25T04:58:00.635 INFO:teuthology.orchestra.run.smithi031.stdout:Sourcing file `/etc/default/grub' 2024-04-25T04:58:00.654 INFO:teuthology.orchestra.run.smithi031.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-25T04:58:00.676 INFO:teuthology.orchestra.run.smithi031.stdout:Generating grub configuration file ... 2024-04-25T04:58:00.801 DEBUG:teuthology.orchestra.run.smithi040:> sudo apt-get update 2024-04-25T04:58:00.935 INFO:teuthology.orchestra.run.smithi040.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-25T04:58:00.940 INFO:teuthology.orchestra.run.smithi040.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-25T04:58:00.960 INFO:teuthology.orchestra.run.smithi040.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-25T04:58:00.979 INFO:teuthology.orchestra.run.smithi031.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-25T04:58:00.979 INFO:teuthology.orchestra.run.smithi040.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-25T04:58:00.997 INFO:teuthology.orchestra.run.smithi031.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-25T04:58:01.343 INFO:teuthology.orchestra.run.smithi031.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-25T04:58:01.349 INFO:teuthology.orchestra.run.smithi031.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-25T04:58:01.419 INFO:teuthology.orchestra.run.smithi031.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-25T04:58:01.424 INFO:teuthology.orchestra.run.smithi031.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-25T04:58:01.576 INFO:teuthology.orchestra.run.smithi031.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-25T04:58:01.576 INFO:teuthology.orchestra.run.smithi031.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-25T04:58:01.576 INFO:teuthology.orchestra.run.smithi031.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-25T04:58:01.612 INFO:teuthology.orchestra.run.smithi031.stdout:done 2024-04-25T04:58:02.111 DEBUG:teuthology.orchestra.run.smithi031:> dpkg -s linux-image-generic 2024-04-25T04:58:02.152 INFO:teuthology.orchestra.run.smithi031.stdout:Package: linux-image-generic 2024-04-25T04:58:02.152 INFO:teuthology.orchestra.run.smithi031.stdout:Status: install ok installed 2024-04-25T04:58:02.152 INFO:teuthology.orchestra.run.smithi031.stdout:Priority: optional 2024-04-25T04:58:02.153 INFO:teuthology.orchestra.run.smithi031.stdout:Section: kernel 2024-04-25T04:58:02.153 INFO:teuthology.orchestra.run.smithi031.stdout:Installed-Size: 21 2024-04-25T04:58:02.153 INFO:teuthology.orchestra.run.smithi031.stdout:Maintainer: Ubuntu Kernel Team 2024-04-25T04:58:02.153 INFO:teuthology.orchestra.run.smithi031.stdout:Architecture: amd64 2024-04-25T04:58:02.153 INFO:teuthology.orchestra.run.smithi031.stdout:Source: linux-meta 2024-04-25T04:58:02.153 INFO:teuthology.orchestra.run.smithi031.stdout:Version: 5.15.0.105.102 2024-04-25T04:58:02.153 INFO:teuthology.orchestra.run.smithi031.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-25T04:58:02.153 INFO:teuthology.orchestra.run.smithi031.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-25T04:58:02.153 INFO:teuthology.orchestra.run.smithi031.stdout:Recommends: thermald 2024-04-25T04:58:02.153 INFO:teuthology.orchestra.run.smithi031.stdout:Description: Generic Linux kernel image 2024-04-25T04:58:02.153 INFO:teuthology.orchestra.run.smithi031.stdout: This package will always depend on the latest generic kernel image 2024-04-25T04:58:02.153 INFO:teuthology.orchestra.run.smithi031.stdout: available. 2024-04-25T04:58:02.154 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-25T04:58:02.154 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-25T04:58:02.154 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-25T04:58:02.154 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-25T04:58:02.154 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi031.front.sepia.ceph.com, path=None, version=distro) 2024-04-25T04:58:02.154 DEBUG:teuthology.orchestra.run.smithi031:> sudo apt-get clean 2024-04-25T04:58:02.325 INFO:teuthology.orchestra.run.smithi040.stdout:Reading package lists... 2024-04-25T04:58:02.342 DEBUG:teuthology.orchestra.run.smithi040:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-25T04:58:02.358 DEBUG:teuthology.orchestra.run.smithi031:> sudo apt-get update 2024-04-25T04:58:02.395 INFO:teuthology.orchestra.run.smithi040.stdout:Reading package lists... 2024-04-25T04:58:02.493 INFO:teuthology.orchestra.run.smithi031.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-25T04:58:02.494 INFO:teuthology.orchestra.run.smithi031.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-25T04:58:02.507 INFO:teuthology.orchestra.run.smithi031.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-25T04:58:02.528 INFO:teuthology.orchestra.run.smithi031.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-25T04:58:02.588 INFO:teuthology.orchestra.run.smithi040.stdout:Building dependency tree... 2024-04-25T04:58:02.588 INFO:teuthology.orchestra.run.smithi040.stdout:Reading state information... 2024-04-25T04:58:02.749 INFO:teuthology.orchestra.run.smithi040.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-25T04:58:02.749 INFO:teuthology.orchestra.run.smithi040.stdout:The following packages were automatically installed and are no longer required: 2024-04-25T04:58:02.749 INFO:teuthology.orchestra.run.smithi040.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-25T04:58:02.749 INFO:teuthology.orchestra.run.smithi040.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-25T04:58:02.749 INFO:teuthology.orchestra.run.smithi040.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-25T04:58:02.749 INFO:teuthology.orchestra.run.smithi040.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-25T04:58:02.750 INFO:teuthology.orchestra.run.smithi040.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-25T04:58:02.750 INFO:teuthology.orchestra.run.smithi040.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-25T04:58:02.787 INFO:teuthology.orchestra.run.smithi040.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-25T04:58:02.789 DEBUG:teuthology.orchestra.run.smithi040:> dpkg -s linux-image-generic 2024-04-25T04:58:02.846 INFO:teuthology.orchestra.run.smithi040.stdout:Package: linux-image-generic 2024-04-25T04:58:02.846 INFO:teuthology.orchestra.run.smithi040.stdout:Status: install ok installed 2024-04-25T04:58:02.847 INFO:teuthology.orchestra.run.smithi040.stdout:Priority: optional 2024-04-25T04:58:02.847 INFO:teuthology.orchestra.run.smithi040.stdout:Section: kernel 2024-04-25T04:58:02.847 INFO:teuthology.orchestra.run.smithi040.stdout:Installed-Size: 21 2024-04-25T04:58:02.847 INFO:teuthology.orchestra.run.smithi040.stdout:Maintainer: Ubuntu Kernel Team 2024-04-25T04:58:02.847 INFO:teuthology.orchestra.run.smithi040.stdout:Architecture: amd64 2024-04-25T04:58:02.847 INFO:teuthology.orchestra.run.smithi040.stdout:Source: linux-meta 2024-04-25T04:58:02.847 INFO:teuthology.orchestra.run.smithi040.stdout:Version: 5.15.0.105.102 2024-04-25T04:58:02.847 INFO:teuthology.orchestra.run.smithi040.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-25T04:58:02.847 INFO:teuthology.orchestra.run.smithi040.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-25T04:58:02.847 INFO:teuthology.orchestra.run.smithi040.stdout:Recommends: thermald 2024-04-25T04:58:02.847 INFO:teuthology.orchestra.run.smithi040.stdout:Description: Generic Linux kernel image 2024-04-25T04:58:02.847 INFO:teuthology.orchestra.run.smithi040.stdout: This package will always depend on the latest generic kernel image 2024-04-25T04:58:02.847 INFO:teuthology.orchestra.run.smithi040.stdout: available. 2024-04-25T04:58:02.848 DEBUG:teuthology.orchestra.run.smithi040:> mktemp 2024-04-25T04:58:02.895 INFO:teuthology.orchestra.run.smithi040.stdout:/tmp/tmp.KGZElJpYtQ 2024-04-25T04:58:02.895 DEBUG:teuthology.orchestra.run.smithi040:> sudo cp /boot/grub/grub.cfg /tmp/tmp.KGZElJpYtQ 2024-04-25T04:58:02.952 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod 0666 /tmp/tmp.KGZElJpYtQ 2024-04-25T04:58:03.062 DEBUG:teuthology.orchestra.remote:smithi040:/tmp/tmp.KGZElJpYtQ is 10KB 2024-04-25T04:58:03.074 DEBUG:teuthology.orchestra.run.smithi040:> rm -fr /tmp/tmp.KGZElJpYtQ 2024-04-25T04:58:03.080 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-25T04:58:03.134 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-25T04:58:03.134 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-25T04:58:03.134 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-25T04:58:03.203 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-25T04:58:03.203 DEBUG:teuthology.orchestra.run.smithi040:> sudo update-grub 2024-04-25T04:58:03.907 INFO:teuthology.orchestra.run.smithi031.stdout:Reading package lists... 2024-04-25T04:58:03.924 DEBUG:teuthology.orchestra.run.smithi031:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-25T04:58:03.986 INFO:teuthology.orchestra.run.smithi031.stdout:Reading package lists... 2024-04-25T04:58:04.184 INFO:teuthology.orchestra.run.smithi031.stdout:Building dependency tree... 2024-04-25T04:58:04.185 INFO:teuthology.orchestra.run.smithi031.stdout:Reading state information... 2024-04-25T04:58:04.339 INFO:teuthology.orchestra.run.smithi040.stderr:Sourcing file `/etc/default/grub' 2024-04-25T04:58:04.340 INFO:teuthology.orchestra.run.smithi040.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-25T04:58:04.342 INFO:teuthology.orchestra.run.smithi040.stderr:Generating grub configuration file ... 2024-04-25T04:58:04.372 INFO:teuthology.orchestra.run.smithi031.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-25T04:58:04.372 INFO:teuthology.orchestra.run.smithi031.stdout:The following packages were automatically installed and are no longer required: 2024-04-25T04:58:04.372 INFO:teuthology.orchestra.run.smithi031.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-25T04:58:04.372 INFO:teuthology.orchestra.run.smithi031.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-25T04:58:04.372 INFO:teuthology.orchestra.run.smithi031.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-25T04:58:04.372 INFO:teuthology.orchestra.run.smithi031.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-25T04:58:04.373 INFO:teuthology.orchestra.run.smithi031.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-25T04:58:04.373 INFO:teuthology.orchestra.run.smithi031.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-25T04:58:04.416 INFO:teuthology.orchestra.run.smithi031.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-25T04:58:04.419 DEBUG:teuthology.orchestra.run.smithi031:> dpkg -s linux-image-generic 2024-04-25T04:58:04.434 INFO:teuthology.orchestra.run.smithi031.stdout:Package: linux-image-generic 2024-04-25T04:58:04.435 INFO:teuthology.orchestra.run.smithi031.stdout:Status: install ok installed 2024-04-25T04:58:04.435 INFO:teuthology.orchestra.run.smithi031.stdout:Priority: optional 2024-04-25T04:58:04.435 INFO:teuthology.orchestra.run.smithi031.stdout:Section: kernel 2024-04-25T04:58:04.435 INFO:teuthology.orchestra.run.smithi031.stdout:Installed-Size: 21 2024-04-25T04:58:04.435 INFO:teuthology.orchestra.run.smithi031.stdout:Maintainer: Ubuntu Kernel Team 2024-04-25T04:58:04.435 INFO:teuthology.orchestra.run.smithi031.stdout:Architecture: amd64 2024-04-25T04:58:04.435 INFO:teuthology.orchestra.run.smithi031.stdout:Source: linux-meta 2024-04-25T04:58:04.435 INFO:teuthology.orchestra.run.smithi031.stdout:Version: 5.15.0.105.102 2024-04-25T04:58:04.435 INFO:teuthology.orchestra.run.smithi031.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-25T04:58:04.435 INFO:teuthology.orchestra.run.smithi031.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-25T04:58:04.435 INFO:teuthology.orchestra.run.smithi031.stdout:Recommends: thermald 2024-04-25T04:58:04.435 INFO:teuthology.orchestra.run.smithi031.stdout:Description: Generic Linux kernel image 2024-04-25T04:58:04.435 INFO:teuthology.orchestra.run.smithi031.stdout: This package will always depend on the latest generic kernel image 2024-04-25T04:58:04.435 INFO:teuthology.orchestra.run.smithi031.stdout: available. 2024-04-25T04:58:04.436 DEBUG:teuthology.orchestra.run.smithi031:> mktemp 2024-04-25T04:58:04.480 INFO:teuthology.orchestra.run.smithi031.stdout:/tmp/tmp.iXGqBuDLme 2024-04-25T04:58:04.481 DEBUG:teuthology.orchestra.run.smithi031:> sudo cp /boot/grub/grub.cfg /tmp/tmp.iXGqBuDLme 2024-04-25T04:58:04.538 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod 0666 /tmp/tmp.iXGqBuDLme 2024-04-25T04:58:04.601 INFO:teuthology.orchestra.run.smithi040.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-25T04:58:04.607 INFO:teuthology.orchestra.run.smithi040.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-25T04:58:04.657 DEBUG:teuthology.orchestra.remote:smithi031:/tmp/tmp.iXGqBuDLme is 10KB 2024-04-25T04:58:04.670 DEBUG:teuthology.orchestra.run.smithi031:> rm -fr /tmp/tmp.iXGqBuDLme 2024-04-25T04:58:04.675 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-25T04:58:04.729 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-04-25T04:58:04.729 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-25T04:58:04.729 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-25T04:58:04.805 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-25T04:58:04.805 DEBUG:teuthology.orchestra.run.smithi031:> sudo update-grub 2024-04-25T04:58:04.915 INFO:teuthology.orchestra.run.smithi040.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-25T04:58:04.921 INFO:teuthology.orchestra.run.smithi040.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-25T04:58:04.965 INFO:teuthology.orchestra.run.smithi040.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-25T04:58:04.971 INFO:teuthology.orchestra.run.smithi040.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-25T04:58:05.100 INFO:teuthology.orchestra.run.smithi040.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-25T04:58:05.100 INFO:teuthology.orchestra.run.smithi040.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-25T04:58:05.100 INFO:teuthology.orchestra.run.smithi040.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-25T04:58:05.111 INFO:teuthology.orchestra.run.smithi040.stderr:done 2024-04-25T04:58:05.123 DEBUG:teuthology.orchestra.run.smithi040:> sudo shutdown -r now 2024-04-25T04:58:06.131 INFO:teuthology.orchestra.run.smithi031.stderr:Sourcing file `/etc/default/grub' 2024-04-25T04:58:06.133 INFO:teuthology.orchestra.run.smithi031.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-25T04:58:06.144 INFO:teuthology.orchestra.run.smithi031.stderr:Generating grub configuration file ... 2024-04-25T04:58:06.366 INFO:teuthology.orchestra.run.smithi031.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-25T04:58:06.372 INFO:teuthology.orchestra.run.smithi031.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-25T04:58:06.627 INFO:teuthology.orchestra.run.smithi031.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-25T04:58:06.632 INFO:teuthology.orchestra.run.smithi031.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-25T04:58:06.675 INFO:teuthology.orchestra.run.smithi031.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-25T04:58:06.680 INFO:teuthology.orchestra.run.smithi031.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-25T04:58:06.811 INFO:teuthology.orchestra.run.smithi031.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-25T04:58:06.811 INFO:teuthology.orchestra.run.smithi031.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-25T04:58:06.811 INFO:teuthology.orchestra.run.smithi031.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-25T04:58:06.834 INFO:teuthology.orchestra.run.smithi031.stderr:done 2024-04-25T04:58:06.837 DEBUG:teuthology.orchestra.run.smithi031:> sudo shutdown -r now 2024-04-25T04:58:35.154 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-25T04:58:35.155 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-04-25T04:58:35.156 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-25T04:58:36.841 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-25T04:58:36.841 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-04-25T04:58:36.842 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-25T04:59:35.218 DEBUG:teuthology.orchestra.remote:timed out 2024-04-25T04:59:36.846 DEBUG:teuthology.orchestra.remote:timed out 2024-04-25T04:59:44.226 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-04-25T04:59:44.227 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-25T04:59:45.848 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-04-25T04:59:45.849 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-25T04:59:46.643 DEBUG:teuthology.orchestra.run.smithi031:> true 2024-04-25T04:59:47.448 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-04-25T04:59:47.448 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-105-generic"... 2024-04-25T04:59:47.448 DEBUG:teuthology.orchestra.run.smithi031:> uname -r 2024-04-25T04:59:47.497 INFO:teuthology.orchestra.run.smithi031.stdout:5.15.0-105-generic 2024-04-25T04:59:47.498 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-25T04:59:47.498 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-25T04:59:47.498 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-25T04:59:48.499 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-25T04:59:48.499 DEBUG:teuthology.orchestra.run.smithi031:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-25T04:59:48.587 INFO:teuthology.orchestra.run.smithi031.stdout:ttyS1 2024-04-25T04:59:48.628 DEBUG:teuthology.parallel:result is None 2024-04-25T04:59:59.857 DEBUG:teuthology.orchestra.run.smithi040:> true 2024-04-25T05:00:00.302 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-04-25T05:00:00.302 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-105-generic"... 2024-04-25T05:00:00.302 DEBUG:teuthology.orchestra.run.smithi040:> uname -r 2024-04-25T05:00:00.349 INFO:teuthology.orchestra.run.smithi040.stdout:5.15.0-105-generic 2024-04-25T05:00:00.350 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-25T05:00:00.350 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-25T05:00:00.350 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-25T05:00:01.351 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-25T05:00:01.351 DEBUG:teuthology.orchestra.run.smithi040:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-25T05:00:01.414 INFO:teuthology.orchestra.run.smithi040.stdout:ttyS1 2024-04-25T05:00:01.437 DEBUG:teuthology.parallel:result is None 2024-04-25T05:00:01.438 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-25T05:00:01.446 INFO:teuthology.task.internal:Creating test directory... 2024-04-25T05:00:01.446 DEBUG:teuthology.orchestra.run.smithi031:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-25T05:00:01.449 DEBUG:teuthology.orchestra.run.smithi040:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-25T05:00:01.454 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-25T05:00:01.460 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-25T05:00:01.466 INFO:teuthology.task.internal:Creating archive directory... 2024-04-25T05:00:01.467 DEBUG:teuthology.orchestra.run.smithi031:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-25T05:00:01.495 DEBUG:teuthology.orchestra.run.smithi040:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-25T05:00:01.511 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-25T05:00:01.518 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-25T05:00:01.518 DEBUG:teuthology.orchestra.run.smithi031:> 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-04-25T05:00:01.547 DEBUG:teuthology.orchestra.run.smithi040:> 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-04-25T05:00:01.564 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-25T05:00:01.572 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-25T05:00:01.573 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-25T05:00:01.581 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-25T05:00:01.583 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-25T05:00:01.591 INFO:teuthology.task.internal:Configuring sudo... 2024-04-25T05:00:01.591 DEBUG:teuthology.orchestra.run.smithi031:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-25T05:00:01.619 DEBUG:teuthology.orchestra.run.smithi040:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-25T05:00:01.635 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-25T05:00:01.645 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-25T05:00:01.645 DEBUG:teuthology.orchestra.run.smithi031:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-25T05:00:01.675 DEBUG:teuthology.orchestra.run.smithi040:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-25T05:00:01.684 DEBUG:teuthology.orchestra.run.smithi031:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-25T05:00:01.726 DEBUG:teuthology.orchestra.run.smithi031:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-25T05:00:01.775 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-04-25T05:00:01.775 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-25T05:00:01.836 DEBUG:teuthology.orchestra.run.smithi040:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-25T05:00:01.842 DEBUG:teuthology.orchestra.run.smithi040:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-25T05:00:01.888 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-25T05:00:01.888 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-25T05:00:01.956 DEBUG:teuthology.orchestra.run.smithi031:> sudo service rsyslog restart 2024-04-25T05:00:01.958 DEBUG:teuthology.orchestra.run.smithi040:> sudo service rsyslog restart 2024-04-25T05:00:02.029 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-25T05:00:02.037 INFO:teuthology.task.internal:Starting timer... 2024-04-25T05:00:02.037 INFO:teuthology.run_tasks:Running task pcp... 2024-04-25T05:00:02.047 INFO:teuthology.run_tasks:Running task selinux... 2024-04-25T05:00:02.056 DEBUG:teuthology.task.selinux:Excluding smithi031: OS 'ubuntu' does not support SELinux 2024-04-25T05:00:02.056 DEBUG:teuthology.task.selinux:Excluding smithi040: OS 'ubuntu' does not support SELinux 2024-04-25T05:00:02.056 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-25T05:00:02.056 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-25T05:00:02.056 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-25T05:00:02.056 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-25T05:00:02.065 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-25T05:00:02.081 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-04-25T05:00:02.083 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi031.front.sepia.ceph.com,smithi040.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-25T05:07:11.901 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi031.front.sepia.ceph.com'), Remote(name='ubuntu@smithi040.front.sepia.ceph.com')] 2024-04-25T05:07:11.903 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-04-25T05:07:11.904 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-25T05:07:11.986 DEBUG:teuthology.orchestra.run.smithi031:> true 2024-04-25T05:07:12.062 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-04-25T05:07:12.063 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-04-25T05:07:12.063 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-25T05:07:12.144 DEBUG:teuthology.orchestra.run.smithi040:> true 2024-04-25T05:07:12.222 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-04-25T05:07:12.223 INFO:teuthology.run_tasks:Running task clock... 2024-04-25T05:07:12.234 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-25T05:07:12.234 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-25T05:07:12.235 DEBUG:teuthology.orchestra.run.smithi031:> 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-04-25T05:07:12.237 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-25T05:07:12.237 DEBUG:teuthology.orchestra.run.smithi040:> 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-04-25T05:07:12.266 INFO:teuthology.orchestra.run.smithi031.stdout:25 Apr 05:07:12 ntpd[17155]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-25T05:07:12.266 INFO:teuthology.orchestra.run.smithi031.stdout:25 Apr 05:07:12 ntpd[17155]: Command line: ntpd -gq 2024-04-25T05:07:12.266 INFO:teuthology.orchestra.run.smithi031.stdout:25 Apr 05:07:12 ntpd[17155]: ---------------------------------------------------- 2024-04-25T05:07:12.266 INFO:teuthology.orchestra.run.smithi031.stdout:25 Apr 05:07:12 ntpd[17155]: ntp-4 is maintained by Network Time Foundation, 2024-04-25T05:07:12.266 INFO:teuthology.orchestra.run.smithi031.stdout:25 Apr 05:07:12 ntpd[17155]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-25T05:07:12.266 INFO:teuthology.orchestra.run.smithi031.stdout:25 Apr 05:07:12 ntpd[17155]: corporation. Support and training for ntp-4 are 2024-04-25T05:07:12.267 INFO:teuthology.orchestra.run.smithi031.stdout:25 Apr 05:07:12 ntpd[17155]: available at https://www.nwtime.org/support 2024-04-25T05:07:12.267 INFO:teuthology.orchestra.run.smithi031.stdout:25 Apr 05:07:12 ntpd[17155]: ---------------------------------------------------- 2024-04-25T05:07:12.267 INFO:teuthology.orchestra.run.smithi031.stdout:25 Apr 05:07:12 ntpd[17155]: proto: precision = 0.048 usec (-24) 2024-04-25T05:07:12.267 INFO:teuthology.orchestra.run.smithi031.stdout:25 Apr 05:07:12 ntpd[17155]: basedate set to 2022-02-04 2024-04-25T05:07:12.267 INFO:teuthology.orchestra.run.smithi031.stdout:25 Apr 05:07:12 ntpd[17155]: gps base set to 2022-02-06 (week 2196) 2024-04-25T05:07:12.267 INFO:teuthology.orchestra.run.smithi031.stdout:25 Apr 05:07:12 ntpd[17155]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-25T05:07:12.267 INFO:teuthology.orchestra.run.smithi031.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-25T05:07:12.268 INFO:teuthology.orchestra.run.smithi031.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-25T05:07:12.268 INFO:teuthology.orchestra.run.smithi031.stdout:25 Apr 05:07:12 ntpd[17155]: restrict ::: KOD does nothing without LIMITED. 2024-04-25T05:07:12.269 INFO:teuthology.orchestra.run.smithi031.stdout:25 Apr 05:07:12 ntpd[17155]: Listen and drop on 0 v6wildcard [::]:123 2024-04-25T05:07:12.269 INFO:teuthology.orchestra.run.smithi031.stdout:25 Apr 05:07:12 ntpd[17155]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-25T05:07:12.269 INFO:teuthology.orchestra.run.smithi031.stdout:25 Apr 05:07:12 ntpd[17155]: Listen normally on 2 lo 127.0.0.1:123 2024-04-25T05:07:12.269 INFO:teuthology.orchestra.run.smithi031.stdout:25 Apr 05:07:12 ntpd[17155]: Listen normally on 3 ens1f0 172.21.15.31:123 2024-04-25T05:07:12.269 INFO:teuthology.orchestra.run.smithi031.stdout:25 Apr 05:07:12 ntpd[17155]: Listen normally on 4 lo [::1]:123 2024-04-25T05:07:12.269 INFO:teuthology.orchestra.run.smithi031.stdout:25 Apr 05:07:12 ntpd[17155]: Listen normally on 5 ens1f0 [fe80::ae1f:6bff:fea5:caba%4]:123 2024-04-25T05:07:12.269 INFO:teuthology.orchestra.run.smithi031.stdout:25 Apr 05:07:12 ntpd[17155]: Listening on routing socket on fd #22 for interface updates 2024-04-25T05:07:12.295 INFO:teuthology.orchestra.run.smithi040.stdout:25 Apr 05:07:12 ntpd[17177]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-25T05:07:12.295 INFO:teuthology.orchestra.run.smithi040.stdout:25 Apr 05:07:12 ntpd[17177]: Command line: ntpd -gq 2024-04-25T05:07:12.295 INFO:teuthology.orchestra.run.smithi040.stdout:25 Apr 05:07:12 ntpd[17177]: ---------------------------------------------------- 2024-04-25T05:07:12.296 INFO:teuthology.orchestra.run.smithi040.stdout:25 Apr 05:07:12 ntpd[17177]: ntp-4 is maintained by Network Time Foundation, 2024-04-25T05:07:12.296 INFO:teuthology.orchestra.run.smithi040.stdout:25 Apr 05:07:12 ntpd[17177]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-25T05:07:12.296 INFO:teuthology.orchestra.run.smithi040.stdout:25 Apr 05:07:12 ntpd[17177]: corporation. Support and training for ntp-4 are 2024-04-25T05:07:12.296 INFO:teuthology.orchestra.run.smithi040.stdout:25 Apr 05:07:12 ntpd[17177]: available at https://www.nwtime.org/support 2024-04-25T05:07:12.296 INFO:teuthology.orchestra.run.smithi040.stdout:25 Apr 05:07:12 ntpd[17177]: ---------------------------------------------------- 2024-04-25T05:07:12.296 INFO:teuthology.orchestra.run.smithi040.stdout:25 Apr 05:07:12 ntpd[17177]: proto: precision = 0.063 usec (-24) 2024-04-25T05:07:12.296 INFO:teuthology.orchestra.run.smithi040.stdout:25 Apr 05:07:12 ntpd[17177]: basedate set to 2022-02-04 2024-04-25T05:07:12.297 INFO:teuthology.orchestra.run.smithi040.stdout:25 Apr 05:07:12 ntpd[17177]: gps base set to 2022-02-06 (week 2196) 2024-04-25T05:07:12.297 INFO:teuthology.orchestra.run.smithi040.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-25T05:07:12.297 INFO:teuthology.orchestra.run.smithi040.stdout:25 Apr 05:07:12 ntpd[17177]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-25T05:07:12.297 INFO:teuthology.orchestra.run.smithi040.stdout:25 Apr 05:07:12 ntpd[17177]: restrict ::: KOD does nothing without LIMITED. 2024-04-25T05:07:12.298 INFO:teuthology.orchestra.run.smithi040.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-25T05:07:12.299 INFO:teuthology.orchestra.run.smithi040.stdout:25 Apr 05:07:12 ntpd[17177]: Listen and drop on 0 v6wildcard [::]:123 2024-04-25T05:07:12.299 INFO:teuthology.orchestra.run.smithi040.stdout:25 Apr 05:07:12 ntpd[17177]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-25T05:07:12.299 INFO:teuthology.orchestra.run.smithi040.stdout:25 Apr 05:07:12 ntpd[17177]: Listen normally on 2 lo 127.0.0.1:123 2024-04-25T05:07:12.299 INFO:teuthology.orchestra.run.smithi040.stdout:25 Apr 05:07:12 ntpd[17177]: Listen normally on 3 ens1f0 172.21.15.40:123 2024-04-25T05:07:12.299 INFO:teuthology.orchestra.run.smithi040.stdout:25 Apr 05:07:12 ntpd[17177]: Listen normally on 4 lo [::1]:123 2024-04-25T05:07:12.299 INFO:teuthology.orchestra.run.smithi040.stdout:25 Apr 05:07:12 ntpd[17177]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:12cc%4]:123 2024-04-25T05:07:12.299 INFO:teuthology.orchestra.run.smithi040.stdout:25 Apr 05:07:12 ntpd[17177]: Listening on routing socket on fd #22 for interface updates 2024-04-25T05:07:13.296 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:13 ntpd[17177]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:13.296 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:13 ntpd[17177]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:14.296 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:14 ntpd[17177]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:14.296 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:14 ntpd[17177]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:14.296 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:14 ntpd[17177]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:14.296 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:14 ntpd[17177]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:14.296 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:14 ntpd[17177]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T05:07:14.296 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:14 ntpd[17177]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T05:07:15.267 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:15 ntpd[17155]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:15.267 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:15 ntpd[17155]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:15.267 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:15 ntpd[17155]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:15.267 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:15 ntpd[17155]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:15.267 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:15 ntpd[17155]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:15.267 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:15 ntpd[17155]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:15.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:15 ntpd[17155]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:15.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:15 ntpd[17155]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:15.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:15 ntpd[17155]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:15.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:15 ntpd[17155]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:15.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:15 ntpd[17155]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T05:07:15.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:15 ntpd[17155]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T05:07:15.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:15 ntpd[17155]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:15.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:15 ntpd[17155]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:15.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:15 ntpd[17155]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T05:07:15.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:15 ntpd[17155]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T05:07:15.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:15 ntpd[17155]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:15.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:15 ntpd[17155]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:15.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:15 ntpd[17155]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T05:07:15.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:15 ntpd[17155]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T05:07:16.296 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:16 ntpd[17177]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:16.297 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:16 ntpd[17177]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:16.297 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:16 ntpd[17177]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:16.297 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:16 ntpd[17177]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:16.297 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:16 ntpd[17177]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:16.297 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:16 ntpd[17177]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:16.297 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:16 ntpd[17177]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T05:07:16.297 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:16 ntpd[17177]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T05:07:16.297 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:16 ntpd[17177]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:16.297 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:16 ntpd[17177]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:16.297 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:16 ntpd[17177]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T05:07:16.297 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:16 ntpd[17177]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T05:07:17.267 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:17 ntpd[17155]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:17.267 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:17 ntpd[17155]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:17.267 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:17 ntpd[17155]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:17.267 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:17 ntpd[17155]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:17.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:17 ntpd[17155]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:17.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:17 ntpd[17155]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:17.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:17 ntpd[17155]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:17.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:17 ntpd[17155]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:17.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:17 ntpd[17155]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T05:07:17.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:17 ntpd[17155]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T05:07:17.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:17 ntpd[17155]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:17.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:17 ntpd[17155]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:17.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:17 ntpd[17155]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T05:07:17.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:17 ntpd[17155]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T05:07:17.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:17 ntpd[17155]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:17.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:17 ntpd[17155]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:17.269 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:17 ntpd[17155]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T05:07:17.269 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:17 ntpd[17155]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T05:07:17.296 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:17 ntpd[17177]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:17.296 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:17 ntpd[17177]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:17.296 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:17 ntpd[17177]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:17.296 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:17 ntpd[17177]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:17.296 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:17 ntpd[17177]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T05:07:17.296 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:17 ntpd[17177]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T05:07:18.296 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:18 ntpd[17177]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:18.297 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:18 ntpd[17177]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:18.297 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:18 ntpd[17177]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:18.297 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:18 ntpd[17177]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:18.297 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:18 ntpd[17177]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:18.297 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:18 ntpd[17177]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:18.297 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:18 ntpd[17177]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T05:07:18.297 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:18 ntpd[17177]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T05:07:18.297 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:18 ntpd[17177]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:18.297 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:18 ntpd[17177]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:18.297 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:18 ntpd[17177]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T05:07:18.297 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:18 ntpd[17177]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T05:07:19.267 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:19 ntpd[17155]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:19.267 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:19 ntpd[17155]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:19.267 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:19 ntpd[17155]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:19.267 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:19 ntpd[17155]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:19.267 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:19 ntpd[17155]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:19.267 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:19 ntpd[17155]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:19.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:19 ntpd[17155]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:19.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:19 ntpd[17155]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:19.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:19 ntpd[17155]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T05:07:19.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:19 ntpd[17155]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T05:07:19.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:19 ntpd[17155]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:19.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:19 ntpd[17155]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:19.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:19 ntpd[17155]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T05:07:19.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:19 ntpd[17155]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T05:07:19.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:19 ntpd[17155]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:19.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:19 ntpd[17155]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:19.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:19 ntpd[17155]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T05:07:19.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:19 ntpd[17155]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T05:07:19.296 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:19 ntpd[17177]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:19.296 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:19 ntpd[17177]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:19.296 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:19 ntpd[17177]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:19.296 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:19 ntpd[17177]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:19.296 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:19 ntpd[17177]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T05:07:19.296 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:19 ntpd[17177]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T05:07:20.297 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:20 ntpd[17177]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:20.297 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:20 ntpd[17177]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:20.297 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:20 ntpd[17177]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:20.297 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:20 ntpd[17177]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:20.297 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:20 ntpd[17177]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:20.297 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:20 ntpd[17177]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:20.297 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:20 ntpd[17177]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T05:07:20.297 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:20 ntpd[17177]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T05:07:20.297 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:20 ntpd[17177]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:20.298 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:20 ntpd[17177]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:20.298 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:20 ntpd[17177]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T05:07:20.298 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:20 ntpd[17177]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T05:07:21.266 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:21 ntpd[17155]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:21.266 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:21 ntpd[17155]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:21.267 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:21 ntpd[17155]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:21.267 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:21 ntpd[17155]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:21.267 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:21 ntpd[17155]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:21.267 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:21 ntpd[17155]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:21.267 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:21 ntpd[17155]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:21.267 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:21 ntpd[17155]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:21.267 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:21 ntpd[17155]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T05:07:21.267 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:21 ntpd[17155]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T05:07:21.267 INFO:teuthology.orchestra.run.smithi031.stdout:25 Apr 05:07:21 ntpd[17155]: ntpd: time slew -0.001826 s 2024-04-25T05:07:21.267 INFO:teuthology.orchestra.run.smithi031.stdout:ntpd: time slew -0.001826s 2024-04-25T05:07:21.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:21 ntpd[17155]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-25T05:07:21.268 INFO:teuthology.orchestra.run.smithi031.stderr:25 Apr 05:07:21 ntpd[17155]: can't open /var/log/ntpstats/loopstats.20240425: Permission denied 2024-04-25T05:07:21.296 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:21 ntpd[17177]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:21.296 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:21 ntpd[17177]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:21.296 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:21 ntpd[17177]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:21.296 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:21 ntpd[17177]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:21.296 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:21 ntpd[17177]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T05:07:21.296 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:21 ntpd[17177]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T05:07:21.319 INFO:teuthology.orchestra.run.smithi031.stdout: remote refid st t when poll reach delay offset jitter 2024-04-25T05:07:21.320 INFO:teuthology.orchestra.run.smithi031.stdout:============================================================================== 2024-04-25T05:07:21.320 INFO:teuthology.orchestra.run.smithi031.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-25T05:07:21.320 INFO:teuthology.orchestra.run.smithi031.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-25T05:07:21.320 INFO:teuthology.orchestra.run.smithi031.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-25T05:07:21.320 INFO:teuthology.orchestra.run.smithi031.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-25T05:07:22.296 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:22 ntpd[17177]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:22.297 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:22 ntpd[17177]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:22.297 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:22 ntpd[17177]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:22.297 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:22 ntpd[17177]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:22.297 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:22 ntpd[17177]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-25T05:07:22.297 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:22 ntpd[17177]: can't open /var/log/ntpstats/rawstats.20240425: Permission denied 2024-04-25T05:07:22.297 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:22 ntpd[17177]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-25T05:07:22.297 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:22 ntpd[17177]: can't open /var/log/ntpstats/peerstats.20240425: Permission denied 2024-04-25T05:07:22.297 INFO:teuthology.orchestra.run.smithi040.stdout:25 Apr 05:07:22 ntpd[17177]: ntpd: time slew -0.000826 s 2024-04-25T05:07:22.298 INFO:teuthology.orchestra.run.smithi040.stdout:ntpd: time slew -0.000826s 2024-04-25T05:07:22.298 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:22 ntpd[17177]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-25T05:07:22.298 INFO:teuthology.orchestra.run.smithi040.stderr:25 Apr 05:07:22 ntpd[17177]: can't open /var/log/ntpstats/loopstats.20240425: Permission denied 2024-04-25T05:07:22.353 INFO:teuthology.orchestra.run.smithi040.stdout: remote refid st t when poll reach delay offset jitter 2024-04-25T05:07:22.353 INFO:teuthology.orchestra.run.smithi040.stdout:============================================================================== 2024-04-25T05:07:22.353 INFO:teuthology.orchestra.run.smithi040.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-25T05:07:22.353 INFO:teuthology.orchestra.run.smithi040.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-25T05:07:22.353 INFO:teuthology.orchestra.run.smithi040.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-25T05:07:22.353 INFO:teuthology.orchestra.run.smithi040.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-25T05:07:22.354 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-04-25T05:07:22.365 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-04-25T05:07:22.366 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-04-25T05:07:22.366 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/scratch_devs of=/dev/stdout 2024-04-25T05:07:22.372 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-04-25T05:07:22.372 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_1 2024-04-25T05:07:22.419 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-25T05:07:22.419 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-25T05:07:22.420 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 5h/5d Inode: 878 Links: 1 2024-04-25T05:07:22.420 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-25T05:07:22.420 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-04-25 05:03:50.915915935 +0000 2024-04-25T05:07:22.420 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-04-25 05:03:50.911915971 +0000 2024-04-25T05:07:22.420 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-04-25 05:03:50.911915971 +0000 2024-04-25T05:07:22.420 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2024-04-25T05:07:22.420 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-25T05:07:22.474 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-04-25T05:07:22.474 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-04-25T05:07:22.474 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000440596 s, 1.2 MB/s 2024-04-25T05:07:22.478 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-25T05:07:22.529 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_2 2024-04-25T05:07:22.575 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-25T05:07:22.575 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-25T05:07:22.576 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 5h/5d Inode: 901 Links: 1 2024-04-25T05:07:22.576 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-25T05:07:22.576 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-04-25 05:03:51.711908835 +0000 2024-04-25T05:07:22.576 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-04-25 05:03:51.431911333 +0000 2024-04-25T05:07:22.576 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-04-25 05:03:51.431911333 +0000 2024-04-25T05:07:22.576 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2024-04-25T05:07:22.576 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-25T05:07:22.631 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-04-25T05:07:22.631 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-04-25T05:07:22.631 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000336956 s, 1.5 MB/s 2024-04-25T05:07:22.633 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-25T05:07:22.682 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_3 2024-04-25T05:07:22.727 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-25T05:07:22.727 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-25T05:07:22.727 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 5h/5d Inode: 919 Links: 1 2024-04-25T05:07:22.728 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-25T05:07:22.728 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-04-25 05:03:51.943906765 +0000 2024-04-25T05:07:22.728 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-04-25 05:03:51.939906800 +0000 2024-04-25T05:07:22.728 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-04-25 05:03:51.939906800 +0000 2024-04-25T05:07:22.728 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2024-04-25T05:07:22.728 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-25T05:07:22.782 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-04-25T05:07:22.782 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-04-25T05:07:22.782 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000433542 s, 1.2 MB/s 2024-04-25T05:07:22.783 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-25T05:07:22.832 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_4 2024-04-25T05:07:22.879 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-25T05:07:22.880 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-25T05:07:22.880 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 5h/5d Inode: 936 Links: 1 2024-04-25T05:07:22.880 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-25T05:07:22.880 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-04-25 05:03:52.707899949 +0000 2024-04-25T05:07:22.880 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-04-25 05:03:52.431902412 +0000 2024-04-25T05:07:22.880 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-04-25 05:03:52.431902412 +0000 2024-04-25T05:07:22.880 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2024-04-25T05:07:22.880 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-25T05:07:22.934 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-04-25T05:07:22.934 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-04-25T05:07:22.934 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.00032449 s, 1.6 MB/s 2024-04-25T05:07:22.935 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-25T05:07:22.984 DEBUG:teuthology.orchestra.run.smithi031:> 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-04-25T05:07:23.129 INFO:teuthology.orchestra.run.smithi031.stdout:loop 2024-04-25T05:07:23.131 INFO:tasks.nvme_loop:Connecting nvme_loop smithi031:/dev/vg_nvme/lv_1... 2024-04-25T05:07:23.131 DEBUG:teuthology.orchestra.run.smithi031:> 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-04-25T05:07:23.149 INFO:teuthology.orchestra.run.smithi031.stdout:1 2024-04-25T05:07:23.168 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/vg_nvme/lv_11 2024-04-25T05:07:23.185 INFO:tasks.nvme_loop:Connecting nvme_loop smithi031:/dev/vg_nvme/lv_2... 2024-04-25T05:07:23.185 DEBUG:teuthology.orchestra.run.smithi031:> 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-04-25T05:07:23.248 INFO:teuthology.orchestra.run.smithi031.stdout:1 2024-04-25T05:07:23.271 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/vg_nvme/lv_21 2024-04-25T05:07:23.289 INFO:tasks.nvme_loop:Connecting nvme_loop smithi031:/dev/vg_nvme/lv_3... 2024-04-25T05:07:23.290 DEBUG:teuthology.orchestra.run.smithi031:> 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-04-25T05:07:23.349 INFO:teuthology.orchestra.run.smithi031.stdout:1 2024-04-25T05:07:23.371 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/vg_nvme/lv_31 2024-04-25T05:07:23.390 INFO:tasks.nvme_loop:Connecting nvme_loop smithi031:/dev/vg_nvme/lv_4... 2024-04-25T05:07:23.391 DEBUG:teuthology.orchestra.run.smithi031:> 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-04-25T05:07:23.453 INFO:teuthology.orchestra.run.smithi031.stdout:1 2024-04-25T05:07:23.474 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/vg_nvme/lv_41 2024-04-25T05:07:23.492 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-04-25T05:07:23.492 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/scratch_devs of=/dev/stdout 2024-04-25T05:07:23.540 DEBUG:teuthology.orchestra.run.smithi031:> sudo nvme list 2024-04-25T05:07:23.593 INFO:teuthology.orchestra.run.smithi031.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-25T05:07:23.593 INFO:teuthology.orchestra.run.smithi031.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-25T05:07:23.593 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/nvme0n1 CVFT53310008400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-25T05:07:23.593 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/nvme1n1 3bccdb017bf8c1cebeb1 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-25T05:07:23.593 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/nvme2n1 6d2e5737dd67f2bcff17 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-25T05:07:23.593 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/nvme3n1 32a4d2ffdcc43dc4456e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-25T05:07:23.593 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/nvme4n1 619d1aeb9e819bd8c216 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-25T05:07:23.594 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-25T05:07:23.594 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-04-25T05:07:23.594 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/scratch_devs 2024-04-25T05:07:23.650 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-25T05:07:23.650 DEBUG:teuthology.orchestra.run.smithi040:> dd if=/scratch_devs of=/dev/stdout 2024-04-25T05:07:23.656 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-04-25T05:07:23.656 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/vg_nvme/lv_1 2024-04-25T05:07:23.706 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-25T05:07:23.707 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-25T05:07:23.707 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 5h/5d Inode: 882 Links: 1 2024-04-25T05:07:23.707 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-25T05:07:23.707 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-04-25 05:03:51.198096390 +0000 2024-04-25T05:07:23.707 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-04-25 05:03:50.914098928 +0000 2024-04-25T05:07:23.707 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-04-25 05:03:50.914098928 +0000 2024-04-25T05:07:23.707 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: - 2024-04-25T05:07:23.707 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-25T05:07:23.759 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-04-25T05:07:23.759 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-04-25T05:07:23.759 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000368946 s, 1.4 MB/s 2024-04-25T05:07:23.761 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-25T05:07:23.810 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/vg_nvme/lv_2 2024-04-25T05:07:23.861 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-25T05:07:23.861 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-25T05:07:23.861 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 5h/5d Inode: 900 Links: 1 2024-04-25T05:07:23.861 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-25T05:07:23.861 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-04-25 05:03:51.458094066 +0000 2024-04-25T05:07:23.861 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-04-25 05:03:51.454094100 +0000 2024-04-25T05:07:23.861 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-04-25 05:03:51.454094100 +0000 2024-04-25T05:07:23.861 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: - 2024-04-25T05:07:23.861 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-25T05:07:23.915 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-04-25T05:07:23.915 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-04-25T05:07:23.915 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000432913 s, 1.2 MB/s 2024-04-25T05:07:23.916 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-25T05:07:23.966 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/vg_nvme/lv_3 2024-04-25T05:07:24.012 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-25T05:07:24.012 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-25T05:07:24.012 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 5h/5d Inode: 911 Links: 1 2024-04-25T05:07:24.013 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-25T05:07:24.013 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-04-25 05:03:52.202087415 +0000 2024-04-25T05:07:24.013 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-04-25 05:03:51.954089631 +0000 2024-04-25T05:07:24.013 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-04-25 05:03:51.954089631 +0000 2024-04-25T05:07:24.013 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: - 2024-04-25T05:07:24.013 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-25T05:07:24.067 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-04-25T05:07:24.067 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-04-25T05:07:24.067 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000381541 s, 1.3 MB/s 2024-04-25T05:07:24.068 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-25T05:07:24.118 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/vg_nvme/lv_4 2024-04-25T05:07:24.164 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-25T05:07:24.164 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-25T05:07:24.164 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 5h/5d Inode: 933 Links: 1 2024-04-25T05:07:24.165 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-25T05:07:24.165 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-04-25 05:03:52.706082911 +0000 2024-04-25T05:07:24.165 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-04-25 05:03:52.438085307 +0000 2024-04-25T05:07:24.165 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-04-25 05:03:52.438085307 +0000 2024-04-25T05:07:24.165 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: - 2024-04-25T05:07:24.165 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-25T05:07:24.219 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-04-25T05:07:24.219 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-04-25T05:07:24.219 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000382152 s, 1.3 MB/s 2024-04-25T05:07:24.221 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-25T05:07:24.270 DEBUG:teuthology.orchestra.run.smithi040:> 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-04-25T05:07:24.395 INFO:teuthology.orchestra.run.smithi040.stdout:loop 2024-04-25T05:07:24.396 INFO:tasks.nvme_loop:Connecting nvme_loop smithi040:/dev/vg_nvme/lv_1... 2024-04-25T05:07:24.397 DEBUG:teuthology.orchestra.run.smithi040:> 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-04-25T05:07:24.415 INFO:teuthology.orchestra.run.smithi040.stdout:1 2024-04-25T05:07:24.434 INFO:teuthology.orchestra.run.smithi040.stdout:/dev/vg_nvme/lv_11 2024-04-25T05:07:24.450 INFO:tasks.nvme_loop:Connecting nvme_loop smithi040:/dev/vg_nvme/lv_2... 2024-04-25T05:07:24.450 DEBUG:teuthology.orchestra.run.smithi040:> 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-04-25T05:07:24.508 INFO:teuthology.orchestra.run.smithi040.stdout:1 2024-04-25T05:07:24.527 INFO:teuthology.orchestra.run.smithi040.stdout:/dev/vg_nvme/lv_21 2024-04-25T05:07:24.544 INFO:tasks.nvme_loop:Connecting nvme_loop smithi040:/dev/vg_nvme/lv_3... 2024-04-25T05:07:24.544 DEBUG:teuthology.orchestra.run.smithi040:> 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-04-25T05:07:24.604 INFO:teuthology.orchestra.run.smithi040.stdout:1 2024-04-25T05:07:24.623 INFO:teuthology.orchestra.run.smithi040.stdout:/dev/vg_nvme/lv_31 2024-04-25T05:07:24.640 INFO:tasks.nvme_loop:Connecting nvme_loop smithi040:/dev/vg_nvme/lv_4... 2024-04-25T05:07:24.641 DEBUG:teuthology.orchestra.run.smithi040:> 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-04-25T05:07:24.705 INFO:teuthology.orchestra.run.smithi040.stdout:1 2024-04-25T05:07:24.728 INFO:teuthology.orchestra.run.smithi040.stdout:/dev/vg_nvme/lv_41 2024-04-25T05:07:24.745 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-25T05:07:24.745 DEBUG:teuthology.orchestra.run.smithi040:> dd if=/scratch_devs of=/dev/stdout 2024-04-25T05:07:24.793 DEBUG:teuthology.orchestra.run.smithi040:> sudo nvme list 2024-04-25T05:07:24.848 INFO:teuthology.orchestra.run.smithi040.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-25T05:07:24.848 INFO:teuthology.orchestra.run.smithi040.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-25T05:07:24.848 INFO:teuthology.orchestra.run.smithi040.stdout:/dev/nvme0n1 CVFT5330009J400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-25T05:07:24.848 INFO:teuthology.orchestra.run.smithi040.stdout:/dev/nvme1n1 7188ee53b6e9774f2558 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-25T05:07:24.848 INFO:teuthology.orchestra.run.smithi040.stdout:/dev/nvme2n1 0c5a9f37581f900091b7 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-25T05:07:24.848 INFO:teuthology.orchestra.run.smithi040.stdout:/dev/nvme3n1 acea2a39907ce713729e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-25T05:07:24.848 INFO:teuthology.orchestra.run.smithi040.stdout:/dev/nvme4n1 da3dc093c0dc1215c7d0 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-04-25T05:07:24.849 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-25T05:07:24.849 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-25T05:07:24.849 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/scratch_devs 2024-04-25T05:07:24.903 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-25T05:07:24.999 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\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': 'd6f5f4e5ec08db21b2896cb71b4cb907b7fb4737'} 2024-04-25T05:07:24.999 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 2024-04-25T05:07:25.000 INFO:tasks.cephadm:Cluster fsid is b4616124-02c1-11ef-bc93-c7b262605968 2024-04-25T05:07:25.000 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-25T05:07:25.000 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-04-25T05:07:25.000 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi031': '172.21.15.31', 'mon.smithi040': '172.21.15.40'} 2024-04-25T05:07:25.000 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-25T05:07:25.000 DEBUG:teuthology.orchestra.run.smithi031:> sudo hostname $(hostname -s) 2024-04-25T05:07:25.016 DEBUG:teuthology.orchestra.run.smithi040:> sudo hostname $(hostname -s) 2024-04-25T05:07:25.029 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-25T05:07:25.030 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 2024-04-25T05:07:25.186 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'd6f5f4e5ec08db21b2896cb71b4cb907b7fb4737', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/78864/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3293-gd6f5f4e5', 'node_name': '172.21.2.13+braggi13', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3293-gd6f5f4e5-1jammy'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-24-1625/d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-04-25 00:10:58.665787', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-04-24-1625', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-04-24-1625/d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-04-25T05:07:25.326 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-adk-testing-2024-04-24-1625, sha1 d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 2024-04-25T05:07:25.327 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-24-1625/d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-04-25T05:07:25.328 DEBUG:teuthology.orchestra.run.smithi031:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-24-1625/d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-25T05:07:25.821 INFO:teuthology.orchestra.run.smithi031.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789893 Apr 25 05:07 /home/ubuntu/cephtest/cephadm 2024-04-25T05:07:25.821 DEBUG:teuthology.orchestra.run.smithi040:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-24-1625/d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-25T05:07:26.325 INFO:teuthology.orchestra.run.smithi040.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789893 Apr 25 05:07 /home/ubuntu/cephtest/cephadm 2024-04-25T05:07:26.326 DEBUG:teuthology.orchestra.run.smithi031:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-25T05:07:26.334 DEBUG:teuthology.orchestra.run.smithi040:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-25T05:07:26.350 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 on all hosts... 2024-04-25T05:07:26.351 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 pull 2024-04-25T05:07:26.378 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 pull 2024-04-25T05:07:26.545 INFO:teuthology.orchestra.run.smithi031.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737... 2024-04-25T05:07:26.557 INFO:teuthology.orchestra.run.smithi040.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737... 2024-04-25T05:08:22.793 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-04-25T05:08:22.793 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph_version": "ceph version 19.0.0-3293-gd6f5f4e5 (d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737) squid (dev)", 2024-04-25T05:08:22.793 INFO:teuthology.orchestra.run.smithi031.stdout: "image_id": "3d0c579d3b62546f09ea44dc23ec09e0c00d5c2184768532a3c2aae78479c2f1", 2024-04-25T05:08:22.793 INFO:teuthology.orchestra.run.smithi031.stdout: "repo_digests": [ 2024-04-25T05:08:22.793 INFO:teuthology.orchestra.run.smithi031.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:53547c167dfd1636c2f97ada3832867c494b7ad3a6f460c09753bd0677c85e72" 2024-04-25T05:08:22.793 INFO:teuthology.orchestra.run.smithi031.stdout: ] 2024-04-25T05:08:22.793 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-04-25T05:08:27.342 INFO:teuthology.orchestra.run.smithi040.stdout:{ 2024-04-25T05:08:27.342 INFO:teuthology.orchestra.run.smithi040.stdout: "ceph_version": "ceph version 19.0.0-3293-gd6f5f4e5 (d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737) squid (dev)", 2024-04-25T05:08:27.342 INFO:teuthology.orchestra.run.smithi040.stdout: "image_id": "3d0c579d3b62546f09ea44dc23ec09e0c00d5c2184768532a3c2aae78479c2f1", 2024-04-25T05:08:27.342 INFO:teuthology.orchestra.run.smithi040.stdout: "repo_digests": [ 2024-04-25T05:08:27.342 INFO:teuthology.orchestra.run.smithi040.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:53547c167dfd1636c2f97ada3832867c494b7ad3a6f460c09753bd0677c85e72" 2024-04-25T05:08:27.342 INFO:teuthology.orchestra.run.smithi040.stdout: ] 2024-04-25T05:08:27.342 INFO:teuthology.orchestra.run.smithi040.stdout:} 2024-04-25T05:08:27.391 DEBUG:teuthology.orchestra.run.smithi031:> sudo mkdir -p /etc/ceph 2024-04-25T05:08:27.405 DEBUG:teuthology.orchestra.run.smithi040:> sudo mkdir -p /etc/ceph 2024-04-25T05:08:27.420 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod 777 /etc/ceph 2024-04-25T05:08:27.460 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod 777 /etc/ceph 2024-04-25T05:08:27.476 INFO:tasks.cephadm:Writing seed config... 2024-04-25T05:08:27.477 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-25T05:08:27.477 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-25T05:08:27.477 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-25T05:08:27.477 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-25T05:08:27.477 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-25T05:08:27.477 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-25T05:08:27.477 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-25T05:08:27.478 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-04-25T05:08:27.478 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-04-25T05:08:27.478 DEBUG:teuthology.orchestra.run.smithi031:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-25T05:08:27.508 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 to file = true 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 = b4616124-02c1-11ef-bc93-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-04-25T05:08:27.509 DEBUG:teuthology.orchestra.run.smithi031:mon.smithi031> sudo journalctl -f -n 0 -u ceph-b4616124-02c1-11ef-bc93-c7b262605968@mon.smithi031.service 2024-04-25T05:08:27.553 INFO:tasks.cephadm:Bootstrapping... 2024-04-25T05:08:27.554 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 -v bootstrap --fsid b4616124-02c1-11ef-bc93-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.31 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-25T05:08:27.765 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-04-25T05:08:27.765 INFO:teuthology.orchestra.run.smithi031.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737', '-v', 'bootstrap', '--fsid', 'b4616124-02c1-11ef-bc93-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.31', '--skip-admin-label'] 2024-04-25T05:08:27.765 INFO:teuthology.orchestra.run.smithi031.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-25T05:08:27.766 INFO:teuthology.orchestra.run.smithi031.stdout:Verifying podman|docker is present... 2024-04-25T05:08:27.766 INFO:teuthology.orchestra.run.smithi031.stdout:Verifying lvm2 is present... 2024-04-25T05:08:27.766 INFO:teuthology.orchestra.run.smithi031.stdout:Verifying time synchronization is in place... 2024-04-25T05:08:27.772 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-25T05:08:27.772 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-25T05:08:27.777 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-25T05:08:27.777 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout inactive 2024-04-25T05:08:27.781 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-25T05:08:27.781 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-25T05:08:27.785 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-25T05:08:27.785 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout inactive 2024-04-25T05:08:27.789 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-25T05:08:27.789 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout masked 2024-04-25T05:08:27.792 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-25T05:08:27.792 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout inactive 2024-04-25T05:08:27.796 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-25T05:08:27.796 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-25T05:08:27.800 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-25T05:08:27.800 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout inactive 2024-04-25T05:08:27.804 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout enabled 2024-04-25T05:08:27.808 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout active 2024-04-25T05:08:27.809 INFO:teuthology.orchestra.run.smithi031.stdout:Unit ntp.service is enabled and running 2024-04-25T05:08:27.809 INFO:teuthology.orchestra.run.smithi031.stdout:Repeating the final host check... 2024-04-25T05:08:27.809 INFO:teuthology.orchestra.run.smithi031.stdout:docker (/usr/bin/docker) is present 2024-04-25T05:08:27.809 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl is present 2024-04-25T05:08:27.809 INFO:teuthology.orchestra.run.smithi031.stdout:lvcreate is present 2024-04-25T05:08:27.812 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-25T05:08:27.812 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-25T05:08:27.815 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-25T05:08:27.816 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout inactive 2024-04-25T05:08:27.820 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-25T05:08:27.820 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-25T05:08:27.824 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-25T05:08:27.824 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout inactive 2024-04-25T05:08:27.827 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-25T05:08:27.827 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout masked 2024-04-25T05:08:27.831 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-25T05:08:27.831 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout inactive 2024-04-25T05:08:27.835 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-25T05:08:27.835 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-25T05:08:27.839 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-25T05:08:27.839 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout inactive 2024-04-25T05:08:27.843 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout enabled 2024-04-25T05:08:27.847 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stdout active 2024-04-25T05:08:27.847 INFO:teuthology.orchestra.run.smithi031.stdout:Unit ntp.service is enabled and running 2024-04-25T05:08:27.848 INFO:teuthology.orchestra.run.smithi031.stdout:Host looks OK 2024-04-25T05:08:27.848 INFO:teuthology.orchestra.run.smithi031.stdout:Cluster fsid: b4616124-02c1-11ef-bc93-c7b262605968 2024-04-25T05:08:27.848 INFO:teuthology.orchestra.run.smithi031.stdout:Acquiring lock 140691985312032 on /run/cephadm/b4616124-02c1-11ef-bc93-c7b262605968.lock 2024-04-25T05:08:27.848 INFO:teuthology.orchestra.run.smithi031.stdout:Lock 140691985312032 acquired on /run/cephadm/b4616124-02c1-11ef-bc93-c7b262605968.lock 2024-04-25T05:08:27.848 INFO:teuthology.orchestra.run.smithi031.stdout:Verifying IP 172.21.15.31 port 3300 ... 2024-04-25T05:08:27.848 INFO:teuthology.orchestra.run.smithi031.stdout:Verifying IP 172.21.15.31 port 6789 ... 2024-04-25T05:08:27.848 INFO:teuthology.orchestra.run.smithi031.stdout:Base mon IP(s) is [172.21.15.31:3300, 172.21.15.31:6789], mon addrv is [v2:172.21.15.31:3300,v1:172.21.15.31:6789] 2024-04-25T05:08:27.850 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-04-25T05:08:27.851 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-04-25T05:08:27.851 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.31 2024-04-25T05:08:27.853 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-25T05:08:27.853 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-04-25T05:08:27.853 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1799sec hoplimit 64 pref medium 2024-04-25T05:08:27.855 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-25T05:08:27.855 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-25T05:08:27.856 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-25T05:08:27.856 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-04-25T05:08:27.856 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/sbin/ip: stdout inet6 fe80::ae1f:6bff:fea5:caba/64 scope link 2024-04-25T05:08:27.856 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-25T05:08:27.856 INFO:teuthology.orchestra.run.smithi031.stdout:Mon IP `172.21.15.31` is in CIDR network `172.21.0.0/20` 2024-04-25T05:08:27.856 INFO:teuthology.orchestra.run.smithi031.stdout:Mon IP `172.21.15.31` is in CIDR network `172.21.0.0/20` 2024-04-25T05:08:27.857 INFO:teuthology.orchestra.run.smithi031.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-25T05:08:27.857 INFO:teuthology.orchestra.run.smithi031.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-25T05:08:27.858 INFO:teuthology.orchestra.run.smithi031.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737... 2024-04-25T05:08:28.080 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/docker: stdout d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737: Pulling from ceph-ci/ceph 2024-04-25T05:08:28.080 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/docker: stdout Digest: sha256:53547c167dfd1636c2f97ada3832867c494b7ad3a6f460c09753bd0677c85e72 2024-04-25T05:08:28.080 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 2024-04-25T05:08:28.080 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 2024-04-25T05:08:29.487 INFO:teuthology.orchestra.run.smithi031.stdout:ceph: stdout ceph version 19.0.0-3293-gd6f5f4e5 (d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737) squid (dev) 2024-04-25T05:08:29.487 INFO:teuthology.orchestra.run.smithi031.stdout:Ceph version: ceph version 19.0.0-3293-gd6f5f4e5 (d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737) squid (dev) 2024-04-25T05:08:29.487 INFO:teuthology.orchestra.run.smithi031.stdout:Extracting ceph user uid/gid from container image... 2024-04-25T05:08:30.741 INFO:teuthology.orchestra.run.smithi031.stdout:stat: stdout 167 167 2024-04-25T05:08:30.741 INFO:teuthology.orchestra.run.smithi031.stdout:Creating initial keys... 2024-04-25T05:08:32.037 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-authtool: stdout AQBP5Slmp9bRGBAAPZlMikjBDt20VjFZJQZjoA== 2024-04-25T05:08:33.350 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-authtool: stdout AQBQ5Slmv76uKhAAfkHtXG9/buXR5dYpYmtHkw== 2024-04-25T05:08:34.556 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-authtool: stdout AQBS5SlmBFgzARAAdUESam42zPWz/VfpDWUQ9g== 2024-04-25T05:08:34.557 INFO:teuthology.orchestra.run.smithi031.stdout:Creating initial monmap... 2024-04-25T05:08:35.911 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-25T05:08:35.911 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-25T05:08:35.911 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to b4616124-02c1-11ef-bc93-c7b262605968 2024-04-25T05:08:35.911 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-25T05:08:35.912 INFO:teuthology.orchestra.run.smithi031.stdout:monmaptool for smithi031 [v2:172.21.15.31:3300,v1:172.21.15.31:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-25T05:08:35.912 INFO:teuthology.orchestra.run.smithi031.stdout:setting min_mon_release = quincy 2024-04-25T05:08:35.912 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/monmaptool: set fsid to b4616124-02c1-11ef-bc93-c7b262605968 2024-04-25T05:08:35.912 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-25T05:08:35.912 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-25T05:08:35.912 INFO:teuthology.orchestra.run.smithi031.stdout:Creating mon... 2024-04-25T05:08:37.178 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.615+0000 7f49930d4c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-25T05:08:37.178 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.615+0000 7f49930d4c80 1 imported monmap: 2024-04-25T05:08:37.178 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-04-25T05:08:37.179 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr fsid b4616124-02c1-11ef-bc93-c7b262605968 2024-04-25T05:08:37.179 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-04-25T05:08:35.252022+0000 2024-04-25T05:08:37.179 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr created 2024-04-25T05:08:35.252022+0000 2024-04-25T05:08:37.179 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-04-25T05:08:37.179 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-04-25T05:08:37.179 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon.smithi031 2024-04-25T05:08:37.179 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T05:08:37.179 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.615+0000 7f49930d4c80 0 /usr/bin/ceph-mon: set fsid to b4616124-02c1-11ef-bc93-c7b262605968 2024-04-25T05:08:37.179 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-25T05:08:37.179 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T05:08:37.179 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Git sha 0 2024-04-25T05:08:37.179 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Compile date 2024-04-25 01:05:22 2024-04-25T05:08:37.179 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: DB SUMMARY 2024-04-25T05:08:37.179 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T05:08:37.179 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: DB Session ID: 4NLWY6UEYWM2RMLL8CQJ 2024-04-25T05:08:37.180 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T05:08:37.180 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi031/store.db dir, Total Num: 0, files: 2024-04-25T05:08:37.180 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T05:08:37.180 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi031/store.db: 2024-04-25T05:08:37.180 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T05:08:37.180 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.error_if_exists: 0 2024-04-25T05:08:37.180 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.create_if_missing: 1 2024-04-25T05:08:37.180 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-25T05:08:37.180 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-25T05:08:37.180 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-25T05:08:37.180 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-25T05:08:37.180 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.env: 0x56448e879cc0 2024-04-25T05:08:37.180 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-25T05:08:37.181 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.info_log: 0x5644900daf00 2024-04-25T05:08:37.181 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-25T05:08:37.181 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.statistics: (nil) 2024-04-25T05:08:37.181 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.use_fsync: 0 2024-04-25T05:08:37.181 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-25T05:08:37.181 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-25T05:08:37.181 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-25T05:08:37.181 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-25T05:08:37.181 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-25T05:08:37.181 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-25T05:08:37.181 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-25T05:08:37.181 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-25T05:08:37.181 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-25T05:08:37.181 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-25T05:08:37.181 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-25T05:08:37.182 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.db_log_dir: 2024-04-25T05:08:37.182 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.wal_dir: 2024-04-25T05:08:37.182 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-25T05:08:37.182 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-25T05:08:37.182 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-25T05:08:37.182 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-25T05:08:37.182 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-25T05:08:37.182 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-25T05:08:37.182 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-25T05:08:37.182 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-25T05:08:37.182 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.write_buffer_manager: 0x5644900aaaa0 2024-04-25T05:08:37.182 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-25T05:08:37.182 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-25T05:08:37.182 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-25T05:08:37.183 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-25T05:08:37.183 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-25T05:08:37.183 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-25T05:08:37.183 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-25T05:08:37.183 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-25T05:08:37.183 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.unordered_write: 0 2024-04-25T05:08:37.183 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-25T05:08:37.183 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-25T05:08:37.183 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-25T05:08:37.183 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-25T05:08:37.183 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.row_cache: None 2024-04-25T05:08:37.183 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.wal_filter: None 2024-04-25T05:08:37.183 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-25T05:08:37.183 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-25T05:08:37.184 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.two_write_queues: 0 2024-04-25T05:08:37.184 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-25T05:08:37.184 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.wal_compression: 0 2024-04-25T05:08:37.184 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.atomic_flush: 0 2024-04-25T05:08:37.184 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-25T05:08:37.184 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-25T05:08:37.184 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-25T05:08:37.184 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-25T05:08:37.184 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-25T05:08:37.184 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-25T05:08:37.184 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-25T05:08:37.184 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-25T05:08:37.184 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-25T05:08:37.184 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-25T05:08:37.184 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-25T05:08:37.185 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-25T05:08:37.185 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-25T05:08:37.185 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-25T05:08:37.185 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-25T05:08:37.185 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-25T05:08:37.185 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-25T05:08:37.185 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-25T05:08:37.185 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-25T05:08:37.185 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-25T05:08:37.185 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-25T05:08:37.185 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-25T05:08:37.185 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.max_open_files: -1 2024-04-25T05:08:37.185 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-25T05:08:37.185 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-25T05:08:37.185 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-25T05:08:37.186 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-25T05:08:37.186 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-25T05:08:37.186 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Compression algorithms supported: 2024-04-25T05:08:37.186 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-25T05:08:37.186 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: kZSTD supported: 0 2024-04-25T05:08:37.186 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: kXpressCompression supported: 0 2024-04-25T05:08:37.186 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-25T05:08:37.186 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: kZlibCompression supported: 1 2024-04-25T05:08:37.186 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-25T05:08:37.186 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-25T05:08:37.186 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-25T05:08:37.186 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-25T05:08:37.186 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-25T05:08:37.186 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-04-25T05:08:37.187 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T05:08:37.187 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi031/store.db/MANIFEST-000001 2024-04-25T05:08:37.187 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T05:08:37.187 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-25T05:08:37.187 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T05:08:37.187 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-25T05:08:37.187 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.merge_operator: 2024-04-25T05:08:37.187 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.compaction_filter: None 2024-04-25T05:08:37.187 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-25T05:08:37.187 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-25T05:08:37.187 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-25T05:08:37.187 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-25T05:08:37.187 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5644900db0e0) 2024-04-25T05:08:37.187 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-04-25T05:08:37.187 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-04-25T05:08:37.188 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-25T05:08:37.188 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-04-25T05:08:37.188 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-04-25T05:08:37.188 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-04-25T05:08:37.188 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-04-25T05:08:37.188 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-04-25T05:08:37.188 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-04-25T05:08:37.188 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-04-25T05:08:37.188 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x5644900dd1f0 2024-04-25T05:08:37.188 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-04-25T05:08:37.188 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-04-25T05:08:37.188 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-04-25T05:08:37.188 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-04-25T05:08:37.188 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-04-25T05:08:37.188 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-04-25T05:08:37.189 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-04-25T05:08:37.189 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-04-25T05:08:37.189 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-04-25T05:08:37.189 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-04-25T05:08:37.189 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-04-25T05:08:37.189 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-04-25T05:08:37.189 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-04-25T05:08:37.189 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-04-25T05:08:37.189 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-04-25T05:08:37.189 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-04-25T05:08:37.189 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-04-25T05:08:37.189 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-04-25T05:08:37.189 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-04-25T05:08:37.189 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-04-25T05:08:37.189 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-04-25T05:08:37.190 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-04-25T05:08:37.190 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-04-25T05:08:37.190 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-04-25T05:08:37.190 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-04-25T05:08:37.190 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-04-25T05:08:37.190 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T05:08:37.190 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-25T05:08:37.190 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-25T05:08:37.190 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.compression: NoCompression 2024-04-25T05:08:37.190 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-25T05:08:37.190 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-25T05:08:37.190 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-25T05:08:37.190 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.num_levels: 7 2024-04-25T05:08:37.190 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-25T05:08:37.190 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-25T05:08:37.191 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-25T05:08:37.191 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-25T05:08:37.191 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-25T05:08:37.191 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-25T05:08:37.191 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-25T05:08:37.191 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-25T05:08:37.191 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-25T05:08:37.191 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-25T05:08:37.191 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-25T05:08:37.191 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-25T05:08:37.191 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-25T05:08:37.191 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-25T05:08:37.191 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-25T05:08:37.191 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-25T05:08:37.191 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-25T05:08:37.192 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-25T05:08:37.192 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-25T05:08:37.192 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-25T05:08:37.192 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-25T05:08:37.192 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-25T05:08:37.192 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-25T05:08:37.192 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-25T05:08:37.192 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-25T05:08:37.192 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-25T05:08:37.192 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-25T05:08:37.192 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-25T05:08:37.192 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-25T05:08:37.192 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-25T05:08:37.192 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-25T05:08:37.192 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-25T05:08:37.192 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-25T05:08:37.193 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-25T05:08:37.193 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-25T05:08:37.193 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-25T05:08:37.193 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-25T05:08:37.193 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-25T05:08:37.193 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-25T05:08:37.193 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-25T05:08:37.193 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-25T05:08:37.193 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-25T05:08:37.193 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-25T05:08:37.193 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-25T05:08:37.193 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-25T05:08:37.193 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-25T05:08:37.193 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-25T05:08:37.193 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-25T05:08:37.194 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-25T05:08:37.194 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-25T05:08:37.194 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-25T05:08:37.194 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-25T05:08:37.194 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-25T05:08:37.194 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-25T05:08:37.194 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-25T05:08:37.194 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-25T05:08:37.194 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-25T05:08:37.194 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-25T05:08:37.194 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-25T05:08:37.194 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.bloom_locality: 0 2024-04-25T05:08:37.194 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-25T05:08:37.195 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-25T05:08:37.195 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-25T05:08:37.195 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-25T05:08:37.195 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-25T05:08:37.195 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.ttl: 2592000 2024-04-25T05:08:37.195 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-25T05:08:37.195 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-25T05:08:37.195 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-25T05:08:37.195 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.enable_blob_files: false 2024-04-25T05:08:37.195 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.min_blob_size: 0 2024-04-25T05:08:37.195 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-25T05:08:37.195 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-25T05:08:37.195 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-25T05:08:37.195 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-25T05:08:37.196 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-25T05:08:37.196 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-25T05:08:37.196 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-25T05:08:37.196 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-25T05:08:37.196 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi031/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-04-25T05:08:37.196 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T05:08:37.196 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-25T05:08:37.196 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T05:08:37.196 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 03f15f5a-be35-4716-902b-c9b671536b7b 2024-04-25T05:08:37.196 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T05:08:37.196 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.619+0000 7f49930d4c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-04-25T05:08:37.196 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T05:08:37.196 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.623+0000 7f49930d4c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5644901d4000 2024-04-25T05:08:37.196 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.623+0000 7f49930d4c80 4 rocksdb: DB pointer 0x5644901c4000 2024-04-25T05:08:37.196 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.623+0000 7f4983234700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-25T05:08:37.196 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.623+0000 7f4983234700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-25T05:08:37.197 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-04-25T05:08:37.197 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-25T05:08:37.197 INFO:teuthology.orchestra.run.smithi031.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-04-25T05:08:37.197 INFO:teuthology.orchestra.run.smithi031.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-04-25T05:08:37.197 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-25T05:08:37.197 INFO:teuthology.orchestra.run.smithi031.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-04-25T05:08:37.197 INFO:teuthology.orchestra.run.smithi031.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-04-25T05:08:37.197 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-25T05:08:37.197 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T05:08:37.197 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-25T05:08:37.197 INFO:teuthology.orchestra.run.smithi031.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-04-25T05:08:37.197 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-25T05:08:37.197 INFO:teuthology.orchestra.run.smithi031.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-04-25T05:08:37.197 INFO:teuthology.orchestra.run.smithi031.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-04-25T05:08:37.198 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T05:08:37.198 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-25T05:08:37.198 INFO:teuthology.orchestra.run.smithi031.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-04-25T05:08:37.198 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-25T05:08:37.198 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T05:08:37.198 INFO:teuthology.orchestra.run.smithi031.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-04-25T05:08:37.198 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T05:08:37.198 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-25T05:08:37.198 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-04-25T05:08:37.198 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-04-25T05:08:37.198 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-04-25T05:08:37.198 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-04-25T05:08:37.198 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-04-25T05:08:37.198 INFO:teuthology.orchestra.run.smithi031.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-04-25T05:08:37.198 INFO:teuthology.orchestra.run.smithi031.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-04-25T05:08:37.199 INFO:teuthology.orchestra.run.smithi031.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-04-25T05:08:37.199 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x5644900dd1f0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-04-25T05:08:37.199 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-04-25T05:08:37.199 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T05:08:37.199 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-04-25T05:08:37.199 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr 2024-04-25T05:08:37.199 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.623+0000 7f49930d4c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-04-25T05:08:37.199 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.623+0000 7f49930d4c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-04-25T05:08:37.199 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-25T05:08:36.623+0000 7f49930d4c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi031 for mon.smithi031 2024-04-25T05:08:37.199 INFO:teuthology.orchestra.run.smithi031.stdout:create mon.smithi031 on 2024-04-25T05:08:37.625 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-04-25T05:08:37.840 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-b4616124-02c1-11ef-bc93-c7b262605968.target -> /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968.target. 2024-04-25T05:08:37.840 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-b4616124-02c1-11ef-bc93-c7b262605968.target -> /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968.target. 2024-04-25T05:08:38.157 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b4616124-02c1-11ef-bc93-c7b262605968@mon.smithi031 2024-04-25T05:08:38.157 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b4616124-02c1-11ef-bc93-c7b262605968@mon.smithi031.service: Unit ceph-b4616124-02c1-11ef-bc93-c7b262605968@mon.smithi031.service not loaded. 2024-04-25T05:08:38.344 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968.target.wants/ceph-b4616124-02c1-11ef-bc93-c7b262605968@mon.smithi031.service -> /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service. 2024-04-25T05:08:38.353 INFO:teuthology.orchestra.run.smithi031.stdout:firewalld does not appear to be present 2024-04-25T05:08:38.353 INFO:teuthology.orchestra.run.smithi031.stdout:Not possible to enable service . firewalld.service is not available 2024-04-25T05:08:38.353 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for mon to start... 2024-04-25T05:08:38.353 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for mon... 2024-04-25T05:08:39.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:39 smithi031 bash[18161]: cluster 2024-04-25T05:08:39.593958+0000 mon.smithi031 (mon.0) 1 : cluster [INF] mon.smithi031 is new leader, mons smithi031 in quorum (ranks 0) 2024-04-25T05:08:40.527 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout cluster: 2024-04-25T05:08:40.527 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout id: b4616124-02c1-11ef-bc93-c7b262605968 2024-04-25T05:08:40.528 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-25T05:08:40.528 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-04-25T05:08:40.528 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout services: 2024-04-25T05:08:40.528 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi031 (age 0.334753s) 2024-04-25T05:08:40.528 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-25T05:08:40.528 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-25T05:08:40.528 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-04-25T05:08:40.528 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout data: 2024-04-25T05:08:40.528 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-25T05:08:40.528 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-25T05:08:40.528 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-25T05:08:40.528 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout pgs: 2024-04-25T05:08:40.528 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-04-25T05:08:40.528 INFO:teuthology.orchestra.run.smithi031.stdout:mon is available 2024-04-25T05:08:40.528 INFO:teuthology.orchestra.run.smithi031.stdout:Assimilating anything we can from ceph.conf... 2024-04-25T05:08:40.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:40 smithi031 bash[18161]: cluster 2024-04-25T05:08:39.597427+0000 mon.smithi031 (mon.0) 2 : cluster [INF] mon.smithi031 is new leader, mons smithi031 in quorum (ranks 0) 2024-04-25T05:08:40.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:40 smithi031 bash[18161]: cluster 2024-04-25T05:08:39.597427+0000 mon.smithi031 (mon.0) 2 : cluster [INF] mon.smithi031 is new leader, mons smithi031 in quorum (ranks 0) 2024-04-25T05:08:40.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:40 smithi031 bash[18161]: cluster 2024-04-25T05:08:39.597593+0000 mon.smithi031 (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-25T05:08:40.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:40 smithi031 bash[18161]: cluster 2024-04-25T05:08:39.597593+0000 mon.smithi031 (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-25T05:08:40.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:40 smithi031 bash[18161]: cluster 2024-04-25T05:08:39.597608+0000 mon.smithi031 (mon.0) 4 : cluster [DBG] fsid b4616124-02c1-11ef-bc93-c7b262605968 2024-04-25T05:08:40.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:40 smithi031 bash[18161]: cluster 2024-04-25T05:08:39.597608+0000 mon.smithi031 (mon.0) 4 : cluster [DBG] fsid b4616124-02c1-11ef-bc93-c7b262605968 2024-04-25T05:08:40.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:40 smithi031 bash[18161]: cluster 2024-04-25T05:08:39.597617+0000 mon.smithi031 (mon.0) 5 : cluster [DBG] last_changed 2024-04-25T05:08:35.252022+0000 2024-04-25T05:08:40.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:40 smithi031 bash[18161]: cluster 2024-04-25T05:08:39.597617+0000 mon.smithi031 (mon.0) 5 : cluster [DBG] last_changed 2024-04-25T05:08:35.252022+0000 2024-04-25T05:08:40.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:40 smithi031 bash[18161]: cluster 2024-04-25T05:08:39.597624+0000 mon.smithi031 (mon.0) 6 : cluster [DBG] created 2024-04-25T05:08:35.252022+0000 2024-04-25T05:08:40.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:40 smithi031 bash[18161]: cluster 2024-04-25T05:08:39.597624+0000 mon.smithi031 (mon.0) 6 : cluster [DBG] created 2024-04-25T05:08:35.252022+0000 2024-04-25T05:08:40.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:40 smithi031 bash[18161]: cluster 2024-04-25T05:08:39.597633+0000 mon.smithi031 (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-25T05:08:40.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:40 smithi031 bash[18161]: cluster 2024-04-25T05:08:39.597633+0000 mon.smithi031 (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-25T05:08:40.874 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:40 smithi031 bash[18161]: cluster 2024-04-25T05:08:39.597640+0000 mon.smithi031 (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-25T05:08:40.874 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:40 smithi031 bash[18161]: cluster 2024-04-25T05:08:39.597640+0000 mon.smithi031 (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-25T05:08:40.874 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:40 smithi031 bash[18161]: cluster 2024-04-25T05:08:39.597648+0000 mon.smithi031 (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon.smithi031 2024-04-25T05:08:40.874 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:40 smithi031 bash[18161]: cluster 2024-04-25T05:08:39.597648+0000 mon.smithi031 (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon.smithi031 2024-04-25T05:08:40.874 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:40 smithi031 bash[18161]: cluster 2024-04-25T05:08:39.599596+0000 mon.smithi031 (mon.0) 10 : cluster [DBG] fsmap 2024-04-25T05:08:40.874 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:40 smithi031 bash[18161]: cluster 2024-04-25T05:08:39.599596+0000 mon.smithi031 (mon.0) 10 : cluster [DBG] fsmap 2024-04-25T05:08:40.874 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:40 smithi031 bash[18161]: cluster 2024-04-25T05:08:39.602051+0000 mon.smithi031 (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-25T05:08:40.874 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:40 smithi031 bash[18161]: cluster 2024-04-25T05:08:39.602051+0000 mon.smithi031 (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-25T05:08:40.874 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:40 smithi031 bash[18161]: cluster 2024-04-25T05:08:39.602526+0000 mon.smithi031 (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-25T05:08:40.874 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:40 smithi031 bash[18161]: cluster 2024-04-25T05:08:39.602526+0000 mon.smithi031 (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-25T05:08:40.874 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:40 smithi031 bash[18161]: audit 2024-04-25T05:08:39.932116+0000 mon.smithi031 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.31:0/1835940228' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-25T05:08:40.874 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:40 smithi031 bash[18161]: audit 2024-04-25T05:08:39.932116+0000 mon.smithi031 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.31:0/1835940228' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-25T05:08:41.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:41 smithi031 bash[18161]: audit 2024-04-25T05:08:41.525606+0000 mon.smithi031 (mon.0) 14 : audit [INF] from='client.? 172.21.15.31:0/3016825995' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-25T05:08:41.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:41 smithi031 bash[18161]: audit 2024-04-25T05:08:41.525606+0000 mon.smithi031 (mon.0) 14 : audit [INF] from='client.? 172.21.15.31:0/3016825995' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-25T05:08:41.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:41 smithi031 bash[18161]: audit 2024-04-25T05:08:41.529741+0000 mon.smithi031 (mon.0) 15 : audit [INF] from='client.? 172.21.15.31:0/3016825995' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-25T05:08:41.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:41 smithi031 bash[18161]: audit 2024-04-25T05:08:41.529741+0000 mon.smithi031 (mon.0) 15 : audit [INF] from='client.? 172.21.15.31:0/3016825995' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-25T05:08:42.099 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-04-25T05:08:42.100 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout [global] 2024-04-25T05:08:42.100 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout fsid = b4616124-02c1-11ef-bc93-c7b262605968 2024-04-25T05:08:42.100 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-25T05:08:42.100 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.31:3300,v1:172.21.15.31:6789] 2024-04-25T05:08:42.100 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-25T05:08:42.100 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-25T05:08:42.100 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-25T05:08:42.100 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-25T05:08:42.100 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-04-25T05:08:42.100 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-25T05:08:42.100 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-25T05:08:42.100 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-04-25T05:08:42.100 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout [osd] 2024-04-25T05:08:42.100 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-25T05:08:42.101 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-25T05:08:42.101 INFO:teuthology.orchestra.run.smithi031.stdout:Generating new minimal ceph.conf... 2024-04-25T05:08:43.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:43 smithi031 bash[18161]: audit 2024-04-25T05:08:43.071500+0000 mon.smithi031 (mon.0) 16 : audit [DBG] from='client.? 172.21.15.31:0/3579995689' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:08:43.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:43 smithi031 bash[18161]: audit 2024-04-25T05:08:43.071500+0000 mon.smithi031 (mon.0) 16 : audit [DBG] from='client.? 172.21.15.31:0/3579995689' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:08:43.603 INFO:teuthology.orchestra.run.smithi031.stdout:Restarting the monitor... 2024-04-25T05:08:43.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:43 smithi031 systemd[1]: Stopping Ceph mon.smithi031 for b4616124-02c1-11ef-bc93-c7b262605968... 2024-04-25T05:08:43.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:43 smithi031 bash[18161]: debug 2024-04-25T05:08:43.735+0000 7f62b9d86700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi031 -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-04-25T05:08:43.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:43 smithi031 bash[18161]: debug 2024-04-25T05:08:43.735+0000 7f62b9d86700 -1 mon.smithi031@0(leader) e1 *** Got Signal Terminated *** 2024-04-25T05:08:44.548 INFO:teuthology.orchestra.run.smithi031.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-25T05:08:44.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:44 smithi031 bash[18550]: ceph-b4616124-02c1-11ef-bc93-c7b262605968-mon-smithi031 2024-04-25T05:08:44.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:44 smithi031 bash[18609]: Error response from daemon: No such container: ceph-b4616124-02c1-11ef-bc93-c7b262605968-mon-smithi031 2024-04-25T05:08:44.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:44 smithi031 systemd[1]: ceph-b4616124-02c1-11ef-bc93-c7b262605968@mon.smithi031.service: Deactivated successfully. 2024-04-25T05:08:44.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:44 smithi031 systemd[1]: Stopped Ceph mon.smithi031 for b4616124-02c1-11ef-bc93-c7b262605968. 2024-04-25T05:08:44.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:44 smithi031 systemd[1]: Started Ceph mon.smithi031 for b4616124-02c1-11ef-bc93-c7b262605968. 2024-04-25T05:08:45.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.663+0000 7f020b5bfc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-25T05:08:45.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.663+0000 7f020b5bfc80 0 ceph version 19.0.0-3293-gd6f5f4e5 (d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737) squid (dev), process ceph-mon, pid 7 2024-04-25T05:08:45.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.663+0000 7f020b5bfc80 0 pidfile_write: ignore empty --pid-file 2024-04-25T05:08:45.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 0 load: jerasure load: lrc 2024-04-25T05:08:45.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: RocksDB version: 7.9.2 2024-04-25T05:08:45.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Git sha 0 2024-04-25T05:08:45.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Compile date 2024-04-25 01:05:22 2024-04-25T05:08:45.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: DB SUMMARY 2024-04-25T05:08:45.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: DB Session ID: JYSOEXCB9EO9SXAN509T 2024-04-25T05:08:45.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: CURRENT file: CURRENT 2024-04-25T05:08:45.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-25T05:08:45.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-25T05:08:45.874 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi031/store.db dir, Total Num: 1, files: 000008.sst 2024-04-25T05:08:45.874 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi031/store.db: 000009.log size: 88819 ; 2024-04-25T05:08:45.874 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.error_if_exists: 0 2024-04-25T05:08:45.874 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.create_if_missing: 0 2024-04-25T05:08:45.874 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.paranoid_checks: 1 2024-04-25T05:08:45.874 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-25T05:08:45.874 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-25T05:08:45.874 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-25T05:08:45.874 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.env: 0x5617e41e5cc0 2024-04-25T05:08:45.874 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-25T05:08:45.874 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.info_log: 0x5617e696fca0 2024-04-25T05:08:45.874 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-25T05:08:45.875 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.statistics: (nil) 2024-04-25T05:08:45.875 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.use_fsync: 0 2024-04-25T05:08:45.875 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.max_log_file_size: 0 2024-04-25T05:08:45.875 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-25T05:08:45.876 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-25T05:08:45.876 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-25T05:08:45.876 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-25T05:08:45.876 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.allow_fallocate: 1 2024-04-25T05:08:45.876 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-25T05:08:45.876 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-25T05:08:45.876 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.use_direct_reads: 0 2024-04-25T05:08:45.876 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-25T05:08:45.876 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-25T05:08:45.876 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.db_log_dir: 2024-04-25T05:08:45.876 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.wal_dir: 2024-04-25T05:08:45.876 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-25T05:08:45.877 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-25T05:08:45.877 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-25T05:08:45.877 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-25T05:08:45.877 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-25T05:08:45.877 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-25T05:08:45.877 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-25T05:08:45.877 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-25T05:08:45.877 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.write_buffer_manager: 0x5617e69410e0 2024-04-25T05:08:45.877 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-25T05:08:45.877 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-25T05:08:45.877 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-25T05:08:45.877 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-25T05:08:45.877 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-25T05:08:45.877 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-25T05:08:45.878 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-25T05:08:45.878 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-25T05:08:45.878 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.unordered_write: 0 2024-04-25T05:08:45.878 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-25T05:08:45.878 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-25T05:08:45.878 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-25T05:08:45.878 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-25T05:08:45.878 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.row_cache: None 2024-04-25T05:08:45.878 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.wal_filter: None 2024-04-25T05:08:45.878 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-25T05:08:45.878 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-25T05:08:45.878 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.two_write_queues: 0 2024-04-25T05:08:45.878 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-25T05:08:45.878 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.wal_compression: 0 2024-04-25T05:08:45.878 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.atomic_flush: 0 2024-04-25T05:08:45.879 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-25T05:08:45.879 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-25T05:08:45.879 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-25T05:08:45.879 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.log_readahead_size: 0 2024-04-25T05:08:45.879 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-25T05:08:45.879 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-25T05:08:45.879 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-25T05:08:45.879 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-25T05:08:45.879 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-25T05:08:45.879 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-25T05:08:45.879 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-25T05:08:45.879 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.max_background_jobs: 2 2024-04-25T05:08:45.879 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.max_background_compactions: -1 2024-04-25T05:08:45.879 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.max_subcompactions: 1 2024-04-25T05:08:45.880 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-25T05:08:45.880 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-25T05:08:45.880 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-25T05:08:45.880 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-25T05:08:45.880 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-25T05:08:45.880 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-25T05:08:45.880 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-25T05:08:45.880 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-25T05:08:45.880 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.max_open_files: -1 2024-04-25T05:08:45.880 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-25T05:08:45.880 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-25T05:08:45.880 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-25T05:08:45.880 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-25T05:08:45.880 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Options.max_background_flushes: -1 2024-04-25T05:08:45.881 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Compression algorithms supported: 2024-04-25T05:08:45.881 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-25T05:08:45.881 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: kZSTD supported: 0 2024-04-25T05:08:45.881 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: kXpressCompression supported: 0 2024-04-25T05:08:45.881 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-25T05:08:45.881 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: kZlibCompression supported: 1 2024-04-25T05:08:45.881 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: kSnappyCompression supported: 1 2024-04-25T05:08:45.881 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: kLZ4Compression supported: 1 2024-04-25T05:08:45.881 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: kBZip2Compression supported: 0 2024-04-25T05:08:45.881 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-25T05:08:45.881 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-25T05:08:45.881 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.667+0000 7f020b5bfc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi031/store.db/MANIFEST-000010 2024-04-25T05:08:45.883 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-25T05:08:45.883 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-25T05:08:45.883 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.merge_operator: 2024-04-25T05:08:45.883 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.compaction_filter: None 2024-04-25T05:08:45.883 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-25T05:08:45.883 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-25T05:08:45.883 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-25T05:08:45.883 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-25T05:08:45.883 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5617e696fe60) 2024-04-25T05:08:45.883 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: cache_index_and_filter_blocks: 1 2024-04-25T05:08:45.883 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-25T05:08:45.883 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-25T05:08:45.883 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: pin_top_level_index_and_filter: 1 2024-04-25T05:08:45.884 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: index_type: 0 2024-04-25T05:08:45.884 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: data_block_index_type: 0 2024-04-25T05:08:45.884 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: index_shortening: 1 2024-04-25T05:08:45.884 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: data_block_hash_table_util_ratio: 0.750000 2024-04-25T05:08:45.884 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: checksum: 4 2024-04-25T05:08:45.884 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: no_block_cache: 0 2024-04-25T05:08:45.884 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: block_cache: 0x5617e69711f0 2024-04-25T05:08:45.884 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: block_cache_name: BinnedLRUCache 2024-04-25T05:08:45.884 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: block_cache_options: 2024-04-25T05:08:45.884 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: capacity : 536870912 2024-04-25T05:08:45.884 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: num_shard_bits : 4 2024-04-25T05:08:45.884 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: strict_capacity_limit : 0 2024-04-25T05:08:45.884 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: high_pri_pool_ratio: 0.000 2024-04-25T05:08:45.884 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: block_cache_compressed: (nil) 2024-04-25T05:08:45.884 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: persistent_cache: (nil) 2024-04-25T05:08:45.885 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: block_size: 4096 2024-04-25T05:08:45.885 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: block_size_deviation: 10 2024-04-25T05:08:45.885 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: block_restart_interval: 16 2024-04-25T05:08:45.885 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: index_block_restart_interval: 1 2024-04-25T05:08:45.885 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: metadata_block_size: 4096 2024-04-25T05:08:45.885 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: partition_filters: 0 2024-04-25T05:08:45.885 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: use_delta_encoding: 1 2024-04-25T05:08:45.885 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: filter_policy: bloomfilter 2024-04-25T05:08:45.885 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: whole_key_filtering: 1 2024-04-25T05:08:45.885 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: verify_compression: 0 2024-04-25T05:08:45.885 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: read_amp_bytes_per_bit: 0 2024-04-25T05:08:45.885 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: format_version: 5 2024-04-25T05:08:45.885 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: enable_index_compression: 1 2024-04-25T05:08:45.885 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: block_align: 0 2024-04-25T05:08:45.886 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: max_auto_readahead_size: 262144 2024-04-25T05:08:45.886 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: prepopulate_block_cache: 0 2024-04-25T05:08:45.886 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: initial_auto_readahead_size: 8192 2024-04-25T05:08:45.886 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: num_file_reads_for_auto_readahead: 2 2024-04-25T05:08:45.886 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-25T05:08:45.886 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-25T05:08:45.886 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.compression: NoCompression 2024-04-25T05:08:45.886 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-25T05:08:45.886 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-25T05:08:45.886 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-25T05:08:45.886 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.num_levels: 7 2024-04-25T05:08:45.886 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-25T05:08:45.886 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-25T05:08:45.886 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-25T05:08:45.886 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-25T05:08:45.887 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-25T05:08:45.887 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-25T05:08:45.887 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-25T05:08:45.887 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-25T05:08:45.887 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-25T05:08:45.887 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-25T05:08:45.887 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-25T05:08:45.887 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-25T05:08:45.887 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-25T05:08:45.887 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-25T05:08:45.887 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-25T05:08:45.887 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-25T05:08:45.887 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-25T05:08:45.887 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-25T05:08:45.888 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-25T05:08:45.888 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-25T05:08:45.888 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-25T05:08:45.888 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-25T05:08:45.888 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-25T05:08:45.888 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-25T05:08:45.888 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-25T05:08:45.888 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-25T05:08:45.888 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-25T05:08:45.888 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-25T05:08:45.888 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-25T05:08:45.888 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-25T05:08:45.888 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-25T05:08:45.888 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-25T05:08:45.889 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-25T05:08:45.889 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-25T05:08:45.889 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-25T05:08:45.889 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-25T05:08:45.889 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-25T05:08:45.889 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-25T05:08:45.889 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-25T05:08:45.889 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-25T05:08:45.889 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-25T05:08:45.889 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-25T05:08:45.889 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-25T05:08:45.889 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-25T05:08:45.889 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-25T05:08:45.889 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-25T05:08:45.889 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-25T05:08:45.890 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-25T05:08:45.890 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-25T05:08:45.890 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-25T05:08:45.890 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-25T05:08:45.890 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-25T05:08:45.890 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-25T05:08:45.890 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-25T05:08:45.890 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.inplace_update_support: 0 2024-04-25T05:08:45.890 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-25T05:08:45.890 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-25T05:08:45.890 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-25T05:08:45.890 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-25T05:08:45.890 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.bloom_locality: 0 2024-04-25T05:08:45.890 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.max_successive_merges: 0 2024-04-25T05:08:45.891 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-25T05:08:45.891 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-25T05:08:45.891 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-25T05:08:45.891 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-25T05:08:45.891 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.ttl: 2592000 2024-04-25T05:08:45.891 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-25T05:08:45.891 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-25T05:08:45.891 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-25T05:08:45.891 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.enable_blob_files: false 2024-04-25T05:08:45.891 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.min_blob_size: 0 2024-04-25T05:08:45.891 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-25T05:08:45.891 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-25T05:08:45.891 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-25T05:08:45.891 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-25T05:08:45.891 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-25T05:08:45.892 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-25T05:08:45.892 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-25T05:08:45.892 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-25T05:08:45.892 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi031/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-04-25T05:08:45.892 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-25T05:08:45.892 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 03f15f5a-be35-4716-902b-c9b671536b7b 2024-04-25T05:08:45.892 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714021725673482, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-25T05:08:45.892 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-25T05:08:45.892 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714021725674753, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85589, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 254, "table_properties": {"data_size": 83729, "index_size": 244, "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": 9921, "raw_average_key_size": 46, "raw_value_size": 78050, "raw_average_value_size": 366, "num_data_blocks": 11, "num_entries": 213, "num_filter_entries": 213, "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": 1714021725, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "03f15f5a-be35-4716-902b-c9b671536b7b", "db_session_id": "JYSOEXCB9EO9SXAN509T", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-25T05:08:45.892 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714021725674855, "job": 1, "event": "recovery_finished"} 2024-04-25T05:08:45.892 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-25T05:08:45.892 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi031/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-25T05:08:45.892 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5617e6a92000 2024-04-25T05:08:45.892 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f020b5bfc80 4 rocksdb: DB pointer 0x5617e6a7c000 2024-04-25T05:08:45.892 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f01f9d17700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-25T05:08:45.893 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.671+0000 7f01f9d17700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-25T05:08:45.893 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: ** DB Stats ** 2024-04-25T05:08:45.893 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-25T05:08:45.893 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-25T05:08:45.893 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-25T05:08:45.893 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-25T05:08:45.893 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-25T05:08:45.893 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-25T05:08:45.893 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-25T05:08:45.893 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: ** Compaction Stats [default] ** 2024-04-25T05:08:45.893 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: 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-04-25T05:08:45.893 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-25T05:08:45.893 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: L0 2/0 85.48 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 106.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-25T05:08:45.893 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: Sum 2/0 85.48 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 106.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-25T05:08:45.893 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 106.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-25T05:08:45.894 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: ** Compaction Stats [default] ** 2024-04-25T05:08:45.894 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: 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-04-25T05:08:45.894 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-25T05:08:45.894 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 106.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-25T05:08:45.894 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-25T05:08:45.894 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-25T05:08:45.894 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-25T05:08:45.894 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-25T05:08:45.894 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: AddFile(Total Files): cumulative 0, interval 0 2024-04-25T05:08:45.894 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-25T05:08:45.894 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: AddFile(Keys): cumulative 0, interval 0 2024-04-25T05:08:45.894 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: Cumulative compaction: 0.00 GB write, 21.74 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-25T05:08:45.894 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: Interval compaction: 0.00 GB write, 21.74 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-25T05:08:45.894 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: 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-04-25T05:08:45.895 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: Block cache BinnedLRUCache@0x5617e69711f0#7 capacity: 512.00 MB usage: 1.20 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-04-25T05:08:45.895 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.44 KB,8.34465e-05%) Misc(1,0.00 KB,0%) 2024-04-25T05:08:45.895 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: ** File Read Latency Histogram By Level [default] ** 2024-04-25T05:08:45.895 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.675+0000 7f020b5bfc80 0 starting mon.smithi031 rank 0 at public addrs [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] at bind addrs [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi031 fsid b4616124-02c1-11ef-bc93-c7b262605968 2024-04-25T05:08:45.895 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.675+0000 7f020b5bfc80 1 mon.smithi031@-1(???) e1 preinit fsid b4616124-02c1-11ef-bc93-c7b262605968 2024-04-25T05:08:45.895 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.675+0000 7f020b5bfc80 0 mon.smithi031@-1(???).mds e1 new map 2024-04-25T05:08:45.895 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.675+0000 7f020b5bfc80 0 mon.smithi031@-1(???).mds e1 print_map 2024-04-25T05:08:45.895 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: e1 2024-04-25T05:08:45.895 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-25T05:08:45.895 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: 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,11=minor log segments,12=quiesce subvolumes} 2024-04-25T05:08:45.895 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: legacy client fscid: -1 2024-04-25T05:08:45.895 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: 2024-04-25T05:08:45.895 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: No filesystems configured 2024-04-25T05:08:45.895 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.675+0000 7f020b5bfc80 0 mon.smithi031@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-25T05:08:45.895 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.675+0000 7f020b5bfc80 0 mon.smithi031@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-25T05:08:45.896 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.675+0000 7f020b5bfc80 0 mon.smithi031@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-25T05:08:45.896 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.675+0000 7f020b5bfc80 0 mon.smithi031@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-25T05:08:45.896 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: debug 2024-04-25T05:08:45.675+0000 7f020b5bfc80 1 mon.smithi031@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-25T05:08:45.896 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: cluster 2024-04-25T05:08:45.701041+0000 mon.smithi031 (mon.0) 1 : cluster [INF] mon.smithi031 is new leader, mons smithi031 in quorum (ranks 0) 2024-04-25T05:08:45.896 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: cluster 2024-04-25T05:08:45.701041+0000 mon.smithi031 (mon.0) 1 : cluster [INF] mon.smithi031 is new leader, mons smithi031 in quorum (ranks 0) 2024-04-25T05:08:45.896 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: cluster 2024-04-25T05:08:45.701135+0000 mon.smithi031 (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-25T05:08:45.896 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: cluster 2024-04-25T05:08:45.701135+0000 mon.smithi031 (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-25T05:08:45.896 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: cluster 2024-04-25T05:08:45.701148+0000 mon.smithi031 (mon.0) 3 : cluster [DBG] fsid b4616124-02c1-11ef-bc93-c7b262605968 2024-04-25T05:08:45.896 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: cluster 2024-04-25T05:08:45.701148+0000 mon.smithi031 (mon.0) 3 : cluster [DBG] fsid b4616124-02c1-11ef-bc93-c7b262605968 2024-04-25T05:08:45.896 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: cluster 2024-04-25T05:08:45.701168+0000 mon.smithi031 (mon.0) 4 : cluster [DBG] last_changed 2024-04-25T05:08:35.252022+0000 2024-04-25T05:08:45.896 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: cluster 2024-04-25T05:08:45.701168+0000 mon.smithi031 (mon.0) 4 : cluster [DBG] last_changed 2024-04-25T05:08:35.252022+0000 2024-04-25T05:08:45.896 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: cluster 2024-04-25T05:08:45.701181+0000 mon.smithi031 (mon.0) 5 : cluster [DBG] created 2024-04-25T05:08:35.252022+0000 2024-04-25T05:08:45.896 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: cluster 2024-04-25T05:08:45.701181+0000 mon.smithi031 (mon.0) 5 : cluster [DBG] created 2024-04-25T05:08:35.252022+0000 2024-04-25T05:08:45.896 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: cluster 2024-04-25T05:08:45.701193+0000 mon.smithi031 (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-25T05:08:45.897 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: cluster 2024-04-25T05:08:45.701193+0000 mon.smithi031 (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-25T05:08:45.897 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: cluster 2024-04-25T05:08:45.701205+0000 mon.smithi031 (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-25T05:08:45.897 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: cluster 2024-04-25T05:08:45.701205+0000 mon.smithi031 (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-25T05:08:45.897 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: cluster 2024-04-25T05:08:45.701222+0000 mon.smithi031 (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon.smithi031 2024-04-25T05:08:45.897 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: cluster 2024-04-25T05:08:45.701222+0000 mon.smithi031 (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon.smithi031 2024-04-25T05:08:45.897 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: cluster 2024-04-25T05:08:45.701708+0000 mon.smithi031 (mon.0) 9 : cluster [DBG] fsmap 2024-04-25T05:08:45.897 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: cluster 2024-04-25T05:08:45.701708+0000 mon.smithi031 (mon.0) 9 : cluster [DBG] fsmap 2024-04-25T05:08:45.897 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: cluster 2024-04-25T05:08:45.701746+0000 mon.smithi031 (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-25T05:08:45.897 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: cluster 2024-04-25T05:08:45.701746+0000 mon.smithi031 (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-25T05:08:45.897 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: cluster 2024-04-25T05:08:45.702154+0000 mon.smithi031 (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-25T05:08:45.897 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:45 smithi031 bash[18647]: cluster 2024-04-25T05:08:45.702154+0000 mon.smithi031 (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-25T05:08:46.506 INFO:teuthology.orchestra.run.smithi031.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-25T05:08:46.531 INFO:teuthology.orchestra.run.smithi031.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-25T05:08:46.531 INFO:teuthology.orchestra.run.smithi031.stdout:Creating mgr... 2024-04-25T05:08:46.532 INFO:teuthology.orchestra.run.smithi031.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-25T05:08:46.532 INFO:teuthology.orchestra.run.smithi031.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-25T05:08:46.532 INFO:teuthology.orchestra.run.smithi031.stdout:Verifying port 0.0.0.0:8443 ... 2024-04-25T05:08:46.841 INFO:teuthology.orchestra.run.smithi031.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-b4616124-02c1-11ef-bc93-c7b262605968@mgr.smithi031.wbrsoo 2024-04-25T05:08:46.841 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Failed to reset failed state of unit ceph-b4616124-02c1-11ef-bc93-c7b262605968@mgr.smithi031.wbrsoo.service: Unit ceph-b4616124-02c1-11ef-bc93-c7b262605968@mgr.smithi031.wbrsoo.service not loaded. 2024-04-25T05:08:46.845 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:46 smithi031 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:08:47.041 INFO:teuthology.orchestra.run.smithi031.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968.target.wants/ceph-b4616124-02c1-11ef-bc93-c7b262605968@mgr.smithi031.wbrsoo.service -> /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service. 2024-04-25T05:08:47.048 INFO:teuthology.orchestra.run.smithi031.stdout:firewalld does not appear to be present 2024-04-25T05:08:47.048 INFO:teuthology.orchestra.run.smithi031.stdout:Not possible to enable service . firewalld.service is not available 2024-04-25T05:08:47.049 INFO:teuthology.orchestra.run.smithi031.stdout:firewalld does not appear to be present 2024-04-25T05:08:47.049 INFO:teuthology.orchestra.run.smithi031.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2024-04-25T05:08:47.049 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for mgr to start... 2024-04-25T05:08:47.049 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for mgr... 2024-04-25T05:08:47.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:46 smithi031 bash[18647]: audit 2024-04-25T05:08:45.878353+0000 mon.smithi031 (mon.0) 12 : audit [INF] from='client.? 172.21.15.31:0/970044543' entity='client.admin' 2024-04-25T05:08:47.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:46 smithi031 bash[18647]: audit 2024-04-25T05:08:45.878353+0000 mon.smithi031 (mon.0) 12 : audit [INF] from='client.? 172.21.15.31:0/970044543' entity='client.admin' 2024-04-25T05:08:47.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:46 smithi031 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:08:48.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:48 smithi031 bash[18647]: audit 2024-04-25T05:08:48.492607+0000 mon.smithi031 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.31:0/3669126547' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-25T05:08:48.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:48 smithi031 bash[18647]: audit 2024-04-25T05:08:48.492607+0000 mon.smithi031 (mon.0) 13 : audit [DBG] from='client.? 172.21.15.31:0/3669126547' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-25T05:08:49.058 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-04-25T05:08:49.058 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2024-04-25T05:08:49.058 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "fsid": "b4616124-02c1-11ef-bc93-c7b262605968", 2024-04-25T05:08:49.058 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "health": { 2024-04-25T05:08:49.058 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-25T05:08:49.058 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-25T05:08:49.059 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-25T05:08:49.059 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-04-25T05:08:49.059 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-25T05:08:49.059 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-25T05:08:49.059 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 0 2024-04-25T05:08:49.059 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-04-25T05:08:49.059 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-25T05:08:49.059 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "smithi031" 2024-04-25T05:08:49.059 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-04-25T05:08:49.059 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-25T05:08:49.059 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-25T05:08:49.059 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T05:08:49.059 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-25T05:08:49.059 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-25T05:08:49.059 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-04-25T05:08:49.059 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-25T05:08:49.060 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T05:08:49.060 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-25T05:08:49.060 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-25T05:08:49.060 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-25T05:08:49.060 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-25T05:08:49.060 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-25T05:08:49.060 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-25T05:08:49.063 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-04-25T05:08:49.064 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-25T05:08:49.064 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-25T05:08:49.064 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-25T05:08:49.064 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-25T05:08:49.064 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-25T05:08:49.064 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-25T05:08:49.064 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-25T05:08:49.064 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-25T05:08:49.064 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-25T05:08:49.064 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-04-25T05:08:49.064 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-25T05:08:49.065 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T05:08:49.065 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-25T05:08:49.065 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-25T05:08:49.065 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-04-25T05:08:49.065 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-25T05:08:49.065 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-25T05:08:49.065 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-25T05:08:49.065 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-25T05:08:49.065 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-25T05:08:49.065 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-25T05:08:49.065 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "restful" 2024-04-25T05:08:49.065 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-04-25T05:08:49.065 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-25T05:08:49.065 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-04-25T05:08:49.065 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-25T05:08:49.066 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T05:08:49.066 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "modified": "2024-04-25T05:08:39.598717+0000", 2024-04-25T05:08:49.066 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-25T05:08:49.066 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-04-25T05:08:49.066 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-25T05:08:49.066 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2024-04-25T05:08:49.066 INFO:teuthology.orchestra.run.smithi031.stdout:mgr not available, waiting (1/15)... 2024-04-25T05:08:52.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:52 smithi031 bash[18647]: audit 2024-04-25T05:08:52.119797+0000 mon.smithi031 (mon.0) 14 : audit [DBG] from='client.? 172.21.15.31:0/911657074' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-25T05:08:52.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:52 smithi031 bash[18647]: audit 2024-04-25T05:08:52.119797+0000 mon.smithi031 (mon.0) 14 : audit [DBG] from='client.? 172.21.15.31:0/911657074' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-25T05:08:52.689 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-04-25T05:08:52.689 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2024-04-25T05:08:52.689 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "fsid": "b4616124-02c1-11ef-bc93-c7b262605968", 2024-04-25T05:08:52.689 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "health": { 2024-04-25T05:08:52.689 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-25T05:08:52.689 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-25T05:08:52.690 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-25T05:08:52.690 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-04-25T05:08:52.690 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-25T05:08:52.690 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-25T05:08:52.690 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 0 2024-04-25T05:08:52.690 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-04-25T05:08:52.690 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-25T05:08:52.690 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "smithi031" 2024-04-25T05:08:52.690 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-04-25T05:08:52.690 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-04-25T05:08:52.690 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-25T05:08:52.690 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T05:08:52.690 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-25T05:08:52.690 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-25T05:08:52.691 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-04-25T05:08:52.691 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-25T05:08:52.691 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T05:08:52.691 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-25T05:08:52.691 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-25T05:08:52.691 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-25T05:08:52.691 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-25T05:08:52.691 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-25T05:08:52.691 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-25T05:08:52.691 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-04-25T05:08:52.691 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-25T05:08:52.694 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-25T05:08:52.694 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-25T05:08:52.695 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-25T05:08:52.695 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-25T05:08:52.695 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-25T05:08:52.695 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-25T05:08:52.695 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-25T05:08:52.695 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-25T05:08:52.695 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-04-25T05:08:52.695 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-25T05:08:52.695 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T05:08:52.695 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-25T05:08:52.695 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-25T05:08:52.695 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-04-25T05:08:52.695 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-25T05:08:52.695 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-25T05:08:52.696 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-25T05:08:52.696 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-25T05:08:52.696 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-25T05:08:52.696 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-25T05:08:52.696 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "restful" 2024-04-25T05:08:52.696 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-04-25T05:08:52.696 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-25T05:08:52.696 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-04-25T05:08:52.696 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-25T05:08:52.696 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T05:08:52.696 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "modified": "2024-04-25T05:08:39.598717+0000", 2024-04-25T05:08:52.696 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-25T05:08:52.696 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-04-25T05:08:52.696 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-25T05:08:52.697 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2024-04-25T05:08:52.697 INFO:teuthology.orchestra.run.smithi031.stdout:mgr not available, waiting (2/15)... 2024-04-25T05:08:55.863 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:55 smithi031 bash[18647]: audit 2024-04-25T05:08:55.669750+0000 mon.smithi031 (mon.0) 15 : audit [DBG] from='client.? 172.21.15.31:0/4076377063' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-25T05:08:55.863 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:55 smithi031 bash[18647]: audit 2024-04-25T05:08:55.669750+0000 mon.smithi031 (mon.0) 15 : audit [DBG] from='client.? 172.21.15.31:0/4076377063' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-25T05:08:56.261 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-04-25T05:08:56.261 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2024-04-25T05:08:56.261 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "fsid": "b4616124-02c1-11ef-bc93-c7b262605968", 2024-04-25T05:08:56.261 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "health": { 2024-04-25T05:08:56.261 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-25T05:08:56.261 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-25T05:08:56.262 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-25T05:08:56.262 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-04-25T05:08:56.262 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-25T05:08:56.262 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-25T05:08:56.262 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 0 2024-04-25T05:08:56.262 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-04-25T05:08:56.262 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-25T05:08:56.262 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "smithi031" 2024-04-25T05:08:56.262 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-04-25T05:08:56.262 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-04-25T05:08:56.262 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-25T05:08:56.262 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T05:08:56.262 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-25T05:08:56.263 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-25T05:08:56.263 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-04-25T05:08:56.263 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-25T05:08:56.263 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T05:08:56.263 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-25T05:08:56.263 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-25T05:08:56.263 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-25T05:08:56.263 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-25T05:08:56.263 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-25T05:08:56.263 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-25T05:08:56.266 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-04-25T05:08:56.267 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-25T05:08:56.267 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-25T05:08:56.267 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-25T05:08:56.267 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-25T05:08:56.267 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-25T05:08:56.267 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-25T05:08:56.267 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-25T05:08:56.267 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-25T05:08:56.267 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-25T05:08:56.267 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-04-25T05:08:56.267 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-25T05:08:56.267 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T05:08:56.267 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-25T05:08:56.267 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-25T05:08:56.267 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-04-25T05:08:56.268 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-25T05:08:56.268 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-25T05:08:56.268 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-25T05:08:56.268 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-25T05:08:56.268 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-25T05:08:56.268 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-25T05:08:56.268 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "restful" 2024-04-25T05:08:56.268 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-04-25T05:08:56.268 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-25T05:08:56.268 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-04-25T05:08:56.268 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-25T05:08:56.268 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T05:08:56.268 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "modified": "2024-04-25T05:08:39.598717+0000", 2024-04-25T05:08:56.268 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-25T05:08:56.269 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-04-25T05:08:56.269 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-25T05:08:56.269 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2024-04-25T05:08:56.269 INFO:teuthology.orchestra.run.smithi031.stdout:mgr not available, waiting (3/15)... 2024-04-25T05:08:56.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:56 smithi031 bash[18647]: cluster 2024-04-25T05:08:56.647479+0000 mon.smithi031 (mon.0) 16 : cluster [INF] Activating manager daemon smithi031.wbrsoo 2024-04-25T05:08:56.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:56 smithi031 bash[18647]: cluster 2024-04-25T05:08:56.647479+0000 mon.smithi031 (mon.0) 16 : cluster [INF] Activating manager daemon smithi031.wbrsoo 2024-04-25T05:08:56.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:56 smithi031 bash[18647]: cluster 2024-04-25T05:08:56.653896+0000 mon.smithi031 (mon.0) 17 : cluster [DBG] mgrmap e2: smithi031.wbrsoo(active, starting, since 0.00690176s) 2024-04-25T05:08:56.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:56 smithi031 bash[18647]: cluster 2024-04-25T05:08:56.653896+0000 mon.smithi031 (mon.0) 17 : cluster [DBG] mgrmap e2: smithi031.wbrsoo(active, starting, since 0.00690176s) 2024-04-25T05:08:56.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:56 smithi031 bash[18647]: audit 2024-04-25T05:08:56.655440+0000 mon.smithi031 (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.31:0/256225651' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-25T05:08:56.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:56 smithi031 bash[18647]: audit 2024-04-25T05:08:56.655440+0000 mon.smithi031 (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.31:0/256225651' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-25T05:08:56.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:56 smithi031 bash[18647]: audit 2024-04-25T05:08:56.655774+0000 mon.smithi031 (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.31:0/256225651' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-25T05:08:56.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:56 smithi031 bash[18647]: audit 2024-04-25T05:08:56.655774+0000 mon.smithi031 (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.31:0/256225651' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-25T05:08:56.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:56 smithi031 bash[18647]: audit 2024-04-25T05:08:56.655966+0000 mon.smithi031 (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.31:0/256225651' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-25T05:08:56.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:56 smithi031 bash[18647]: audit 2024-04-25T05:08:56.655966+0000 mon.smithi031 (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.31:0/256225651' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-25T05:08:56.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:56 smithi031 bash[18647]: audit 2024-04-25T05:08:56.656171+0000 mon.smithi031 (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.31:0/256225651' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-25T05:08:56.874 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:56 smithi031 bash[18647]: audit 2024-04-25T05:08:56.656171+0000 mon.smithi031 (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.31:0/256225651' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-25T05:08:56.874 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:56 smithi031 bash[18647]: audit 2024-04-25T05:08:56.656349+0000 mon.smithi031 (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.31:0/256225651' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-25T05:08:56.874 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:56 smithi031 bash[18647]: audit 2024-04-25T05:08:56.656349+0000 mon.smithi031 (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.31:0/256225651' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-25T05:08:56.874 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:56 smithi031 bash[18647]: audit 2024-04-25T05:08:56.656535+0000 mon.smithi031 (mon.0) 23 : audit [DBG] from='mgr.14100 172.21.15.31:0/256225651' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-25T05:08:56.874 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:56 smithi031 bash[18647]: audit 2024-04-25T05:08:56.656535+0000 mon.smithi031 (mon.0) 23 : audit [DBG] from='mgr.14100 172.21.15.31:0/256225651' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-25T05:08:56.874 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:56 smithi031 bash[18647]: audit 2024-04-25T05:08:56.656885+0000 mon.smithi031 (mon.0) 24 : audit [DBG] from='mgr.14100 172.21.15.31:0/256225651' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-04-25T05:08:56.874 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:56 smithi031 bash[18647]: audit 2024-04-25T05:08:56.656885+0000 mon.smithi031 (mon.0) 24 : audit [DBG] from='mgr.14100 172.21.15.31:0/256225651' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-04-25T05:08:56.874 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:56 smithi031 bash[18647]: audit 2024-04-25T05:08:56.657116+0000 mon.smithi031 (mon.0) 25 : audit [DBG] from='mgr.14100 172.21.15.31:0/256225651' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mgr metadata", "who": "smithi031.wbrsoo", "id": "smithi031.wbrsoo"}]: dispatch 2024-04-25T05:08:56.874 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:56 smithi031 bash[18647]: audit 2024-04-25T05:08:56.657116+0000 mon.smithi031 (mon.0) 25 : audit [DBG] from='mgr.14100 172.21.15.31:0/256225651' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mgr metadata", "who": "smithi031.wbrsoo", "id": "smithi031.wbrsoo"}]: dispatch 2024-04-25T05:08:56.874 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:56 smithi031 bash[18647]: cluster 2024-04-25T05:08:56.686428+0000 mon.smithi031 (mon.0) 26 : cluster [INF] Manager daemon smithi031.wbrsoo is now available 2024-04-25T05:08:56.874 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:56 smithi031 bash[18647]: cluster 2024-04-25T05:08:56.686428+0000 mon.smithi031 (mon.0) 26 : cluster [INF] Manager daemon smithi031.wbrsoo is now available 2024-04-25T05:08:56.874 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:56 smithi031 bash[18647]: audit 2024-04-25T05:08:56.699697+0000 mon.smithi031 (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.31:0/256225651' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.wbrsoo/mirror_snapshot_schedule"}]: dispatch 2024-04-25T05:08:56.874 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:56 smithi031 bash[18647]: audit 2024-04-25T05:08:56.699697+0000 mon.smithi031 (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.31:0/256225651' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.wbrsoo/mirror_snapshot_schedule"}]: dispatch 2024-04-25T05:08:56.875 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:56 smithi031 bash[18647]: audit 2024-04-25T05:08:56.702764+0000 mon.smithi031 (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.31:0/256225651' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.wbrsoo/trash_purge_schedule"}]: dispatch 2024-04-25T05:08:56.875 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:56 smithi031 bash[18647]: audit 2024-04-25T05:08:56.702764+0000 mon.smithi031 (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.31:0/256225651' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.wbrsoo/trash_purge_schedule"}]: dispatch 2024-04-25T05:08:56.875 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:56 smithi031 bash[18647]: audit 2024-04-25T05:08:56.706068+0000 mon.smithi031 (mon.0) 29 : audit [INF] from='mgr.14100 172.21.15.31:0/256225651' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:08:56.875 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:56 smithi031 bash[18647]: audit 2024-04-25T05:08:56.706068+0000 mon.smithi031 (mon.0) 29 : audit [INF] from='mgr.14100 172.21.15.31:0/256225651' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:08:56.875 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:56 smithi031 bash[18647]: audit 2024-04-25T05:08:56.708034+0000 mon.smithi031 (mon.0) 30 : audit [INF] from='mgr.14100 172.21.15.31:0/256225651' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:08:56.875 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:56 smithi031 bash[18647]: audit 2024-04-25T05:08:56.708034+0000 mon.smithi031 (mon.0) 30 : audit [INF] from='mgr.14100 172.21.15.31:0/256225651' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:08:56.875 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:56 smithi031 bash[18647]: audit 2024-04-25T05:08:56.713427+0000 mon.smithi031 (mon.0) 31 : audit [INF] from='mgr.14100 172.21.15.31:0/256225651' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:08:56.875 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:56 smithi031 bash[18647]: audit 2024-04-25T05:08:56.713427+0000 mon.smithi031 (mon.0) 31 : audit [INF] from='mgr.14100 172.21.15.31:0/256225651' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:08:58.949 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:58 smithi031 bash[18647]: cluster 2024-04-25T05:08:57.663406+0000 mon.smithi031 (mon.0) 32 : cluster [DBG] mgrmap e3: smithi031.wbrsoo(active, since 1.01641s) 2024-04-25T05:08:58.949 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:08:58 smithi031 bash[18647]: cluster 2024-04-25T05:08:57.663406+0000 mon.smithi031 (mon.0) 32 : cluster [DBG] mgrmap e3: smithi031.wbrsoo(active, since 1.01641s) 2024-04-25T05:09:00.247 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-04-25T05:09:00.247 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2024-04-25T05:09:00.247 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "fsid": "b4616124-02c1-11ef-bc93-c7b262605968", 2024-04-25T05:09:00.247 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "health": { 2024-04-25T05:09:00.248 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-25T05:09:00.248 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-25T05:09:00.248 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-25T05:09:00.248 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-04-25T05:09:00.248 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-25T05:09:00.248 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-25T05:09:00.248 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 0 2024-04-25T05:09:00.248 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-04-25T05:09:00.248 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-25T05:09:00.248 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "smithi031" 2024-04-25T05:09:00.248 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-04-25T05:09:00.248 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "quorum_age": 13, 2024-04-25T05:09:00.248 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-25T05:09:00.248 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T05:09:00.248 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-25T05:09:00.248 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-25T05:09:00.249 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-04-25T05:09:00.249 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-25T05:09:00.249 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T05:09:00.249 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-25T05:09:00.249 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-25T05:09:00.249 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-25T05:09:00.249 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-25T05:09:00.249 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-25T05:09:00.249 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-25T05:09:00.249 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-04-25T05:09:00.249 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-25T05:09:00.249 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-25T05:09:00.249 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-25T05:09:00.249 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-25T05:09:00.250 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-25T05:09:00.250 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-25T05:09:00.250 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-25T05:09:00.250 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-25T05:09:00.250 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-25T05:09:00.250 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-04-25T05:09:00.250 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-25T05:09:00.250 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T05:09:00.250 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-25T05:09:00.250 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-25T05:09:00.250 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-04-25T05:09:00.250 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-25T05:09:00.251 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-25T05:09:00.251 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-25T05:09:00.251 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-25T05:09:00.251 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-25T05:09:00.251 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-25T05:09:00.251 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "restful" 2024-04-25T05:09:00.251 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ], 2024-04-25T05:09:00.251 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-25T05:09:00.251 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-04-25T05:09:00.251 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-25T05:09:00.251 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-25T05:09:00.251 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "modified": "2024-04-25T05:08:39.598717+0000", 2024-04-25T05:09:00.251 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-25T05:09:00.251 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout }, 2024-04-25T05:09:00.251 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-25T05:09:00.251 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2024-04-25T05:09:00.251 INFO:teuthology.orchestra.run.smithi031.stdout:mgr is available 2024-04-25T05:09:00.907 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:00 smithi031 bash[18647]: cluster 2024-04-25T05:08:59.661366+0000 mon.smithi031 (mon.0) 33 : cluster [DBG] mgrmap e4: smithi031.wbrsoo(active, since 3s) 2024-04-25T05:09:00.907 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:00 smithi031 bash[18647]: cluster 2024-04-25T05:08:59.661366+0000 mon.smithi031 (mon.0) 33 : cluster [DBG] mgrmap e4: smithi031.wbrsoo(active, since 3s) 2024-04-25T05:09:00.907 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:00 smithi031 bash[18647]: audit 2024-04-25T05:08:59.696140+0000 mon.smithi031 (mon.0) 34 : audit [DBG] from='client.? 172.21.15.31:0/404743233' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-25T05:09:00.908 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:00 smithi031 bash[18647]: audit 2024-04-25T05:08:59.696140+0000 mon.smithi031 (mon.0) 34 : audit [DBG] from='client.? 172.21.15.31:0/404743233' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-25T05:09:01.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:01 smithi031 bash[18647]: audit 2024-04-25T05:09:01.467171+0000 mon.smithi031 (mon.0) 35 : audit [INF] from='client.? 172.21.15.31:0/4270794943' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-25T05:09:01.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:01 smithi031 bash[18647]: audit 2024-04-25T05:09:01.467171+0000 mon.smithi031 (mon.0) 35 : audit [INF] from='client.? 172.21.15.31:0/4270794943' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-25T05:09:02.030 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-04-25T05:09:02.030 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout [global] 2024-04-25T05:09:02.030 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout fsid = b4616124-02c1-11ef-bc93-c7b262605968 2024-04-25T05:09:02.030 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-25T05:09:02.030 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-25T05:09:02.030 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-25T05:09:02.031 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-25T05:09:02.031 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-25T05:09:02.031 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-04-25T05:09:02.031 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-25T05:09:02.031 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-25T05:09:02.031 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 2024-04-25T05:09:02.031 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout [osd] 2024-04-25T05:09:02.032 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-25T05:09:02.032 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-25T05:09:02.032 INFO:teuthology.orchestra.run.smithi031.stdout:Enabling cephadm module... 2024-04-25T05:09:03.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:03 smithi031 bash[18647]: audit 2024-04-25T05:09:03.367284+0000 mon.smithi031 (mon.0) 36 : audit [INF] from='client.? 172.21.15.31:0/1678586393' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-25T05:09:03.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:03 smithi031 bash[18647]: audit 2024-04-25T05:09:03.367284+0000 mon.smithi031 (mon.0) 36 : audit [INF] from='client.? 172.21.15.31:0/1678586393' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-25T05:09:04.679 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:04 smithi031 bash[18647]: audit 2024-04-25T05:09:03.418730+0000 mon.smithi031 (mon.0) 37 : audit [INF] from='client.? 172.21.15.31:0/1678586393' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-25T05:09:04.679 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:04 smithi031 bash[18647]: audit 2024-04-25T05:09:03.418730+0000 mon.smithi031 (mon.0) 37 : audit [INF] from='client.? 172.21.15.31:0/1678586393' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-25T05:09:04.679 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:04 smithi031 bash[18647]: cluster 2024-04-25T05:09:03.423017+0000 mon.smithi031 (mon.0) 38 : cluster [DBG] mgrmap e5: smithi031.wbrsoo(active, since 6s) 2024-04-25T05:09:04.679 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:04 smithi031 bash[18647]: cluster 2024-04-25T05:09:03.423017+0000 mon.smithi031 (mon.0) 38 : cluster [DBG] mgrmap e5: smithi031.wbrsoo(active, since 6s) 2024-04-25T05:09:05.562 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:05 smithi031 bash[18647]: audit 2024-04-25T05:09:05.372866+0000 mon.smithi031 (mon.0) 39 : audit [DBG] from='client.? 172.21.15.31:0/3923604748' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-25T05:09:05.562 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:05 smithi031 bash[18647]: audit 2024-04-25T05:09:05.372866+0000 mon.smithi031 (mon.0) 39 : audit [DBG] from='client.? 172.21.15.31:0/3923604748' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-25T05:09:05.954 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2024-04-25T05:09:05.954 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-25T05:09:05.955 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-25T05:09:05.955 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "active_name": "smithi031.wbrsoo", 2024-04-25T05:09:05.955 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-25T05:09:05.955 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2024-04-25T05:09:05.955 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for the mgr to restart... 2024-04-25T05:09:05.955 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for mgr epoch 5... 2024-04-25T05:09:12.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:11 smithi031 bash[18647]: cluster 2024-04-25T05:09:11.819124+0000 mon.smithi031 (mon.0) 40 : cluster [INF] Active manager daemon smithi031.wbrsoo restarted 2024-04-25T05:09:12.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:11 smithi031 bash[18647]: cluster 2024-04-25T05:09:11.819124+0000 mon.smithi031 (mon.0) 40 : cluster [INF] Active manager daemon smithi031.wbrsoo restarted 2024-04-25T05:09:12.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:11 smithi031 bash[18647]: cluster 2024-04-25T05:09:11.819591+0000 mon.smithi031 (mon.0) 41 : cluster [INF] Activating manager daemon smithi031.wbrsoo 2024-04-25T05:09:12.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:11 smithi031 bash[18647]: cluster 2024-04-25T05:09:11.819591+0000 mon.smithi031 (mon.0) 41 : cluster [INF] Activating manager daemon smithi031.wbrsoo 2024-04-25T05:09:12.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:11 smithi031 bash[18647]: cluster 2024-04-25T05:09:11.829186+0000 mon.smithi031 (mon.0) 42 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-25T05:09:12.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:11 smithi031 bash[18647]: cluster 2024-04-25T05:09:11.829186+0000 mon.smithi031 (mon.0) 42 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-25T05:09:12.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:11 smithi031 bash[18647]: cluster 2024-04-25T05:09:11.829420+0000 mon.smithi031 (mon.0) 43 : cluster [DBG] mgrmap e6: smithi031.wbrsoo(active, starting, since 0.0100096s) 2024-04-25T05:09:12.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:11 smithi031 bash[18647]: cluster 2024-04-25T05:09:11.829420+0000 mon.smithi031 (mon.0) 43 : cluster [DBG] mgrmap e6: smithi031.wbrsoo(active, starting, since 0.0100096s) 2024-04-25T05:09:12.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:11 smithi031 bash[18647]: audit 2024-04-25T05:09:11.830878+0000 mon.smithi031 (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-04-25T05:09:12.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:11 smithi031 bash[18647]: audit 2024-04-25T05:09:11.830878+0000 mon.smithi031 (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-04-25T05:09:12.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:11 smithi031 bash[18647]: audit 2024-04-25T05:09:11.832727+0000 mon.smithi031 (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mgr metadata", "who": "smithi031.wbrsoo", "id": "smithi031.wbrsoo"}]: dispatch 2024-04-25T05:09:12.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:11 smithi031 bash[18647]: audit 2024-04-25T05:09:11.832727+0000 mon.smithi031 (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mgr metadata", "who": "smithi031.wbrsoo", "id": "smithi031.wbrsoo"}]: dispatch 2024-04-25T05:09:12.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:11 smithi031 bash[18647]: audit 2024-04-25T05:09:11.833765+0000 mon.smithi031 (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-25T05:09:12.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:11 smithi031 bash[18647]: audit 2024-04-25T05:09:11.833765+0000 mon.smithi031 (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-25T05:09:12.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:11 smithi031 bash[18647]: audit 2024-04-25T05:09:11.833955+0000 mon.smithi031 (mon.0) 47 : audit [DBG] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-25T05:09:12.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:11 smithi031 bash[18647]: audit 2024-04-25T05:09:11.833955+0000 mon.smithi031 (mon.0) 47 : audit [DBG] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-25T05:09:12.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:11 smithi031 bash[18647]: audit 2024-04-25T05:09:11.834122+0000 mon.smithi031 (mon.0) 48 : audit [DBG] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-25T05:09:12.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:11 smithi031 bash[18647]: audit 2024-04-25T05:09:11.834122+0000 mon.smithi031 (mon.0) 48 : audit [DBG] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-25T05:09:12.124 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:11 smithi031 bash[18647]: cluster 2024-04-25T05:09:11.858437+0000 mon.smithi031 (mon.0) 49 : cluster [INF] Manager daemon smithi031.wbrsoo is now available 2024-04-25T05:09:12.124 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:11 smithi031 bash[18647]: cluster 2024-04-25T05:09:11.858437+0000 mon.smithi031 (mon.0) 49 : cluster [INF] Manager daemon smithi031.wbrsoo is now available 2024-04-25T05:09:13.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:12 smithi031 bash[18647]: cephadm 2024-04-25T05:09:11.877416+0000 mgr.smithi031.wbrsoo (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-04-25T05:09:13.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:12 smithi031 bash[18647]: cephadm 2024-04-25T05:09:11.877416+0000 mgr.smithi031.wbrsoo (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-04-25T05:09:13.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:12 smithi031 bash[18647]: audit 2024-04-25T05:09:11.882081+0000 mon.smithi031 (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:13.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:12 smithi031 bash[18647]: audit 2024-04-25T05:09:11.882081+0000 mon.smithi031 (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:13.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:12 smithi031 bash[18647]: audit 2024-04-25T05:09:11.884638+0000 mon.smithi031 (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:13.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:12 smithi031 bash[18647]: audit 2024-04-25T05:09:11.884638+0000 mon.smithi031 (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:13.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:12 smithi031 bash[18647]: audit 2024-04-25T05:09:11.887949+0000 mon.smithi031 (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:09:13.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:12 smithi031 bash[18647]: audit 2024-04-25T05:09:11.887949+0000 mon.smithi031 (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:09:13.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:12 smithi031 bash[18647]: audit 2024-04-25T05:09:11.892250+0000 mon.smithi031 (mon.0) 53 : audit [DBG] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:09:13.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:12 smithi031 bash[18647]: audit 2024-04-25T05:09:11.892250+0000 mon.smithi031 (mon.0) 53 : audit [DBG] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:09:13.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:12 smithi031 bash[18647]: audit 2024-04-25T05:09:11.901947+0000 mon.smithi031 (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.wbrsoo/mirror_snapshot_schedule"}]: dispatch 2024-04-25T05:09:13.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:12 smithi031 bash[18647]: audit 2024-04-25T05:09:11.901947+0000 mon.smithi031 (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.wbrsoo/mirror_snapshot_schedule"}]: dispatch 2024-04-25T05:09:13.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:12 smithi031 bash[18647]: audit 2024-04-25T05:09:11.905178+0000 mon.smithi031 (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.wbrsoo/trash_purge_schedule"}]: dispatch 2024-04-25T05:09:13.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:12 smithi031 bash[18647]: audit 2024-04-25T05:09:11.905178+0000 mon.smithi031 (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.wbrsoo/trash_purge_schedule"}]: dispatch 2024-04-25T05:09:13.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:12 smithi031 bash[18647]: audit 2024-04-25T05:09:12.456059+0000 mon.smithi031 (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:13.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:12 smithi031 bash[18647]: audit 2024-04-25T05:09:12.456059+0000 mon.smithi031 (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:13.124 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:12 smithi031 bash[18647]: audit 2024-04-25T05:09:12.461156+0000 mon.smithi031 (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:13.124 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:12 smithi031 bash[18647]: audit 2024-04-25T05:09:12.461156+0000 mon.smithi031 (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:13.124 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:12 smithi031 bash[18647]: cluster 2024-04-25T05:09:12.827691+0000 mon.smithi031 (mon.0) 58 : cluster [DBG] mgrmap e7: smithi031.wbrsoo(active, since 1.00829s) 2024-04-25T05:09:13.124 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:12 smithi031 bash[18647]: cluster 2024-04-25T05:09:12.827691+0000 mon.smithi031 (mon.0) 58 : cluster [DBG] mgrmap e7: smithi031.wbrsoo(active, since 1.00829s) 2024-04-25T05:09:13.461 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2024-04-25T05:09:13.461 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-25T05:09:13.461 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-25T05:09:13.462 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2024-04-25T05:09:13.462 INFO:teuthology.orchestra.run.smithi031.stdout:mgr epoch 5 is available 2024-04-25T05:09:13.462 INFO:teuthology.orchestra.run.smithi031.stdout:Setting orchestrator backend to cephadm... 2024-04-25T05:09:14.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:13 smithi031 bash[18647]: cephadm 2024-04-25T05:09:12.806947+0000 mgr.smithi031.wbrsoo (mgr.14120) 2 : cephadm [INF] [25/Apr/2024:05:09:12] ENGINE Bus STARTING 2024-04-25T05:09:14.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:13 smithi031 bash[18647]: cephadm 2024-04-25T05:09:12.806947+0000 mgr.smithi031.wbrsoo (mgr.14120) 2 : cephadm [INF] [25/Apr/2024:05:09:12] ENGINE Bus STARTING 2024-04-25T05:09:14.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:13 smithi031 bash[18647]: audit 2024-04-25T05:09:12.827967+0000 mgr.smithi031.wbrsoo (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-25T05:09:14.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:13 smithi031 bash[18647]: audit 2024-04-25T05:09:12.827967+0000 mgr.smithi031.wbrsoo (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-25T05:09:14.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:13 smithi031 bash[18647]: audit 2024-04-25T05:09:12.843692+0000 mgr.smithi031.wbrsoo (mgr.14120) 4 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-25T05:09:14.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:13 smithi031 bash[18647]: audit 2024-04-25T05:09:12.843692+0000 mgr.smithi031.wbrsoo (mgr.14120) 4 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-25T05:09:14.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:13 smithi031 bash[18647]: cephadm 2024-04-25T05:09:12.909259+0000 mgr.smithi031.wbrsoo (mgr.14120) 5 : cephadm [INF] [25/Apr/2024:05:09:12] ENGINE Serving on http://172.21.15.31:8765 2024-04-25T05:09:14.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:13 smithi031 bash[18647]: cephadm 2024-04-25T05:09:12.909259+0000 mgr.smithi031.wbrsoo (mgr.14120) 5 : cephadm [INF] [25/Apr/2024:05:09:12] ENGINE Serving on http://172.21.15.31:8765 2024-04-25T05:09:14.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:13 smithi031 bash[18647]: cephadm 2024-04-25T05:09:13.027461+0000 mgr.smithi031.wbrsoo (mgr.14120) 6 : cephadm [INF] [25/Apr/2024:05:09:13] ENGINE Serving on https://172.21.15.31:7150 2024-04-25T05:09:14.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:13 smithi031 bash[18647]: cephadm 2024-04-25T05:09:13.027461+0000 mgr.smithi031.wbrsoo (mgr.14120) 6 : cephadm [INF] [25/Apr/2024:05:09:13] ENGINE Serving on https://172.21.15.31:7150 2024-04-25T05:09:14.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:13 smithi031 bash[18647]: cephadm 2024-04-25T05:09:13.027710+0000 mgr.smithi031.wbrsoo (mgr.14120) 7 : cephadm [INF] [25/Apr/2024:05:09:13] ENGINE Bus STARTED 2024-04-25T05:09:14.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:13 smithi031 bash[18647]: cephadm 2024-04-25T05:09:13.027710+0000 mgr.smithi031.wbrsoo (mgr.14120) 7 : cephadm [INF] [25/Apr/2024:05:09:13] ENGINE Bus STARTED 2024-04-25T05:09:14.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:13 smithi031 bash[18647]: audit 2024-04-25T05:09:13.067836+0000 mon.smithi031 (mon.0) 59 : audit [DBG] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:09:14.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:13 smithi031 bash[18647]: audit 2024-04-25T05:09:13.067836+0000 mon.smithi031 (mon.0) 59 : audit [DBG] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:09:15.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:14 smithi031 bash[18647]: cluster 2024-04-25T05:09:13.889773+0000 mon.smithi031 (mon.0) 60 : cluster [DBG] mgrmap e8: smithi031.wbrsoo(active, since 2s) 2024-04-25T05:09:15.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:14 smithi031 bash[18647]: cluster 2024-04-25T05:09:13.889773+0000 mon.smithi031 (mon.0) 60 : cluster [DBG] mgrmap e8: smithi031.wbrsoo(active, since 2s) 2024-04-25T05:09:15.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:14 smithi031 bash[18647]: audit 2024-04-25T05:09:14.709379+0000 mon.smithi031 (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:15.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:14 smithi031 bash[18647]: audit 2024-04-25T05:09:14.709379+0000 mon.smithi031 (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:15.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:14 smithi031 bash[18647]: audit 2024-04-25T05:09:14.739852+0000 mon.smithi031 (mon.0) 62 : audit [DBG] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:09:15.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:14 smithi031 bash[18647]: audit 2024-04-25T05:09:14.739852+0000 mon.smithi031 (mon.0) 62 : audit [DBG] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:09:16.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:15 smithi031 bash[18647]: audit 2024-04-25T05:09:14.702438+0000 mgr.smithi031.wbrsoo (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:09:16.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:15 smithi031 bash[18647]: audit 2024-04-25T05:09:14.702438+0000 mgr.smithi031.wbrsoo (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:09:17.171 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-25T05:09:17.171 INFO:teuthology.orchestra.run.smithi031.stdout:Generating ssh key... 2024-04-25T05:09:17.778 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:17 smithi031 bash[18647]: audit 2024-04-25T05:09:16.533862+0000 mgr.smithi031.wbrsoo (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:09:17.778 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:17 smithi031 bash[18647]: audit 2024-04-25T05:09:16.533862+0000 mgr.smithi031.wbrsoo (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:09:18.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:18 smithi031 bash[18647]: audit 2024-04-25T05:09:18.378613+0000 mgr.smithi031.wbrsoo (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:09:18.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:18 smithi031 bash[18647]: audit 2024-04-25T05:09:18.378613+0000 mgr.smithi031.wbrsoo (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:09:18.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:18 smithi031 bash[18647]: cephadm 2024-04-25T05:09:18.379014+0000 mgr.smithi031.wbrsoo (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-04-25T05:09:18.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:18 smithi031 bash[18647]: cephadm 2024-04-25T05:09:18.379014+0000 mgr.smithi031.wbrsoo (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-04-25T05:09:18.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:18 smithi031 bash[18647]: audit 2024-04-25T05:09:18.492143+0000 mon.smithi031 (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:18.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:18 smithi031 bash[18647]: audit 2024-04-25T05:09:18.492143+0000 mon.smithi031 (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:18.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:18 smithi031 bash[18647]: audit 2024-04-25T05:09:18.497338+0000 mon.smithi031 (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:18.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:18 smithi031 bash[18647]: audit 2024-04-25T05:09:18.497338+0000 mon.smithi031 (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:20.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:20 smithi031 bash[18647]: audit 2024-04-25T05:09:20.327190+0000 mgr.smithi031.wbrsoo (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:09:20.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:20 smithi031 bash[18647]: audit 2024-04-25T05:09:20.327190+0000 mgr.smithi031.wbrsoo (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:09:20.916 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDr2IlZgoe+GLnwqtBFJjQXEdPHlRID2c3489GL5eLk6UIbOKTMSMjlprBToKwv2FR9vSUjY/oao9+fCUPU72XzKq1u5AaKaixhKFT6nRwoUnTDpG9+gJO5niORqMC6qmAIdezkjNITE3XHLKN/EI1Gfwi/Ze0FMl/DoFfqdP7+7sbf0Gql9cn5GlGFWsxUSflmeONCPioBWez3DvIISe98PTRPgWQKJZyRZzehwE61AtDmKT0u6R6VPuCWioLEhmA99PDceY3SLdW/RPN4Cen7lnkSxUSayVcFbRHaSlkgLYHkfYzL9ovQZ+3o05aK2st4XXGYIcAQICcOfCGYtApsu4LutrbIgs4EjDfZXC37KQK+9ppGm0DMzKE3GdAHpeao03YYOK1pmPqgWXxY7HRkE2upAn89giqsUtHbNOJSwl3Cf7SqgA8lNBbamwIBp2we9aARKA50Uk5wRa3iRJ9boTR4WVnhUEBWlaCmPuoM1r5hgeGOjNOFvTOEFRO+T18= ceph-b4616124-02c1-11ef-bc93-c7b262605968 2024-04-25T05:09:20.916 INFO:teuthology.orchestra.run.smithi031.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-25T05:09:20.916 INFO:teuthology.orchestra.run.smithi031.stdout:Adding key to root@localhost authorized_keys... 2024-04-25T05:09:20.917 INFO:teuthology.orchestra.run.smithi031.stdout:Adding host smithi031... 2024-04-25T05:09:22.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:22 smithi031 bash[18647]: audit 2024-04-25T05:09:22.201159+0000 mgr.smithi031.wbrsoo (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi031", "addr": "172.21.15.31", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:09:22.796 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:22 smithi031 bash[18647]: audit 2024-04-25T05:09:22.201159+0000 mgr.smithi031.wbrsoo (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi031", "addr": "172.21.15.31", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:09:23.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:23 smithi031 bash[18647]: cephadm 2024-04-25T05:09:22.775818+0000 mgr.smithi031.wbrsoo (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi031 2024-04-25T05:09:23.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:23 smithi031 bash[18647]: cephadm 2024-04-25T05:09:22.775818+0000 mgr.smithi031.wbrsoo (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi031 2024-04-25T05:09:28.668 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout Added host 'smithi031' with addr '172.21.15.31' 2024-04-25T05:09:28.668 INFO:teuthology.orchestra.run.smithi031.stdout:Deploying mon service with default placement... 2024-04-25T05:09:29.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:28 smithi031 bash[18647]: audit 2024-04-25T05:09:27.738315+0000 mon.smithi031 (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:29.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:28 smithi031 bash[18647]: audit 2024-04-25T05:09:27.738315+0000 mon.smithi031 (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:29.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:28 smithi031 bash[18647]: cephadm 2024-04-25T05:09:27.738796+0000 mgr.smithi031.wbrsoo (mgr.14120) 15 : cephadm [INF] Added host smithi031 2024-04-25T05:09:29.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:28 smithi031 bash[18647]: cephadm 2024-04-25T05:09:27.738796+0000 mgr.smithi031.wbrsoo (mgr.14120) 15 : cephadm [INF] Added host smithi031 2024-04-25T05:09:29.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:28 smithi031 bash[18647]: audit 2024-04-25T05:09:27.743291+0000 mon.smithi031 (mon.0) 66 : audit [DBG] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:09:29.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:28 smithi031 bash[18647]: audit 2024-04-25T05:09:27.743291+0000 mon.smithi031 (mon.0) 66 : audit [DBG] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:09:31.223 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-25T05:09:31.223 INFO:teuthology.orchestra.run.smithi031.stdout:Deploying mgr service with default placement... 2024-04-25T05:09:31.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:31 smithi031 bash[18647]: audit 2024-04-25T05:09:30.511521+0000 mgr.smithi031.wbrsoo (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:09:31.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:31 smithi031 bash[18647]: audit 2024-04-25T05:09:30.511521+0000 mgr.smithi031.wbrsoo (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:09:31.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:31 smithi031 bash[18647]: cephadm 2024-04-25T05:09:30.514704+0000 mgr.smithi031.wbrsoo (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-25T05:09:31.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:31 smithi031 bash[18647]: cephadm 2024-04-25T05:09:30.514704+0000 mgr.smithi031.wbrsoo (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-25T05:09:31.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:31 smithi031 bash[18647]: audit 2024-04-25T05:09:30.519772+0000 mon.smithi031 (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:31.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:31 smithi031 bash[18647]: audit 2024-04-25T05:09:30.519772+0000 mon.smithi031 (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:31.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:31 smithi031 bash[18647]: audit 2024-04-25T05:09:30.921436+0000 mon.smithi031 (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:31.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:31 smithi031 bash[18647]: audit 2024-04-25T05:09:30.921436+0000 mon.smithi031 (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:31.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:31 smithi031 bash[18647]: audit 2024-04-25T05:09:31.414284+0000 mon.smithi031 (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:31.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:31 smithi031 bash[18647]: audit 2024-04-25T05:09:31.414284+0000 mon.smithi031 (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:33.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:32 smithi031 bash[18647]: cluster 2024-04-25T05:09:31.834963+0000 mgr.smithi031.wbrsoo (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:09:33.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:32 smithi031 bash[18647]: cluster 2024-04-25T05:09:31.834963+0000 mgr.smithi031.wbrsoo (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:09:33.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:32 smithi031 bash[18647]: audit 2024-04-25T05:09:32.522895+0000 mon.smithi031 (mon.0) 70 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:33.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:32 smithi031 bash[18647]: audit 2024-04-25T05:09:32.522895+0000 mon.smithi031 (mon.0) 70 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:33.172 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-25T05:09:33.172 INFO:teuthology.orchestra.run.smithi031.stdout:Deploying crash service with default placement... 2024-04-25T05:09:34.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:33 smithi031 bash[18647]: audit 2024-04-25T05:09:32.518292+0000 mgr.smithi031.wbrsoo (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:09:34.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:33 smithi031 bash[18647]: audit 2024-04-25T05:09:32.518292+0000 mgr.smithi031.wbrsoo (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:09:34.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:33 smithi031 bash[18647]: cephadm 2024-04-25T05:09:32.520384+0000 mgr.smithi031.wbrsoo (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-25T05:09:34.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:33 smithi031 bash[18647]: cephadm 2024-04-25T05:09:32.520384+0000 mgr.smithi031.wbrsoo (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-25T05:09:35.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:34 smithi031 bash[18647]: cluster 2024-04-25T05:09:33.835318+0000 mgr.smithi031.wbrsoo (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:09:35.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:34 smithi031 bash[18647]: cluster 2024-04-25T05:09:33.835318+0000 mgr.smithi031.wbrsoo (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:09:35.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:34 smithi031 bash[18647]: audit 2024-04-25T05:09:34.550092+0000 mon.smithi031 (mon.0) 71 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:35.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:34 smithi031 bash[18647]: audit 2024-04-25T05:09:34.550092+0000 mon.smithi031 (mon.0) 71 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:35.336 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2024-04-25T05:09:35.336 INFO:teuthology.orchestra.run.smithi031.stdout:Deploying ceph-exporter service with default placement... 2024-04-25T05:09:36.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:35 smithi031 bash[18647]: audit 2024-04-25T05:09:34.542942+0000 mgr.smithi031.wbrsoo (mgr.14120) 22 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:09:36.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:35 smithi031 bash[18647]: audit 2024-04-25T05:09:34.542942+0000 mgr.smithi031.wbrsoo (mgr.14120) 22 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:09:36.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:35 smithi031 bash[18647]: cephadm 2024-04-25T05:09:34.545334+0000 mgr.smithi031.wbrsoo (mgr.14120) 23 : cephadm [INF] Saving service crash spec with placement * 2024-04-25T05:09:36.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:35 smithi031 bash[18647]: cephadm 2024-04-25T05:09:34.545334+0000 mgr.smithi031.wbrsoo (mgr.14120) 23 : cephadm [INF] Saving service crash spec with placement * 2024-04-25T05:09:37.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:36 smithi031 bash[18647]: cluster 2024-04-25T05:09:35.835717+0000 mgr.smithi031.wbrsoo (mgr.14120) 24 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:09:37.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:36 smithi031 bash[18647]: cluster 2024-04-25T05:09:35.835717+0000 mgr.smithi031.wbrsoo (mgr.14120) 24 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:09:37.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:36 smithi031 bash[18647]: audit 2024-04-25T05:09:36.607102+0000 mon.smithi031 (mon.0) 72 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:37.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:36 smithi031 bash[18647]: audit 2024-04-25T05:09:36.607102+0000 mon.smithi031 (mon.0) 72 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:37.266 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2024-04-25T05:09:37.266 INFO:teuthology.orchestra.run.smithi031.stdout:Deploying prometheus service with default placement... 2024-04-25T05:09:38.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:37 smithi031 bash[18647]: audit 2024-04-25T05:09:36.599403+0000 mgr.smithi031.wbrsoo (mgr.14120) 25 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:09:38.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:37 smithi031 bash[18647]: audit 2024-04-25T05:09:36.599403+0000 mgr.smithi031.wbrsoo (mgr.14120) 25 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:09:38.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:37 smithi031 bash[18647]: cephadm 2024-04-25T05:09:36.602516+0000 mgr.smithi031.wbrsoo (mgr.14120) 26 : cephadm [INF] Saving service ceph-exporter spec with placement * 2024-04-25T05:09:38.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:37 smithi031 bash[18647]: cephadm 2024-04-25T05:09:36.602516+0000 mgr.smithi031.wbrsoo (mgr.14120) 26 : cephadm [INF] Saving service ceph-exporter spec with placement * 2024-04-25T05:09:39.287 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2024-04-25T05:09:39.287 INFO:teuthology.orchestra.run.smithi031.stdout:Deploying grafana service with default placement... 2024-04-25T05:09:39.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:39 smithi031 bash[18647]: cluster 2024-04-25T05:09:37.836174+0000 mgr.smithi031.wbrsoo (mgr.14120) 27 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:09:39.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:39 smithi031 bash[18647]: cluster 2024-04-25T05:09:37.836174+0000 mgr.smithi031.wbrsoo (mgr.14120) 27 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:09:39.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:39 smithi031 bash[18647]: audit 2024-04-25T05:09:38.150723+0000 mon.smithi031 (mon.0) 73 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:39.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:39 smithi031 bash[18647]: audit 2024-04-25T05:09:38.150723+0000 mon.smithi031 (mon.0) 73 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:39.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:39 smithi031 bash[18647]: audit 2024-04-25T05:09:38.639663+0000 mon.smithi031 (mon.0) 74 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:39.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:39 smithi031 bash[18647]: audit 2024-04-25T05:09:38.639663+0000 mon.smithi031 (mon.0) 74 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:39.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:39 smithi031 bash[18647]: audit 2024-04-25T05:09:39.140426+0000 mon.smithi031 (mon.0) 75 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:39.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:39 smithi031 bash[18647]: audit 2024-04-25T05:09:39.140426+0000 mon.smithi031 (mon.0) 75 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:40.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:40 smithi031 bash[18647]: audit 2024-04-25T05:09:38.635223+0000 mgr.smithi031.wbrsoo (mgr.14120) 28 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:09:40.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:40 smithi031 bash[18647]: audit 2024-04-25T05:09:38.635223+0000 mgr.smithi031.wbrsoo (mgr.14120) 28 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:09:40.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:40 smithi031 bash[18647]: cephadm 2024-04-25T05:09:38.636344+0000 mgr.smithi031.wbrsoo (mgr.14120) 29 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-04-25T05:09:40.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:40 smithi031 bash[18647]: cephadm 2024-04-25T05:09:38.636344+0000 mgr.smithi031.wbrsoo (mgr.14120) 29 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-04-25T05:09:41.302 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2024-04-25T05:09:41.303 INFO:teuthology.orchestra.run.smithi031.stdout:Deploying node-exporter service with default placement... 2024-04-25T05:09:41.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:41 smithi031 bash[18647]: cluster 2024-04-25T05:09:39.836743+0000 mgr.smithi031.wbrsoo (mgr.14120) 30 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:09:41.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:41 smithi031 bash[18647]: cluster 2024-04-25T05:09:39.836743+0000 mgr.smithi031.wbrsoo (mgr.14120) 30 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:09:41.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:41 smithi031 bash[18647]: audit 2024-04-25T05:09:40.644863+0000 mon.smithi031 (mon.0) 76 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:41.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:41 smithi031 bash[18647]: audit 2024-04-25T05:09:40.644863+0000 mon.smithi031 (mon.0) 76 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:42.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:42 smithi031 bash[18647]: audit 2024-04-25T05:09:40.637299+0000 mgr.smithi031.wbrsoo (mgr.14120) 31 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:09:42.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:42 smithi031 bash[18647]: audit 2024-04-25T05:09:40.637299+0000 mgr.smithi031.wbrsoo (mgr.14120) 31 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:09:42.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:42 smithi031 bash[18647]: cephadm 2024-04-25T05:09:40.639535+0000 mgr.smithi031.wbrsoo (mgr.14120) 32 : cephadm [INF] Saving service grafana spec with placement count:1 2024-04-25T05:09:42.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:42 smithi031 bash[18647]: cephadm 2024-04-25T05:09:40.639535+0000 mgr.smithi031.wbrsoo (mgr.14120) 32 : cephadm [INF] Saving service grafana spec with placement count:1 2024-04-25T05:09:43.301 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2024-04-25T05:09:43.301 INFO:teuthology.orchestra.run.smithi031.stdout:Deploying alertmanager service with default placement... 2024-04-25T05:09:43.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:43 smithi031 bash[18647]: cluster 2024-04-25T05:09:41.837220+0000 mgr.smithi031.wbrsoo (mgr.14120) 33 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:09:43.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:43 smithi031 bash[18647]: cluster 2024-04-25T05:09:41.837220+0000 mgr.smithi031.wbrsoo (mgr.14120) 33 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:09:43.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:43 smithi031 bash[18647]: audit 2024-04-25T05:09:42.652756+0000 mon.smithi031 (mon.0) 77 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:43.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:43 smithi031 bash[18647]: audit 2024-04-25T05:09:42.652756+0000 mon.smithi031 (mon.0) 77 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:44.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:44 smithi031 bash[18647]: audit 2024-04-25T05:09:42.646401+0000 mgr.smithi031.wbrsoo (mgr.14120) 34 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:09:44.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:44 smithi031 bash[18647]: audit 2024-04-25T05:09:42.646401+0000 mgr.smithi031.wbrsoo (mgr.14120) 34 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:09:44.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:44 smithi031 bash[18647]: cephadm 2024-04-25T05:09:42.647995+0000 mgr.smithi031.wbrsoo (mgr.14120) 35 : cephadm [INF] Saving service node-exporter spec with placement * 2024-04-25T05:09:44.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:44 smithi031 bash[18647]: cephadm 2024-04-25T05:09:42.647995+0000 mgr.smithi031.wbrsoo (mgr.14120) 35 : cephadm [INF] Saving service node-exporter spec with placement * 2024-04-25T05:09:45.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:45 smithi031 bash[18647]: cluster 2024-04-25T05:09:43.837684+0000 mgr.smithi031.wbrsoo (mgr.14120) 36 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:09:45.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:45 smithi031 bash[18647]: cluster 2024-04-25T05:09:43.837684+0000 mgr.smithi031.wbrsoo (mgr.14120) 36 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:09:45.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:45 smithi031 bash[18647]: audit 2024-04-25T05:09:44.607754+0000 mon.smithi031 (mon.0) 78 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:45.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:45 smithi031 bash[18647]: audit 2024-04-25T05:09:44.607754+0000 mon.smithi031 (mon.0) 78 : audit [INF] from='mgr.14120 172.21.15.31:0/2461236515' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:09:45.497 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2024-04-25T05:09:46.485 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:46 smithi031 bash[18647]: audit 2024-04-25T05:09:44.600717+0000 mgr.smithi031.wbrsoo (mgr.14120) 37 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:09:46.485 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:46 smithi031 bash[18647]: audit 2024-04-25T05:09:44.600717+0000 mgr.smithi031.wbrsoo (mgr.14120) 37 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:09:46.485 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:46 smithi031 bash[18647]: cephadm 2024-04-25T05:09:44.602460+0000 mgr.smithi031.wbrsoo (mgr.14120) 38 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-04-25T05:09:46.485 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:46 smithi031 bash[18647]: cephadm 2024-04-25T05:09:44.602460+0000 mgr.smithi031.wbrsoo (mgr.14120) 38 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-04-25T05:09:47.485 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:47 smithi031 bash[18647]: cluster 2024-04-25T05:09:45.838115+0000 mgr.smithi031.wbrsoo (mgr.14120) 39 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:09:47.485 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:47 smithi031 bash[18647]: cluster 2024-04-25T05:09:45.838115+0000 mgr.smithi031.wbrsoo (mgr.14120) 39 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:09:48.857 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:48 smithi031 bash[18647]: audit 2024-04-25T05:09:47.469440+0000 mon.smithi031 (mon.0) 79 : audit [INF] from='client.? 172.21.15.31:0/3714984383' entity='client.admin' 2024-04-25T05:09:48.857 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:48 smithi031 bash[18647]: audit 2024-04-25T05:09:47.469440+0000 mon.smithi031 (mon.0) 79 : audit [INF] from='client.? 172.21.15.31:0/3714984383' entity='client.admin' 2024-04-25T05:09:49.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:49 smithi031 bash[18647]: cluster 2024-04-25T05:09:47.838500+0000 mgr.smithi031.wbrsoo (mgr.14120) 40 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:09:49.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:49 smithi031 bash[18647]: cluster 2024-04-25T05:09:47.838500+0000 mgr.smithi031.wbrsoo (mgr.14120) 40 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:09:49.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:49 smithi031 bash[18647]: audit 2024-04-25T05:09:49.437223+0000 mon.smithi031 (mon.0) 80 : audit [INF] from='client.? 172.21.15.31:0/3192039014' entity='client.admin' 2024-04-25T05:09:49.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:49 smithi031 bash[18647]: audit 2024-04-25T05:09:49.437223+0000 mon.smithi031 (mon.0) 80 : audit [INF] from='client.? 172.21.15.31:0/3192039014' entity='client.admin' 2024-04-25T05:09:50.107 INFO:teuthology.orchestra.run.smithi031.stdout:Enabling the dashboard module... 2024-04-25T05:09:51.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:51 smithi031 bash[18647]: cluster 2024-04-25T05:09:49.838944+0000 mgr.smithi031.wbrsoo (mgr.14120) 41 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:09:51.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:51 smithi031 bash[18647]: cluster 2024-04-25T05:09:49.838944+0000 mgr.smithi031.wbrsoo (mgr.14120) 41 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:09:52.737 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:52 smithi031 bash[18647]: audit 2024-04-25T05:09:51.535609+0000 mon.smithi031 (mon.0) 81 : audit [INF] from='client.? 172.21.15.31:0/3895045233' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-25T05:09:52.737 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:52 smithi031 bash[18647]: audit 2024-04-25T05:09:51.535609+0000 mon.smithi031 (mon.0) 81 : audit [INF] from='client.? 172.21.15.31:0/3895045233' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-25T05:09:53.862 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:53 smithi031 bash[18647]: cluster 2024-04-25T05:09:51.839448+0000 mgr.smithi031.wbrsoo (mgr.14120) 42 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:09:53.863 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:53 smithi031 bash[18647]: cluster 2024-04-25T05:09:51.839448+0000 mgr.smithi031.wbrsoo (mgr.14120) 42 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:09:53.863 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:53 smithi031 bash[18647]: audit 2024-04-25T05:09:52.484593+0000 mon.smithi031 (mon.0) 82 : audit [INF] from='client.? 172.21.15.31:0/3895045233' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-25T05:09:53.863 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:53 smithi031 bash[18647]: audit 2024-04-25T05:09:52.484593+0000 mon.smithi031 (mon.0) 82 : audit [INF] from='client.? 172.21.15.31:0/3895045233' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-25T05:09:53.863 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:53 smithi031 bash[18647]: cluster 2024-04-25T05:09:52.491089+0000 mon.smithi031 (mon.0) 83 : cluster [DBG] mgrmap e9: smithi031.wbrsoo(active, since 40s) 2024-04-25T05:09:53.863 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:53 smithi031 bash[18647]: cluster 2024-04-25T05:09:52.491089+0000 mon.smithi031 (mon.0) 83 : cluster [DBG] mgrmap e9: smithi031.wbrsoo(active, since 40s) 2024-04-25T05:09:54.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:54 smithi031 bash[18647]: audit 2024-04-25T05:09:54.567604+0000 mon.smithi031 (mon.0) 84 : audit [DBG] from='client.? 172.21.15.31:0/2944487938' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-25T05:09:54.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:09:54 smithi031 bash[18647]: audit 2024-04-25T05:09:54.567604+0000 mon.smithi031 (mon.0) 84 : audit [DBG] from='client.? 172.21.15.31:0/2944487938' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-25T05:09:55.200 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2024-04-25T05:09:55.200 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-25T05:09:55.200 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-25T05:09:55.200 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "active_name": "smithi031.wbrsoo", 2024-04-25T05:09:55.200 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-25T05:09:55.200 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2024-04-25T05:09:55.200 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for the mgr to restart... 2024-04-25T05:09:55.200 INFO:teuthology.orchestra.run.smithi031.stdout:Waiting for mgr epoch 9... 2024-04-25T05:10:01.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:00 smithi031 bash[18647]: cluster 2024-04-25T05:10:00.930659+0000 mon.smithi031 (mon.0) 85 : cluster [INF] Active manager daemon smithi031.wbrsoo restarted 2024-04-25T05:10:01.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:00 smithi031 bash[18647]: cluster 2024-04-25T05:10:00.930659+0000 mon.smithi031 (mon.0) 85 : cluster [INF] Active manager daemon smithi031.wbrsoo restarted 2024-04-25T05:10:01.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:00 smithi031 bash[18647]: cluster 2024-04-25T05:10:00.931133+0000 mon.smithi031 (mon.0) 86 : cluster [INF] Activating manager daemon smithi031.wbrsoo 2024-04-25T05:10:01.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:00 smithi031 bash[18647]: cluster 2024-04-25T05:10:00.931133+0000 mon.smithi031 (mon.0) 86 : cluster [INF] Activating manager daemon smithi031.wbrsoo 2024-04-25T05:10:01.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:00 smithi031 bash[18647]: cluster 2024-04-25T05:10:00.934651+0000 mon.smithi031 (mon.0) 87 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-25T05:10:01.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:00 smithi031 bash[18647]: cluster 2024-04-25T05:10:00.934651+0000 mon.smithi031 (mon.0) 87 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-25T05:10:01.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:00 smithi031 bash[18647]: cluster 2024-04-25T05:10:00.934789+0000 mon.smithi031 (mon.0) 88 : cluster [DBG] mgrmap e10: smithi031.wbrsoo(active, starting, since 0.0038656s) 2024-04-25T05:10:01.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:00 smithi031 bash[18647]: cluster 2024-04-25T05:10:00.934789+0000 mon.smithi031 (mon.0) 88 : cluster [DBG] mgrmap e10: smithi031.wbrsoo(active, starting, since 0.0038656s) 2024-04-25T05:10:01.043 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:00 smithi031 bash[18647]: audit 2024-04-25T05:10:00.937646+0000 mon.smithi031 (mon.0) 89 : audit [DBG] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-04-25T05:10:01.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:00 smithi031 bash[18647]: audit 2024-04-25T05:10:00.937646+0000 mon.smithi031 (mon.0) 89 : audit [DBG] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-04-25T05:10:01.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:00 smithi031 bash[18647]: audit 2024-04-25T05:10:00.938834+0000 mon.smithi031 (mon.0) 90 : audit [DBG] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mgr metadata", "who": "smithi031.wbrsoo", "id": "smithi031.wbrsoo"}]: dispatch 2024-04-25T05:10:01.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:00 smithi031 bash[18647]: audit 2024-04-25T05:10:00.938834+0000 mon.smithi031 (mon.0) 90 : audit [DBG] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mgr metadata", "who": "smithi031.wbrsoo", "id": "smithi031.wbrsoo"}]: dispatch 2024-04-25T05:10:01.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:00 smithi031 bash[18647]: audit 2024-04-25T05:10:00.939849+0000 mon.smithi031 (mon.0) 91 : audit [DBG] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-25T05:10:01.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:00 smithi031 bash[18647]: audit 2024-04-25T05:10:00.939849+0000 mon.smithi031 (mon.0) 91 : audit [DBG] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-25T05:10:01.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:00 smithi031 bash[18647]: audit 2024-04-25T05:10:00.940116+0000 mon.smithi031 (mon.0) 92 : audit [DBG] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-25T05:10:01.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:00 smithi031 bash[18647]: audit 2024-04-25T05:10:00.940116+0000 mon.smithi031 (mon.0) 92 : audit [DBG] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-25T05:10:01.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:00 smithi031 bash[18647]: audit 2024-04-25T05:10:00.940326+0000 mon.smithi031 (mon.0) 93 : audit [DBG] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-25T05:10:01.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:00 smithi031 bash[18647]: audit 2024-04-25T05:10:00.940326+0000 mon.smithi031 (mon.0) 93 : audit [DBG] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-25T05:10:01.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:00 smithi031 bash[18647]: cluster 2024-04-25T05:10:00.966811+0000 mon.smithi031 (mon.0) 94 : cluster [INF] Manager daemon smithi031.wbrsoo is now available 2024-04-25T05:10:01.044 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:00 smithi031 bash[18647]: cluster 2024-04-25T05:10:00.966811+0000 mon.smithi031 (mon.0) 94 : cluster [INF] Manager daemon smithi031.wbrsoo is now available 2024-04-25T05:10:02.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:01 smithi031 bash[18647]: audit 2024-04-25T05:10:00.993265+0000 mon.smithi031 (mon.0) 95 : audit [DBG] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:10:02.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:01 smithi031 bash[18647]: audit 2024-04-25T05:10:00.993265+0000 mon.smithi031 (mon.0) 95 : audit [DBG] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:10:02.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:01 smithi031 bash[18647]: audit 2024-04-25T05:10:01.014088+0000 mon.smithi031 (mon.0) 96 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.wbrsoo/mirror_snapshot_schedule"}]: dispatch 2024-04-25T05:10:02.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:01 smithi031 bash[18647]: audit 2024-04-25T05:10:01.014088+0000 mon.smithi031 (mon.0) 96 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.wbrsoo/mirror_snapshot_schedule"}]: dispatch 2024-04-25T05:10:02.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:01 smithi031 bash[18647]: audit 2024-04-25T05:10:01.017653+0000 mon.smithi031 (mon.0) 97 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.wbrsoo/trash_purge_schedule"}]: dispatch 2024-04-25T05:10:02.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:01 smithi031 bash[18647]: audit 2024-04-25T05:10:01.017653+0000 mon.smithi031 (mon.0) 97 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.wbrsoo/trash_purge_schedule"}]: dispatch 2024-04-25T05:10:02.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:01 smithi031 bash[18647]: cephadm 2024-04-25T05:10:01.390055+0000 mgr.smithi031.wbrsoo (mgr.14164) 1 : cephadm [INF] [25/Apr/2024:05:10:01] ENGINE Bus STARTING 2024-04-25T05:10:02.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:01 smithi031 bash[18647]: cephadm 2024-04-25T05:10:01.390055+0000 mgr.smithi031.wbrsoo (mgr.14164) 1 : cephadm [INF] [25/Apr/2024:05:10:01] ENGINE Bus STARTING 2024-04-25T05:10:02.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:01 smithi031 bash[18647]: cephadm 2024-04-25T05:10:01.492275+0000 mgr.smithi031.wbrsoo (mgr.14164) 2 : cephadm [INF] [25/Apr/2024:05:10:01] ENGINE Serving on http://172.21.15.31:8765 2024-04-25T05:10:02.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:01 smithi031 bash[18647]: cephadm 2024-04-25T05:10:01.492275+0000 mgr.smithi031.wbrsoo (mgr.14164) 2 : cephadm [INF] [25/Apr/2024:05:10:01] ENGINE Serving on http://172.21.15.31:8765 2024-04-25T05:10:02.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:01 smithi031 bash[18647]: cluster 2024-04-25T05:10:01.945237+0000 mon.smithi031 (mon.0) 98 : cluster [DBG] mgrmap e11: smithi031.wbrsoo(active, since 1.0143s) 2024-04-25T05:10:02.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:01 smithi031 bash[18647]: cluster 2024-04-25T05:10:01.945237+0000 mon.smithi031 (mon.0) 98 : cluster [DBG] mgrmap e11: smithi031.wbrsoo(active, since 1.0143s) 2024-04-25T05:10:02.682 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout { 2024-04-25T05:10:02.682 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-25T05:10:02.682 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-25T05:10:02.682 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout } 2024-04-25T05:10:02.682 INFO:teuthology.orchestra.run.smithi031.stdout:mgr epoch 9 is available 2024-04-25T05:10:02.683 INFO:teuthology.orchestra.run.smithi031.stdout:Generating a dashboard self-signed certificate... 2024-04-25T05:10:03.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:02 smithi031 bash[18647]: cephadm 2024-04-25T05:10:01.611110+0000 mgr.smithi031.wbrsoo (mgr.14164) 3 : cephadm [INF] [25/Apr/2024:05:10:01] ENGINE Serving on https://172.21.15.31:7150 2024-04-25T05:10:03.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:02 smithi031 bash[18647]: cephadm 2024-04-25T05:10:01.611110+0000 mgr.smithi031.wbrsoo (mgr.14164) 3 : cephadm [INF] [25/Apr/2024:05:10:01] ENGINE Serving on https://172.21.15.31:7150 2024-04-25T05:10:03.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:02 smithi031 bash[18647]: cephadm 2024-04-25T05:10:01.611309+0000 mgr.smithi031.wbrsoo (mgr.14164) 4 : cephadm [INF] [25/Apr/2024:05:10:01] ENGINE Bus STARTED 2024-04-25T05:10:03.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:02 smithi031 bash[18647]: cephadm 2024-04-25T05:10:01.611309+0000 mgr.smithi031.wbrsoo (mgr.14164) 4 : cephadm [INF] [25/Apr/2024:05:10:01] ENGINE Bus STARTED 2024-04-25T05:10:03.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:02 smithi031 bash[18647]: audit 2024-04-25T05:10:01.941833+0000 mgr.smithi031.wbrsoo (mgr.14164) 5 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-25T05:10:03.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:02 smithi031 bash[18647]: audit 2024-04-25T05:10:01.941833+0000 mgr.smithi031.wbrsoo (mgr.14164) 5 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-25T05:10:03.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:02 smithi031 bash[18647]: audit 2024-04-25T05:10:01.959233+0000 mgr.smithi031.wbrsoo (mgr.14164) 6 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-25T05:10:03.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:02 smithi031 bash[18647]: audit 2024-04-25T05:10:01.959233+0000 mgr.smithi031.wbrsoo (mgr.14164) 6 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-25T05:10:04.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:03 smithi031 bash[18647]: cluster 2024-04-25T05:10:02.996047+0000 mon.smithi031 (mon.0) 99 : cluster [DBG] mgrmap e12: smithi031.wbrsoo(active, since 2s) 2024-04-25T05:10:04.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:03 smithi031 bash[18647]: cluster 2024-04-25T05:10:02.996047+0000 mon.smithi031 (mon.0) 99 : cluster [DBG] mgrmap e12: smithi031.wbrsoo(active, since 2s) 2024-04-25T05:10:04.744 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-25T05:10:04.744 INFO:teuthology.orchestra.run.smithi031.stdout:Creating initial admin user... 2024-04-25T05:10:05.421 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:05 smithi031 bash[18647]: audit 2024-04-25T05:10:03.995692+0000 mgr.smithi031.wbrsoo (mgr.14164) 7 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:10:05.421 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:05 smithi031 bash[18647]: audit 2024-04-25T05:10:03.995692+0000 mgr.smithi031.wbrsoo (mgr.14164) 7 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:10:05.421 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:05 smithi031 bash[18647]: audit 2024-04-25T05:10:04.148911+0000 mon.smithi031 (mon.0) 100 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:05.422 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:05 smithi031 bash[18647]: audit 2024-04-25T05:10:04.148911+0000 mon.smithi031 (mon.0) 100 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:05.422 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:05 smithi031 bash[18647]: audit 2024-04-25T05:10:04.154230+0000 mon.smithi031 (mon.0) 101 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:05.422 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:05 smithi031 bash[18647]: audit 2024-04-25T05:10:04.154230+0000 mon.smithi031 (mon.0) 101 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:06.976 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$VYm.YsOXLl0L92l5AbpXjuSUtjNmU30YTekBSFfUsrzmc8HOt/Mam", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1714021806, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-25T05:10:06.976 INFO:teuthology.orchestra.run.smithi031.stdout:Fetching dashboard port number... 2024-04-25T05:10:07.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:07 smithi031 bash[18647]: audit 2024-04-25T05:10:06.066859+0000 mgr.smithi031.wbrsoo (mgr.14164) 8 : audit [DBG] from='client.14178 -' 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-04-25T05:10:07.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:07 smithi031 bash[18647]: audit 2024-04-25T05:10:06.066859+0000 mgr.smithi031.wbrsoo (mgr.14164) 8 : audit [DBG] from='client.14178 -' 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-04-25T05:10:07.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:07 smithi031 bash[18647]: audit 2024-04-25T05:10:06.322447+0000 mon.smithi031 (mon.0) 102 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:07.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:07 smithi031 bash[18647]: audit 2024-04-25T05:10:06.322447+0000 mon.smithi031 (mon.0) 102 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:08.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:08 smithi031 bash[18647]: cluster 2024-04-25T05:10:07.333481+0000 mon.smithi031 (mon.0) 103 : cluster [DBG] mgrmap e13: smithi031.wbrsoo(active, since 6s) 2024-04-25T05:10:08.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:08 smithi031 bash[18647]: cluster 2024-04-25T05:10:07.333481+0000 mon.smithi031 (mon.0) 103 : cluster [DBG] mgrmap e13: smithi031.wbrsoo(active, since 6s) 2024-04-25T05:10:08.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:08 smithi031 bash[18647]: audit 2024-04-25T05:10:07.793849+0000 mon.smithi031 (mon.0) 104 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:08.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:08 smithi031 bash[18647]: audit 2024-04-25T05:10:07.793849+0000 mon.smithi031 (mon.0) 104 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:08.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:08 smithi031 bash[18647]: audit 2024-04-25T05:10:08.264232+0000 mon.smithi031 (mon.0) 105 : audit [DBG] from='client.? 172.21.15.31:0/3279528625' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-25T05:10:08.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:08 smithi031 bash[18647]: audit 2024-04-25T05:10:08.264232+0000 mon.smithi031 (mon.0) 105 : audit [DBG] from='client.? 172.21.15.31:0/3279528625' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-25T05:10:08.929 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stdout 8443 2024-04-25T05:10:08.929 INFO:teuthology.orchestra.run.smithi031.stdout:firewalld does not appear to be present 2024-04-25T05:10:08.929 INFO:teuthology.orchestra.run.smithi031.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-25T05:10:08.930 INFO:teuthology.orchestra.run.smithi031.stdout:Ceph Dashboard is now available at: 2024-04-25T05:10:08.930 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-25T05:10:08.931 INFO:teuthology.orchestra.run.smithi031.stdout: URL: https://smithi031.front.sepia.ceph.com:8443/ 2024-04-25T05:10:08.931 INFO:teuthology.orchestra.run.smithi031.stdout: User: admin 2024-04-25T05:10:08.931 INFO:teuthology.orchestra.run.smithi031.stdout: Password: 54hh4z9uas 2024-04-25T05:10:08.931 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-25T05:10:08.931 INFO:teuthology.orchestra.run.smithi031.stdout:Saving cluster configuration to /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/config directory 2024-04-25T05:10:08.931 INFO:teuthology.orchestra.run.smithi031.stdout:Enabling autotune for osd_memory_target 2024-04-25T05:10:10.128 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:09 smithi031 bash[18647]: audit 2024-04-25T05:10:08.880460+0000 mon.smithi031 (mon.0) 106 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:10.128 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:09 smithi031 bash[18647]: audit 2024-04-25T05:10:08.880460+0000 mon.smithi031 (mon.0) 106 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:12.774 INFO:teuthology.orchestra.run.smithi031.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-25T05:10:12.775 INFO:teuthology.orchestra.run.smithi031.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-25T05:10:12.775 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-25T05:10:12.775 INFO:teuthology.orchestra.run.smithi031.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid b4616124-02c1-11ef-bc93-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-25T05:10:12.775 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-25T05:10:12.775 INFO:teuthology.orchestra.run.smithi031.stdout:Or, if you are only running a single cluster on this host: 2024-04-25T05:10:12.775 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-25T05:10:12.775 INFO:teuthology.orchestra.run.smithi031.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-25T05:10:12.775 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-25T05:10:12.775 INFO:teuthology.orchestra.run.smithi031.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-25T05:10:12.775 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-25T05:10:12.775 INFO:teuthology.orchestra.run.smithi031.stdout: ceph telemetry on 2024-04-25T05:10:12.775 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-25T05:10:12.775 INFO:teuthology.orchestra.run.smithi031.stdout:For more information see: 2024-04-25T05:10:12.775 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-25T05:10:12.775 INFO:teuthology.orchestra.run.smithi031.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-25T05:10:12.775 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-25T05:10:12.776 INFO:teuthology.orchestra.run.smithi031.stdout:Bootstrap complete. 2024-04-25T05:10:12.820 INFO:tasks.cephadm:Fetching config... 2024-04-25T05:10:12.820 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-04-25T05:10:12.820 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-25T05:10:12.826 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-25T05:10:12.826 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-04-25T05:10:12.826 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-25T05:10:12.872 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-25T05:10:12.872 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-04-25T05:10:12.872 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/keyring of=/dev/stdout 2024-04-25T05:10:12.925 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-25T05:10:12.925 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-04-25T05:10:12.925 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-25T05:10:12.972 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-25T05:10:12.973 DEBUG:teuthology.orchestra.run.smithi031:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDr2IlZgoe+GLnwqtBFJjQXEdPHlRID2c3489GL5eLk6UIbOKTMSMjlprBToKwv2FR9vSUjY/oao9+fCUPU72XzKq1u5AaKaixhKFT6nRwoUnTDpG9+gJO5niORqMC6qmAIdezkjNITE3XHLKN/EI1Gfwi/Ze0FMl/DoFfqdP7+7sbf0Gql9cn5GlGFWsxUSflmeONCPioBWez3DvIISe98PTRPgWQKJZyRZzehwE61AtDmKT0u6R6VPuCWioLEhmA99PDceY3SLdW/RPN4Cen7lnkSxUSayVcFbRHaSlkgLYHkfYzL9ovQZ+3o05aK2st4XXGYIcAQICcOfCGYtApsu4LutrbIgs4EjDfZXC37KQK+9ppGm0DMzKE3GdAHpeao03YYOK1pmPqgWXxY7HRkE2upAn89giqsUtHbNOJSwl3Cf7SqgA8lNBbamwIBp2we9aARKA50Uk5wRa3iRJ9boTR4WVnhUEBWlaCmPuoM1r5hgeGOjNOFvTOEFRO+T18= ceph-b4616124-02c1-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-25T05:10:13.035 INFO:teuthology.orchestra.run.smithi031.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDr2IlZgoe+GLnwqtBFJjQXEdPHlRID2c3489GL5eLk6UIbOKTMSMjlprBToKwv2FR9vSUjY/oao9+fCUPU72XzKq1u5AaKaixhKFT6nRwoUnTDpG9+gJO5niORqMC6qmAIdezkjNITE3XHLKN/EI1Gfwi/Ze0FMl/DoFfqdP7+7sbf0Gql9cn5GlGFWsxUSflmeONCPioBWez3DvIISe98PTRPgWQKJZyRZzehwE61AtDmKT0u6R6VPuCWioLEhmA99PDceY3SLdW/RPN4Cen7lnkSxUSayVcFbRHaSlkgLYHkfYzL9ovQZ+3o05aK2st4XXGYIcAQICcOfCGYtApsu4LutrbIgs4EjDfZXC37KQK+9ppGm0DMzKE3GdAHpeao03YYOK1pmPqgWXxY7HRkE2upAn89giqsUtHbNOJSwl3Cf7SqgA8lNBbamwIBp2we9aARKA50Uk5wRa3iRJ9boTR4WVnhUEBWlaCmPuoM1r5hgeGOjNOFvTOEFRO+T18= ceph-b4616124-02c1-11ef-bc93-c7b262605968 2024-04-25T05:10:13.044 DEBUG:teuthology.orchestra.run.smithi040:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDr2IlZgoe+GLnwqtBFJjQXEdPHlRID2c3489GL5eLk6UIbOKTMSMjlprBToKwv2FR9vSUjY/oao9+fCUPU72XzKq1u5AaKaixhKFT6nRwoUnTDpG9+gJO5niORqMC6qmAIdezkjNITE3XHLKN/EI1Gfwi/Ze0FMl/DoFfqdP7+7sbf0Gql9cn5GlGFWsxUSflmeONCPioBWez3DvIISe98PTRPgWQKJZyRZzehwE61AtDmKT0u6R6VPuCWioLEhmA99PDceY3SLdW/RPN4Cen7lnkSxUSayVcFbRHaSlkgLYHkfYzL9ovQZ+3o05aK2st4XXGYIcAQICcOfCGYtApsu4LutrbIgs4EjDfZXC37KQK+9ppGm0DMzKE3GdAHpeao03YYOK1pmPqgWXxY7HRkE2upAn89giqsUtHbNOJSwl3Cf7SqgA8lNBbamwIBp2we9aARKA50Uk5wRa3iRJ9boTR4WVnhUEBWlaCmPuoM1r5hgeGOjNOFvTOEFRO+T18= ceph-b4616124-02c1-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-25T05:10:13.069 INFO:teuthology.orchestra.run.smithi040.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDr2IlZgoe+GLnwqtBFJjQXEdPHlRID2c3489GL5eLk6UIbOKTMSMjlprBToKwv2FR9vSUjY/oao9+fCUPU72XzKq1u5AaKaixhKFT6nRwoUnTDpG9+gJO5niORqMC6qmAIdezkjNITE3XHLKN/EI1Gfwi/Ze0FMl/DoFfqdP7+7sbf0Gql9cn5GlGFWsxUSflmeONCPioBWez3DvIISe98PTRPgWQKJZyRZzehwE61AtDmKT0u6R6VPuCWioLEhmA99PDceY3SLdW/RPN4Cen7lnkSxUSayVcFbRHaSlkgLYHkfYzL9ovQZ+3o05aK2st4XXGYIcAQICcOfCGYtApsu4LutrbIgs4EjDfZXC37KQK+9ppGm0DMzKE3GdAHpeao03YYOK1pmPqgWXxY7HRkE2upAn89giqsUtHbNOJSwl3Cf7SqgA8lNBbamwIBp2we9aARKA50Uk5wRa3iRJ9boTR4WVnhUEBWlaCmPuoM1r5hgeGOjNOFvTOEFRO+T18= ceph-b4616124-02c1-11ef-bc93-c7b262605968 2024-04-25T05:10:13.078 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-25T05:10:13.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:13 smithi031 bash[18647]: audit 2024-04-25T05:10:12.166763+0000 mon.smithi031 (mon.0) 107 : audit [INF] from='client.? 172.21.15.31:0/454672932' entity='client.admin' 2024-04-25T05:10:13.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:13 smithi031 bash[18647]: audit 2024-04-25T05:10:12.166763+0000 mon.smithi031 (mon.0) 107 : audit [INF] from='client.? 172.21.15.31:0/454672932' entity='client.admin' 2024-04-25T05:10:18.380 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:10:20.211 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-25T05:10:20.211 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-25T05:10:20.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:20 smithi031 bash[18647]: audit 2024-04-25T05:10:19.450614+0000 mon.smithi031 (mon.0) 108 : audit [INF] from='client.? 172.21.15.31:0/66333337' entity='client.admin' 2024-04-25T05:10:20.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:20 smithi031 bash[18647]: audit 2024-04-25T05:10:19.450614+0000 mon.smithi031 (mon.0) 108 : audit [INF] from='client.? 172.21.15.31:0/66333337' entity='client.admin' 2024-04-25T05:10:21.958 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:21 smithi031 bash[18647]: audit 2024-04-25T05:10:20.684960+0000 mon.smithi031 (mon.0) 109 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:21.958 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:21 smithi031 bash[18647]: audit 2024-04-25T05:10:20.684960+0000 mon.smithi031 (mon.0) 109 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:21.958 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:21 smithi031 bash[18647]: audit 2024-04-25T05:10:20.691368+0000 mon.smithi031 (mon.0) 110 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:21.958 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:21 smithi031 bash[18647]: audit 2024-04-25T05:10:20.691368+0000 mon.smithi031 (mon.0) 110 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:21.958 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:21 smithi031 bash[18647]: audit 2024-04-25T05:10:20.693538+0000 mon.smithi031 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd/host:smithi031", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:10:21.958 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:21 smithi031 bash[18647]: audit 2024-04-25T05:10:20.693538+0000 mon.smithi031 (mon.0) 111 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd/host:smithi031", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:10:21.958 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:21 smithi031 bash[18647]: audit 2024-04-25T05:10:20.701585+0000 mon.smithi031 (mon.0) 112 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:21.958 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:21 smithi031 bash[18647]: audit 2024-04-25T05:10:20.701585+0000 mon.smithi031 (mon.0) 112 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:21.958 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:21 smithi031 bash[18647]: audit 2024-04-25T05:10:20.704655+0000 mon.smithi031 (mon.0) 113 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi031", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-25T05:10:21.958 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:21 smithi031 bash[18647]: audit 2024-04-25T05:10:20.704655+0000 mon.smithi031 (mon.0) 113 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi031", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-25T05:10:21.959 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:21 smithi031 bash[18647]: audit 2024-04-25T05:10:20.706273+0000 mon.smithi031 (mon.0) 114 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi031", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-04-25T05:10:21.959 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:21 smithi031 bash[18647]: audit 2024-04-25T05:10:20.706273+0000 mon.smithi031 (mon.0) 114 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi031", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-04-25T05:10:21.959 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:21 smithi031 bash[18647]: audit 2024-04-25T05:10:20.710095+0000 mon.smithi031 (mon.0) 115 : audit [DBG] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:10:21.959 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:21 smithi031 bash[18647]: audit 2024-04-25T05:10:20.710095+0000 mon.smithi031 (mon.0) 115 : audit [DBG] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:10:21.959 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:21 smithi031 bash[18647]: cephadm 2024-04-25T05:10:20.712142+0000 mgr.smithi031.wbrsoo (mgr.14164) 9 : cephadm [INF] Deploying daemon ceph-exporter.smithi031 on smithi031 2024-04-25T05:10:21.959 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:21 smithi031 bash[18647]: cephadm 2024-04-25T05:10:20.712142+0000 mgr.smithi031.wbrsoo (mgr.14164) 9 : cephadm [INF] Deploying daemon ceph-exporter.smithi031 on smithi031 2024-04-25T05:10:21.959 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:21 smithi031 bash[18647]: cluster 2024-04-25T05:10:20.941603+0000 mgr.smithi031.wbrsoo (mgr.14164) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:10:21.959 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:21 smithi031 bash[18647]: cluster 2024-04-25T05:10:20.941603+0000 mgr.smithi031.wbrsoo (mgr.14164) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:10:22.974 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:22 smithi031 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:10:23.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:22 smithi031 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:10:24.366 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:24 smithi031 bash[18647]: cluster 2024-04-25T05:10:22.941887+0000 mgr.smithi031.wbrsoo (mgr.14164) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:10:24.366 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:24 smithi031 bash[18647]: cluster 2024-04-25T05:10:22.941887+0000 mgr.smithi031.wbrsoo (mgr.14164) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:10:24.366 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:24 smithi031 bash[18647]: audit 2024-04-25T05:10:23.114285+0000 mon.smithi031 (mon.0) 116 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:24.367 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:24 smithi031 bash[18647]: audit 2024-04-25T05:10:23.114285+0000 mon.smithi031 (mon.0) 116 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:24.367 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:24 smithi031 bash[18647]: audit 2024-04-25T05:10:23.117460+0000 mon.smithi031 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:24.367 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:24 smithi031 bash[18647]: audit 2024-04-25T05:10:23.117460+0000 mon.smithi031 (mon.0) 117 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:24.367 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:24 smithi031 bash[18647]: audit 2024-04-25T05:10:23.134571+0000 mon.smithi031 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:24.367 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:24 smithi031 bash[18647]: audit 2024-04-25T05:10:23.134571+0000 mon.smithi031 (mon.0) 118 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:24.367 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:24 smithi031 bash[18647]: audit 2024-04-25T05:10:23.136856+0000 mon.smithi031 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:24.367 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:24 smithi031 bash[18647]: audit 2024-04-25T05:10:23.136856+0000 mon.smithi031 (mon.0) 119 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:24.367 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:24 smithi031 bash[18647]: audit 2024-04-25T05:10:23.138044+0000 mon.smithi031 (mon.0) 120 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi031", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-25T05:10:24.367 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:24 smithi031 bash[18647]: audit 2024-04-25T05:10:23.138044+0000 mon.smithi031 (mon.0) 120 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi031", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-25T05:10:24.367 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:24 smithi031 bash[18647]: audit 2024-04-25T05:10:23.138779+0000 mon.smithi031 (mon.0) 121 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi031", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-25T05:10:24.367 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:24 smithi031 bash[18647]: audit 2024-04-25T05:10:23.138779+0000 mon.smithi031 (mon.0) 121 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi031", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-25T05:10:24.367 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:24 smithi031 bash[18647]: audit 2024-04-25T05:10:23.140402+0000 mon.smithi031 (mon.0) 122 : audit [DBG] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:10:24.368 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:24 smithi031 bash[18647]: audit 2024-04-25T05:10:23.140402+0000 mon.smithi031 (mon.0) 122 : audit [DBG] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:10:24.368 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:24 smithi031 bash[18647]: cephadm 2024-04-25T05:10:23.141269+0000 mgr.smithi031.wbrsoo (mgr.14164) 12 : cephadm [INF] Deploying daemon crash.smithi031 on smithi031 2024-04-25T05:10:24.368 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:24 smithi031 bash[18647]: cephadm 2024-04-25T05:10:23.141269+0000 mgr.smithi031.wbrsoo (mgr.14164) 12 : cephadm [INF] Deploying daemon crash.smithi031 on smithi031 2024-04-25T05:10:24.923 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:10:25.993 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:25 smithi031 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:10:26.281 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:26 smithi031 bash[18647]: cluster 2024-04-25T05:10:24.942249+0000 mgr.smithi031.wbrsoo (mgr.14164) 13 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:10:26.281 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:26 smithi031 bash[18647]: cluster 2024-04-25T05:10:24.942249+0000 mgr.smithi031.wbrsoo (mgr.14164) 13 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:10:26.281 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:26 smithi031 bash[18647]: audit 2024-04-25T05:10:26.015191+0000 mon.smithi031 (mon.0) 123 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:26.281 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:26 smithi031 bash[18647]: audit 2024-04-25T05:10:26.015191+0000 mon.smithi031 (mon.0) 123 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:26.281 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:26 smithi031 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:10:27.414 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:27 smithi031 bash[18647]: audit 2024-04-25T05:10:26.281340+0000 mon.smithi031 (mon.0) 124 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:27.414 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:27 smithi031 bash[18647]: audit 2024-04-25T05:10:26.281340+0000 mon.smithi031 (mon.0) 124 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:27.414 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:27 smithi031 bash[18647]: audit 2024-04-25T05:10:26.288215+0000 mon.smithi031 (mon.0) 125 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:27.414 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:27 smithi031 bash[18647]: audit 2024-04-25T05:10:26.288215+0000 mon.smithi031 (mon.0) 125 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:27.414 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:27 smithi031 bash[18647]: audit 2024-04-25T05:10:26.316335+0000 mon.smithi031 (mon.0) 126 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:27.414 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:27 smithi031 bash[18647]: audit 2024-04-25T05:10:26.316335+0000 mon.smithi031 (mon.0) 126 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:27.414 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:27 smithi031 bash[18647]: audit 2024-04-25T05:10:26.321374+0000 mon.smithi031 (mon.0) 127 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:27.414 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:27 smithi031 bash[18647]: audit 2024-04-25T05:10:26.321374+0000 mon.smithi031 (mon.0) 127 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:27.414 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:27 smithi031 bash[18647]: cephadm 2024-04-25T05:10:26.322770+0000 mgr.smithi031.wbrsoo (mgr.14164) 14 : cephadm [INF] Deploying daemon node-exporter.smithi031 on smithi031 2024-04-25T05:10:27.414 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:27 smithi031 bash[18647]: cephadm 2024-04-25T05:10:26.322770+0000 mgr.smithi031.wbrsoo (mgr.14164) 14 : cephadm [INF] Deploying daemon node-exporter.smithi031 on smithi031 2024-04-25T05:10:27.414 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:27 smithi031 bash[18647]: audit 2024-04-25T05:10:26.397013+0000 mgr.smithi031.wbrsoo (mgr.14164) 15 : audit [DBG] from='client.14189 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:10:27.415 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:27 smithi031 bash[18647]: audit 2024-04-25T05:10:26.397013+0000 mgr.smithi031.wbrsoo (mgr.14164) 15 : audit [DBG] from='client.14189 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:10:27.415 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:27 smithi031 bash[18647]: audit 2024-04-25T05:10:26.404640+0000 mon.smithi031 (mon.0) 128 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:27.415 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:27 smithi031 bash[18647]: audit 2024-04-25T05:10:26.404640+0000 mon.smithi031 (mon.0) 128 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:27.415 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:27 smithi031 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:10:27.535 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi040 2024-04-25T05:10:27.536 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-25T05:10:27.536 DEBUG:teuthology.orchestra.run.smithi040:> dd of=/etc/ceph/ceph.conf 2024-04-25T05:10:27.542 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-25T05:10:27.542 DEBUG:teuthology.orchestra.run.smithi040:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-25T05:10:27.588 INFO:tasks.cephadm:Adding host smithi040 to orchestrator... 2024-04-25T05:10:27.588 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph orch host add smithi040 2024-04-25T05:10:27.699 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:27 smithi031 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:10:28.685 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:28 smithi031 bash[18647]: cluster 2024-04-25T05:10:26.942649+0000 mgr.smithi031.wbrsoo (mgr.14164) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:10:28.685 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:28 smithi031 bash[18647]: cluster 2024-04-25T05:10:26.942649+0000 mgr.smithi031.wbrsoo (mgr.14164) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:10:28.685 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:28 smithi031 bash[18647]: audit 2024-04-25T05:10:27.700821+0000 mon.smithi031 (mon.0) 129 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:28.685 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:28 smithi031 bash[18647]: audit 2024-04-25T05:10:27.700821+0000 mon.smithi031 (mon.0) 129 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:28.685 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:28 smithi031 bash[18647]: audit 2024-04-25T05:10:27.707893+0000 mon.smithi031 (mon.0) 130 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:28.685 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:28 smithi031 bash[18647]: audit 2024-04-25T05:10:27.707893+0000 mon.smithi031 (mon.0) 130 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:28.685 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:28 smithi031 bash[18647]: audit 2024-04-25T05:10:27.741684+0000 mon.smithi031 (mon.0) 131 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:28.685 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:28 smithi031 bash[18647]: audit 2024-04-25T05:10:27.741684+0000 mon.smithi031 (mon.0) 131 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:28.685 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:28 smithi031 bash[18647]: audit 2024-04-25T05:10:27.744132+0000 mon.smithi031 (mon.0) 132 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:28.685 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:28 smithi031 bash[18647]: audit 2024-04-25T05:10:27.744132+0000 mon.smithi031 (mon.0) 132 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:29.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:29 smithi031 bash[18647]: cephadm 2024-04-25T05:10:27.756419+0000 mgr.smithi031.wbrsoo (mgr.14164) 17 : cephadm [INF] Deploying daemon alertmanager.smithi031 on smithi031 2024-04-25T05:10:29.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:29 smithi031 bash[18647]: cephadm 2024-04-25T05:10:27.756419+0000 mgr.smithi031.wbrsoo (mgr.14164) 17 : cephadm [INF] Deploying daemon alertmanager.smithi031 on smithi031 2024-04-25T05:10:30.652 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:30 smithi031 bash[18647]: cluster 2024-04-25T05:10:28.943077+0000 mgr.smithi031.wbrsoo (mgr.14164) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:10:30.652 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:30 smithi031 bash[18647]: cluster 2024-04-25T05:10:28.943077+0000 mgr.smithi031.wbrsoo (mgr.14164) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:10:32.274 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:32 smithi031 bash[18647]: cluster 2024-04-25T05:10:30.943500+0000 mgr.smithi031.wbrsoo (mgr.14164) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:10:32.274 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:32 smithi031 bash[18647]: cluster 2024-04-25T05:10:30.943500+0000 mgr.smithi031.wbrsoo (mgr.14164) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:10:32.274 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:32 smithi031 bash[18647]: audit 2024-04-25T05:10:31.021676+0000 mon.smithi031 (mon.0) 133 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:32.274 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:32 smithi031 bash[18647]: audit 2024-04-25T05:10:31.021676+0000 mon.smithi031 (mon.0) 133 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:32.302 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:10:34.221 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:34 smithi031 bash[18647]: cluster 2024-04-25T05:10:32.943972+0000 mgr.smithi031.wbrsoo (mgr.14164) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:10:34.221 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:34 smithi031 bash[18647]: cluster 2024-04-25T05:10:32.943972+0000 mgr.smithi031.wbrsoo (mgr.14164) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:10:35.298 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:35 smithi031 bash[18647]: audit 2024-04-25T05:10:34.305602+0000 mgr.smithi031.wbrsoo (mgr.14164) 21 : audit [DBG] from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi040", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:10:35.299 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:35 smithi031 bash[18647]: audit 2024-04-25T05:10:34.305602+0000 mgr.smithi031.wbrsoo (mgr.14164) 21 : audit [DBG] from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi040", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:10:36.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:36 smithi031 bash[18647]: cluster 2024-04-25T05:10:34.944311+0000 mgr.smithi031.wbrsoo (mgr.14164) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:10:36.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:36 smithi031 bash[18647]: cluster 2024-04-25T05:10:34.944311+0000 mgr.smithi031.wbrsoo (mgr.14164) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:10:36.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:36 smithi031 bash[18647]: cephadm 2024-04-25T05:10:35.020997+0000 mgr.smithi031.wbrsoo (mgr.14164) 23 : cephadm [INF] Deploying cephadm binary to smithi040 2024-04-25T05:10:36.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:36 smithi031 bash[18647]: cephadm 2024-04-25T05:10:35.020997+0000 mgr.smithi031.wbrsoo (mgr.14164) 23 : cephadm [INF] Deploying cephadm binary to smithi040 2024-04-25T05:10:37.592 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:37 smithi031 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:10:37.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:37 smithi031 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:10:38.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:38 smithi031 bash[18647]: cluster 2024-04-25T05:10:36.944724+0000 mgr.smithi031.wbrsoo (mgr.14164) 24 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:10:38.429 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:38 smithi031 bash[18647]: cluster 2024-04-25T05:10:36.944724+0000 mgr.smithi031.wbrsoo (mgr.14164) 24 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:10:40.737 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:40 smithi031 bash[18647]: cluster 2024-04-25T05:10:38.945106+0000 mgr.smithi031.wbrsoo (mgr.14164) 25 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:10:40.737 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:40 smithi031 bash[18647]: cluster 2024-04-25T05:10:38.945106+0000 mgr.smithi031.wbrsoo (mgr.14164) 25 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:10:40.737 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:40 smithi031 bash[18647]: audit 2024-04-25T05:10:39.452923+0000 mon.smithi031 (mon.0) 134 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:40.738 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:40 smithi031 bash[18647]: audit 2024-04-25T05:10:39.452923+0000 mon.smithi031 (mon.0) 134 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:40.738 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:40 smithi031 bash[18647]: audit 2024-04-25T05:10:39.459816+0000 mon.smithi031 (mon.0) 135 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:40.738 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:40 smithi031 bash[18647]: audit 2024-04-25T05:10:39.459816+0000 mon.smithi031 (mon.0) 135 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:40.738 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:40 smithi031 bash[18647]: audit 2024-04-25T05:10:39.493225+0000 mon.smithi031 (mon.0) 136 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:40.738 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:40 smithi031 bash[18647]: audit 2024-04-25T05:10:39.493225+0000 mon.smithi031 (mon.0) 136 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:40.738 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:40 smithi031 bash[18647]: audit 2024-04-25T05:10:39.500260+0000 mon.smithi031 (mon.0) 137 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:40.738 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:40 smithi031 bash[18647]: audit 2024-04-25T05:10:39.500260+0000 mon.smithi031 (mon.0) 137 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:40.738 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:40 smithi031 bash[18647]: audit 2024-04-25T05:10:39.512211+0000 mon.smithi031 (mon.0) 138 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:40.738 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:40 smithi031 bash[18647]: audit 2024-04-25T05:10:39.512211+0000 mon.smithi031 (mon.0) 138 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:40.738 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:40 smithi031 bash[18647]: audit 2024-04-25T05:10:39.518698+0000 mon.smithi031 (mon.0) 139 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:40.738 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:40 smithi031 bash[18647]: audit 2024-04-25T05:10:39.518698+0000 mon.smithi031 (mon.0) 139 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:40.738 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:40 smithi031 bash[18647]: audit 2024-04-25T05:10:39.943189+0000 mon.smithi031 (mon.0) 140 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:40.738 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:40 smithi031 bash[18647]: audit 2024-04-25T05:10:39.943189+0000 mon.smithi031 (mon.0) 140 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:40.739 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:40 smithi031 bash[18647]: audit 2024-04-25T05:10:39.948677+0000 mon.smithi031 (mon.0) 141 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:40.739 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:40 smithi031 bash[18647]: audit 2024-04-25T05:10:39.948677+0000 mon.smithi031 (mon.0) 141 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:40.739 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:40 smithi031 bash[18647]: audit 2024-04-25T05:10:39.951029+0000 mon.smithi031 (mon.0) 142 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-25T05:10:40.739 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:40 smithi031 bash[18647]: audit 2024-04-25T05:10:39.951029+0000 mon.smithi031 (mon.0) 142 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-25T05:10:40.739 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:40 smithi031 bash[18647]: audit 2024-04-25T05:10:39.956296+0000 mon.smithi031 (mon.0) 143 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:40.739 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:40 smithi031 bash[18647]: audit 2024-04-25T05:10:39.956296+0000 mon.smithi031 (mon.0) 143 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:41.277 INFO:teuthology.orchestra.run.smithi031.stdout:Added host 'smithi040' with addr '172.21.15.40' 2024-04-25T05:10:41.573 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:41 smithi031 bash[18647]: cephadm 2024-04-25T05:10:39.597196+0000 mgr.smithi031.wbrsoo (mgr.14164) 26 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-25T05:10:41.573 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:41 smithi031 bash[18647]: cephadm 2024-04-25T05:10:39.597196+0000 mgr.smithi031.wbrsoo (mgr.14164) 26 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-25T05:10:41.573 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:41 smithi031 bash[18647]: audit 2024-04-25T05:10:39.951474+0000 mgr.smithi031.wbrsoo (mgr.14164) 27 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-25T05:10:41.573 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:41 smithi031 bash[18647]: audit 2024-04-25T05:10:39.951474+0000 mgr.smithi031.wbrsoo (mgr.14164) 27 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-25T05:10:41.573 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:41 smithi031 bash[18647]: cephadm 2024-04-25T05:10:39.981672+0000 mgr.smithi031.wbrsoo (mgr.14164) 28 : cephadm [INF] Deploying daemon grafana.smithi031 on smithi031 2024-04-25T05:10:41.573 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:41 smithi031 bash[18647]: cephadm 2024-04-25T05:10:39.981672+0000 mgr.smithi031.wbrsoo (mgr.14164) 28 : cephadm [INF] Deploying daemon grafana.smithi031 on smithi031 2024-04-25T05:10:41.573 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:41 smithi031 bash[18647]: audit 2024-04-25T05:10:41.061525+0000 mon.smithi031 (mon.0) 144 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:41.573 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:41 smithi031 bash[18647]: audit 2024-04-25T05:10:41.061525+0000 mon.smithi031 (mon.0) 144 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:41.573 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:41 smithi031 bash[18647]: audit 2024-04-25T05:10:41.276331+0000 mon.smithi031 (mon.0) 145 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:41.573 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:41 smithi031 bash[18647]: audit 2024-04-25T05:10:41.276331+0000 mon.smithi031 (mon.0) 145 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:42.279 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph orch host ls --format=json 2024-04-25T05:10:42.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:42 smithi031 bash[18647]: cluster 2024-04-25T05:10:40.945509+0000 mgr.smithi031.wbrsoo (mgr.14164) 29 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:10:42.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:42 smithi031 bash[18647]: cluster 2024-04-25T05:10:40.945509+0000 mgr.smithi031.wbrsoo (mgr.14164) 29 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:10:42.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:42 smithi031 bash[18647]: cephadm 2024-04-25T05:10:41.277253+0000 mgr.smithi031.wbrsoo (mgr.14164) 30 : cephadm [INF] Added host smithi040 2024-04-25T05:10:42.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:42 smithi031 bash[18647]: cephadm 2024-04-25T05:10:41.277253+0000 mgr.smithi031.wbrsoo (mgr.14164) 30 : cephadm [INF] Added host smithi040 2024-04-25T05:10:44.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:44 smithi031 bash[18647]: cluster 2024-04-25T05:10:42.945845+0000 mgr.smithi031.wbrsoo (mgr.14164) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:10:44.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:44 smithi031 bash[18647]: cluster 2024-04-25T05:10:42.945845+0000 mgr.smithi031.wbrsoo (mgr.14164) 31 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:10:46.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:46 smithi031 bash[18647]: cluster 2024-04-25T05:10:44.946120+0000 mgr.smithi031.wbrsoo (mgr.14164) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:10:46.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:46 smithi031 bash[18647]: cluster 2024-04-25T05:10:44.946120+0000 mgr.smithi031.wbrsoo (mgr.14164) 32 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:10:47.054 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:10:48.779 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:48 smithi031 bash[18647]: cluster 2024-04-25T05:10:46.946479+0000 mgr.smithi031.wbrsoo (mgr.14164) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:10:48.780 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:48 smithi031 bash[18647]: cluster 2024-04-25T05:10:46.946479+0000 mgr.smithi031.wbrsoo (mgr.14164) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:10:50.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:50 smithi031 bash[18647]: cluster 2024-04-25T05:10:48.946925+0000 mgr.smithi031.wbrsoo (mgr.14164) 34 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:10:50.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:50 smithi031 bash[18647]: cluster 2024-04-25T05:10:48.946925+0000 mgr.smithi031.wbrsoo (mgr.14164) 34 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:10:52.053 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-25T05:10:52.053 INFO:teuthology.orchestra.run.smithi031.stdout:[{"addr": "172.21.15.31", "hostname": "smithi031", "labels": [], "status": ""}, {"addr": "172.21.15.40", "hostname": "smithi040", "labels": [], "status": ""}] 2024-04-25T05:10:52.674 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:52 smithi031 bash[18647]: cluster 2024-04-25T05:10:50.947326+0000 mgr.smithi031.wbrsoo (mgr.14164) 35 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:10:52.674 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:52 smithi031 bash[18647]: cluster 2024-04-25T05:10:50.947326+0000 mgr.smithi031.wbrsoo (mgr.14164) 35 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:10:52.759 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-25T05:10:52.759 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph osd crush tunables default 2024-04-25T05:10:53.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:53 smithi031 bash[18647]: audit 2024-04-25T05:10:52.053650+0000 mgr.smithi031.wbrsoo (mgr.14164) 36 : audit [DBG] from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T05:10:53.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:53 smithi031 bash[18647]: audit 2024-04-25T05:10:52.053650+0000 mgr.smithi031.wbrsoo (mgr.14164) 36 : audit [DBG] from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T05:10:54.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:54 smithi031 bash[18647]: cluster 2024-04-25T05:10:52.947664+0000 mgr.smithi031.wbrsoo (mgr.14164) 37 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:10:54.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:54 smithi031 bash[18647]: cluster 2024-04-25T05:10:52.947664+0000 mgr.smithi031.wbrsoo (mgr.14164) 37 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:10:55.098 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:54 smithi031 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:10:55.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:55 smithi031 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:10:56.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:56 smithi031 bash[18647]: cluster 2024-04-25T05:10:54.948007+0000 mgr.smithi031.wbrsoo (mgr.14164) 38 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:10:56.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:56 smithi031 bash[18647]: cluster 2024-04-25T05:10:54.948007+0000 mgr.smithi031.wbrsoo (mgr.14164) 38 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:10:56.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:56 smithi031 bash[18647]: audit 2024-04-25T05:10:55.369354+0000 mon.smithi031 (mon.0) 146 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:56.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:56 smithi031 bash[18647]: audit 2024-04-25T05:10:55.369354+0000 mon.smithi031 (mon.0) 146 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:56.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:56 smithi031 bash[18647]: audit 2024-04-25T05:10:55.372877+0000 mon.smithi031 (mon.0) 147 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:56.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:56 smithi031 bash[18647]: audit 2024-04-25T05:10:55.372877+0000 mon.smithi031 (mon.0) 147 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:56.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:56 smithi031 bash[18647]: audit 2024-04-25T05:10:55.395193+0000 mon.smithi031 (mon.0) 148 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:56.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:56 smithi031 bash[18647]: audit 2024-04-25T05:10:55.395193+0000 mon.smithi031 (mon.0) 148 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:56.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:56 smithi031 bash[18647]: audit 2024-04-25T05:10:55.397567+0000 mon.smithi031 (mon.0) 149 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:56.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:56 smithi031 bash[18647]: audit 2024-04-25T05:10:55.397567+0000 mon.smithi031 (mon.0) 149 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:56.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:56 smithi031 bash[18647]: audit 2024-04-25T05:10:55.400167+0000 mon.smithi031 (mon.0) 150 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:56.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:56 smithi031 bash[18647]: audit 2024-04-25T05:10:55.400167+0000 mon.smithi031 (mon.0) 150 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:56.623 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:56 smithi031 bash[18647]: audit 2024-04-25T05:10:55.404814+0000 mon.smithi031 (mon.0) 151 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:56.623 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:56 smithi031 bash[18647]: audit 2024-04-25T05:10:55.404814+0000 mon.smithi031 (mon.0) 151 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:56.623 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:56 smithi031 bash[18647]: audit 2024-04-25T05:10:55.408098+0000 mon.smithi031 (mon.0) 152 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:56.623 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:56 smithi031 bash[18647]: audit 2024-04-25T05:10:55.408098+0000 mon.smithi031 (mon.0) 152 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:56.623 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:56 smithi031 bash[18647]: audit 2024-04-25T05:10:55.410625+0000 mon.smithi031 (mon.0) 153 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:56.623 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:56 smithi031 bash[18647]: audit 2024-04-25T05:10:55.410625+0000 mon.smithi031 (mon.0) 153 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:56.623 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:56 smithi031 bash[18647]: audit 2024-04-25T05:10:56.068520+0000 mon.smithi031 (mon.0) 154 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:56.623 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:56 smithi031 bash[18647]: audit 2024-04-25T05:10:56.068520+0000 mon.smithi031 (mon.0) 154 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:10:57.489 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:57 smithi031 bash[18647]: cephadm 2024-04-25T05:10:55.672144+0000 mgr.smithi031.wbrsoo (mgr.14164) 39 : cephadm [INF] Deploying daemon prometheus.smithi031 on smithi031 2024-04-25T05:10:57.489 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:57 smithi031 bash[18647]: cephadm 2024-04-25T05:10:55.672144+0000 mgr.smithi031.wbrsoo (mgr.14164) 39 : cephadm [INF] Deploying daemon prometheus.smithi031 on smithi031 2024-04-25T05:10:58.510 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:10:58.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:58 smithi031 bash[18647]: cluster 2024-04-25T05:10:56.948485+0000 mgr.smithi031.wbrsoo (mgr.14164) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:10:58.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:10:58 smithi031 bash[18647]: cluster 2024-04-25T05:10:56.948485+0000 mgr.smithi031.wbrsoo (mgr.14164) 40 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:00.687 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:00 smithi031 bash[18647]: cluster 2024-04-25T05:10:58.948928+0000 mgr.smithi031.wbrsoo (mgr.14164) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:00.687 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:00 smithi031 bash[18647]: cluster 2024-04-25T05:10:58.948928+0000 mgr.smithi031.wbrsoo (mgr.14164) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:02.380 INFO:teuthology.orchestra.run.smithi031.stderr:adjusted tunables profile to default 2024-04-25T05:11:02.678 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:02 smithi031 bash[18647]: cluster 2024-04-25T05:11:00.949345+0000 mgr.smithi031.wbrsoo (mgr.14164) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:02.678 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:02 smithi031 bash[18647]: cluster 2024-04-25T05:11:00.949345+0000 mgr.smithi031.wbrsoo (mgr.14164) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:02.678 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:02 smithi031 bash[18647]: audit 2024-04-25T05:11:02.199747+0000 mon.smithi031 (mon.0) 155 : audit [INF] from='client.? 172.21.15.31:0/1151132785' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-25T05:11:02.678 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:02 smithi031 bash[18647]: audit 2024-04-25T05:11:02.199747+0000 mon.smithi031 (mon.0) 155 : audit [INF] from='client.? 172.21.15.31:0/1151132785' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-25T05:11:03.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:03 smithi031 bash[18647]: audit 2024-04-25T05:11:02.376243+0000 mon.smithi031 (mon.0) 156 : audit [INF] from='client.? 172.21.15.31:0/1151132785' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-25T05:11:03.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:03 smithi031 bash[18647]: audit 2024-04-25T05:11:02.376243+0000 mon.smithi031 (mon.0) 156 : audit [INF] from='client.? 172.21.15.31:0/1151132785' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-25T05:11:03.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:03 smithi031 bash[18647]: cluster 2024-04-25T05:11:02.382916+0000 mon.smithi031 (mon.0) 157 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-25T05:11:03.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:03 smithi031 bash[18647]: cluster 2024-04-25T05:11:02.382916+0000 mon.smithi031 (mon.0) 157 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-25T05:11:04.320 INFO:tasks.cephadm:Adding mon.smithi031 on smithi031 2024-04-25T05:11:04.320 INFO:tasks.cephadm:Adding mon.smithi040 on smithi040 2024-04-25T05:11:04.320 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph orch apply mon '2;smithi031:172.21.15.31=smithi031;smithi040:172.21.15.40=smithi040' 2024-04-25T05:11:04.537 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:04 smithi031 bash[18647]: cluster 2024-04-25T05:11:02.949913+0000 mgr.smithi031.wbrsoo (mgr.14164) 43 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:04.537 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:04 smithi031 bash[18647]: cluster 2024-04-25T05:11:02.949913+0000 mgr.smithi031.wbrsoo (mgr.14164) 43 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:05.538 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T05:11:06.585 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T05:11:06.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:06 smithi031 bash[18647]: cluster 2024-04-25T05:11:04.950443+0000 mgr.smithi031.wbrsoo (mgr.14164) 44 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:06.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:06 smithi031 bash[18647]: cluster 2024-04-25T05:11:04.950443+0000 mgr.smithi031.wbrsoo (mgr.14164) 44 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:07.672 INFO:teuthology.orchestra.run.smithi040.stdout:Scheduled mon update... 2024-04-25T05:11:08.275 DEBUG:teuthology.orchestra.run.smithi040:mon.smithi040> sudo journalctl -f -n 0 -u ceph-b4616124-02c1-11ef-bc93-c7b262605968@mon.smithi040.service 2024-04-25T05:11:08.278 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-25T05:11:08.278 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-25T05:11:08.693 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:08 smithi031 bash[18647]: cluster 2024-04-25T05:11:06.950922+0000 mgr.smithi031.wbrsoo (mgr.14164) 45 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:08.693 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:08 smithi031 bash[18647]: cluster 2024-04-25T05:11:06.950922+0000 mgr.smithi031.wbrsoo (mgr.14164) 45 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:08.693 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:08 smithi031 bash[18647]: audit 2024-04-25T05:11:07.672401+0000 mon.smithi031 (mon.0) 158 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:08.693 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:08 smithi031 bash[18647]: audit 2024-04-25T05:11:07.672401+0000 mon.smithi031 (mon.0) 158 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:09.534 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T05:11:09.553 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:09 smithi031 bash[18647]: audit 2024-04-25T05:11:07.661353+0000 mgr.smithi031.wbrsoo (mgr.14164) 46 : audit [DBG] from='client.14197 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi031:172.21.15.31=smithi031;smithi040:172.21.15.40=smithi040", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:11:09.553 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:09 smithi031 bash[18647]: audit 2024-04-25T05:11:07.661353+0000 mgr.smithi031.wbrsoo (mgr.14164) 46 : audit [DBG] from='client.14197 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi031:172.21.15.31=smithi031;smithi040:172.21.15.40=smithi040", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:11:09.553 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:09 smithi031 bash[18647]: cephadm 2024-04-25T05:11:07.666856+0000 mgr.smithi031.wbrsoo (mgr.14164) 47 : cephadm [INF] Saving service mon spec with placement smithi031:172.21.15.31=smithi031;smithi040:172.21.15.40=smithi040;count:2 2024-04-25T05:11:09.554 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:09 smithi031 bash[18647]: cephadm 2024-04-25T05:11:07.666856+0000 mgr.smithi031.wbrsoo (mgr.14164) 47 : cephadm [INF] Saving service mon spec with placement smithi031:172.21.15.31=smithi031;smithi040:172.21.15.40=smithi040;count:2 2024-04-25T05:11:10.424 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:10 smithi031 bash[18647]: cluster 2024-04-25T05:11:08.951338+0000 mgr.smithi031.wbrsoo (mgr.14164) 48 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:10.424 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:10 smithi031 bash[18647]: cluster 2024-04-25T05:11:08.951338+0000 mgr.smithi031.wbrsoo (mgr.14164) 48 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:10.580 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T05:11:11.726 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-25T05:11:11.726 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":1,"fsid":"b4616124-02c1-11ef-bc93-c7b262605968","modified":"2024-04-25T05:08:35.252022Z","created":"2024-04-25T05:08:35.252022Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi031","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:3300","nonce":0},{"type":"v1","addr":"172.21.15.31:6789","nonce":0}]},"addr":"172.21.15.31:6789/0","public_addr":"172.21.15.31:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-25T05:11:11.729 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 1 2024-04-25T05:11:12.031 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:11 smithi031 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:11:12.031 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:11 smithi031 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:11:12.550 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:12 smithi031 bash[18647]: cluster 2024-04-25T05:11:10.951734+0000 mgr.smithi031.wbrsoo (mgr.14164) 49 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:12.550 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:12 smithi031 bash[18647]: cluster 2024-04-25T05:11:10.951734+0000 mgr.smithi031.wbrsoo (mgr.14164) 49 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:12.550 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:12 smithi031 bash[18647]: audit 2024-04-25T05:11:11.726666+0000 mon.smithi031 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.40:0/3711928469' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T05:11:12.550 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:12 smithi031 bash[18647]: audit 2024-04-25T05:11:11.726666+0000 mon.smithi031 (mon.0) 159 : audit [DBG] from='client.? 172.21.15.40:0/3711928469' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T05:11:12.551 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:12 smithi031 bash[18647]: audit 2024-04-25T05:11:12.132315+0000 mon.smithi031 (mon.0) 160 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:12.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:12 smithi031 bash[18647]: audit 2024-04-25T05:11:12.132315+0000 mon.smithi031 (mon.0) 160 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:12.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:12 smithi031 bash[18647]: audit 2024-04-25T05:11:12.137175+0000 mon.smithi031 (mon.0) 161 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:12.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:12 smithi031 bash[18647]: audit 2024-04-25T05:11:12.137175+0000 mon.smithi031 (mon.0) 161 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:12.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:12 smithi031 bash[18647]: audit 2024-04-25T05:11:12.191171+0000 mon.smithi031 (mon.0) 162 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:12.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:12 smithi031 bash[18647]: audit 2024-04-25T05:11:12.191171+0000 mon.smithi031 (mon.0) 162 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:12.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:12 smithi031 bash[18647]: audit 2024-04-25T05:11:12.193160+0000 mon.smithi031 (mon.0) 163 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-25T05:11:12.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:12 smithi031 bash[18647]: audit 2024-04-25T05:11:12.193160+0000 mon.smithi031 (mon.0) 163 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-25T05:11:13.297 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-25T05:11:13.298 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-25T05:11:14.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:14 smithi031 bash[18647]: audit 2024-04-25T05:11:13.193238+0000 mon.smithi031 (mon.0) 164 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-25T05:11:14.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:14 smithi031 bash[18647]: audit 2024-04-25T05:11:13.193238+0000 mon.smithi031 (mon.0) 164 : audit [INF] from='mgr.14164 172.21.15.31:0/1424332103' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-25T05:11:14.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:14 smithi031 bash[18647]: cluster 2024-04-25T05:11:13.198802+0000 mon.smithi031 (mon.0) 165 : cluster [DBG] mgrmap e14: smithi031.wbrsoo(active, since 72s) 2024-04-25T05:11:14.315 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:14 smithi031 bash[18647]: cluster 2024-04-25T05:11:13.198802+0000 mon.smithi031 (mon.0) 165 : cluster [DBG] mgrmap e14: smithi031.wbrsoo(active, since 72s) 2024-04-25T05:11:14.507 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T05:11:15.556 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T05:11:16.764 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-25T05:11:16.764 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":1,"fsid":"b4616124-02c1-11ef-bc93-c7b262605968","modified":"2024-04-25T05:08:35.252022Z","created":"2024-04-25T05:08:35.252022Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi031","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:3300","nonce":0},{"type":"v1","addr":"172.21.15.31:6789","nonce":0}]},"addr":"172.21.15.31:6789/0","public_addr":"172.21.15.31:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-25T05:11:16.767 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 1 2024-04-25T05:11:16.975 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:16 smithi031 bash[18647]: audit 2024-04-25T05:11:16.765169+0000 mon.smithi031 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.40:0/302933719' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T05:11:16.975 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:16 smithi031 bash[18647]: audit 2024-04-25T05:11:16.765169+0000 mon.smithi031 (mon.0) 166 : audit [DBG] from='client.? 172.21.15.40:0/302933719' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T05:11:18.327 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-25T05:11:18.327 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-25T05:11:19.544 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T05:11:20.592 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T05:11:21.719 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-25T05:11:21.720 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":1,"fsid":"b4616124-02c1-11ef-bc93-c7b262605968","modified":"2024-04-25T05:08:35.252022Z","created":"2024-04-25T05:08:35.252022Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi031","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:3300","nonce":0},{"type":"v1","addr":"172.21.15.31:6789","nonce":0}]},"addr":"172.21.15.31:6789/0","public_addr":"172.21.15.31:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-25T05:11:21.722 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 1 2024-04-25T05:11:22.017 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:21 smithi031 bash[18647]: audit 2024-04-25T05:11:21.720462+0000 mon.smithi031 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.40:0/790894134' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T05:11:22.017 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:21 smithi031 bash[18647]: audit 2024-04-25T05:11:21.720462+0000 mon.smithi031 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.40:0/790894134' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T05:11:22.017 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:21 smithi031 bash[18647]: cluster 2024-04-25T05:11:21.754318+0000 mon.smithi031 (mon.0) 168 : cluster [INF] Active manager daemon smithi031.wbrsoo restarted 2024-04-25T05:11:22.017 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:21 smithi031 bash[18647]: cluster 2024-04-25T05:11:21.754318+0000 mon.smithi031 (mon.0) 168 : cluster [INF] Active manager daemon smithi031.wbrsoo restarted 2024-04-25T05:11:22.017 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:21 smithi031 bash[18647]: cluster 2024-04-25T05:11:21.754926+0000 mon.smithi031 (mon.0) 169 : cluster [INF] Activating manager daemon smithi031.wbrsoo 2024-04-25T05:11:22.017 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:21 smithi031 bash[18647]: cluster 2024-04-25T05:11:21.754926+0000 mon.smithi031 (mon.0) 169 : cluster [INF] Activating manager daemon smithi031.wbrsoo 2024-04-25T05:11:22.017 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:21 smithi031 bash[18647]: cluster 2024-04-25T05:11:21.761741+0000 mon.smithi031 (mon.0) 170 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-25T05:11:22.018 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:21 smithi031 bash[18647]: cluster 2024-04-25T05:11:21.761741+0000 mon.smithi031 (mon.0) 170 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-25T05:11:22.018 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:21 smithi031 bash[18647]: cluster 2024-04-25T05:11:21.762012+0000 mon.smithi031 (mon.0) 171 : cluster [DBG] mgrmap e15: smithi031.wbrsoo(active, starting, since 0.00728561s) 2024-04-25T05:11:22.018 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:21 smithi031 bash[18647]: cluster 2024-04-25T05:11:21.762012+0000 mon.smithi031 (mon.0) 171 : cluster [DBG] mgrmap e15: smithi031.wbrsoo(active, starting, since 0.00728561s) 2024-04-25T05:11:22.018 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:21 smithi031 bash[18647]: audit 2024-04-25T05:11:21.763822+0000 mon.smithi031 (mon.0) 172 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-04-25T05:11:22.018 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:21 smithi031 bash[18647]: audit 2024-04-25T05:11:21.763822+0000 mon.smithi031 (mon.0) 172 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-04-25T05:11:22.018 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:21 smithi031 bash[18647]: audit 2024-04-25T05:11:21.765677+0000 mon.smithi031 (mon.0) 173 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mgr metadata", "who": "smithi031.wbrsoo", "id": "smithi031.wbrsoo"}]: dispatch 2024-04-25T05:11:22.018 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:21 smithi031 bash[18647]: audit 2024-04-25T05:11:21.765677+0000 mon.smithi031 (mon.0) 173 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mgr metadata", "who": "smithi031.wbrsoo", "id": "smithi031.wbrsoo"}]: dispatch 2024-04-25T05:11:22.018 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:21 smithi031 bash[18647]: audit 2024-04-25T05:11:21.766692+0000 mon.smithi031 (mon.0) 174 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-25T05:11:22.018 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:21 smithi031 bash[18647]: audit 2024-04-25T05:11:21.766692+0000 mon.smithi031 (mon.0) 174 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-25T05:11:22.018 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:21 smithi031 bash[18647]: audit 2024-04-25T05:11:21.766912+0000 mon.smithi031 (mon.0) 175 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-25T05:11:22.018 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:21 smithi031 bash[18647]: audit 2024-04-25T05:11:21.766912+0000 mon.smithi031 (mon.0) 175 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-25T05:11:22.018 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:21 smithi031 bash[18647]: audit 2024-04-25T05:11:21.767151+0000 mon.smithi031 (mon.0) 176 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-25T05:11:22.018 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:21 smithi031 bash[18647]: audit 2024-04-25T05:11:21.767151+0000 mon.smithi031 (mon.0) 176 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-25T05:11:22.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:22 smithi031 bash[18647]: cluster 2024-04-25T05:11:21.794897+0000 mon.smithi031 (mon.0) 177 : cluster [INF] Manager daemon smithi031.wbrsoo is now available 2024-04-25T05:11:22.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:22 smithi031 bash[18647]: cluster 2024-04-25T05:11:21.794897+0000 mon.smithi031 (mon.0) 177 : cluster [INF] Manager daemon smithi031.wbrsoo is now available 2024-04-25T05:11:22.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:22 smithi031 bash[18647]: audit 2024-04-25T05:11:21.822765+0000 mon.smithi031 (mon.0) 178 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:11:22.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:22 smithi031 bash[18647]: audit 2024-04-25T05:11:21.822765+0000 mon.smithi031 (mon.0) 178 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:11:22.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:22 smithi031 bash[18647]: audit 2024-04-25T05:11:21.843944+0000 mon.smithi031 (mon.0) 179 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:22.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:22 smithi031 bash[18647]: audit 2024-04-25T05:11:21.843944+0000 mon.smithi031 (mon.0) 179 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:22.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:22 smithi031 bash[18647]: audit 2024-04-25T05:11:21.848804+0000 mon.smithi031 (mon.0) 180 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:11:22.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:22 smithi031 bash[18647]: audit 2024-04-25T05:11:21.848804+0000 mon.smithi031 (mon.0) 180 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:11:22.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:22 smithi031 bash[18647]: audit 2024-04-25T05:11:21.859707+0000 mon.smithi031 (mon.0) 181 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.wbrsoo/mirror_snapshot_schedule"}]: dispatch 2024-04-25T05:11:22.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:22 smithi031 bash[18647]: audit 2024-04-25T05:11:21.859707+0000 mon.smithi031 (mon.0) 181 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.wbrsoo/mirror_snapshot_schedule"}]: dispatch 2024-04-25T05:11:22.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:22 smithi031 bash[18647]: audit 2024-04-25T05:11:21.866106+0000 mon.smithi031 (mon.0) 182 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.wbrsoo/trash_purge_schedule"}]: dispatch 2024-04-25T05:11:22.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:22 smithi031 bash[18647]: audit 2024-04-25T05:11:21.866106+0000 mon.smithi031 (mon.0) 182 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi031.wbrsoo/trash_purge_schedule"}]: dispatch 2024-04-25T05:11:22.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:22 smithi031 bash[18647]: audit 2024-04-25T05:11:22.729629+0000 mon.smithi031 (mon.0) 183 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:22.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:22 smithi031 bash[18647]: audit 2024-04-25T05:11:22.729629+0000 mon.smithi031 (mon.0) 183 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:23.229 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-25T05:11:23.230 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-25T05:11:24.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:23 smithi031 bash[18647]: cephadm 2024-04-25T05:11:22.310986+0000 mgr.smithi031.wbrsoo (mgr.14201) 1 : cephadm [INF] [25/Apr/2024:05:11:22] ENGINE Bus STARTING 2024-04-25T05:11:24.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:23 smithi031 bash[18647]: cephadm 2024-04-25T05:11:22.310986+0000 mgr.smithi031.wbrsoo (mgr.14201) 1 : cephadm [INF] [25/Apr/2024:05:11:22] ENGINE Bus STARTING 2024-04-25T05:11:24.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:23 smithi031 bash[18647]: cephadm 2024-04-25T05:11:22.413158+0000 mgr.smithi031.wbrsoo (mgr.14201) 2 : cephadm [INF] [25/Apr/2024:05:11:22] ENGINE Serving on http://172.21.15.31:8765 2024-04-25T05:11:24.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:23 smithi031 bash[18647]: cephadm 2024-04-25T05:11:22.413158+0000 mgr.smithi031.wbrsoo (mgr.14201) 2 : cephadm [INF] [25/Apr/2024:05:11:22] ENGINE Serving on http://172.21.15.31:8765 2024-04-25T05:11:24.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:23 smithi031 bash[18647]: cephadm 2024-04-25T05:11:22.534867+0000 mgr.smithi031.wbrsoo (mgr.14201) 3 : cephadm [INF] [25/Apr/2024:05:11:22] ENGINE Serving on https://172.21.15.31:7150 2024-04-25T05:11:24.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:23 smithi031 bash[18647]: cephadm 2024-04-25T05:11:22.534867+0000 mgr.smithi031.wbrsoo (mgr.14201) 3 : cephadm [INF] [25/Apr/2024:05:11:22] ENGINE Serving on https://172.21.15.31:7150 2024-04-25T05:11:24.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:23 smithi031 bash[18647]: cephadm 2024-04-25T05:11:22.535149+0000 mgr.smithi031.wbrsoo (mgr.14201) 4 : cephadm [INF] [25/Apr/2024:05:11:22] ENGINE Bus STARTED 2024-04-25T05:11:24.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:23 smithi031 bash[18647]: cephadm 2024-04-25T05:11:22.535149+0000 mgr.smithi031.wbrsoo (mgr.14201) 4 : cephadm [INF] [25/Apr/2024:05:11:22] ENGINE Bus STARTED 2024-04-25T05:11:24.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:23 smithi031 bash[18647]: cluster 2024-04-25T05:11:22.786933+0000 mon.smithi031 (mon.0) 184 : cluster [DBG] mgrmap e16: smithi031.wbrsoo(active, since 1.03221s) 2024-04-25T05:11:24.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:23 smithi031 bash[18647]: cluster 2024-04-25T05:11:22.786933+0000 mon.smithi031 (mon.0) 184 : cluster [DBG] mgrmap e16: smithi031.wbrsoo(active, since 1.03221s) 2024-04-25T05:11:24.434 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T05:11:25.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:24 smithi031 bash[18647]: cluster 2024-04-25T05:11:23.787831+0000 mon.smithi031 (mon.0) 185 : cluster [DBG] mgrmap e17: smithi031.wbrsoo(active, since 2s) 2024-04-25T05:11:25.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:24 smithi031 bash[18647]: cluster 2024-04-25T05:11:23.787831+0000 mon.smithi031 (mon.0) 185 : cluster [DBG] mgrmap e17: smithi031.wbrsoo(active, since 2s) 2024-04-25T05:11:25.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:24 smithi031 bash[18647]: audit 2024-04-25T05:11:24.204382+0000 mon.smithi031 (mon.0) 186 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:25.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:24 smithi031 bash[18647]: audit 2024-04-25T05:11:24.204382+0000 mon.smithi031 (mon.0) 186 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:25.479 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T05:11:26.577 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-25T05:11:26.577 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":1,"fsid":"b4616124-02c1-11ef-bc93-c7b262605968","modified":"2024-04-25T05:08:35.252022Z","created":"2024-04-25T05:08:35.252022Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi031","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:3300","nonce":0},{"type":"v1","addr":"172.21.15.31:6789","nonce":0}]},"addr":"172.21.15.31:6789/0","public_addr":"172.21.15.31:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-25T05:11:26.579 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 1 2024-04-25T05:11:26.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:26 smithi031 bash[18647]: audit 2024-04-25T05:11:25.453519+0000 mon.smithi031 (mon.0) 187 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:26.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:26 smithi031 bash[18647]: audit 2024-04-25T05:11:25.453519+0000 mon.smithi031 (mon.0) 187 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:27.807 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:27 smithi031 bash[18647]: audit 2024-04-25T05:11:26.577409+0000 mon.smithi031 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.40:0/3778019088' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T05:11:27.807 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:27 smithi031 bash[18647]: audit 2024-04-25T05:11:26.577409+0000 mon.smithi031 (mon.0) 188 : audit [DBG] from='client.? 172.21.15.40:0/3778019088' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T05:11:28.125 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-25T05:11:28.125 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-25T05:11:29.539 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T05:11:29.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:29 smithi031 bash[18647]: audit 2024-04-25T05:11:28.154995+0000 mon.smithi031 (mon.0) 189 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:29.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:29 smithi031 bash[18647]: audit 2024-04-25T05:11:28.154995+0000 mon.smithi031 (mon.0) 189 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:29.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:29 smithi031 bash[18647]: audit 2024-04-25T05:11:28.160683+0000 mon.smithi031 (mon.0) 190 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:29.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:29 smithi031 bash[18647]: audit 2024-04-25T05:11:28.160683+0000 mon.smithi031 (mon.0) 190 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:30.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:30 smithi031 bash[18647]: audit 2024-04-25T05:11:29.313551+0000 mon.smithi031 (mon.0) 191 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:30.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:30 smithi031 bash[18647]: audit 2024-04-25T05:11:29.313551+0000 mon.smithi031 (mon.0) 191 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:30.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:30 smithi031 bash[18647]: audit 2024-04-25T05:11:29.319243+0000 mon.smithi031 (mon.0) 192 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:30.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:30 smithi031 bash[18647]: audit 2024-04-25T05:11:29.319243+0000 mon.smithi031 (mon.0) 192 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:30.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:30 smithi031 bash[18647]: audit 2024-04-25T05:11:29.321229+0000 mon.smithi031 (mon.0) 193 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd/host:smithi031", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:11:30.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:30 smithi031 bash[18647]: audit 2024-04-25T05:11:29.321229+0000 mon.smithi031 (mon.0) 193 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd/host:smithi031", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:11:31.993 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /etc/ceph/ceph.conf 2024-04-25T05:11:32.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:32 smithi031 bash[18647]: audit 2024-04-25T05:11:31.605341+0000 mon.smithi031 (mon.0) 194 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:32.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:32 smithi031 bash[18647]: audit 2024-04-25T05:11:31.605341+0000 mon.smithi031 (mon.0) 194 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:32.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:32 smithi031 bash[18647]: audit 2024-04-25T05:11:31.611520+0000 mon.smithi031 (mon.0) 195 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:32.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:32 smithi031 bash[18647]: audit 2024-04-25T05:11:31.611520+0000 mon.smithi031 (mon.0) 195 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:32.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:32 smithi031 bash[18647]: audit 2024-04-25T05:11:31.619863+0000 mon.smithi031 (mon.0) 196 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:32.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:32 smithi031 bash[18647]: audit 2024-04-25T05:11:31.619863+0000 mon.smithi031 (mon.0) 196 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:32.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:32 smithi031 bash[18647]: audit 2024-04-25T05:11:31.626496+0000 mon.smithi031 (mon.0) 197 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:32.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:32 smithi031 bash[18647]: audit 2024-04-25T05:11:31.626496+0000 mon.smithi031 (mon.0) 197 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:32.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:32 smithi031 bash[18647]: audit 2024-04-25T05:11:31.628509+0000 mon.smithi031 (mon.0) 198 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:11:32.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:32 smithi031 bash[18647]: audit 2024-04-25T05:11:31.628509+0000 mon.smithi031 (mon.0) 198 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:11:32.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:32 smithi031 bash[18647]: audit 2024-04-25T05:11:31.630695+0000 mon.smithi031 (mon.0) 199 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:11:32.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:32 smithi031 bash[18647]: audit 2024-04-25T05:11:31.630695+0000 mon.smithi031 (mon.0) 199 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:11:32.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:32 smithi031 bash[18647]: audit 2024-04-25T05:11:31.632665+0000 mon.smithi031 (mon.0) 200 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:11:32.872 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:32 smithi031 bash[18647]: audit 2024-04-25T05:11:31.632665+0000 mon.smithi031 (mon.0) 200 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:11:32.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:32 smithi031 bash[18647]: cephadm 2024-04-25T05:11:31.635456+0000 mgr.smithi031.wbrsoo (mgr.14201) 5 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.conf 2024-04-25T05:11:32.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:32 smithi031 bash[18647]: cephadm 2024-04-25T05:11:31.635456+0000 mgr.smithi031.wbrsoo (mgr.14201) 5 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.conf 2024-04-25T05:11:32.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:32 smithi031 bash[18647]: cephadm 2024-04-25T05:11:31.635978+0000 mgr.smithi031.wbrsoo (mgr.14201) 6 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2024-04-25T05:11:32.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:32 smithi031 bash[18647]: cephadm 2024-04-25T05:11:31.635978+0000 mgr.smithi031.wbrsoo (mgr.14201) 6 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2024-04-25T05:11:32.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:32 smithi031 bash[18647]: cephadm 2024-04-25T05:11:32.178588+0000 mgr.smithi031.wbrsoo (mgr.14201) 7 : cephadm [INF] Updating smithi040:/var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T05:11:32.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:32 smithi031 bash[18647]: cephadm 2024-04-25T05:11:32.178588+0000 mgr.smithi031.wbrsoo (mgr.14201) 7 : cephadm [INF] Updating smithi040:/var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T05:11:32.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:32 smithi031 bash[18647]: cephadm 2024-04-25T05:11:32.179121+0000 mgr.smithi031.wbrsoo (mgr.14201) 8 : cephadm [INF] Updating smithi031:/var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T05:11:32.873 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:32 smithi031 bash[18647]: cephadm 2024-04-25T05:11:32.179121+0000 mgr.smithi031.wbrsoo (mgr.14201) 8 : cephadm [INF] Updating smithi031:/var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T05:11:33.106 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-25T05:11:33.106 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":1,"fsid":"b4616124-02c1-11ef-bc93-c7b262605968","modified":"2024-04-25T05:08:35.252022Z","created":"2024-04-25T05:08:35.252022Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi031","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:3300","nonce":0},{"type":"v1","addr":"172.21.15.31:6789","nonce":0}]},"addr":"172.21.15.31:6789/0","public_addr":"172.21.15.31:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-25T05:11:33.109 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 1 2024-04-25T05:11:34.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:33 smithi031 bash[18647]: cephadm 2024-04-25T05:11:32.343862+0000 mgr.smithi031.wbrsoo (mgr.14201) 9 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2024-04-25T05:11:34.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:33 smithi031 bash[18647]: cephadm 2024-04-25T05:11:32.343862+0000 mgr.smithi031.wbrsoo (mgr.14201) 9 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2024-04-25T05:11:34.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:33 smithi031 bash[18647]: cephadm 2024-04-25T05:11:32.344248+0000 mgr.smithi031.wbrsoo (mgr.14201) 10 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.client.admin.keyring 2024-04-25T05:11:34.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:33 smithi031 bash[18647]: cephadm 2024-04-25T05:11:32.344248+0000 mgr.smithi031.wbrsoo (mgr.14201) 10 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.client.admin.keyring 2024-04-25T05:11:34.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:33 smithi031 bash[18647]: cephadm 2024-04-25T05:11:32.508805+0000 mgr.smithi031.wbrsoo (mgr.14201) 11 : cephadm [INF] Updating smithi040:/var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-25T05:11:34.124 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:33 smithi031 bash[18647]: cephadm 2024-04-25T05:11:32.508805+0000 mgr.smithi031.wbrsoo (mgr.14201) 11 : cephadm [INF] Updating smithi040:/var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-25T05:11:34.124 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:33 smithi031 bash[18647]: cephadm 2024-04-25T05:11:32.509129+0000 mgr.smithi031.wbrsoo (mgr.14201) 12 : cephadm [INF] Updating smithi031:/var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-25T05:11:34.124 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:33 smithi031 bash[18647]: cephadm 2024-04-25T05:11:32.509129+0000 mgr.smithi031.wbrsoo (mgr.14201) 12 : cephadm [INF] Updating smithi031:/var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-25T05:11:34.124 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:33 smithi031 bash[18647]: audit 2024-04-25T05:11:32.678160+0000 mon.smithi031 (mon.0) 201 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:34.124 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:33 smithi031 bash[18647]: audit 2024-04-25T05:11:32.678160+0000 mon.smithi031 (mon.0) 201 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:34.125 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:33 smithi031 bash[18647]: audit 2024-04-25T05:11:32.680530+0000 mon.smithi031 (mon.0) 202 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:34.125 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:33 smithi031 bash[18647]: audit 2024-04-25T05:11:32.680530+0000 mon.smithi031 (mon.0) 202 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:34.125 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:33 smithi031 bash[18647]: audit 2024-04-25T05:11:32.685084+0000 mon.smithi031 (mon.0) 203 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:34.125 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:33 smithi031 bash[18647]: audit 2024-04-25T05:11:32.685084+0000 mon.smithi031 (mon.0) 203 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:34.125 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:33 smithi031 bash[18647]: audit 2024-04-25T05:11:32.688130+0000 mon.smithi031 (mon.0) 204 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:34.125 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:33 smithi031 bash[18647]: audit 2024-04-25T05:11:32.688130+0000 mon.smithi031 (mon.0) 204 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:34.125 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:33 smithi031 bash[18647]: audit 2024-04-25T05:11:32.696165+0000 mon.smithi031 (mon.0) 205 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:34.126 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:33 smithi031 bash[18647]: audit 2024-04-25T05:11:32.696165+0000 mon.smithi031 (mon.0) 205 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:34.126 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:33 smithi031 bash[18647]: audit 2024-04-25T05:11:32.698330+0000 mon.smithi031 (mon.0) 206 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi040", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-25T05:11:34.126 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:33 smithi031 bash[18647]: audit 2024-04-25T05:11:32.698330+0000 mon.smithi031 (mon.0) 206 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi040", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-25T05:11:34.126 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:33 smithi031 bash[18647]: audit 2024-04-25T05:11:32.699608+0000 mon.smithi031 (mon.0) 207 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi040", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-04-25T05:11:34.126 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:33 smithi031 bash[18647]: audit 2024-04-25T05:11:32.699608+0000 mon.smithi031 (mon.0) 207 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi040", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-04-25T05:11:34.126 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:33 smithi031 bash[18647]: audit 2024-04-25T05:11:32.702979+0000 mon.smithi031 (mon.0) 208 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:11:34.126 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:33 smithi031 bash[18647]: audit 2024-04-25T05:11:32.702979+0000 mon.smithi031 (mon.0) 208 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:11:34.126 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:33 smithi031 bash[18647]: cephadm 2024-04-25T05:11:32.704569+0000 mgr.smithi031.wbrsoo (mgr.14201) 13 : cephadm [INF] Deploying daemon ceph-exporter.smithi040 on smithi040 2024-04-25T05:11:34.126 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:33 smithi031 bash[18647]: cephadm 2024-04-25T05:11:32.704569+0000 mgr.smithi031.wbrsoo (mgr.14201) 13 : cephadm [INF] Deploying daemon ceph-exporter.smithi040 on smithi040 2024-04-25T05:11:34.126 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:33 smithi031 bash[18647]: audit 2024-04-25T05:11:33.107551+0000 mon.smithi031 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.40:0/1264995757' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T05:11:34.126 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:33 smithi031 bash[18647]: audit 2024-04-25T05:11:33.107551+0000 mon.smithi031 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.40:0/1264995757' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T05:11:35.130 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-25T05:11:35.131 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-25T05:11:36.330 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T05:11:37.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:37 smithi031 bash[18647]: audit 2024-04-25T05:11:36.223237+0000 mon.smithi031 (mon.0) 210 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:37.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:37 smithi031 bash[18647]: audit 2024-04-25T05:11:36.223237+0000 mon.smithi031 (mon.0) 210 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:37.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:37 smithi031 bash[18647]: audit 2024-04-25T05:11:36.232083+0000 mon.smithi031 (mon.0) 211 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:37.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:37 smithi031 bash[18647]: audit 2024-04-25T05:11:36.232083+0000 mon.smithi031 (mon.0) 211 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:37.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:37 smithi031 bash[18647]: audit 2024-04-25T05:11:36.283210+0000 mon.smithi031 (mon.0) 212 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:37.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:37 smithi031 bash[18647]: audit 2024-04-25T05:11:36.283210+0000 mon.smithi031 (mon.0) 212 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:37.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:37 smithi031 bash[18647]: audit 2024-04-25T05:11:36.289144+0000 mon.smithi031 (mon.0) 213 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:37.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:37 smithi031 bash[18647]: audit 2024-04-25T05:11:36.289144+0000 mon.smithi031 (mon.0) 213 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:37.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:37 smithi031 bash[18647]: audit 2024-04-25T05:11:36.292397+0000 mon.smithi031 (mon.0) 214 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi040", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-25T05:11:37.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:37 smithi031 bash[18647]: audit 2024-04-25T05:11:36.292397+0000 mon.smithi031 (mon.0) 214 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi040", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-25T05:11:37.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:37 smithi031 bash[18647]: audit 2024-04-25T05:11:36.294200+0000 mon.smithi031 (mon.0) 215 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi040", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-25T05:11:37.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:37 smithi031 bash[18647]: audit 2024-04-25T05:11:36.294200+0000 mon.smithi031 (mon.0) 215 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi040", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-25T05:11:37.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:37 smithi031 bash[18647]: audit 2024-04-25T05:11:36.298766+0000 mon.smithi031 (mon.0) 216 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:11:37.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:37 smithi031 bash[18647]: audit 2024-04-25T05:11:36.298766+0000 mon.smithi031 (mon.0) 216 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:11:37.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:37 smithi031 bash[18647]: audit 2024-04-25T05:11:36.849043+0000 mon.smithi031 (mon.0) 217 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:11:37.623 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:37 smithi031 bash[18647]: audit 2024-04-25T05:11:36.849043+0000 mon.smithi031 (mon.0) 217 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:11:37.623 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:37 smithi031 bash[18647]: audit 2024-04-25T05:11:37.133629+0000 mon.smithi031 (mon.0) 218 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:37.623 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:37 smithi031 bash[18647]: audit 2024-04-25T05:11:37.133629+0000 mon.smithi031 (mon.0) 218 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:38.049 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-25T05:11:38.050 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":1,"fsid":"b4616124-02c1-11ef-bc93-c7b262605968","modified":"2024-04-25T05:08:35.252022Z","created":"2024-04-25T05:08:35.252022Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi031","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:3300","nonce":0},{"type":"v1","addr":"172.21.15.31:6789","nonce":0}]},"addr":"172.21.15.31:6789/0","public_addr":"172.21.15.31:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-25T05:11:38.052 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 1 2024-04-25T05:11:38.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:38 smithi031 bash[18647]: cephadm 2024-04-25T05:11:36.301261+0000 mgr.smithi031.wbrsoo (mgr.14201) 14 : cephadm [INF] Deploying daemon crash.smithi040 on smithi040 2024-04-25T05:11:38.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:38 smithi031 bash[18647]: cephadm 2024-04-25T05:11:36.301261+0000 mgr.smithi031.wbrsoo (mgr.14201) 14 : cephadm [INF] Deploying daemon crash.smithi040 on smithi040 2024-04-25T05:11:38.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:38 smithi031 bash[18647]: audit 2024-04-25T05:11:38.050639+0000 mon.smithi031 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.40:0/3634477417' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T05:11:38.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:38 smithi031 bash[18647]: audit 2024-04-25T05:11:38.050639+0000 mon.smithi031 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.40:0/3634477417' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T05:11:40.036 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-25T05:11:40.037 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-25T05:11:40.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:40 smithi031 bash[18647]: audit 2024-04-25T05:11:39.620988+0000 mon.smithi031 (mon.0) 220 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:40.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:40 smithi031 bash[18647]: audit 2024-04-25T05:11:39.620988+0000 mon.smithi031 (mon.0) 220 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:40.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:40 smithi031 bash[18647]: audit 2024-04-25T05:11:39.627692+0000 mon.smithi031 (mon.0) 221 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:40.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:40 smithi031 bash[18647]: audit 2024-04-25T05:11:39.627692+0000 mon.smithi031 (mon.0) 221 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:40.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:40 smithi031 bash[18647]: audit 2024-04-25T05:11:39.680493+0000 mon.smithi031 (mon.0) 222 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:40.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:40 smithi031 bash[18647]: audit 2024-04-25T05:11:39.680493+0000 mon.smithi031 (mon.0) 222 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:40.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:40 smithi031 bash[18647]: audit 2024-04-25T05:11:39.686680+0000 mon.smithi031 (mon.0) 223 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:40.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:40 smithi031 bash[18647]: audit 2024-04-25T05:11:39.686680+0000 mon.smithi031 (mon.0) 223 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:40.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:40 smithi031 bash[18647]: cephadm 2024-04-25T05:11:39.690121+0000 mgr.smithi031.wbrsoo (mgr.14201) 15 : cephadm [INF] Deploying daemon node-exporter.smithi040 on smithi040 2024-04-25T05:11:40.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:40 smithi031 bash[18647]: cephadm 2024-04-25T05:11:39.690121+0000 mgr.smithi031.wbrsoo (mgr.14201) 15 : cephadm [INF] Deploying daemon node-exporter.smithi040 on smithi040 2024-04-25T05:11:42.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:41 smithi031 bash[18647]: audit 2024-04-25T05:11:40.807851+0000 mon.smithi031 (mon.0) 224 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:42.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:41 smithi031 bash[18647]: audit 2024-04-25T05:11:40.807851+0000 mon.smithi031 (mon.0) 224 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:42.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:41 smithi031 bash[18647]: audit 2024-04-25T05:11:40.814707+0000 mon.smithi031 (mon.0) 225 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:42.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:41 smithi031 bash[18647]: audit 2024-04-25T05:11:40.814707+0000 mon.smithi031 (mon.0) 225 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:42.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:41 smithi031 bash[18647]: audit 2024-04-25T05:11:40.863036+0000 mon.smithi031 (mon.0) 226 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:42.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:41 smithi031 bash[18647]: audit 2024-04-25T05:11:40.863036+0000 mon.smithi031 (mon.0) 226 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:42.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:41 smithi031 bash[18647]: audit 2024-04-25T05:11:40.869610+0000 mon.smithi031 (mon.0) 227 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:42.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:41 smithi031 bash[18647]: audit 2024-04-25T05:11:40.869610+0000 mon.smithi031 (mon.0) 227 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:42.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:41 smithi031 bash[18647]: audit 2024-04-25T05:11:40.875335+0000 mon.smithi031 (mon.0) 228 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi040.dlwybf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-25T05:11:42.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:41 smithi031 bash[18647]: audit 2024-04-25T05:11:40.875335+0000 mon.smithi031 (mon.0) 228 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi040.dlwybf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-25T05:11:42.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:41 smithi031 bash[18647]: audit 2024-04-25T05:11:40.877739+0000 mon.smithi031 (mon.0) 229 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi040.dlwybf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-25T05:11:42.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:41 smithi031 bash[18647]: audit 2024-04-25T05:11:40.877739+0000 mon.smithi031 (mon.0) 229 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi040.dlwybf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-25T05:11:42.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:41 smithi031 bash[18647]: audit 2024-04-25T05:11:40.882119+0000 mon.smithi031 (mon.0) 230 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-25T05:11:42.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:41 smithi031 bash[18647]: audit 2024-04-25T05:11:40.882119+0000 mon.smithi031 (mon.0) 230 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-25T05:11:42.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:41 smithi031 bash[18647]: audit 2024-04-25T05:11:40.884071+0000 mon.smithi031 (mon.0) 231 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:11:42.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:41 smithi031 bash[18647]: audit 2024-04-25T05:11:40.884071+0000 mon.smithi031 (mon.0) 231 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:11:42.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:41 smithi031 bash[18647]: cephadm 2024-04-25T05:11:40.886146+0000 mgr.smithi031.wbrsoo (mgr.14201) 16 : cephadm [INF] Deploying daemon mgr.smithi040.dlwybf on smithi040 2024-04-25T05:11:42.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:41 smithi031 bash[18647]: cephadm 2024-04-25T05:11:40.886146+0000 mgr.smithi031.wbrsoo (mgr.14201) 16 : cephadm [INF] Deploying daemon mgr.smithi040.dlwybf on smithi040 2024-04-25T05:11:43.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:43 smithi031 bash[18647]: cluster 2024-04-25T05:11:41.768547+0000 mgr.smithi031.wbrsoo (mgr.14201) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:43.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:43 smithi031 bash[18647]: cluster 2024-04-25T05:11:41.768547+0000 mgr.smithi031.wbrsoo (mgr.14201) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:43.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:43 smithi031 bash[18647]: audit 2024-04-25T05:11:42.141102+0000 mon.smithi031 (mon.0) 232 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:43.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:43 smithi031 bash[18647]: audit 2024-04-25T05:11:42.141102+0000 mon.smithi031 (mon.0) 232 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:44.734 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T05:11:45.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:45 smithi031 bash[18647]: cluster 2024-04-25T05:11:43.768997+0000 mgr.smithi031.wbrsoo (mgr.14201) 18 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:45.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:45 smithi031 bash[18647]: cluster 2024-04-25T05:11:43.768997+0000 mgr.smithi031.wbrsoo (mgr.14201) 18 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:45.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:45 smithi031 bash[18647]: audit 2024-04-25T05:11:44.013564+0000 mon.smithi031 (mon.0) 233 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:45.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:45 smithi031 bash[18647]: audit 2024-04-25T05:11:44.013564+0000 mon.smithi031 (mon.0) 233 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:45.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:45 smithi031 bash[18647]: audit 2024-04-25T05:11:44.020794+0000 mon.smithi031 (mon.0) 234 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:45.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:45 smithi031 bash[18647]: audit 2024-04-25T05:11:44.020794+0000 mon.smithi031 (mon.0) 234 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:45.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:45 smithi031 bash[18647]: audit 2024-04-25T05:11:44.063665+0000 mon.smithi031 (mon.0) 235 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:45.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:45 smithi031 bash[18647]: audit 2024-04-25T05:11:44.063665+0000 mon.smithi031 (mon.0) 235 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:45.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:45 smithi031 bash[18647]: audit 2024-04-25T05:11:44.069571+0000 mon.smithi031 (mon.0) 236 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:45.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:45 smithi031 bash[18647]: audit 2024-04-25T05:11:44.069571+0000 mon.smithi031 (mon.0) 236 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:45.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:45 smithi031 bash[18647]: audit 2024-04-25T05:11:44.073175+0000 mon.smithi031 (mon.0) 237 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-25T05:11:45.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:45 smithi031 bash[18647]: audit 2024-04-25T05:11:44.073175+0000 mon.smithi031 (mon.0) 237 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-25T05:11:45.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:45 smithi031 bash[18647]: audit 2024-04-25T05:11:44.074946+0000 mon.smithi031 (mon.0) 238 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:11:45.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:45 smithi031 bash[18647]: audit 2024-04-25T05:11:44.074946+0000 mon.smithi031 (mon.0) 238 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:11:45.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:45 smithi031 bash[18647]: cephadm 2024-04-25T05:11:44.076972+0000 mgr.smithi031.wbrsoo (mgr.14201) 19 : cephadm [INF] Deploying daemon mon.smithi040 on smithi040 2024-04-25T05:11:45.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:45 smithi031 bash[18647]: cephadm 2024-04-25T05:11:44.076972+0000 mgr.smithi031.wbrsoo (mgr.14201) 19 : cephadm [INF] Deploying daemon mon.smithi040 on smithi040 2024-04-25T05:11:47.225 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-25T05:11:47.225 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":1,"fsid":"b4616124-02c1-11ef-bc93-c7b262605968","modified":"2024-04-25T05:08:35.252022Z","created":"2024-04-25T05:08:35.252022Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi031","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:3300","nonce":0},{"type":"v1","addr":"172.21.15.31:6789","nonce":0}]},"addr":"172.21.15.31:6789/0","public_addr":"172.21.15.31:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-25T05:11:47.228 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 1 2024-04-25T05:11:47.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:47 smithi031 bash[18647]: cluster 2024-04-25T05:11:45.769452+0000 mgr.smithi031.wbrsoo (mgr.14201) 20 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:47.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:47 smithi031 bash[18647]: cluster 2024-04-25T05:11:45.769452+0000 mgr.smithi031.wbrsoo (mgr.14201) 20 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:48.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:48 smithi031 bash[18647]: audit 2024-04-25T05:11:47.147703+0000 mon.smithi031 (mon.0) 239 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:48.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:48 smithi031 bash[18647]: audit 2024-04-25T05:11:47.147703+0000 mon.smithi031 (mon.0) 239 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:48.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:48 smithi031 bash[18647]: audit 2024-04-25T05:11:47.226179+0000 mon.smithi031 (mon.0) 240 : audit [DBG] from='client.? 172.21.15.40:0/2116920612' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T05:11:48.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:48 smithi031 bash[18647]: audit 2024-04-25T05:11:47.226179+0000 mon.smithi031 (mon.0) 240 : audit [DBG] from='client.? 172.21.15.40:0/2116920612' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T05:11:49.153 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-04-25T05:11:49.154 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-25T05:11:49.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:49 smithi031 bash[18647]: cluster 2024-04-25T05:11:47.769842+0000 mgr.smithi031.wbrsoo (mgr.14201) 21 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:49.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:49 smithi031 bash[18647]: cluster 2024-04-25T05:11:47.769842+0000 mgr.smithi031.wbrsoo (mgr.14201) 21 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:50.820 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-25T05:11:50.821 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.two_write_queues: 0 2024-04-25T05:11:50.882 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-25T05:11:50.882 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.wal_compression: 0 2024-04-25T05:11:50.882 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.atomic_flush: 0 2024-04-25T05:11:50.882 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-25T05:11:50.882 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-25T05:11:50.882 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-25T05:11:50.882 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.log_readahead_size: 0 2024-04-25T05:11:50.882 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-25T05:11:50.882 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-25T05:11:50.883 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-25T05:11:50.883 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-25T05:11:50.883 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-25T05:11:50.883 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-25T05:11:50.883 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-25T05:11:50.883 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.max_background_jobs: 2 2024-04-25T05:11:50.883 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.max_background_compactions: -1 2024-04-25T05:11:50.883 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.max_subcompactions: 1 2024-04-25T05:11:50.883 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-25T05:11:50.883 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-25T05:11:50.883 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-25T05:11:50.883 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-25T05:11:50.883 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-25T05:11:50.883 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-25T05:11:50.884 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-25T05:11:50.884 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-25T05:11:50.884 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.max_open_files: -1 2024-04-25T05:11:50.884 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-25T05:11:50.884 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-25T05:11:50.884 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-25T05:11:50.884 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-25T05:11:50.884 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.max_background_flushes: -1 2024-04-25T05:11:50.884 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Compression algorithms supported: 2024-04-25T05:11:50.884 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-25T05:11:50.884 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: kZSTD supported: 0 2024-04-25T05:11:50.884 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: kXpressCompression supported: 0 2024-04-25T05:11:50.884 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-25T05:11:50.884 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: kZlibCompression supported: 1 2024-04-25T05:11:50.884 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: kSnappyCompression supported: 1 2024-04-25T05:11:50.885 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: kLZ4Compression supported: 1 2024-04-25T05:11:50.885 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: kBZip2Compression supported: 0 2024-04-25T05:11:50.885 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-25T05:11:50.885 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-25T05:11:50.885 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi040/store.db/MANIFEST-000005 2024-04-25T05:11:50.885 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-25T05:11:50.885 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-25T05:11:50.885 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.merge_operator: 2024-04-25T05:11:50.885 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.compaction_filter: None 2024-04-25T05:11:50.885 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-25T05:11:50.885 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-25T05:11:50.885 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-25T05:11:50.885 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-25T05:11:50.885 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5616a2005e60) 2024-04-25T05:11:50.885 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: cache_index_and_filter_blocks: 1 2024-04-25T05:11:50.886 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-25T05:11:50.886 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-25T05:11:50.886 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: pin_top_level_index_and_filter: 1 2024-04-25T05:11:50.886 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: index_type: 0 2024-04-25T05:11:50.886 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: data_block_index_type: 0 2024-04-25T05:11:50.886 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: index_shortening: 1 2024-04-25T05:11:50.886 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: data_block_hash_table_util_ratio: 0.750000 2024-04-25T05:11:50.886 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: checksum: 4 2024-04-25T05:11:50.886 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: no_block_cache: 0 2024-04-25T05:11:50.886 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: block_cache: 0x5616a20071f0 2024-04-25T05:11:50.886 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: block_cache_name: BinnedLRUCache 2024-04-25T05:11:50.886 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: block_cache_options: 2024-04-25T05:11:50.886 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: capacity : 536870912 2024-04-25T05:11:50.887 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: num_shard_bits : 4 2024-04-25T05:11:50.887 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: strict_capacity_limit : 0 2024-04-25T05:11:50.887 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: high_pri_pool_ratio: 0.000 2024-04-25T05:11:50.887 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: block_cache_compressed: (nil) 2024-04-25T05:11:50.887 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: persistent_cache: (nil) 2024-04-25T05:11:50.887 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: block_size: 4096 2024-04-25T05:11:50.887 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: block_size_deviation: 10 2024-04-25T05:11:50.887 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: block_restart_interval: 16 2024-04-25T05:11:50.887 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: index_block_restart_interval: 1 2024-04-25T05:11:50.887 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: metadata_block_size: 4096 2024-04-25T05:11:50.887 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: partition_filters: 0 2024-04-25T05:11:50.887 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: use_delta_encoding: 1 2024-04-25T05:11:50.887 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: filter_policy: bloomfilter 2024-04-25T05:11:50.887 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: whole_key_filtering: 1 2024-04-25T05:11:50.887 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: verify_compression: 0 2024-04-25T05:11:50.887 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: read_amp_bytes_per_bit: 0 2024-04-25T05:11:50.888 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: format_version: 5 2024-04-25T05:11:50.888 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: enable_index_compression: 1 2024-04-25T05:11:50.888 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: block_align: 0 2024-04-25T05:11:50.888 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: max_auto_readahead_size: 262144 2024-04-25T05:11:50.888 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: prepopulate_block_cache: 0 2024-04-25T05:11:50.888 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: initial_auto_readahead_size: 8192 2024-04-25T05:11:50.888 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: num_file_reads_for_auto_readahead: 2 2024-04-25T05:11:50.888 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-25T05:11:50.888 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-25T05:11:50.888 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.compression: NoCompression 2024-04-25T05:11:50.889 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-25T05:11:50.889 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-25T05:11:50.889 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-25T05:11:50.889 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.num_levels: 7 2024-04-25T05:11:50.889 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-25T05:11:50.889 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-25T05:11:50.889 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-25T05:11:50.889 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-25T05:11:50.889 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-25T05:11:50.889 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-25T05:11:50.889 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-25T05:11:50.889 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-25T05:11:50.889 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-25T05:11:50.889 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-25T05:11:50.889 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-25T05:11:50.890 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-25T05:11:50.890 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-25T05:11:50.890 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-25T05:11:50.890 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-25T05:11:50.890 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-25T05:11:50.890 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-25T05:11:50.890 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-25T05:11:50.890 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-25T05:11:50.890 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-25T05:11:50.890 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-25T05:11:50.890 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-25T05:11:50.890 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-25T05:11:50.891 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-25T05:11:50.891 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-25T05:11:50.891 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-25T05:11:50.891 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-25T05:11:50.891 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-25T05:11:50.891 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-25T05:11:50.891 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-25T05:11:50.891 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-25T05:11:50.891 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-25T05:11:50.893 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-25T05:11:50.893 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-25T05:11:50.894 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-25T05:11:50.894 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-25T05:11:50.894 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-25T05:11:50.894 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-25T05:11:50.894 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-25T05:11:50.894 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-25T05:11:50.894 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-25T05:11:50.894 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-25T05:11:50.894 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-25T05:11:50.894 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-25T05:11:50.894 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-25T05:11:50.894 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-25T05:11:50.894 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-25T05:11:50.894 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-25T05:11:50.895 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-25T05:11:50.895 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-25T05:11:50.895 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-25T05:11:50.895 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-25T05:11:50.895 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-25T05:11:50.895 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-25T05:11:50.895 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.inplace_update_support: 0 2024-04-25T05:11:50.895 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-25T05:11:50.895 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-25T05:11:50.895 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-25T05:11:50.895 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-25T05:11:50.895 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.bloom_locality: 0 2024-04-25T05:11:50.895 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.max_successive_merges: 0 2024-04-25T05:11:50.895 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-25T05:11:50.896 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-25T05:11:50.896 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-25T05:11:50.896 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-25T05:11:50.896 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.ttl: 2592000 2024-04-25T05:11:50.896 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-25T05:11:50.896 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-25T05:11:50.896 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-25T05:11:50.896 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.enable_blob_files: false 2024-04-25T05:11:50.896 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.min_blob_size: 0 2024-04-25T05:11:50.896 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-25T05:11:50.896 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-25T05:11:50.896 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-25T05:11:50.896 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-25T05:11:50.896 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-25T05:11:50.896 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-25T05:11:50.896 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-25T05:11:50.897 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-25T05:11:50.897 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi040/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-04-25T05:11:50.897 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-25T05:11:50.897 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: a9dbbd04-d22a-4761-939f-64bc223125c4 2024-04-25T05:11:50.897 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714021910819202, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-04-25T05:11:50.897 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-04-25T05:11:50.897 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714021910819591, "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": 1714021910, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "a9dbbd04-d22a-4761-939f-64bc223125c4", "db_session_id": "8B8KFOZXCHOO4029SPGT", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-04-25T05:11:50.897 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1714021910819677, "job": 1, "event": "recovery_finished"} 2024-04-25T05:11:50.897 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.815+0000 7f59cad8dc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-04-25T05:11:50.897 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.819+0000 7f59cad8dc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi040/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-25T05:11:50.897 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.819+0000 7f59cad8dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5616a2128000 2024-04-25T05:11:50.897 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.819+0000 7f59cad8dc80 4 rocksdb: DB pointer 0x5616a2112000 2024-04-25T05:11:50.897 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.819+0000 7f59b94e5700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-25T05:11:50.897 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.819+0000 7f59b94e5700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-25T05:11:50.898 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: ** DB Stats ** 2024-04-25T05:11:50.898 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-25T05:11:50.898 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-25T05:11:50.898 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-25T05:11:50.898 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-25T05:11:50.898 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-25T05:11:50.898 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-25T05:11:50.898 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-25T05:11:50.898 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: ** Compaction Stats [default] ** 2024-04-25T05:11:50.898 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: 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-04-25T05:11:50.898 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-25T05:11:50.898 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: 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.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-25T05:11:50.898 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: 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.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-25T05:11:50.898 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: 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.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-25T05:11:50.899 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: ** Compaction Stats [default] ** 2024-04-25T05:11:50.899 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: 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-04-25T05:11:50.899 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-25T05:11:50.899 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: 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.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-25T05:11:50.899 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-25T05:11:50.899 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-25T05:11:50.899 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-25T05:11:50.899 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-25T05:11:50.899 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: AddFile(Total Files): cumulative 0, interval 0 2024-04-25T05:11:50.899 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-25T05:11:50.899 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: AddFile(Keys): cumulative 0, interval 0 2024-04-25T05:11:50.899 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: Cumulative compaction: 0.00 GB write, 0.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-25T05:11:50.899 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: Interval compaction: 0.00 GB write, 0.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-25T05:11:50.899 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: 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-04-25T05:11:50.899 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: Block cache BinnedLRUCache@0x5616a20071f0#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-04-25T05:11:50.900 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: 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-04-25T05:11:50.900 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: ** File Read Latency Histogram By Level [default] ** 2024-04-25T05:11:50.900 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.819+0000 7f59cad8dc80 0 mon.smithi040 does not exist in monmap, will attempt to join an existing cluster 2024-04-25T05:11:50.900 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.819+0000 7f59cad8dc80 0 using public_addr v2:172.21.15.40:0/0 -> [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] 2024-04-25T05:11:50.900 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.819+0000 7f59cad8dc80 0 starting mon.smithi040 rank -1 at public addrs [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] at bind addrs [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi040 fsid b4616124-02c1-11ef-bc93-c7b262605968 2024-04-25T05:11:50.900 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.819+0000 7f59cad8dc80 1 mon.smithi040@-1(???) e0 preinit fsid b4616124-02c1-11ef-bc93-c7b262605968 2024-04-25T05:11:50.900 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.843+0000 7f59bc4eb700 0 mon.smithi040@-1(synchronizing).mds e1 new map 2024-04-25T05:11:50.900 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.843+0000 7f59bc4eb700 0 mon.smithi040@-1(synchronizing).mds e1 print_map 2024-04-25T05:11:50.900 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: e1 2024-04-25T05:11:50.900 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-25T05:11:50.900 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: 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,11=minor log segments,12=quiesce subvolumes} 2024-04-25T05:11:50.900 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: legacy client fscid: -1 2024-04-25T05:11:50.900 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: 2024-04-25T05:11:50.900 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: No filesystems configured 2024-04-25T05:11:50.900 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.843+0000 7f59bc4eb700 1 mon.smithi040@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-25T05:11:50.900 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.843+0000 7f59bc4eb700 1 mon.smithi040@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-04-25T05:11:50.901 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.843+0000 7f59bc4eb700 1 mon.smithi040@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-25T05:11:50.901 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.843+0000 7f59bc4eb700 1 mon.smithi040@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-25T05:11:50.901 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.843+0000 7f59bc4eb700 1 mon.smithi040@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-25T05:11:50.901 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.843+0000 7f59bc4eb700 1 mon.smithi040@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-25T05:11:50.901 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.843+0000 7f59bc4eb700 1 mon.smithi040@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-04-25T05:11:50.901 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.847+0000 7f59bc4eb700 0 mon.smithi040@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-25T05:11:50.901 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.847+0000 7f59bc4eb700 0 mon.smithi040@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-04-25T05:11:50.901 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.847+0000 7f59bc4eb700 0 mon.smithi040@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-04-25T05:11:50.901 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.847+0000 7f59bc4eb700 0 mon.smithi040@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-04-25T05:11:50.901 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:28.154995+0000 mon.smithi031 (mon.0) 189 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.901 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:28.154995+0000 mon.smithi031 (mon.0) 189 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.901 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:28.160683+0000 mon.smithi031 (mon.0) 190 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.901 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:28.160683+0000 mon.smithi031 (mon.0) 190 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.901 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:29.313551+0000 mon.smithi031 (mon.0) 191 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.901 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:29.313551+0000 mon.smithi031 (mon.0) 191 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.901 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:29.319243+0000 mon.smithi031 (mon.0) 192 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.902 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:29.319243+0000 mon.smithi031 (mon.0) 192 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.902 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:29.321229+0000 mon.smithi031 (mon.0) 193 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd/host:smithi031", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:11:50.902 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:29.321229+0000 mon.smithi031 (mon.0) 193 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd/host:smithi031", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:11:50.902 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:31.605341+0000 mon.smithi031 (mon.0) 194 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.902 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:31.605341+0000 mon.smithi031 (mon.0) 194 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.902 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:31.611520+0000 mon.smithi031 (mon.0) 195 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.902 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:31.611520+0000 mon.smithi031 (mon.0) 195 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.902 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:31.619863+0000 mon.smithi031 (mon.0) 196 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.902 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:31.619863+0000 mon.smithi031 (mon.0) 196 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.902 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:31.626496+0000 mon.smithi031 (mon.0) 197 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.902 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:31.626496+0000 mon.smithi031 (mon.0) 197 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.902 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:31.628509+0000 mon.smithi031 (mon.0) 198 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:11:50.902 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:31.628509+0000 mon.smithi031 (mon.0) 198 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd/host:smithi040", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:11:50.902 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:31.630695+0000 mon.smithi031 (mon.0) 199 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:11:50.903 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:31.630695+0000 mon.smithi031 (mon.0) 199 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:11:50.903 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:31.632665+0000 mon.smithi031 (mon.0) 200 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:11:50.903 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:31.632665+0000 mon.smithi031 (mon.0) 200 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:11:50.903 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: cephadm 2024-04-25T05:11:31.635456+0000 mgr.smithi031.wbrsoo (mgr.14201) 5 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.conf 2024-04-25T05:11:50.903 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: cephadm 2024-04-25T05:11:31.635456+0000 mgr.smithi031.wbrsoo (mgr.14201) 5 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.conf 2024-04-25T05:11:50.903 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: cephadm 2024-04-25T05:11:31.635978+0000 mgr.smithi031.wbrsoo (mgr.14201) 6 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2024-04-25T05:11:50.903 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: cephadm 2024-04-25T05:11:31.635978+0000 mgr.smithi031.wbrsoo (mgr.14201) 6 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2024-04-25T05:11:50.903 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: cephadm 2024-04-25T05:11:32.178588+0000 mgr.smithi031.wbrsoo (mgr.14201) 7 : cephadm [INF] Updating smithi040:/var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T05:11:50.903 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: cephadm 2024-04-25T05:11:32.178588+0000 mgr.smithi031.wbrsoo (mgr.14201) 7 : cephadm [INF] Updating smithi040:/var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T05:11:50.903 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: cephadm 2024-04-25T05:11:32.179121+0000 mgr.smithi031.wbrsoo (mgr.14201) 8 : cephadm [INF] Updating smithi031:/var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T05:11:50.903 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: cephadm 2024-04-25T05:11:32.179121+0000 mgr.smithi031.wbrsoo (mgr.14201) 8 : cephadm [INF] Updating smithi031:/var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T05:11:50.903 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: cephadm 2024-04-25T05:11:32.343862+0000 mgr.smithi031.wbrsoo (mgr.14201) 9 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2024-04-25T05:11:50.903 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: cephadm 2024-04-25T05:11:32.343862+0000 mgr.smithi031.wbrsoo (mgr.14201) 9 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.client.admin.keyring 2024-04-25T05:11:50.903 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: cephadm 2024-04-25T05:11:32.344248+0000 mgr.smithi031.wbrsoo (mgr.14201) 10 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.client.admin.keyring 2024-04-25T05:11:50.903 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: cephadm 2024-04-25T05:11:32.344248+0000 mgr.smithi031.wbrsoo (mgr.14201) 10 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.client.admin.keyring 2024-04-25T05:11:50.904 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: cephadm 2024-04-25T05:11:32.508805+0000 mgr.smithi031.wbrsoo (mgr.14201) 11 : cephadm [INF] Updating smithi040:/var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-25T05:11:50.904 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: cephadm 2024-04-25T05:11:32.508805+0000 mgr.smithi031.wbrsoo (mgr.14201) 11 : cephadm [INF] Updating smithi040:/var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-25T05:11:50.904 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: cephadm 2024-04-25T05:11:32.509129+0000 mgr.smithi031.wbrsoo (mgr.14201) 12 : cephadm [INF] Updating smithi031:/var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-25T05:11:50.904 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: cephadm 2024-04-25T05:11:32.509129+0000 mgr.smithi031.wbrsoo (mgr.14201) 12 : cephadm [INF] Updating smithi031:/var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-25T05:11:50.904 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:32.678160+0000 mon.smithi031 (mon.0) 201 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.904 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:32.678160+0000 mon.smithi031 (mon.0) 201 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.904 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:32.680530+0000 mon.smithi031 (mon.0) 202 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.904 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:32.680530+0000 mon.smithi031 (mon.0) 202 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.904 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:32.685084+0000 mon.smithi031 (mon.0) 203 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.904 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:32.685084+0000 mon.smithi031 (mon.0) 203 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.904 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:32.688130+0000 mon.smithi031 (mon.0) 204 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.904 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:32.688130+0000 mon.smithi031 (mon.0) 204 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.904 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:32.696165+0000 mon.smithi031 (mon.0) 205 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.904 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:32.696165+0000 mon.smithi031 (mon.0) 205 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.904 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:32.698330+0000 mon.smithi031 (mon.0) 206 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi040", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-25T05:11:50.905 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:32.698330+0000 mon.smithi031 (mon.0) 206 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi040", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-25T05:11:50.905 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:32.699608+0000 mon.smithi031 (mon.0) 207 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi040", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-04-25T05:11:50.905 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:32.699608+0000 mon.smithi031 (mon.0) 207 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi040", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-04-25T05:11:50.905 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:32.702979+0000 mon.smithi031 (mon.0) 208 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:11:50.905 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:32.702979+0000 mon.smithi031 (mon.0) 208 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:11:50.905 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: cephadm 2024-04-25T05:11:32.704569+0000 mgr.smithi031.wbrsoo (mgr.14201) 13 : cephadm [INF] Deploying daemon ceph-exporter.smithi040 on smithi040 2024-04-25T05:11:50.905 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: cephadm 2024-04-25T05:11:32.704569+0000 mgr.smithi031.wbrsoo (mgr.14201) 13 : cephadm [INF] Deploying daemon ceph-exporter.smithi040 on smithi040 2024-04-25T05:11:50.905 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:33.107551+0000 mon.smithi031 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.40:0/1264995757' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T05:11:50.905 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:33.107551+0000 mon.smithi031 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.40:0/1264995757' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T05:11:50.905 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:36.223237+0000 mon.smithi031 (mon.0) 210 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.905 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:36.223237+0000 mon.smithi031 (mon.0) 210 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.905 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:36.232083+0000 mon.smithi031 (mon.0) 211 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.905 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:36.232083+0000 mon.smithi031 (mon.0) 211 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.905 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:36.283210+0000 mon.smithi031 (mon.0) 212 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.905 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:36.283210+0000 mon.smithi031 (mon.0) 212 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.906 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:36.289144+0000 mon.smithi031 (mon.0) 213 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.906 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:36.289144+0000 mon.smithi031 (mon.0) 213 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.906 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:36.292397+0000 mon.smithi031 (mon.0) 214 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi040", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-25T05:11:50.906 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:36.292397+0000 mon.smithi031 (mon.0) 214 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi040", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-25T05:11:50.906 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:36.294200+0000 mon.smithi031 (mon.0) 215 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi040", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-25T05:11:50.906 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:36.294200+0000 mon.smithi031 (mon.0) 215 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi040", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-04-25T05:11:50.906 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:36.298766+0000 mon.smithi031 (mon.0) 216 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:11:50.906 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:36.298766+0000 mon.smithi031 (mon.0) 216 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:11:50.906 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:36.849043+0000 mon.smithi031 (mon.0) 217 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:11:50.906 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:36.849043+0000 mon.smithi031 (mon.0) 217 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:11:50.906 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:37.133629+0000 mon.smithi031 (mon.0) 218 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.906 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:37.133629+0000 mon.smithi031 (mon.0) 218 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.906 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: cephadm 2024-04-25T05:11:36.301261+0000 mgr.smithi031.wbrsoo (mgr.14201) 14 : cephadm [INF] Deploying daemon crash.smithi040 on smithi040 2024-04-25T05:11:50.906 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: cephadm 2024-04-25T05:11:36.301261+0000 mgr.smithi031.wbrsoo (mgr.14201) 14 : cephadm [INF] Deploying daemon crash.smithi040 on smithi040 2024-04-25T05:11:50.906 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:38.050639+0000 mon.smithi031 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.40:0/3634477417' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T05:11:50.907 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:38.050639+0000 mon.smithi031 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.40:0/3634477417' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T05:11:50.907 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:39.620988+0000 mon.smithi031 (mon.0) 220 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.907 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:39.620988+0000 mon.smithi031 (mon.0) 220 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.907 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:39.627692+0000 mon.smithi031 (mon.0) 221 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.907 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:39.627692+0000 mon.smithi031 (mon.0) 221 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.907 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:39.680493+0000 mon.smithi031 (mon.0) 222 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.907 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:39.680493+0000 mon.smithi031 (mon.0) 222 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.907 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:39.686680+0000 mon.smithi031 (mon.0) 223 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.907 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:39.686680+0000 mon.smithi031 (mon.0) 223 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.907 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: cephadm 2024-04-25T05:11:39.690121+0000 mgr.smithi031.wbrsoo (mgr.14201) 15 : cephadm [INF] Deploying daemon node-exporter.smithi040 on smithi040 2024-04-25T05:11:50.907 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: cephadm 2024-04-25T05:11:39.690121+0000 mgr.smithi031.wbrsoo (mgr.14201) 15 : cephadm [INF] Deploying daemon node-exporter.smithi040 on smithi040 2024-04-25T05:11:50.907 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:40.807851+0000 mon.smithi031 (mon.0) 224 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.907 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:40.807851+0000 mon.smithi031 (mon.0) 224 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.907 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:40.814707+0000 mon.smithi031 (mon.0) 225 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.907 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:40.814707+0000 mon.smithi031 (mon.0) 225 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.908 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:40.863036+0000 mon.smithi031 (mon.0) 226 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.908 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:40.863036+0000 mon.smithi031 (mon.0) 226 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.908 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:40.869610+0000 mon.smithi031 (mon.0) 227 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.908 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:40.869610+0000 mon.smithi031 (mon.0) 227 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.908 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:40.875335+0000 mon.smithi031 (mon.0) 228 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi040.dlwybf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-25T05:11:50.908 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:40.875335+0000 mon.smithi031 (mon.0) 228 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi040.dlwybf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-25T05:11:50.908 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:40.877739+0000 mon.smithi031 (mon.0) 229 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi040.dlwybf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-25T05:11:50.908 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:40.877739+0000 mon.smithi031 (mon.0) 229 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi040.dlwybf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-25T05:11:50.908 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:40.882119+0000 mon.smithi031 (mon.0) 230 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-25T05:11:50.908 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:40.882119+0000 mon.smithi031 (mon.0) 230 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-25T05:11:50.908 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:40.884071+0000 mon.smithi031 (mon.0) 231 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:11:50.908 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:40.884071+0000 mon.smithi031 (mon.0) 231 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:11:50.908 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: cephadm 2024-04-25T05:11:40.886146+0000 mgr.smithi031.wbrsoo (mgr.14201) 16 : cephadm [INF] Deploying daemon mgr.smithi040.dlwybf on smithi040 2024-04-25T05:11:50.908 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: cephadm 2024-04-25T05:11:40.886146+0000 mgr.smithi031.wbrsoo (mgr.14201) 16 : cephadm [INF] Deploying daemon mgr.smithi040.dlwybf on smithi040 2024-04-25T05:11:50.908 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: cluster 2024-04-25T05:11:41.768547+0000 mgr.smithi031.wbrsoo (mgr.14201) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:50.908 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: cluster 2024-04-25T05:11:41.768547+0000 mgr.smithi031.wbrsoo (mgr.14201) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:50.909 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:42.141102+0000 mon.smithi031 (mon.0) 232 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.909 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:42.141102+0000 mon.smithi031 (mon.0) 232 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.909 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: cluster 2024-04-25T05:11:43.768997+0000 mgr.smithi031.wbrsoo (mgr.14201) 18 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:50.909 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: cluster 2024-04-25T05:11:43.768997+0000 mgr.smithi031.wbrsoo (mgr.14201) 18 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:50.909 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:44.013564+0000 mon.smithi031 (mon.0) 233 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.909 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:44.013564+0000 mon.smithi031 (mon.0) 233 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.909 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:44.020794+0000 mon.smithi031 (mon.0) 234 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.909 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:44.020794+0000 mon.smithi031 (mon.0) 234 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.909 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:44.063665+0000 mon.smithi031 (mon.0) 235 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.909 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:44.063665+0000 mon.smithi031 (mon.0) 235 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.909 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:44.069571+0000 mon.smithi031 (mon.0) 236 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.909 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:44.069571+0000 mon.smithi031 (mon.0) 236 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.909 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:44.073175+0000 mon.smithi031 (mon.0) 237 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-25T05:11:50.909 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:44.073175+0000 mon.smithi031 (mon.0) 237 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-25T05:11:50.909 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:44.074946+0000 mon.smithi031 (mon.0) 238 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:11:50.909 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:44.074946+0000 mon.smithi031 (mon.0) 238 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:11:50.909 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: cephadm 2024-04-25T05:11:44.076972+0000 mgr.smithi031.wbrsoo (mgr.14201) 19 : cephadm [INF] Deploying daemon mon.smithi040 on smithi040 2024-04-25T05:11:50.910 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: cephadm 2024-04-25T05:11:44.076972+0000 mgr.smithi031.wbrsoo (mgr.14201) 19 : cephadm [INF] Deploying daemon mon.smithi040 on smithi040 2024-04-25T05:11:50.910 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: cluster 2024-04-25T05:11:45.769452+0000 mgr.smithi031.wbrsoo (mgr.14201) 20 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:50.910 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: cluster 2024-04-25T05:11:45.769452+0000 mgr.smithi031.wbrsoo (mgr.14201) 20 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:50.910 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:47.147703+0000 mon.smithi031 (mon.0) 239 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.910 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:47.147703+0000 mon.smithi031 (mon.0) 239 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.910 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:47.226179+0000 mon.smithi031 (mon.0) 240 : audit [DBG] from='client.? 172.21.15.40:0/2116920612' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T05:11:50.910 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:47.226179+0000 mon.smithi031 (mon.0) 240 : audit [DBG] from='client.? 172.21.15.40:0/2116920612' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T05:11:50.910 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: cluster 2024-04-25T05:11:47.769842+0000 mgr.smithi031.wbrsoo (mgr.14201) 21 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:50.910 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: cluster 2024-04-25T05:11:47.769842+0000 mgr.smithi031.wbrsoo (mgr.14201) 21 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:50.910 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:49.766403+0000 mon.smithi031 (mon.0) 241 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.910 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:49.766403+0000 mon.smithi031 (mon.0) 241 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.910 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: cluster 2024-04-25T05:11:49.770301+0000 mgr.smithi031.wbrsoo (mgr.14201) 22 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:50.910 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: cluster 2024-04-25T05:11:49.770301+0000 mgr.smithi031.wbrsoo (mgr.14201) 22 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:50.910 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:49.773412+0000 mon.smithi031 (mon.0) 242 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.911 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:49.773412+0000 mon.smithi031 (mon.0) 242 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.911 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:49.814964+0000 mon.smithi031 (mon.0) 243 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.911 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:49.814964+0000 mon.smithi031 (mon.0) 243 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.911 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:49.821506+0000 mon.smithi031 (mon.0) 244 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.911 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:49.821506+0000 mon.smithi031 (mon.0) 244 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.911 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:49.831928+0000 mon.smithi031 (mon.0) 245 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.911 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:49.831928+0000 mon.smithi031 (mon.0) 245 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:50.911 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:49.899519+0000 mon.smithi031 (mon.0) 246 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:11:50.911 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: audit 2024-04-25T05:11:49.899519+0000 mon.smithi031 (mon.0) 246 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:11:50.911 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:50 smithi040 bash[23838]: debug 2024-04-25T05:11:50.847+0000 7f59bc4eb700 1 mon.smithi040@-1(synchronizing).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2024-04-25T05:11:51.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:50 smithi031 bash[18647]: audit 2024-04-25T05:11:49.766403+0000 mon.smithi031 (mon.0) 241 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:51.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:50 smithi031 bash[18647]: audit 2024-04-25T05:11:49.766403+0000 mon.smithi031 (mon.0) 241 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:51.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:50 smithi031 bash[18647]: cluster 2024-04-25T05:11:49.770301+0000 mgr.smithi031.wbrsoo (mgr.14201) 22 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:51.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:50 smithi031 bash[18647]: cluster 2024-04-25T05:11:49.770301+0000 mgr.smithi031.wbrsoo (mgr.14201) 22 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:51.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:50 smithi031 bash[18647]: audit 2024-04-25T05:11:49.773412+0000 mon.smithi031 (mon.0) 242 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:51.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:50 smithi031 bash[18647]: audit 2024-04-25T05:11:49.773412+0000 mon.smithi031 (mon.0) 242 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:51.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:50 smithi031 bash[18647]: audit 2024-04-25T05:11:49.814964+0000 mon.smithi031 (mon.0) 243 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:51.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:50 smithi031 bash[18647]: audit 2024-04-25T05:11:49.814964+0000 mon.smithi031 (mon.0) 243 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:51.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:50 smithi031 bash[18647]: audit 2024-04-25T05:11:49.821506+0000 mon.smithi031 (mon.0) 244 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:51.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:50 smithi031 bash[18647]: audit 2024-04-25T05:11:49.821506+0000 mon.smithi031 (mon.0) 244 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:51.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:50 smithi031 bash[18647]: audit 2024-04-25T05:11:49.831928+0000 mon.smithi031 (mon.0) 245 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:51.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:50 smithi031 bash[18647]: audit 2024-04-25T05:11:49.831928+0000 mon.smithi031 (mon.0) 245 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:51.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:50 smithi031 bash[18647]: audit 2024-04-25T05:11:49.899519+0000 mon.smithi031 (mon.0) 246 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:11:51.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:50 smithi031 bash[18647]: audit 2024-04-25T05:11:49.899519+0000 mon.smithi031 (mon.0) 246 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:11:54.878 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi040/config 2024-04-25T05:11:56.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: audit 2024-04-25T05:11:50.863048+0000 mon.smithi031 (mon.0) 248 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-04-25T05:11:56.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: audit 2024-04-25T05:11:50.863048+0000 mon.smithi031 (mon.0) 248 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-04-25T05:11:56.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: cluster 2024-04-25T05:11:50.863433+0000 mon.smithi031 (mon.0) 249 : cluster [INF] mon.smithi031 calling monitor election 2024-04-25T05:11:56.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: cluster 2024-04-25T05:11:50.863433+0000 mon.smithi031 (mon.0) 249 : cluster [INF] mon.smithi031 calling monitor election 2024-04-25T05:11:56.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: audit 2024-04-25T05:11:50.885637+0000 mon.smithi031 (mon.0) 250 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-04-25T05:11:56.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: audit 2024-04-25T05:11:50.885637+0000 mon.smithi031 (mon.0) 250 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-04-25T05:11:56.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: cluster 2024-04-25T05:11:51.770763+0000 mgr.smithi031.wbrsoo (mgr.14201) 23 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:56.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: cluster 2024-04-25T05:11:51.770763+0000 mgr.smithi031.wbrsoo (mgr.14201) 23 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:56.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: audit 2024-04-25T05:11:51.849534+0000 mon.smithi031 (mon.0) 251 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:11:56.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: audit 2024-04-25T05:11:51.849534+0000 mon.smithi031 (mon.0) 251 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:11:56.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: audit 2024-04-25T05:11:51.857797+0000 mon.smithi031 (mon.0) 252 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-04-25T05:11:56.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: audit 2024-04-25T05:11:51.857797+0000 mon.smithi031 (mon.0) 252 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-04-25T05:11:56.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: audit 2024-04-25T05:11:52.857875+0000 mon.smithi031 (mon.0) 253 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-04-25T05:11:56.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: audit 2024-04-25T05:11:52.857875+0000 mon.smithi031 (mon.0) 253 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-04-25T05:11:56.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: cluster 2024-04-25T05:11:52.858400+0000 mon.smithi040 (mon.1) 1 : cluster [INF] mon.smithi040 calling monitor election 2024-04-25T05:11:56.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: cluster 2024-04-25T05:11:52.858400+0000 mon.smithi040 (mon.1) 1 : cluster [INF] mon.smithi040 calling monitor election 2024-04-25T05:11:56.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: cluster 2024-04-25T05:11:53.771116+0000 mgr.smithi031.wbrsoo (mgr.14201) 24 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:56.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: cluster 2024-04-25T05:11:53.771116+0000 mgr.smithi031.wbrsoo (mgr.14201) 24 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:56.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: audit 2024-04-25T05:11:53.858071+0000 mon.smithi031 (mon.0) 254 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-04-25T05:11:56.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: audit 2024-04-25T05:11:53.858071+0000 mon.smithi031 (mon.0) 254 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-04-25T05:11:56.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: audit 2024-04-25T05:11:54.793857+0000 mon.smithi031 (mon.0) 255 : audit [DBG] from='mgr.? 172.21.15.40:0/1716276482' entity='mgr.smithi040.dlwybf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi040.dlwybf/crt"}]: dispatch 2024-04-25T05:11:56.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: audit 2024-04-25T05:11:54.793857+0000 mon.smithi031 (mon.0) 255 : audit [DBG] from='mgr.? 172.21.15.40:0/1716276482' entity='mgr.smithi040.dlwybf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi040.dlwybf/crt"}]: dispatch 2024-04-25T05:11:56.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: audit 2024-04-25T05:11:54.858134+0000 mon.smithi031 (mon.0) 256 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-04-25T05:11:56.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: audit 2024-04-25T05:11:54.858134+0000 mon.smithi031 (mon.0) 256 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-04-25T05:11:56.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: audit 2024-04-25T05:11:55.858359+0000 mon.smithi031 (mon.0) 257 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-04-25T05:11:56.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: audit 2024-04-25T05:11:55.858359+0000 mon.smithi031 (mon.0) 257 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-04-25T05:11:56.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: cluster 2024-04-25T05:11:55.906408+0000 mon.smithi031 (mon.0) 258 : cluster [INF] mon.smithi031 is new leader, mons smithi031,smithi040 in quorum (ranks 0,1) 2024-04-25T05:11:56.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: cluster 2024-04-25T05:11:55.906408+0000 mon.smithi031 (mon.0) 258 : cluster [INF] mon.smithi031 is new leader, mons smithi031,smithi040 in quorum (ranks 0,1) 2024-04-25T05:11:56.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: cluster 2024-04-25T05:11:55.911737+0000 mon.smithi031 (mon.0) 259 : cluster [DBG] monmap epoch 2 2024-04-25T05:11:56.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: cluster 2024-04-25T05:11:55.911737+0000 mon.smithi031 (mon.0) 259 : cluster [DBG] monmap epoch 2 2024-04-25T05:11:56.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: cluster 2024-04-25T05:11:55.911777+0000 mon.smithi031 (mon.0) 260 : cluster [DBG] fsid b4616124-02c1-11ef-bc93-c7b262605968 2024-04-25T05:11:56.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: cluster 2024-04-25T05:11:55.911777+0000 mon.smithi031 (mon.0) 260 : cluster [DBG] fsid b4616124-02c1-11ef-bc93-c7b262605968 2024-04-25T05:11:56.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: cluster 2024-04-25T05:11:55.911801+0000 mon.smithi031 (mon.0) 261 : cluster [DBG] last_changed 2024-04-25T05:11:50.857413+0000 2024-04-25T05:11:56.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: cluster 2024-04-25T05:11:55.911801+0000 mon.smithi031 (mon.0) 261 : cluster [DBG] last_changed 2024-04-25T05:11:50.857413+0000 2024-04-25T05:11:56.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: cluster 2024-04-25T05:11:55.911829+0000 mon.smithi031 (mon.0) 262 : cluster [DBG] created 2024-04-25T05:08:35.252022+0000 2024-04-25T05:11:56.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: cluster 2024-04-25T05:11:55.911829+0000 mon.smithi031 (mon.0) 262 : cluster [DBG] created 2024-04-25T05:08:35.252022+0000 2024-04-25T05:11:56.223 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: cluster 2024-04-25T05:11:55.911853+0000 mon.smithi031 (mon.0) 263 : cluster [DBG] min_mon_release 19 (squid) 2024-04-25T05:11:56.223 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: cluster 2024-04-25T05:11:55.911853+0000 mon.smithi031 (mon.0) 263 : cluster [DBG] min_mon_release 19 (squid) 2024-04-25T05:11:56.223 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: cluster 2024-04-25T05:11:55.911879+0000 mon.smithi031 (mon.0) 264 : cluster [DBG] election_strategy: 1 2024-04-25T05:11:56.223 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: cluster 2024-04-25T05:11:55.911879+0000 mon.smithi031 (mon.0) 264 : cluster [DBG] election_strategy: 1 2024-04-25T05:11:56.223 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: cluster 2024-04-25T05:11:55.911901+0000 mon.smithi031 (mon.0) 265 : cluster [DBG] 0: [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon.smithi031 2024-04-25T05:11:56.223 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: cluster 2024-04-25T05:11:55.911901+0000 mon.smithi031 (mon.0) 265 : cluster [DBG] 0: [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon.smithi031 2024-04-25T05:11:56.223 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: cluster 2024-04-25T05:11:55.911921+0000 mon.smithi031 (mon.0) 266 : cluster [DBG] 1: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.smithi040 2024-04-25T05:11:56.223 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: cluster 2024-04-25T05:11:55.911921+0000 mon.smithi031 (mon.0) 266 : cluster [DBG] 1: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.smithi040 2024-04-25T05:11:56.223 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: cluster 2024-04-25T05:11:55.929334+0000 mon.smithi031 (mon.0) 267 : cluster [DBG] fsmap 2024-04-25T05:11:56.223 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: cluster 2024-04-25T05:11:55.929334+0000 mon.smithi031 (mon.0) 267 : cluster [DBG] fsmap 2024-04-25T05:11:56.223 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: cluster 2024-04-25T05:11:55.929426+0000 mon.smithi031 (mon.0) 268 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-25T05:11:56.223 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: cluster 2024-04-25T05:11:55.929426+0000 mon.smithi031 (mon.0) 268 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-25T05:11:56.223 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: cluster 2024-04-25T05:11:55.929717+0000 mon.smithi031 (mon.0) 269 : cluster [DBG] mgrmap e17: smithi031.wbrsoo(active, since 34s) 2024-04-25T05:11:56.223 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: cluster 2024-04-25T05:11:55.929717+0000 mon.smithi031 (mon.0) 269 : cluster [DBG] mgrmap e17: smithi031.wbrsoo(active, since 34s) 2024-04-25T05:11:56.223 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: cluster 2024-04-25T05:11:55.929979+0000 mon.smithi031 (mon.0) 270 : cluster [INF] overall HEALTH_OK 2024-04-25T05:11:56.224 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: cluster 2024-04-25T05:11:55.929979+0000 mon.smithi031 (mon.0) 270 : cluster [INF] overall HEALTH_OK 2024-04-25T05:11:56.224 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: cluster 2024-04-25T05:11:55.932907+0000 mon.smithi031 (mon.0) 271 : cluster [DBG] Standby manager daemon smithi040.dlwybf started 2024-04-25T05:11:56.224 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: cluster 2024-04-25T05:11:55.932907+0000 mon.smithi031 (mon.0) 271 : cluster [DBG] Standby manager daemon smithi040.dlwybf started 2024-04-25T05:11:56.224 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: audit 2024-04-25T05:11:55.938700+0000 mon.smithi031 (mon.0) 272 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:56.224 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: audit 2024-04-25T05:11:55.938700+0000 mon.smithi031 (mon.0) 272 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:56.224 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: audit 2024-04-25T05:11:55.944672+0000 mon.smithi031 (mon.0) 273 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:56.224 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: audit 2024-04-25T05:11:55.944672+0000 mon.smithi031 (mon.0) 273 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:56.224 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: audit 2024-04-25T05:11:55.945456+0000 mon.smithi031 (mon.0) 274 : audit [DBG] from='mgr.? 172.21.15.40:0/1716276482' entity='mgr.smithi040.dlwybf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-25T05:11:56.224 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: audit 2024-04-25T05:11:55.945456+0000 mon.smithi031 (mon.0) 274 : audit [DBG] from='mgr.? 172.21.15.40:0/1716276482' entity='mgr.smithi040.dlwybf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-25T05:11:56.224 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: audit 2024-04-25T05:11:55.947293+0000 mon.smithi031 (mon.0) 275 : audit [DBG] from='mgr.? 172.21.15.40:0/1716276482' entity='mgr.smithi040.dlwybf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi040.dlwybf/key"}]: dispatch 2024-04-25T05:11:56.224 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: audit 2024-04-25T05:11:55.947293+0000 mon.smithi031 (mon.0) 275 : audit [DBG] from='mgr.? 172.21.15.40:0/1716276482' entity='mgr.smithi040.dlwybf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi040.dlwybf/key"}]: dispatch 2024-04-25T05:11:56.224 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: audit 2024-04-25T05:11:55.948381+0000 mon.smithi031 (mon.0) 276 : audit [DBG] from='mgr.? 172.21.15.40:0/1716276482' entity='mgr.smithi040.dlwybf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-25T05:11:56.224 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: audit 2024-04-25T05:11:55.948381+0000 mon.smithi031 (mon.0) 276 : audit [DBG] from='mgr.? 172.21.15.40:0/1716276482' entity='mgr.smithi040.dlwybf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-25T05:11:56.224 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: audit 2024-04-25T05:11:55.955478+0000 mon.smithi031 (mon.0) 277 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:56.224 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: audit 2024-04-25T05:11:55.955478+0000 mon.smithi031 (mon.0) 277 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:56.224 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: audit 2024-04-25T05:11:55.963822+0000 mon.smithi031 (mon.0) 278 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:11:56.225 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: audit 2024-04-25T05:11:55.963822+0000 mon.smithi031 (mon.0) 278 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:11:56.225 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: audit 2024-04-25T05:11:55.965662+0000 mon.smithi031 (mon.0) 279 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:11:56.225 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:55 smithi040 bash[23838]: audit 2024-04-25T05:11:55.965662+0000 mon.smithi031 (mon.0) 279 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:11:56.354 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-04-25T05:11:56.354 INFO:teuthology.orchestra.run.smithi040.stdout:{"epoch":2,"fsid":"b4616124-02c1-11ef-bc93-c7b262605968","modified":"2024-04-25T05:11:50.857413Z","created":"2024-04-25T05:08:35.252022Z","min_mon_release":19,"min_mon_release_name":"squid","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","squid"],"optional":[]},"mons":[{"rank":0,"name":"smithi031","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:3300","nonce":0},{"type":"v1","addr":"172.21.15.31:6789","nonce":0}]},"addr":"172.21.15.31:6789/0","public_addr":"172.21.15.31:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi040","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:3300","nonce":0},{"type":"v1","addr":"172.21.15.40:6789","nonce":0}]},"addr":"172.21.15.40:6789/0","public_addr":"172.21.15.40:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-04-25T05:11:56.357 INFO:teuthology.orchestra.run.smithi040.stderr:dumped monmap epoch 2 2024-04-25T05:11:56.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: audit 2024-04-25T05:11:50.863048+0000 mon.smithi031 (mon.0) 248 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-04-25T05:11:56.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: audit 2024-04-25T05:11:50.863048+0000 mon.smithi031 (mon.0) 248 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-04-25T05:11:56.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: cluster 2024-04-25T05:11:50.863433+0000 mon.smithi031 (mon.0) 249 : cluster [INF] mon.smithi031 calling monitor election 2024-04-25T05:11:56.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: cluster 2024-04-25T05:11:50.863433+0000 mon.smithi031 (mon.0) 249 : cluster [INF] mon.smithi031 calling monitor election 2024-04-25T05:11:56.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: audit 2024-04-25T05:11:50.885637+0000 mon.smithi031 (mon.0) 250 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-04-25T05:11:56.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: audit 2024-04-25T05:11:50.885637+0000 mon.smithi031 (mon.0) 250 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-04-25T05:11:56.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: cluster 2024-04-25T05:11:51.770763+0000 mgr.smithi031.wbrsoo (mgr.14201) 23 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:56.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: cluster 2024-04-25T05:11:51.770763+0000 mgr.smithi031.wbrsoo (mgr.14201) 23 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:56.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: audit 2024-04-25T05:11:51.849534+0000 mon.smithi031 (mon.0) 251 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:11:56.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: audit 2024-04-25T05:11:51.849534+0000 mon.smithi031 (mon.0) 251 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:11:56.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: audit 2024-04-25T05:11:51.857797+0000 mon.smithi031 (mon.0) 252 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-04-25T05:11:56.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: audit 2024-04-25T05:11:51.857797+0000 mon.smithi031 (mon.0) 252 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-04-25T05:11:56.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: audit 2024-04-25T05:11:52.857875+0000 mon.smithi031 (mon.0) 253 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-04-25T05:11:56.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: audit 2024-04-25T05:11:52.857875+0000 mon.smithi031 (mon.0) 253 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-04-25T05:11:56.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: cluster 2024-04-25T05:11:52.858400+0000 mon.smithi040 (mon.1) 1 : cluster [INF] mon.smithi040 calling monitor election 2024-04-25T05:11:56.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: cluster 2024-04-25T05:11:52.858400+0000 mon.smithi040 (mon.1) 1 : cluster [INF] mon.smithi040 calling monitor election 2024-04-25T05:11:56.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: cluster 2024-04-25T05:11:53.771116+0000 mgr.smithi031.wbrsoo (mgr.14201) 24 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:56.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: cluster 2024-04-25T05:11:53.771116+0000 mgr.smithi031.wbrsoo (mgr.14201) 24 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:56.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: audit 2024-04-25T05:11:53.858071+0000 mon.smithi031 (mon.0) 254 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-04-25T05:11:56.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: audit 2024-04-25T05:11:53.858071+0000 mon.smithi031 (mon.0) 254 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-04-25T05:11:56.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: audit 2024-04-25T05:11:54.793857+0000 mon.smithi031 (mon.0) 255 : audit [DBG] from='mgr.? 172.21.15.40:0/1716276482' entity='mgr.smithi040.dlwybf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi040.dlwybf/crt"}]: dispatch 2024-04-25T05:11:56.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: audit 2024-04-25T05:11:54.793857+0000 mon.smithi031 (mon.0) 255 : audit [DBG] from='mgr.? 172.21.15.40:0/1716276482' entity='mgr.smithi040.dlwybf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi040.dlwybf/crt"}]: dispatch 2024-04-25T05:11:56.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: audit 2024-04-25T05:11:54.858134+0000 mon.smithi031 (mon.0) 256 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-04-25T05:11:56.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: audit 2024-04-25T05:11:54.858134+0000 mon.smithi031 (mon.0) 256 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-04-25T05:11:56.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: audit 2024-04-25T05:11:55.858359+0000 mon.smithi031 (mon.0) 257 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-04-25T05:11:56.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: audit 2024-04-25T05:11:55.858359+0000 mon.smithi031 (mon.0) 257 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-04-25T05:11:56.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: cluster 2024-04-25T05:11:55.906408+0000 mon.smithi031 (mon.0) 258 : cluster [INF] mon.smithi031 is new leader, mons smithi031,smithi040 in quorum (ranks 0,1) 2024-04-25T05:11:56.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: cluster 2024-04-25T05:11:55.906408+0000 mon.smithi031 (mon.0) 258 : cluster [INF] mon.smithi031 is new leader, mons smithi031,smithi040 in quorum (ranks 0,1) 2024-04-25T05:11:56.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: cluster 2024-04-25T05:11:55.911737+0000 mon.smithi031 (mon.0) 259 : cluster [DBG] monmap epoch 2 2024-04-25T05:11:56.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: cluster 2024-04-25T05:11:55.911737+0000 mon.smithi031 (mon.0) 259 : cluster [DBG] monmap epoch 2 2024-04-25T05:11:56.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: cluster 2024-04-25T05:11:55.911777+0000 mon.smithi031 (mon.0) 260 : cluster [DBG] fsid b4616124-02c1-11ef-bc93-c7b262605968 2024-04-25T05:11:56.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: cluster 2024-04-25T05:11:55.911777+0000 mon.smithi031 (mon.0) 260 : cluster [DBG] fsid b4616124-02c1-11ef-bc93-c7b262605968 2024-04-25T05:11:56.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: cluster 2024-04-25T05:11:55.911801+0000 mon.smithi031 (mon.0) 261 : cluster [DBG] last_changed 2024-04-25T05:11:50.857413+0000 2024-04-25T05:11:56.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: cluster 2024-04-25T05:11:55.911801+0000 mon.smithi031 (mon.0) 261 : cluster [DBG] last_changed 2024-04-25T05:11:50.857413+0000 2024-04-25T05:11:56.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: cluster 2024-04-25T05:11:55.911829+0000 mon.smithi031 (mon.0) 262 : cluster [DBG] created 2024-04-25T05:08:35.252022+0000 2024-04-25T05:11:56.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: cluster 2024-04-25T05:11:55.911829+0000 mon.smithi031 (mon.0) 262 : cluster [DBG] created 2024-04-25T05:08:35.252022+0000 2024-04-25T05:11:56.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: cluster 2024-04-25T05:11:55.911853+0000 mon.smithi031 (mon.0) 263 : cluster [DBG] min_mon_release 19 (squid) 2024-04-25T05:11:56.374 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: cluster 2024-04-25T05:11:55.911853+0000 mon.smithi031 (mon.0) 263 : cluster [DBG] min_mon_release 19 (squid) 2024-04-25T05:11:56.374 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: cluster 2024-04-25T05:11:55.911879+0000 mon.smithi031 (mon.0) 264 : cluster [DBG] election_strategy: 1 2024-04-25T05:11:56.374 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: cluster 2024-04-25T05:11:55.911879+0000 mon.smithi031 (mon.0) 264 : cluster [DBG] election_strategy: 1 2024-04-25T05:11:56.374 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: cluster 2024-04-25T05:11:55.911901+0000 mon.smithi031 (mon.0) 265 : cluster [DBG] 0: [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon.smithi031 2024-04-25T05:11:56.374 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: cluster 2024-04-25T05:11:55.911901+0000 mon.smithi031 (mon.0) 265 : cluster [DBG] 0: [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] mon.smithi031 2024-04-25T05:11:56.374 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: cluster 2024-04-25T05:11:55.911921+0000 mon.smithi031 (mon.0) 266 : cluster [DBG] 1: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.smithi040 2024-04-25T05:11:56.374 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: cluster 2024-04-25T05:11:55.911921+0000 mon.smithi031 (mon.0) 266 : cluster [DBG] 1: [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] mon.smithi040 2024-04-25T05:11:56.374 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: cluster 2024-04-25T05:11:55.929334+0000 mon.smithi031 (mon.0) 267 : cluster [DBG] fsmap 2024-04-25T05:11:56.375 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: cluster 2024-04-25T05:11:55.929334+0000 mon.smithi031 (mon.0) 267 : cluster [DBG] fsmap 2024-04-25T05:11:56.375 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: cluster 2024-04-25T05:11:55.929426+0000 mon.smithi031 (mon.0) 268 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-25T05:11:56.375 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: cluster 2024-04-25T05:11:55.929426+0000 mon.smithi031 (mon.0) 268 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-04-25T05:11:56.375 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: cluster 2024-04-25T05:11:55.929717+0000 mon.smithi031 (mon.0) 269 : cluster [DBG] mgrmap e17: smithi031.wbrsoo(active, since 34s) 2024-04-25T05:11:56.375 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: cluster 2024-04-25T05:11:55.929717+0000 mon.smithi031 (mon.0) 269 : cluster [DBG] mgrmap e17: smithi031.wbrsoo(active, since 34s) 2024-04-25T05:11:56.375 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: cluster 2024-04-25T05:11:55.929979+0000 mon.smithi031 (mon.0) 270 : cluster [INF] overall HEALTH_OK 2024-04-25T05:11:56.375 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: cluster 2024-04-25T05:11:55.929979+0000 mon.smithi031 (mon.0) 270 : cluster [INF] overall HEALTH_OK 2024-04-25T05:11:56.375 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: cluster 2024-04-25T05:11:55.932907+0000 mon.smithi031 (mon.0) 271 : cluster [DBG] Standby manager daemon smithi040.dlwybf started 2024-04-25T05:11:56.375 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: cluster 2024-04-25T05:11:55.932907+0000 mon.smithi031 (mon.0) 271 : cluster [DBG] Standby manager daemon smithi040.dlwybf started 2024-04-25T05:11:56.375 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: audit 2024-04-25T05:11:55.938700+0000 mon.smithi031 (mon.0) 272 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:56.375 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: audit 2024-04-25T05:11:55.938700+0000 mon.smithi031 (mon.0) 272 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:56.375 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: audit 2024-04-25T05:11:55.944672+0000 mon.smithi031 (mon.0) 273 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:56.375 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: audit 2024-04-25T05:11:55.944672+0000 mon.smithi031 (mon.0) 273 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:56.375 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: audit 2024-04-25T05:11:55.945456+0000 mon.smithi031 (mon.0) 274 : audit [DBG] from='mgr.? 172.21.15.40:0/1716276482' entity='mgr.smithi040.dlwybf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-25T05:11:56.375 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: audit 2024-04-25T05:11:55.945456+0000 mon.smithi031 (mon.0) 274 : audit [DBG] from='mgr.? 172.21.15.40:0/1716276482' entity='mgr.smithi040.dlwybf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-25T05:11:56.376 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: audit 2024-04-25T05:11:55.947293+0000 mon.smithi031 (mon.0) 275 : audit [DBG] from='mgr.? 172.21.15.40:0/1716276482' entity='mgr.smithi040.dlwybf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi040.dlwybf/key"}]: dispatch 2024-04-25T05:11:56.376 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: audit 2024-04-25T05:11:55.947293+0000 mon.smithi031 (mon.0) 275 : audit [DBG] from='mgr.? 172.21.15.40:0/1716276482' entity='mgr.smithi040.dlwybf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi040.dlwybf/key"}]: dispatch 2024-04-25T05:11:56.376 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: audit 2024-04-25T05:11:55.948381+0000 mon.smithi031 (mon.0) 276 : audit [DBG] from='mgr.? 172.21.15.40:0/1716276482' entity='mgr.smithi040.dlwybf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-25T05:11:56.376 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: audit 2024-04-25T05:11:55.948381+0000 mon.smithi031 (mon.0) 276 : audit [DBG] from='mgr.? 172.21.15.40:0/1716276482' entity='mgr.smithi040.dlwybf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-25T05:11:56.376 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: audit 2024-04-25T05:11:55.955478+0000 mon.smithi031 (mon.0) 277 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:56.376 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: audit 2024-04-25T05:11:55.955478+0000 mon.smithi031 (mon.0) 277 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:56.376 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: audit 2024-04-25T05:11:55.963822+0000 mon.smithi031 (mon.0) 278 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:11:56.376 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: audit 2024-04-25T05:11:55.963822+0000 mon.smithi031 (mon.0) 278 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:11:56.376 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: audit 2024-04-25T05:11:55.965662+0000 mon.smithi031 (mon.0) 279 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:11:56.376 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:55 smithi031 bash[18647]: audit 2024-04-25T05:11:55.965662+0000 mon.smithi031 (mon.0) 279 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:11:57.038 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-25T05:11:57.039 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph config generate-minimal-conf 2024-04-25T05:11:57.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:57 smithi031 bash[18647]: cluster 2024-04-25T05:11:55.771542+0000 mgr.smithi031.wbrsoo (mgr.14201) 25 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:57.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:57 smithi031 bash[18647]: cluster 2024-04-25T05:11:55.771542+0000 mgr.smithi031.wbrsoo (mgr.14201) 25 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:57.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:57 smithi031 bash[18647]: cephadm 2024-04-25T05:11:55.968331+0000 mgr.smithi031.wbrsoo (mgr.14201) 26 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.conf 2024-04-25T05:11:57.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:57 smithi031 bash[18647]: cephadm 2024-04-25T05:11:55.968331+0000 mgr.smithi031.wbrsoo (mgr.14201) 26 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.conf 2024-04-25T05:11:57.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:57 smithi031 bash[18647]: cephadm 2024-04-25T05:11:55.968866+0000 mgr.smithi031.wbrsoo (mgr.14201) 27 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2024-04-25T05:11:57.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:57 smithi031 bash[18647]: cephadm 2024-04-25T05:11:55.968866+0000 mgr.smithi031.wbrsoo (mgr.14201) 27 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2024-04-25T05:11:57.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:57 smithi031 bash[18647]: cluster 2024-04-25T05:11:56.008259+0000 mon.smithi031 (mon.0) 280 : cluster [DBG] mgrmap e18: smithi031.wbrsoo(active, since 34s), standbys: smithi040.dlwybf 2024-04-25T05:11:57.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:57 smithi031 bash[18647]: cluster 2024-04-25T05:11:56.008259+0000 mon.smithi031 (mon.0) 280 : cluster [DBG] mgrmap e18: smithi031.wbrsoo(active, since 34s), standbys: smithi040.dlwybf 2024-04-25T05:11:57.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:57 smithi031 bash[18647]: audit 2024-04-25T05:11:56.008839+0000 mon.smithi031 (mon.0) 281 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mgr metadata", "who": "smithi040.dlwybf", "id": "smithi040.dlwybf"}]: dispatch 2024-04-25T05:11:57.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:57 smithi031 bash[18647]: audit 2024-04-25T05:11:56.008839+0000 mon.smithi031 (mon.0) 281 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mgr metadata", "who": "smithi040.dlwybf", "id": "smithi040.dlwybf"}]: dispatch 2024-04-25T05:11:57.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:57 smithi031 bash[18647]: cephadm 2024-04-25T05:11:56.235917+0000 mgr.smithi031.wbrsoo (mgr.14201) 28 : cephadm [INF] Updating smithi040:/var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T05:11:57.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:57 smithi031 bash[18647]: cephadm 2024-04-25T05:11:56.235917+0000 mgr.smithi031.wbrsoo (mgr.14201) 28 : cephadm [INF] Updating smithi040:/var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T05:11:57.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:57 smithi031 bash[18647]: cephadm 2024-04-25T05:11:56.238049+0000 mgr.smithi031.wbrsoo (mgr.14201) 29 : cephadm [INF] Updating smithi031:/var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T05:11:57.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:57 smithi031 bash[18647]: cephadm 2024-04-25T05:11:56.238049+0000 mgr.smithi031.wbrsoo (mgr.14201) 29 : cephadm [INF] Updating smithi031:/var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T05:11:57.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:57 smithi031 bash[18647]: audit 2024-04-25T05:11:56.355285+0000 mon.smithi031 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.40:0/281218407' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T05:11:57.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:57 smithi031 bash[18647]: audit 2024-04-25T05:11:56.355285+0000 mon.smithi031 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.40:0/281218407' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T05:11:57.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:57 smithi031 bash[18647]: audit 2024-04-25T05:11:56.409595+0000 mon.smithi031 (mon.0) 283 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:57.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:57 smithi031 bash[18647]: audit 2024-04-25T05:11:56.409595+0000 mon.smithi031 (mon.0) 283 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:57.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:57 smithi031 bash[18647]: audit 2024-04-25T05:11:56.417253+0000 mon.smithi031 (mon.0) 284 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:57.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:57 smithi031 bash[18647]: audit 2024-04-25T05:11:56.417253+0000 mon.smithi031 (mon.0) 284 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:57.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:57 smithi031 bash[18647]: audit 2024-04-25T05:11:56.424862+0000 mon.smithi031 (mon.0) 285 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:57.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:57 smithi031 bash[18647]: audit 2024-04-25T05:11:56.424862+0000 mon.smithi031 (mon.0) 285 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:57.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:57 smithi031 bash[18647]: audit 2024-04-25T05:11:56.432406+0000 mon.smithi031 (mon.0) 286 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:57.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:57 smithi031 bash[18647]: audit 2024-04-25T05:11:56.432406+0000 mon.smithi031 (mon.0) 286 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:57.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:57 smithi031 bash[18647]: audit 2024-04-25T05:11:56.439622+0000 mon.smithi031 (mon.0) 287 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:57.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:57 smithi031 bash[18647]: audit 2024-04-25T05:11:56.439622+0000 mon.smithi031 (mon.0) 287 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:57.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:57 smithi031 bash[18647]: audit 2024-04-25T05:11:56.512037+0000 mon.smithi031 (mon.0) 288 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-25T05:11:57.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:57 smithi031 bash[18647]: audit 2024-04-25T05:11:56.512037+0000 mon.smithi031 (mon.0) 288 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-25T05:11:57.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:57 smithi031 bash[18647]: audit 2024-04-25T05:11:56.513431+0000 mon.smithi031 (mon.0) 289 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-25T05:11:57.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:57 smithi031 bash[18647]: audit 2024-04-25T05:11:56.513431+0000 mon.smithi031 (mon.0) 289 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-25T05:11:57.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:57 smithi031 bash[18647]: audit 2024-04-25T05:11:56.514702+0000 mon.smithi031 (mon.0) 290 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:11:57.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:57 smithi031 bash[18647]: audit 2024-04-25T05:11:56.514702+0000 mon.smithi031 (mon.0) 290 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:11:57.374 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:57 smithi031 bash[18647]: audit 2024-04-25T05:11:56.858732+0000 mon.smithi031 (mon.0) 291 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-04-25T05:11:57.374 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:57 smithi031 bash[18647]: audit 2024-04-25T05:11:56.858732+0000 mon.smithi031 (mon.0) 291 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-04-25T05:11:57.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:57 smithi040 bash[23838]: cluster 2024-04-25T05:11:55.771542+0000 mgr.smithi031.wbrsoo (mgr.14201) 25 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:57.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:57 smithi040 bash[23838]: cluster 2024-04-25T05:11:55.771542+0000 mgr.smithi031.wbrsoo (mgr.14201) 25 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:57.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:57 smithi040 bash[23838]: cephadm 2024-04-25T05:11:55.968331+0000 mgr.smithi031.wbrsoo (mgr.14201) 26 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.conf 2024-04-25T05:11:57.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:57 smithi040 bash[23838]: cephadm 2024-04-25T05:11:55.968331+0000 mgr.smithi031.wbrsoo (mgr.14201) 26 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.conf 2024-04-25T05:11:57.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:57 smithi040 bash[23838]: cephadm 2024-04-25T05:11:55.968866+0000 mgr.smithi031.wbrsoo (mgr.14201) 27 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2024-04-25T05:11:57.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:57 smithi040 bash[23838]: cephadm 2024-04-25T05:11:55.968866+0000 mgr.smithi031.wbrsoo (mgr.14201) 27 : cephadm [INF] Updating smithi040:/etc/ceph/ceph.conf 2024-04-25T05:11:57.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:57 smithi040 bash[23838]: cluster 2024-04-25T05:11:56.008259+0000 mon.smithi031 (mon.0) 280 : cluster [DBG] mgrmap e18: smithi031.wbrsoo(active, since 34s), standbys: smithi040.dlwybf 2024-04-25T05:11:57.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:57 smithi040 bash[23838]: cluster 2024-04-25T05:11:56.008259+0000 mon.smithi031 (mon.0) 280 : cluster [DBG] mgrmap e18: smithi031.wbrsoo(active, since 34s), standbys: smithi040.dlwybf 2024-04-25T05:11:57.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:57 smithi040 bash[23838]: audit 2024-04-25T05:11:56.008839+0000 mon.smithi031 (mon.0) 281 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mgr metadata", "who": "smithi040.dlwybf", "id": "smithi040.dlwybf"}]: dispatch 2024-04-25T05:11:57.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:57 smithi040 bash[23838]: audit 2024-04-25T05:11:56.008839+0000 mon.smithi031 (mon.0) 281 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mgr metadata", "who": "smithi040.dlwybf", "id": "smithi040.dlwybf"}]: dispatch 2024-04-25T05:11:57.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:57 smithi040 bash[23838]: cephadm 2024-04-25T05:11:56.235917+0000 mgr.smithi031.wbrsoo (mgr.14201) 28 : cephadm [INF] Updating smithi040:/var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T05:11:57.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:57 smithi040 bash[23838]: cephadm 2024-04-25T05:11:56.235917+0000 mgr.smithi031.wbrsoo (mgr.14201) 28 : cephadm [INF] Updating smithi040:/var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T05:11:57.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:57 smithi040 bash[23838]: cephadm 2024-04-25T05:11:56.238049+0000 mgr.smithi031.wbrsoo (mgr.14201) 29 : cephadm [INF] Updating smithi031:/var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T05:11:57.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:57 smithi040 bash[23838]: cephadm 2024-04-25T05:11:56.238049+0000 mgr.smithi031.wbrsoo (mgr.14201) 29 : cephadm [INF] Updating smithi031:/var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-25T05:11:57.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:57 smithi040 bash[23838]: audit 2024-04-25T05:11:56.355285+0000 mon.smithi031 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.40:0/281218407' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T05:11:57.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:57 smithi040 bash[23838]: audit 2024-04-25T05:11:56.355285+0000 mon.smithi031 (mon.0) 282 : audit [DBG] from='client.? 172.21.15.40:0/281218407' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-25T05:11:57.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:57 smithi040 bash[23838]: audit 2024-04-25T05:11:56.409595+0000 mon.smithi031 (mon.0) 283 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:57.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:57 smithi040 bash[23838]: audit 2024-04-25T05:11:56.409595+0000 mon.smithi031 (mon.0) 283 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:57.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:57 smithi040 bash[23838]: audit 2024-04-25T05:11:56.417253+0000 mon.smithi031 (mon.0) 284 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:57.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:57 smithi040 bash[23838]: audit 2024-04-25T05:11:56.417253+0000 mon.smithi031 (mon.0) 284 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:57.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:57 smithi040 bash[23838]: audit 2024-04-25T05:11:56.424862+0000 mon.smithi031 (mon.0) 285 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:57.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:57 smithi040 bash[23838]: audit 2024-04-25T05:11:56.424862+0000 mon.smithi031 (mon.0) 285 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:57.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:57 smithi040 bash[23838]: audit 2024-04-25T05:11:56.432406+0000 mon.smithi031 (mon.0) 286 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:57.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:57 smithi040 bash[23838]: audit 2024-04-25T05:11:56.432406+0000 mon.smithi031 (mon.0) 286 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:57.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:57 smithi040 bash[23838]: audit 2024-04-25T05:11:56.439622+0000 mon.smithi031 (mon.0) 287 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:57.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:57 smithi040 bash[23838]: audit 2024-04-25T05:11:56.439622+0000 mon.smithi031 (mon.0) 287 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:57.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:57 smithi040 bash[23838]: audit 2024-04-25T05:11:56.512037+0000 mon.smithi031 (mon.0) 288 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-25T05:11:57.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:57 smithi040 bash[23838]: audit 2024-04-25T05:11:56.512037+0000 mon.smithi031 (mon.0) 288 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-25T05:11:57.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:57 smithi040 bash[23838]: audit 2024-04-25T05:11:56.513431+0000 mon.smithi031 (mon.0) 289 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-25T05:11:57.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:57 smithi040 bash[23838]: audit 2024-04-25T05:11:56.513431+0000 mon.smithi031 (mon.0) 289 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-25T05:11:57.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:57 smithi040 bash[23838]: audit 2024-04-25T05:11:56.514702+0000 mon.smithi031 (mon.0) 290 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:11:57.472 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:57 smithi040 bash[23838]: audit 2024-04-25T05:11:56.514702+0000 mon.smithi031 (mon.0) 290 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:11:57.472 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:57 smithi040 bash[23838]: audit 2024-04-25T05:11:56.858732+0000 mon.smithi031 (mon.0) 291 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-04-25T05:11:57.472 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:57 smithi040 bash[23838]: audit 2024-04-25T05:11:56.858732+0000 mon.smithi031 (mon.0) 291 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-04-25T05:11:58.081 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:58 smithi031 bash[18647]: cephadm 2024-04-25T05:11:56.511369+0000 mgr.smithi031.wbrsoo (mgr.14201) 30 : cephadm [INF] Reconfiguring mon.smithi031 (unknown last config time)... 2024-04-25T05:11:58.081 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:58 smithi031 bash[18647]: cephadm 2024-04-25T05:11:56.511369+0000 mgr.smithi031.wbrsoo (mgr.14201) 30 : cephadm [INF] Reconfiguring mon.smithi031 (unknown last config time)... 2024-04-25T05:11:58.081 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:58 smithi031 bash[18647]: cephadm 2024-04-25T05:11:56.516424+0000 mgr.smithi031.wbrsoo (mgr.14201) 31 : cephadm [INF] Reconfiguring daemon mon.smithi031 on smithi031 2024-04-25T05:11:58.081 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:58 smithi031 bash[18647]: cephadm 2024-04-25T05:11:56.516424+0000 mgr.smithi031.wbrsoo (mgr.14201) 31 : cephadm [INF] Reconfiguring daemon mon.smithi031 on smithi031 2024-04-25T05:11:58.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:58 smithi040 bash[23838]: cephadm 2024-04-25T05:11:56.511369+0000 mgr.smithi031.wbrsoo (mgr.14201) 30 : cephadm [INF] Reconfiguring mon.smithi031 (unknown last config time)... 2024-04-25T05:11:58.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:58 smithi040 bash[23838]: cephadm 2024-04-25T05:11:56.511369+0000 mgr.smithi031.wbrsoo (mgr.14201) 30 : cephadm [INF] Reconfiguring mon.smithi031 (unknown last config time)... 2024-04-25T05:11:58.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:58 smithi040 bash[23838]: cephadm 2024-04-25T05:11:56.516424+0000 mgr.smithi031.wbrsoo (mgr.14201) 31 : cephadm [INF] Reconfiguring daemon mon.smithi031 on smithi031 2024-04-25T05:11:58.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:58 smithi040 bash[23838]: cephadm 2024-04-25T05:11:56.516424+0000 mgr.smithi031.wbrsoo (mgr.14201) 31 : cephadm [INF] Reconfiguring daemon mon.smithi031 on smithi031 2024-04-25T05:11:59.344 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:59 smithi031 bash[18647]: cluster 2024-04-25T05:11:57.772017+0000 mgr.smithi031.wbrsoo (mgr.14201) 32 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:59.345 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:59 smithi031 bash[18647]: cluster 2024-04-25T05:11:57.772017+0000 mgr.smithi031.wbrsoo (mgr.14201) 32 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:59.345 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:59 smithi031 bash[18647]: audit 2024-04-25T05:11:58.841336+0000 mon.smithi031 (mon.0) 292 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:59.345 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:59 smithi031 bash[18647]: audit 2024-04-25T05:11:58.841336+0000 mon.smithi031 (mon.0) 292 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:59.345 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:59 smithi031 bash[18647]: audit 2024-04-25T05:11:58.849141+0000 mon.smithi031 (mon.0) 293 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:59.345 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:59 smithi031 bash[18647]: audit 2024-04-25T05:11:58.849141+0000 mon.smithi031 (mon.0) 293 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:59.345 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:59 smithi031 bash[18647]: audit 2024-04-25T05:11:58.887601+0000 mon.smithi031 (mon.0) 294 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi031.wbrsoo", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-25T05:11:59.345 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:59 smithi031 bash[18647]: audit 2024-04-25T05:11:58.887601+0000 mon.smithi031 (mon.0) 294 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi031.wbrsoo", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-25T05:11:59.345 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:59 smithi031 bash[18647]: audit 2024-04-25T05:11:58.889217+0000 mon.smithi031 (mon.0) 295 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-25T05:11:59.345 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:59 smithi031 bash[18647]: audit 2024-04-25T05:11:58.889217+0000 mon.smithi031 (mon.0) 295 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-25T05:11:59.346 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:59 smithi031 bash[18647]: audit 2024-04-25T05:11:58.890983+0000 mon.smithi031 (mon.0) 296 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:11:59.346 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:11:59 smithi031 bash[18647]: audit 2024-04-25T05:11:58.890983+0000 mon.smithi031 (mon.0) 296 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:11:59.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:59 smithi040 bash[23838]: cluster 2024-04-25T05:11:57.772017+0000 mgr.smithi031.wbrsoo (mgr.14201) 32 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:59.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:59 smithi040 bash[23838]: cluster 2024-04-25T05:11:57.772017+0000 mgr.smithi031.wbrsoo (mgr.14201) 32 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:11:59.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:59 smithi040 bash[23838]: audit 2024-04-25T05:11:58.841336+0000 mon.smithi031 (mon.0) 292 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:59.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:59 smithi040 bash[23838]: audit 2024-04-25T05:11:58.841336+0000 mon.smithi031 (mon.0) 292 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:59.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:59 smithi040 bash[23838]: audit 2024-04-25T05:11:58.849141+0000 mon.smithi031 (mon.0) 293 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:59.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:59 smithi040 bash[23838]: audit 2024-04-25T05:11:58.849141+0000 mon.smithi031 (mon.0) 293 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:11:59.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:59 smithi040 bash[23838]: audit 2024-04-25T05:11:58.887601+0000 mon.smithi031 (mon.0) 294 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi031.wbrsoo", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-25T05:11:59.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:59 smithi040 bash[23838]: audit 2024-04-25T05:11:58.887601+0000 mon.smithi031 (mon.0) 294 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi031.wbrsoo", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-25T05:11:59.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:59 smithi040 bash[23838]: audit 2024-04-25T05:11:58.889217+0000 mon.smithi031 (mon.0) 295 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-25T05:11:59.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:59 smithi040 bash[23838]: audit 2024-04-25T05:11:58.889217+0000 mon.smithi031 (mon.0) 295 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-25T05:11:59.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:59 smithi040 bash[23838]: audit 2024-04-25T05:11:58.890983+0000 mon.smithi031 (mon.0) 296 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:11:59.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:11:59 smithi040 bash[23838]: audit 2024-04-25T05:11:58.890983+0000 mon.smithi031 (mon.0) 296 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:00.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:00 smithi031 bash[18647]: cephadm 2024-04-25T05:11:58.886913+0000 mgr.smithi031.wbrsoo (mgr.14201) 33 : cephadm [INF] Reconfiguring mgr.smithi031.wbrsoo (unknown last config time)... 2024-04-25T05:12:00.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:00 smithi031 bash[18647]: cephadm 2024-04-25T05:11:58.886913+0000 mgr.smithi031.wbrsoo (mgr.14201) 33 : cephadm [INF] Reconfiguring mgr.smithi031.wbrsoo (unknown last config time)... 2024-04-25T05:12:00.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:00 smithi031 bash[18647]: cephadm 2024-04-25T05:11:58.893069+0000 mgr.smithi031.wbrsoo (mgr.14201) 34 : cephadm [INF] Reconfiguring daemon mgr.smithi031.wbrsoo on smithi031 2024-04-25T05:12:00.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:00 smithi031 bash[18647]: cephadm 2024-04-25T05:11:58.893069+0000 mgr.smithi031.wbrsoo (mgr.14201) 34 : cephadm [INF] Reconfiguring daemon mgr.smithi031.wbrsoo on smithi031 2024-04-25T05:12:00.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:00 smithi040 bash[23838]: cephadm 2024-04-25T05:11:58.886913+0000 mgr.smithi031.wbrsoo (mgr.14201) 33 : cephadm [INF] Reconfiguring mgr.smithi031.wbrsoo (unknown last config time)... 2024-04-25T05:12:00.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:00 smithi040 bash[23838]: cephadm 2024-04-25T05:11:58.886913+0000 mgr.smithi031.wbrsoo (mgr.14201) 33 : cephadm [INF] Reconfiguring mgr.smithi031.wbrsoo (unknown last config time)... 2024-04-25T05:12:00.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:00 smithi040 bash[23838]: cephadm 2024-04-25T05:11:58.893069+0000 mgr.smithi031.wbrsoo (mgr.14201) 34 : cephadm [INF] Reconfiguring daemon mgr.smithi031.wbrsoo on smithi031 2024-04-25T05:12:00.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:00 smithi040 bash[23838]: cephadm 2024-04-25T05:11:58.893069+0000 mgr.smithi031.wbrsoo (mgr.14201) 34 : cephadm [INF] Reconfiguring daemon mgr.smithi031.wbrsoo on smithi031 2024-04-25T05:12:01.328 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:01 smithi031 bash[18647]: cluster 2024-04-25T05:11:59.772371+0000 mgr.smithi031.wbrsoo (mgr.14201) 35 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:01.328 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:01 smithi031 bash[18647]: cluster 2024-04-25T05:11:59.772371+0000 mgr.smithi031.wbrsoo (mgr.14201) 35 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:01.328 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:01 smithi031 bash[18647]: audit 2024-04-25T05:12:00.804547+0000 mon.smithi031 (mon.0) 297 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:01.328 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:01 smithi031 bash[18647]: audit 2024-04-25T05:12:00.804547+0000 mon.smithi031 (mon.0) 297 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:01.328 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:01 smithi031 bash[18647]: audit 2024-04-25T05:12:00.813715+0000 mon.smithi031 (mon.0) 298 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:01.328 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:01 smithi031 bash[18647]: audit 2024-04-25T05:12:00.813715+0000 mon.smithi031 (mon.0) 298 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:01.328 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:01 smithi031 bash[18647]: audit 2024-04-25T05:12:00.863805+0000 mon.smithi031 (mon.0) 299 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi031", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-25T05:12:01.328 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:01 smithi031 bash[18647]: audit 2024-04-25T05:12:00.863805+0000 mon.smithi031 (mon.0) 299 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi031", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-25T05:12:01.328 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:01 smithi031 bash[18647]: audit 2024-04-25T05:12:00.865634+0000 mon.smithi031 (mon.0) 300 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:01.329 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:01 smithi031 bash[18647]: audit 2024-04-25T05:12:00.865634+0000 mon.smithi031 (mon.0) 300 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:01.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:01 smithi040 bash[23838]: cluster 2024-04-25T05:11:59.772371+0000 mgr.smithi031.wbrsoo (mgr.14201) 35 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:01.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:01 smithi040 bash[23838]: cluster 2024-04-25T05:11:59.772371+0000 mgr.smithi031.wbrsoo (mgr.14201) 35 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:01.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:01 smithi040 bash[23838]: audit 2024-04-25T05:12:00.804547+0000 mon.smithi031 (mon.0) 297 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:01.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:01 smithi040 bash[23838]: audit 2024-04-25T05:12:00.804547+0000 mon.smithi031 (mon.0) 297 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:01.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:01 smithi040 bash[23838]: audit 2024-04-25T05:12:00.813715+0000 mon.smithi031 (mon.0) 298 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:01.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:01 smithi040 bash[23838]: audit 2024-04-25T05:12:00.813715+0000 mon.smithi031 (mon.0) 298 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:01.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:01 smithi040 bash[23838]: audit 2024-04-25T05:12:00.863805+0000 mon.smithi031 (mon.0) 299 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi031", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-25T05:12:01.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:01 smithi040 bash[23838]: audit 2024-04-25T05:12:00.863805+0000 mon.smithi031 (mon.0) 299 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi031", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-25T05:12:01.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:01 smithi040 bash[23838]: audit 2024-04-25T05:12:00.865634+0000 mon.smithi031 (mon.0) 300 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:01.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:01 smithi040 bash[23838]: audit 2024-04-25T05:12:00.865634+0000 mon.smithi031 (mon.0) 300 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:01.785 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:12:02.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:02 smithi031 bash[18647]: cephadm 2024-04-25T05:12:00.863057+0000 mgr.smithi031.wbrsoo (mgr.14201) 36 : cephadm [INF] Reconfiguring ceph-exporter.smithi031 (monmap changed)... 2024-04-25T05:12:02.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:02 smithi031 bash[18647]: cephadm 2024-04-25T05:12:00.863057+0000 mgr.smithi031.wbrsoo (mgr.14201) 36 : cephadm [INF] Reconfiguring ceph-exporter.smithi031 (monmap changed)... 2024-04-25T05:12:02.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:02 smithi031 bash[18647]: cephadm 2024-04-25T05:12:00.867519+0000 mgr.smithi031.wbrsoo (mgr.14201) 37 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi031 on smithi031 2024-04-25T05:12:02.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:02 smithi031 bash[18647]: cephadm 2024-04-25T05:12:00.867519+0000 mgr.smithi031.wbrsoo (mgr.14201) 37 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi031 on smithi031 2024-04-25T05:12:02.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:02 smithi040 bash[23838]: cephadm 2024-04-25T05:12:00.863057+0000 mgr.smithi031.wbrsoo (mgr.14201) 36 : cephadm [INF] Reconfiguring ceph-exporter.smithi031 (monmap changed)... 2024-04-25T05:12:02.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:02 smithi040 bash[23838]: cephadm 2024-04-25T05:12:00.863057+0000 mgr.smithi031.wbrsoo (mgr.14201) 36 : cephadm [INF] Reconfiguring ceph-exporter.smithi031 (monmap changed)... 2024-04-25T05:12:02.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:02 smithi040 bash[23838]: cephadm 2024-04-25T05:12:00.867519+0000 mgr.smithi031.wbrsoo (mgr.14201) 37 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi031 on smithi031 2024-04-25T05:12:02.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:02 smithi040 bash[23838]: cephadm 2024-04-25T05:12:00.867519+0000 mgr.smithi031.wbrsoo (mgr.14201) 37 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi031 on smithi031 2024-04-25T05:12:03.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:03 smithi031 bash[18647]: cluster 2024-04-25T05:12:01.772728+0000 mgr.smithi031.wbrsoo (mgr.14201) 38 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:03.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:03 smithi031 bash[18647]: cluster 2024-04-25T05:12:01.772728+0000 mgr.smithi031.wbrsoo (mgr.14201) 38 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:03.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:03 smithi040 bash[23838]: cluster 2024-04-25T05:12:01.772728+0000 mgr.smithi031.wbrsoo (mgr.14201) 38 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:03.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:03 smithi040 bash[23838]: cluster 2024-04-25T05:12:01.772728+0000 mgr.smithi031.wbrsoo (mgr.14201) 38 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:03.523 INFO:teuthology.orchestra.run.smithi031.stdout:# minimal ceph.conf for b4616124-02c1-11ef-bc93-c7b262605968 2024-04-25T05:12:03.523 INFO:teuthology.orchestra.run.smithi031.stdout:[global] 2024-04-25T05:12:03.523 INFO:teuthology.orchestra.run.smithi031.stdout: fsid = b4616124-02c1-11ef-bc93-c7b262605968 2024-04-25T05:12:03.523 INFO:teuthology.orchestra.run.smithi031.stdout: mon_host = [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] [v2:172.21.15.40:3300/0,v1:172.21.15.40:6789/0] 2024-04-25T05:12:04.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:04 smithi031 bash[18647]: audit 2024-04-25T05:12:03.524524+0000 mon.smithi031 (mon.0) 301 : audit [DBG] from='client.? 172.21.15.31:0/1808160685' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:04.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:04 smithi031 bash[18647]: audit 2024-04-25T05:12:03.524524+0000 mon.smithi031 (mon.0) 301 : audit [DBG] from='client.? 172.21.15.31:0/1808160685' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:04.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:04 smithi031 bash[18647]: audit 2024-04-25T05:12:03.595106+0000 mon.smithi031 (mon.0) 302 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:04.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:04 smithi031 bash[18647]: audit 2024-04-25T05:12:03.595106+0000 mon.smithi031 (mon.0) 302 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:04.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:04 smithi031 bash[18647]: audit 2024-04-25T05:12:03.599820+0000 mon.smithi031 (mon.0) 303 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:04.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:04 smithi031 bash[18647]: audit 2024-04-25T05:12:03.599820+0000 mon.smithi031 (mon.0) 303 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:04.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:04 smithi031 bash[18647]: audit 2024-04-25T05:12:03.639674+0000 mon.smithi031 (mon.0) 304 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi031", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-25T05:12:04.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:04 smithi031 bash[18647]: audit 2024-04-25T05:12:03.639674+0000 mon.smithi031 (mon.0) 304 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi031", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-25T05:12:04.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:04 smithi031 bash[18647]: audit 2024-04-25T05:12:03.640826+0000 mon.smithi031 (mon.0) 305 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:04.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:04 smithi031 bash[18647]: audit 2024-04-25T05:12:03.640826+0000 mon.smithi031 (mon.0) 305 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:04.453 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-25T05:12:04.454 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-04-25T05:12:04.454 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/ceph/ceph.conf 2024-04-25T05:12:04.468 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-04-25T05:12:04.468 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-25T05:12:04.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:04 smithi040 bash[23838]: audit 2024-04-25T05:12:03.524524+0000 mon.smithi031 (mon.0) 301 : audit [DBG] from='client.? 172.21.15.31:0/1808160685' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:04.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:04 smithi040 bash[23838]: audit 2024-04-25T05:12:03.524524+0000 mon.smithi031 (mon.0) 301 : audit [DBG] from='client.? 172.21.15.31:0/1808160685' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:04.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:04 smithi040 bash[23838]: audit 2024-04-25T05:12:03.595106+0000 mon.smithi031 (mon.0) 302 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:04.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:04 smithi040 bash[23838]: audit 2024-04-25T05:12:03.595106+0000 mon.smithi031 (mon.0) 302 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:04.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:04 smithi040 bash[23838]: audit 2024-04-25T05:12:03.599820+0000 mon.smithi031 (mon.0) 303 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:04.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:04 smithi040 bash[23838]: audit 2024-04-25T05:12:03.599820+0000 mon.smithi031 (mon.0) 303 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:04.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:04 smithi040 bash[23838]: audit 2024-04-25T05:12:03.639674+0000 mon.smithi031 (mon.0) 304 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi031", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-25T05:12:04.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:04 smithi040 bash[23838]: audit 2024-04-25T05:12:03.639674+0000 mon.smithi031 (mon.0) 304 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi031", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-25T05:12:04.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:04 smithi040 bash[23838]: audit 2024-04-25T05:12:03.640826+0000 mon.smithi031 (mon.0) 305 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:04.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:04 smithi040 bash[23838]: audit 2024-04-25T05:12:03.640826+0000 mon.smithi031 (mon.0) 305 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:04.523 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-25T05:12:04.523 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/ceph/ceph.conf 2024-04-25T05:12:04.538 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-25T05:12:04.538 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-25T05:12:04.591 INFO:tasks.cephadm:Deploying OSDs... 2024-04-25T05:12:04.592 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-04-25T05:12:04.592 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/scratch_devs of=/dev/stdout 2024-04-25T05:12:04.598 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-25T05:12:04.598 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/nvme1n1 2024-04-25T05:12:04.643 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/nvme1n1 2024-04-25T05:12:04.644 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-25T05:12:04.644 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 5h/5d Inode: 965 Links: 1 Device type: 103,2 2024-04-25T05:12:04.644 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-25T05:12:04.644 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-04-25 05:10:14.622690237 +0000 2024-04-25T05:12:04.644 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-04-25 05:07:23.185464358 +0000 2024-04-25T05:12:04.644 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-04-25 05:07:23.185464358 +0000 2024-04-25T05:12:04.644 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2024-04-25T05:12:04.644 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-04-25T05:12:04.698 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-04-25T05:12:04.698 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-04-25T05:12:04.698 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000459802 s, 1.1 MB/s 2024-04-25T05:12:04.699 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-04-25T05:12:04.749 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/nvme2n1 2024-04-25T05:12:04.799 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/nvme2n1 2024-04-25T05:12:04.799 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-25T05:12:04.799 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 5h/5d Inode: 974 Links: 1 Device type: 103,4 2024-04-25T05:12:04.800 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-25T05:12:04.800 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-04-25 05:10:14.642690059 +0000 2024-04-25T05:12:04.800 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-04-25 05:07:23.289411432 +0000 2024-04-25T05:12:04.800 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-04-25 05:07:23.289411432 +0000 2024-04-25T05:12:04.800 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2024-04-25T05:12:04.800 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-04-25T05:12:04.854 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-04-25T05:12:04.854 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-04-25T05:12:04.854 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000363851 s, 1.4 MB/s 2024-04-25T05:12:04.856 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-04-25T05:12:04.907 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/nvme3n1 2024-04-25T05:12:04.958 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/nvme3n1 2024-04-25T05:12:04.959 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-25T05:12:04.959 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 5h/5d Inode: 983 Links: 1 Device type: 103,6 2024-04-25T05:12:04.959 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-25T05:12:04.959 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-04-25 05:10:14.658689915 +0000 2024-04-25T05:12:04.959 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-04-25 05:07:23.393358504 +0000 2024-04-25T05:12:04.959 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-04-25 05:07:23.393358504 +0000 2024-04-25T05:12:04.959 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2024-04-25T05:12:04.959 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-04-25T05:12:05.011 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-04-25T05:12:05.011 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-04-25T05:12:05.011 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000312493 s, 1.6 MB/s 2024-04-25T05:12:05.012 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-04-25T05:12:05.063 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/nvme4n1 2024-04-25T05:12:05.115 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/nvme4n1 2024-04-25T05:12:05.115 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-25T05:12:05.115 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 5h/5d Inode: 992 Links: 1 Device type: 103,8 2024-04-25T05:12:05.115 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-25T05:12:05.115 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-04-25 05:10:14.678689738 +0000 2024-04-25T05:12:05.115 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-04-25 05:07:23.493307611 +0000 2024-04-25T05:12:05.116 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-04-25 05:07:23.493307611 +0000 2024-04-25T05:12:05.116 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2024-04-25T05:12:05.116 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-04-25T05:12:05.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:05 smithi031 bash[18647]: cephadm 2024-04-25T05:12:03.639247+0000 mgr.smithi031.wbrsoo (mgr.14201) 39 : cephadm [INF] Reconfiguring crash.smithi031 (monmap changed)... 2024-04-25T05:12:05.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:05 smithi031 bash[18647]: cephadm 2024-04-25T05:12:03.639247+0000 mgr.smithi031.wbrsoo (mgr.14201) 39 : cephadm [INF] Reconfiguring crash.smithi031 (monmap changed)... 2024-04-25T05:12:05.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:05 smithi031 bash[18647]: cephadm 2024-04-25T05:12:03.641646+0000 mgr.smithi031.wbrsoo (mgr.14201) 40 : cephadm [INF] Reconfiguring daemon crash.smithi031 on smithi031 2024-04-25T05:12:05.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:05 smithi031 bash[18647]: cephadm 2024-04-25T05:12:03.641646+0000 mgr.smithi031.wbrsoo (mgr.14201) 40 : cephadm [INF] Reconfiguring daemon crash.smithi031 on smithi031 2024-04-25T05:12:05.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:05 smithi031 bash[18647]: cluster 2024-04-25T05:12:03.773131+0000 mgr.smithi031.wbrsoo (mgr.14201) 41 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:05.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:05 smithi031 bash[18647]: cluster 2024-04-25T05:12:03.773131+0000 mgr.smithi031.wbrsoo (mgr.14201) 41 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:05.132 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-04-25T05:12:05.132 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-04-25T05:12:05.132 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000299049 s, 1.7 MB/s 2024-04-25T05:12:05.133 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-04-25T05:12:05.181 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-25T05:12:05.181 DEBUG:teuthology.orchestra.run.smithi040:> dd if=/scratch_devs of=/dev/stdout 2024-04-25T05:12:05.188 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-25T05:12:05.188 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/nvme1n1 2024-04-25T05:12:05.236 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/nvme1n1 2024-04-25T05:12:05.237 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-25T05:12:05.237 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 5h/5d Inode: 965 Links: 1 Device type: 103,2 2024-04-25T05:12:05.237 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-25T05:12:05.237 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-04-25 05:11:30.499471773 +0000 2024-04-25T05:12:05.237 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-04-25 05:07:24.449780808 +0000 2024-04-25T05:12:05.237 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-04-25 05:07:24.449780808 +0000 2024-04-25T05:12:05.237 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: - 2024-04-25T05:12:05.237 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-04-25T05:12:05.289 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:05 smithi040 bash[23838]: cephadm 2024-04-25T05:12:03.639247+0000 mgr.smithi031.wbrsoo (mgr.14201) 39 : cephadm [INF] Reconfiguring crash.smithi031 (monmap changed)... 2024-04-25T05:12:05.289 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:05 smithi040 bash[23838]: cephadm 2024-04-25T05:12:03.639247+0000 mgr.smithi031.wbrsoo (mgr.14201) 39 : cephadm [INF] Reconfiguring crash.smithi031 (monmap changed)... 2024-04-25T05:12:05.289 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:05 smithi040 bash[23838]: cephadm 2024-04-25T05:12:03.641646+0000 mgr.smithi031.wbrsoo (mgr.14201) 40 : cephadm [INF] Reconfiguring daemon crash.smithi031 on smithi031 2024-04-25T05:12:05.289 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:05 smithi040 bash[23838]: cephadm 2024-04-25T05:12:03.641646+0000 mgr.smithi031.wbrsoo (mgr.14201) 40 : cephadm [INF] Reconfiguring daemon crash.smithi031 on smithi031 2024-04-25T05:12:05.289 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:05 smithi040 bash[23838]: cluster 2024-04-25T05:12:03.773131+0000 mgr.smithi031.wbrsoo (mgr.14201) 41 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:05.289 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:05 smithi040 bash[23838]: cluster 2024-04-25T05:12:03.773131+0000 mgr.smithi031.wbrsoo (mgr.14201) 41 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:05.290 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-04-25T05:12:05.291 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-04-25T05:12:05.291 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000387903 s, 1.3 MB/s 2024-04-25T05:12:05.292 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-04-25T05:12:05.341 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/nvme2n1 2024-04-25T05:12:05.388 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/nvme2n1 2024-04-25T05:12:05.388 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-25T05:12:05.388 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 5h/5d Inode: 974 Links: 1 Device type: 103,4 2024-04-25T05:12:05.388 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-25T05:12:05.388 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-04-25 05:11:30.511471682 +0000 2024-04-25T05:12:05.388 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-04-25 05:07:24.545748655 +0000 2024-04-25T05:12:05.388 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-04-25 05:07:24.545748655 +0000 2024-04-25T05:12:05.388 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: - 2024-04-25T05:12:05.389 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-04-25T05:12:05.442 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-04-25T05:12:05.442 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-04-25T05:12:05.442 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000377039 s, 1.4 MB/s 2024-04-25T05:12:05.443 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-04-25T05:12:05.493 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/nvme3n1 2024-04-25T05:12:05.539 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/nvme3n1 2024-04-25T05:12:05.540 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-25T05:12:05.540 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 5h/5d Inode: 983 Links: 1 Device type: 103,6 2024-04-25T05:12:05.540 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-25T05:12:05.540 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-04-25 05:11:30.527471562 +0000 2024-04-25T05:12:05.540 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-04-25 05:07:24.641716500 +0000 2024-04-25T05:12:05.540 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-04-25 05:07:24.641716500 +0000 2024-04-25T05:12:05.540 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: - 2024-04-25T05:12:05.540 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-04-25T05:12:05.594 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-04-25T05:12:05.594 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-04-25T05:12:05.594 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.00041362 s, 1.2 MB/s 2024-04-25T05:12:05.595 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-04-25T05:12:05.645 DEBUG:teuthology.orchestra.run.smithi040:> stat /dev/nvme4n1 2024-04-25T05:12:05.691 INFO:teuthology.orchestra.run.smithi040.stdout: File: /dev/nvme4n1 2024-04-25T05:12:05.692 INFO:teuthology.orchestra.run.smithi040.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-04-25T05:12:05.692 INFO:teuthology.orchestra.run.smithi040.stdout:Device: 5h/5d Inode: 992 Links: 1 Device type: 103,8 2024-04-25T05:12:05.692 INFO:teuthology.orchestra.run.smithi040.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-04-25T05:12:05.692 INFO:teuthology.orchestra.run.smithi040.stdout:Access: 2024-04-25 05:11:30.539471471 +0000 2024-04-25T05:12:05.692 INFO:teuthology.orchestra.run.smithi040.stdout:Modify: 2024-04-25 05:07:24.745681666 +0000 2024-04-25T05:12:05.692 INFO:teuthology.orchestra.run.smithi040.stdout:Change: 2024-04-25 05:07:24.745681666 +0000 2024-04-25T05:12:05.692 INFO:teuthology.orchestra.run.smithi040.stdout: Birth: - 2024-04-25T05:12:05.692 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-04-25T05:12:05.745 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records in 2024-04-25T05:12:05.745 INFO:teuthology.orchestra.run.smithi040.stderr:1+0 records out 2024-04-25T05:12:05.745 INFO:teuthology.orchestra.run.smithi040.stderr:512 bytes copied, 0.000331713 s, 1.5 MB/s 2024-04-25T05:12:05.746 DEBUG:teuthology.orchestra.run.smithi040:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-04-25T05:12:05.801 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph orch apply osd --all-available-devices 2024-04-25T05:12:07.109 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:06 smithi031 bash[18647]: cluster 2024-04-25T05:12:05.773551+0000 mgr.smithi031.wbrsoo (mgr.14201) 42 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:07.109 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:06 smithi031 bash[18647]: cluster 2024-04-25T05:12:05.773551+0000 mgr.smithi031.wbrsoo (mgr.14201) 42 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:07.109 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:06 smithi031 bash[18647]: audit 2024-04-25T05:12:05.834634+0000 mon.smithi031 (mon.0) 306 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:07.109 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:06 smithi031 bash[18647]: audit 2024-04-25T05:12:05.834634+0000 mon.smithi031 (mon.0) 306 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:07.109 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:06 smithi031 bash[18647]: audit 2024-04-25T05:12:05.845091+0000 mon.smithi031 (mon.0) 307 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:07.109 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:06 smithi031 bash[18647]: audit 2024-04-25T05:12:05.845091+0000 mon.smithi031 (mon.0) 307 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:07.109 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:06 smithi031 bash[18647]: cephadm 2024-04-25T05:12:05.861671+0000 mgr.smithi031.wbrsoo (mgr.14201) 43 : cephadm [INF] Reconfiguring alertmanager.smithi031 (dependencies changed)... 2024-04-25T05:12:07.109 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:06 smithi031 bash[18647]: cephadm 2024-04-25T05:12:05.861671+0000 mgr.smithi031.wbrsoo (mgr.14201) 43 : cephadm [INF] Reconfiguring alertmanager.smithi031 (dependencies changed)... 2024-04-25T05:12:07.109 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:06 smithi031 bash[18647]: cephadm 2024-04-25T05:12:05.896301+0000 mgr.smithi031.wbrsoo (mgr.14201) 44 : cephadm [INF] Reconfiguring daemon alertmanager.smithi031 on smithi031 2024-04-25T05:12:07.109 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:06 smithi031 bash[18647]: cephadm 2024-04-25T05:12:05.896301+0000 mgr.smithi031.wbrsoo (mgr.14201) 44 : cephadm [INF] Reconfiguring daemon alertmanager.smithi031 on smithi031 2024-04-25T05:12:07.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:06 smithi040 bash[23838]: cluster 2024-04-25T05:12:05.773551+0000 mgr.smithi031.wbrsoo (mgr.14201) 42 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:07.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:06 smithi040 bash[23838]: cluster 2024-04-25T05:12:05.773551+0000 mgr.smithi031.wbrsoo (mgr.14201) 42 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:07.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:06 smithi040 bash[23838]: audit 2024-04-25T05:12:05.834634+0000 mon.smithi031 (mon.0) 306 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:07.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:06 smithi040 bash[23838]: audit 2024-04-25T05:12:05.834634+0000 mon.smithi031 (mon.0) 306 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:07.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:06 smithi040 bash[23838]: audit 2024-04-25T05:12:05.845091+0000 mon.smithi031 (mon.0) 307 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:07.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:06 smithi040 bash[23838]: audit 2024-04-25T05:12:05.845091+0000 mon.smithi031 (mon.0) 307 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:07.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:06 smithi040 bash[23838]: cephadm 2024-04-25T05:12:05.861671+0000 mgr.smithi031.wbrsoo (mgr.14201) 43 : cephadm [INF] Reconfiguring alertmanager.smithi031 (dependencies changed)... 2024-04-25T05:12:07.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:06 smithi040 bash[23838]: cephadm 2024-04-25T05:12:05.861671+0000 mgr.smithi031.wbrsoo (mgr.14201) 43 : cephadm [INF] Reconfiguring alertmanager.smithi031 (dependencies changed)... 2024-04-25T05:12:07.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:06 smithi040 bash[23838]: cephadm 2024-04-25T05:12:05.896301+0000 mgr.smithi031.wbrsoo (mgr.14201) 44 : cephadm [INF] Reconfiguring daemon alertmanager.smithi031 on smithi031 2024-04-25T05:12:07.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:06 smithi040 bash[23838]: cephadm 2024-04-25T05:12:05.896301+0000 mgr.smithi031.wbrsoo (mgr.14201) 44 : cephadm [INF] Reconfiguring daemon alertmanager.smithi031 on smithi031 2024-04-25T05:12:08.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:07 smithi031 bash[18647]: audit 2024-04-25T05:12:06.850021+0000 mon.smithi031 (mon.0) 308 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:12:08.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:07 smithi031 bash[18647]: audit 2024-04-25T05:12:06.850021+0000 mon.smithi031 (mon.0) 308 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:12:08.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:07 smithi040 bash[23838]: audit 2024-04-25T05:12:06.850021+0000 mon.smithi031 (mon.0) 308 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:12:08.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:07 smithi040 bash[23838]: audit 2024-04-25T05:12:06.850021+0000 mon.smithi031 (mon.0) 308 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:12:08.991 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:08 smithi031 bash[18647]: cluster 2024-04-25T05:12:07.774039+0000 mgr.smithi031.wbrsoo (mgr.14201) 45 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:08.991 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:08 smithi031 bash[18647]: cluster 2024-04-25T05:12:07.774039+0000 mgr.smithi031.wbrsoo (mgr.14201) 45 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:09.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:08 smithi040 bash[23838]: cluster 2024-04-25T05:12:07.774039+0000 mgr.smithi031.wbrsoo (mgr.14201) 45 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:09.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:08 smithi040 bash[23838]: cluster 2024-04-25T05:12:07.774039+0000 mgr.smithi031.wbrsoo (mgr.14201) 45 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:10.586 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi040/config 2024-04-25T05:12:10.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:10 smithi040 bash[23838]: cluster 2024-04-25T05:12:09.774501+0000 mgr.smithi031.wbrsoo (mgr.14201) 46 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:10.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:10 smithi040 bash[23838]: cluster 2024-04-25T05:12:09.774501+0000 mgr.smithi031.wbrsoo (mgr.14201) 46 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:10.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:10 smithi040 bash[23838]: audit 2024-04-25T05:12:10.308688+0000 mon.smithi031 (mon.0) 309 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:10.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:10 smithi040 bash[23838]: audit 2024-04-25T05:12:10.308688+0000 mon.smithi031 (mon.0) 309 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:10.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:10 smithi040 bash[23838]: audit 2024-04-25T05:12:10.314901+0000 mon.smithi031 (mon.0) 310 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:10.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:10 smithi040 bash[23838]: audit 2024-04-25T05:12:10.314901+0000 mon.smithi031 (mon.0) 310 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:11.100 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:10 smithi031 bash[18647]: cluster 2024-04-25T05:12:09.774501+0000 mgr.smithi031.wbrsoo (mgr.14201) 46 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:11.100 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:10 smithi031 bash[18647]: cluster 2024-04-25T05:12:09.774501+0000 mgr.smithi031.wbrsoo (mgr.14201) 46 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:11.101 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:10 smithi031 bash[18647]: audit 2024-04-25T05:12:10.308688+0000 mon.smithi031 (mon.0) 309 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:11.101 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:10 smithi031 bash[18647]: audit 2024-04-25T05:12:10.308688+0000 mon.smithi031 (mon.0) 309 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:11.101 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:10 smithi031 bash[18647]: audit 2024-04-25T05:12:10.314901+0000 mon.smithi031 (mon.0) 310 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:11.101 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:10 smithi031 bash[18647]: audit 2024-04-25T05:12:10.314901+0000 mon.smithi031 (mon.0) 310 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:11.827 INFO:teuthology.orchestra.run.smithi040.stdout:Scheduled osd.all-available-devices update... 2024-04-25T05:12:12.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:11 smithi031 bash[18647]: cephadm 2024-04-25T05:12:10.332065+0000 mgr.smithi031.wbrsoo (mgr.14201) 47 : cephadm [INF] Reconfiguring grafana.smithi031 (dependencies changed)... 2024-04-25T05:12:12.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:11 smithi031 bash[18647]: cephadm 2024-04-25T05:12:10.332065+0000 mgr.smithi031.wbrsoo (mgr.14201) 47 : cephadm [INF] Reconfiguring grafana.smithi031 (dependencies changed)... 2024-04-25T05:12:12.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:11 smithi031 bash[18647]: cephadm 2024-04-25T05:12:10.349119+0000 mgr.smithi031.wbrsoo (mgr.14201) 48 : cephadm [INF] Reconfiguring daemon grafana.smithi031 on smithi031 2024-04-25T05:12:12.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:11 smithi031 bash[18647]: cephadm 2024-04-25T05:12:10.349119+0000 mgr.smithi031.wbrsoo (mgr.14201) 48 : cephadm [INF] Reconfiguring daemon grafana.smithi031 on smithi031 2024-04-25T05:12:12.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:11 smithi031 bash[18647]: audit 2024-04-25T05:12:11.827542+0000 mon.smithi031 (mon.0) 311 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:12.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:11 smithi031 bash[18647]: audit 2024-04-25T05:12:11.827542+0000 mon.smithi031 (mon.0) 311 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:12.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:11 smithi040 bash[23838]: cephadm 2024-04-25T05:12:10.332065+0000 mgr.smithi031.wbrsoo (mgr.14201) 47 : cephadm [INF] Reconfiguring grafana.smithi031 (dependencies changed)... 2024-04-25T05:12:12.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:11 smithi040 bash[23838]: cephadm 2024-04-25T05:12:10.332065+0000 mgr.smithi031.wbrsoo (mgr.14201) 47 : cephadm [INF] Reconfiguring grafana.smithi031 (dependencies changed)... 2024-04-25T05:12:12.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:11 smithi040 bash[23838]: cephadm 2024-04-25T05:12:10.349119+0000 mgr.smithi031.wbrsoo (mgr.14201) 48 : cephadm [INF] Reconfiguring daemon grafana.smithi031 on smithi031 2024-04-25T05:12:12.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:11 smithi040 bash[23838]: cephadm 2024-04-25T05:12:10.349119+0000 mgr.smithi031.wbrsoo (mgr.14201) 48 : cephadm [INF] Reconfiguring daemon grafana.smithi031 on smithi031 2024-04-25T05:12:12.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:11 smithi040 bash[23838]: audit 2024-04-25T05:12:11.827542+0000 mon.smithi031 (mon.0) 311 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:12.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:11 smithi040 bash[23838]: audit 2024-04-25T05:12:11.827542+0000 mon.smithi031 (mon.0) 311 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:12.478 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-04-25T05:12:12.479 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T05:12:13.103 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:12 smithi031 bash[18647]: cluster 2024-04-25T05:12:11.774908+0000 mgr.smithi031.wbrsoo (mgr.14201) 49 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:13.103 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:12 smithi031 bash[18647]: cluster 2024-04-25T05:12:11.774908+0000 mgr.smithi031.wbrsoo (mgr.14201) 49 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:13.103 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:12 smithi031 bash[18647]: audit 2024-04-25T05:12:11.813151+0000 mgr.smithi031.wbrsoo (mgr.14201) 50 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:12:13.103 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:12 smithi031 bash[18647]: audit 2024-04-25T05:12:11.813151+0000 mgr.smithi031.wbrsoo (mgr.14201) 50 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:12:13.103 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:12 smithi031 bash[18647]: cephadm 2024-04-25T05:12:11.818931+0000 mgr.smithi031.wbrsoo (mgr.14201) 51 : cephadm [INF] Marking host: smithi031 for OSDSpec preview refresh. 2024-04-25T05:12:13.103 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:12 smithi031 bash[18647]: cephadm 2024-04-25T05:12:11.818931+0000 mgr.smithi031.wbrsoo (mgr.14201) 51 : cephadm [INF] Marking host: smithi031 for OSDSpec preview refresh. 2024-04-25T05:12:13.103 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:12 smithi031 bash[18647]: cephadm 2024-04-25T05:12:11.819156+0000 mgr.smithi031.wbrsoo (mgr.14201) 52 : cephadm [INF] Marking host: smithi040 for OSDSpec preview refresh. 2024-04-25T05:12:13.103 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:12 smithi031 bash[18647]: cephadm 2024-04-25T05:12:11.819156+0000 mgr.smithi031.wbrsoo (mgr.14201) 52 : cephadm [INF] Marking host: smithi040 for OSDSpec preview refresh. 2024-04-25T05:12:13.103 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:12 smithi031 bash[18647]: cephadm 2024-04-25T05:12:11.820096+0000 mgr.smithi031.wbrsoo (mgr.14201) 53 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-04-25T05:12:13.104 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:12 smithi031 bash[18647]: cephadm 2024-04-25T05:12:11.820096+0000 mgr.smithi031.wbrsoo (mgr.14201) 53 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-04-25T05:12:13.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:12 smithi040 bash[23838]: cluster 2024-04-25T05:12:11.774908+0000 mgr.smithi031.wbrsoo (mgr.14201) 49 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:13.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:12 smithi040 bash[23838]: cluster 2024-04-25T05:12:11.774908+0000 mgr.smithi031.wbrsoo (mgr.14201) 49 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:13.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:12 smithi040 bash[23838]: audit 2024-04-25T05:12:11.813151+0000 mgr.smithi031.wbrsoo (mgr.14201) 50 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:12:13.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:12 smithi040 bash[23838]: audit 2024-04-25T05:12:11.813151+0000 mgr.smithi031.wbrsoo (mgr.14201) 50 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:12:13.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:12 smithi040 bash[23838]: cephadm 2024-04-25T05:12:11.818931+0000 mgr.smithi031.wbrsoo (mgr.14201) 51 : cephadm [INF] Marking host: smithi031 for OSDSpec preview refresh. 2024-04-25T05:12:13.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:12 smithi040 bash[23838]: cephadm 2024-04-25T05:12:11.818931+0000 mgr.smithi031.wbrsoo (mgr.14201) 51 : cephadm [INF] Marking host: smithi031 for OSDSpec preview refresh. 2024-04-25T05:12:13.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:12 smithi040 bash[23838]: cephadm 2024-04-25T05:12:11.819156+0000 mgr.smithi031.wbrsoo (mgr.14201) 52 : cephadm [INF] Marking host: smithi040 for OSDSpec preview refresh. 2024-04-25T05:12:13.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:12 smithi040 bash[23838]: cephadm 2024-04-25T05:12:11.819156+0000 mgr.smithi031.wbrsoo (mgr.14201) 52 : cephadm [INF] Marking host: smithi040 for OSDSpec preview refresh. 2024-04-25T05:12:13.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:12 smithi040 bash[23838]: cephadm 2024-04-25T05:12:11.820096+0000 mgr.smithi031.wbrsoo (mgr.14201) 53 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-04-25T05:12:13.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:12 smithi040 bash[23838]: cephadm 2024-04-25T05:12:11.820096+0000 mgr.smithi031.wbrsoo (mgr.14201) 53 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-04-25T05:12:14.901 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:14 smithi031 bash[18647]: cluster 2024-04-25T05:12:13.775375+0000 mgr.smithi031.wbrsoo (mgr.14201) 54 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:14.902 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:14 smithi031 bash[18647]: cluster 2024-04-25T05:12:13.775375+0000 mgr.smithi031.wbrsoo (mgr.14201) 54 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:15.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:14 smithi040 bash[23838]: cluster 2024-04-25T05:12:13.775375+0000 mgr.smithi031.wbrsoo (mgr.14201) 54 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:15.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:14 smithi040 bash[23838]: cluster 2024-04-25T05:12:13.775375+0000 mgr.smithi031.wbrsoo (mgr.14201) 54 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:16.388 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:16 smithi031 bash[18647]: audit 2024-04-25T05:12:15.138484+0000 mon.smithi031 (mon.0) 312 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:16.388 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:16 smithi031 bash[18647]: audit 2024-04-25T05:12:15.138484+0000 mon.smithi031 (mon.0) 312 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:16.388 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:16 smithi031 bash[18647]: audit 2024-04-25T05:12:15.144118+0000 mon.smithi031 (mon.0) 313 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:16.388 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:16 smithi031 bash[18647]: audit 2024-04-25T05:12:15.144118+0000 mon.smithi031 (mon.0) 313 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:16.388 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:16 smithi031 bash[18647]: cephadm 2024-04-25T05:12:15.181527+0000 mgr.smithi031.wbrsoo (mgr.14201) 55 : cephadm [INF] Reconfiguring prometheus.smithi031 (dependencies changed)... 2024-04-25T05:12:16.389 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:16 smithi031 bash[18647]: cephadm 2024-04-25T05:12:15.181527+0000 mgr.smithi031.wbrsoo (mgr.14201) 55 : cephadm [INF] Reconfiguring prometheus.smithi031 (dependencies changed)... 2024-04-25T05:12:16.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:16 smithi040 bash[23838]: audit 2024-04-25T05:12:15.138484+0000 mon.smithi031 (mon.0) 312 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:16.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:16 smithi040 bash[23838]: audit 2024-04-25T05:12:15.138484+0000 mon.smithi031 (mon.0) 312 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:16.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:16 smithi040 bash[23838]: audit 2024-04-25T05:12:15.144118+0000 mon.smithi031 (mon.0) 313 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:16.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:16 smithi040 bash[23838]: audit 2024-04-25T05:12:15.144118+0000 mon.smithi031 (mon.0) 313 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:16.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:16 smithi040 bash[23838]: cephadm 2024-04-25T05:12:15.181527+0000 mgr.smithi031.wbrsoo (mgr.14201) 55 : cephadm [INF] Reconfiguring prometheus.smithi031 (dependencies changed)... 2024-04-25T05:12:16.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:16 smithi040 bash[23838]: cephadm 2024-04-25T05:12:15.181527+0000 mgr.smithi031.wbrsoo (mgr.14201) 55 : cephadm [INF] Reconfiguring prometheus.smithi031 (dependencies changed)... 2024-04-25T05:12:17.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:17 smithi040 bash[23838]: cephadm 2024-04-25T05:12:15.438859+0000 mgr.smithi031.wbrsoo (mgr.14201) 56 : cephadm [INF] Reconfiguring daemon prometheus.smithi031 on smithi031 2024-04-25T05:12:17.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:17 smithi040 bash[23838]: cephadm 2024-04-25T05:12:15.438859+0000 mgr.smithi031.wbrsoo (mgr.14201) 56 : cephadm [INF] Reconfiguring daemon prometheus.smithi031 on smithi031 2024-04-25T05:12:17.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:17 smithi040 bash[23838]: cluster 2024-04-25T05:12:15.775816+0000 mgr.smithi031.wbrsoo (mgr.14201) 57 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:17.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:17 smithi040 bash[23838]: cluster 2024-04-25T05:12:15.775816+0000 mgr.smithi031.wbrsoo (mgr.14201) 57 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:17.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:17 smithi031 bash[18647]: cephadm 2024-04-25T05:12:15.438859+0000 mgr.smithi031.wbrsoo (mgr.14201) 56 : cephadm [INF] Reconfiguring daemon prometheus.smithi031 on smithi031 2024-04-25T05:12:17.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:17 smithi031 bash[18647]: cephadm 2024-04-25T05:12:15.438859+0000 mgr.smithi031.wbrsoo (mgr.14201) 56 : cephadm [INF] Reconfiguring daemon prometheus.smithi031 on smithi031 2024-04-25T05:12:17.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:17 smithi031 bash[18647]: cluster 2024-04-25T05:12:15.775816+0000 mgr.smithi031.wbrsoo (mgr.14201) 57 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:17.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:17 smithi031 bash[18647]: cluster 2024-04-25T05:12:15.775816+0000 mgr.smithi031.wbrsoo (mgr.14201) 57 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:18.608 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:12:19.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:19 smithi031 bash[18647]: cluster 2024-04-25T05:12:17.776216+0000 mgr.smithi031.wbrsoo (mgr.14201) 58 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:19.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:19 smithi031 bash[18647]: cluster 2024-04-25T05:12:17.776216+0000 mgr.smithi031.wbrsoo (mgr.14201) 58 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:19.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:19 smithi040 bash[23838]: cluster 2024-04-25T05:12:17.776216+0000 mgr.smithi031.wbrsoo (mgr.14201) 58 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:19.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:19 smithi040 bash[23838]: cluster 2024-04-25T05:12:17.776216+0000 mgr.smithi031.wbrsoo (mgr.14201) 58 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:20.512 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-25T05:12:21.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:21 smithi031 bash[18647]: cluster 2024-04-25T05:12:19.776756+0000 mgr.smithi031.wbrsoo (mgr.14201) 59 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:21.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:21 smithi031 bash[18647]: cluster 2024-04-25T05:12:19.776756+0000 mgr.smithi031.wbrsoo (mgr.14201) 59 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:21.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:21 smithi031 bash[18647]: audit 2024-04-25T05:12:20.513355+0000 mon.smithi031 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.31:0/2397838840' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:12:21.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:21 smithi031 bash[18647]: audit 2024-04-25T05:12:20.513355+0000 mon.smithi031 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.31:0/2397838840' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:12:21.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:21 smithi040 bash[23838]: cluster 2024-04-25T05:12:19.776756+0000 mgr.smithi031.wbrsoo (mgr.14201) 59 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:21.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:21 smithi040 bash[23838]: cluster 2024-04-25T05:12:19.776756+0000 mgr.smithi031.wbrsoo (mgr.14201) 59 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:21.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:21 smithi040 bash[23838]: audit 2024-04-25T05:12:20.513355+0000 mon.smithi031 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.31:0/2397838840' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:12:21.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:21 smithi040 bash[23838]: audit 2024-04-25T05:12:20.513355+0000 mon.smithi031 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.31:0/2397838840' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:12:21.897 INFO:teuthology.orchestra.run.smithi031.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-04-25T05:12:22.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:22 smithi040 bash[23838]: audit 2024-04-25T05:12:21.161115+0000 mon.smithi031 (mon.0) 315 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:22.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:22 smithi040 bash[23838]: audit 2024-04-25T05:12:21.161115+0000 mon.smithi031 (mon.0) 315 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:22.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:22 smithi040 bash[23838]: audit 2024-04-25T05:12:21.166901+0000 mon.smithi031 (mon.0) 316 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:22.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:22 smithi040 bash[23838]: audit 2024-04-25T05:12:21.166901+0000 mon.smithi031 (mon.0) 316 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:22.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:22 smithi040 bash[23838]: cephadm 2024-04-25T05:12:21.174891+0000 mgr.smithi031.wbrsoo (mgr.14201) 60 : cephadm [INF] Reconfiguring ceph-exporter.smithi040 (monmap changed)... 2024-04-25T05:12:22.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:22 smithi040 bash[23838]: cephadm 2024-04-25T05:12:21.174891+0000 mgr.smithi031.wbrsoo (mgr.14201) 60 : cephadm [INF] Reconfiguring ceph-exporter.smithi040 (monmap changed)... 2024-04-25T05:12:22.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:22 smithi040 bash[23838]: audit 2024-04-25T05:12:21.175264+0000 mon.smithi031 (mon.0) 317 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi040", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-25T05:12:22.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:22 smithi040 bash[23838]: audit 2024-04-25T05:12:21.175264+0000 mon.smithi031 (mon.0) 317 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi040", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-25T05:12:22.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:22 smithi040 bash[23838]: audit 2024-04-25T05:12:21.176129+0000 mon.smithi031 (mon.0) 318 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:22.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:22 smithi040 bash[23838]: audit 2024-04-25T05:12:21.176129+0000 mon.smithi031 (mon.0) 318 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:22.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:22 smithi040 bash[23838]: cephadm 2024-04-25T05:12:21.176980+0000 mgr.smithi031.wbrsoo (mgr.14201) 61 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi040 on smithi040 2024-04-25T05:12:22.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:22 smithi040 bash[23838]: cephadm 2024-04-25T05:12:21.176980+0000 mgr.smithi031.wbrsoo (mgr.14201) 61 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi040 on smithi040 2024-04-25T05:12:22.460 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:22 smithi040 bash[23838]: audit 2024-04-25T05:12:21.850320+0000 mon.smithi031 (mon.0) 319 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:12:22.461 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:22 smithi040 bash[23838]: audit 2024-04-25T05:12:21.850320+0000 mon.smithi031 (mon.0) 319 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:12:22.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:22 smithi031 bash[18647]: audit 2024-04-25T05:12:21.161115+0000 mon.smithi031 (mon.0) 315 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:22.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:22 smithi031 bash[18647]: audit 2024-04-25T05:12:21.161115+0000 mon.smithi031 (mon.0) 315 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:22.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:22 smithi031 bash[18647]: audit 2024-04-25T05:12:21.166901+0000 mon.smithi031 (mon.0) 316 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:22.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:22 smithi031 bash[18647]: audit 2024-04-25T05:12:21.166901+0000 mon.smithi031 (mon.0) 316 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:22.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:22 smithi031 bash[18647]: cephadm 2024-04-25T05:12:21.174891+0000 mgr.smithi031.wbrsoo (mgr.14201) 60 : cephadm [INF] Reconfiguring ceph-exporter.smithi040 (monmap changed)... 2024-04-25T05:12:22.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:22 smithi031 bash[18647]: cephadm 2024-04-25T05:12:21.174891+0000 mgr.smithi031.wbrsoo (mgr.14201) 60 : cephadm [INF] Reconfiguring ceph-exporter.smithi040 (monmap changed)... 2024-04-25T05:12:22.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:22 smithi031 bash[18647]: audit 2024-04-25T05:12:21.175264+0000 mon.smithi031 (mon.0) 317 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi040", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-25T05:12:22.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:22 smithi031 bash[18647]: audit 2024-04-25T05:12:21.175264+0000 mon.smithi031 (mon.0) 317 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi040", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-04-25T05:12:22.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:22 smithi031 bash[18647]: audit 2024-04-25T05:12:21.176129+0000 mon.smithi031 (mon.0) 318 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:22.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:22 smithi031 bash[18647]: audit 2024-04-25T05:12:21.176129+0000 mon.smithi031 (mon.0) 318 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:22.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:22 smithi031 bash[18647]: cephadm 2024-04-25T05:12:21.176980+0000 mgr.smithi031.wbrsoo (mgr.14201) 61 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi040 on smithi040 2024-04-25T05:12:22.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:22 smithi031 bash[18647]: cephadm 2024-04-25T05:12:21.176980+0000 mgr.smithi031.wbrsoo (mgr.14201) 61 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi040 on smithi040 2024-04-25T05:12:22.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:22 smithi031 bash[18647]: audit 2024-04-25T05:12:21.850320+0000 mon.smithi031 (mon.0) 319 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:12:22.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:22 smithi031 bash[18647]: audit 2024-04-25T05:12:21.850320+0000 mon.smithi031 (mon.0) 319 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:12:22.899 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T05:12:23.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:23 smithi040 bash[23838]: cluster 2024-04-25T05:12:21.777299+0000 mgr.smithi031.wbrsoo (mgr.14201) 62 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:23.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:23 smithi040 bash[23838]: cluster 2024-04-25T05:12:21.777299+0000 mgr.smithi031.wbrsoo (mgr.14201) 62 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:23.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:23 smithi040 bash[23838]: audit 2024-04-25T05:12:23.089349+0000 mon.smithi031 (mon.0) 320 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:23.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:23 smithi040 bash[23838]: audit 2024-04-25T05:12:23.089349+0000 mon.smithi031 (mon.0) 320 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:23.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:23 smithi040 bash[23838]: audit 2024-04-25T05:12:23.096504+0000 mon.smithi031 (mon.0) 321 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:23.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:23 smithi040 bash[23838]: audit 2024-04-25T05:12:23.096504+0000 mon.smithi031 (mon.0) 321 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:23.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:23 smithi040 bash[23838]: audit 2024-04-25T05:12:23.146168+0000 mon.smithi031 (mon.0) 322 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi040", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-25T05:12:23.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:23 smithi040 bash[23838]: audit 2024-04-25T05:12:23.146168+0000 mon.smithi031 (mon.0) 322 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi040", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-25T05:12:23.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:23 smithi040 bash[23838]: audit 2024-04-25T05:12:23.147773+0000 mon.smithi031 (mon.0) 323 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:23.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:23 smithi040 bash[23838]: audit 2024-04-25T05:12:23.147773+0000 mon.smithi031 (mon.0) 323 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:23.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:23 smithi031 bash[18647]: cluster 2024-04-25T05:12:21.777299+0000 mgr.smithi031.wbrsoo (mgr.14201) 62 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:23.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:23 smithi031 bash[18647]: cluster 2024-04-25T05:12:21.777299+0000 mgr.smithi031.wbrsoo (mgr.14201) 62 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:23.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:23 smithi031 bash[18647]: audit 2024-04-25T05:12:23.089349+0000 mon.smithi031 (mon.0) 320 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:23.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:23 smithi031 bash[18647]: audit 2024-04-25T05:12:23.089349+0000 mon.smithi031 (mon.0) 320 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:23.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:23 smithi031 bash[18647]: audit 2024-04-25T05:12:23.096504+0000 mon.smithi031 (mon.0) 321 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:23.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:23 smithi031 bash[18647]: audit 2024-04-25T05:12:23.096504+0000 mon.smithi031 (mon.0) 321 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:23.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:23 smithi031 bash[18647]: audit 2024-04-25T05:12:23.146168+0000 mon.smithi031 (mon.0) 322 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi040", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-25T05:12:23.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:23 smithi031 bash[18647]: audit 2024-04-25T05:12:23.146168+0000 mon.smithi031 (mon.0) 322 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi040", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-04-25T05:12:23.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:23 smithi031 bash[18647]: audit 2024-04-25T05:12:23.147773+0000 mon.smithi031 (mon.0) 323 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:23.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:23 smithi031 bash[18647]: audit 2024-04-25T05:12:23.147773+0000 mon.smithi031 (mon.0) 323 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:24.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:24 smithi040 bash[23838]: cephadm 2024-04-25T05:12:23.145630+0000 mgr.smithi031.wbrsoo (mgr.14201) 63 : cephadm [INF] Reconfiguring crash.smithi040 (monmap changed)... 2024-04-25T05:12:24.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:24 smithi040 bash[23838]: cephadm 2024-04-25T05:12:23.145630+0000 mgr.smithi031.wbrsoo (mgr.14201) 63 : cephadm [INF] Reconfiguring crash.smithi040 (monmap changed)... 2024-04-25T05:12:24.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:24 smithi040 bash[23838]: cephadm 2024-04-25T05:12:23.148831+0000 mgr.smithi031.wbrsoo (mgr.14201) 64 : cephadm [INF] Reconfiguring daemon crash.smithi040 on smithi040 2024-04-25T05:12:24.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:24 smithi040 bash[23838]: cephadm 2024-04-25T05:12:23.148831+0000 mgr.smithi031.wbrsoo (mgr.14201) 64 : cephadm [INF] Reconfiguring daemon crash.smithi040 on smithi040 2024-04-25T05:12:24.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:24 smithi031 bash[18647]: cephadm 2024-04-25T05:12:23.145630+0000 mgr.smithi031.wbrsoo (mgr.14201) 63 : cephadm [INF] Reconfiguring crash.smithi040 (monmap changed)... 2024-04-25T05:12:24.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:24 smithi031 bash[18647]: cephadm 2024-04-25T05:12:23.145630+0000 mgr.smithi031.wbrsoo (mgr.14201) 63 : cephadm [INF] Reconfiguring crash.smithi040 (monmap changed)... 2024-04-25T05:12:24.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:24 smithi031 bash[18647]: cephadm 2024-04-25T05:12:23.148831+0000 mgr.smithi031.wbrsoo (mgr.14201) 64 : cephadm [INF] Reconfiguring daemon crash.smithi040 on smithi040 2024-04-25T05:12:24.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:24 smithi031 bash[18647]: cephadm 2024-04-25T05:12:23.148831+0000 mgr.smithi031.wbrsoo (mgr.14201) 64 : cephadm [INF] Reconfiguring daemon crash.smithi040 on smithi040 2024-04-25T05:12:25.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:25 smithi040 bash[23838]: cluster 2024-04-25T05:12:23.777842+0000 mgr.smithi031.wbrsoo (mgr.14201) 65 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:25.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:25 smithi040 bash[23838]: cluster 2024-04-25T05:12:23.777842+0000 mgr.smithi031.wbrsoo (mgr.14201) 65 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:25.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:25 smithi040 bash[23838]: audit 2024-04-25T05:12:24.864757+0000 mon.smithi031 (mon.0) 324 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:25.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:25 smithi040 bash[23838]: audit 2024-04-25T05:12:24.864757+0000 mon.smithi031 (mon.0) 324 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:25.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:25 smithi040 bash[23838]: audit 2024-04-25T05:12:24.875055+0000 mon.smithi031 (mon.0) 325 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:25.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:25 smithi040 bash[23838]: audit 2024-04-25T05:12:24.875055+0000 mon.smithi031 (mon.0) 325 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:25.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:25 smithi040 bash[23838]: audit 2024-04-25T05:12:24.918406+0000 mon.smithi031 (mon.0) 326 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi040.dlwybf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-25T05:12:25.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:25 smithi040 bash[23838]: audit 2024-04-25T05:12:24.918406+0000 mon.smithi031 (mon.0) 326 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi040.dlwybf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-25T05:12:25.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:25 smithi040 bash[23838]: audit 2024-04-25T05:12:24.920561+0000 mon.smithi031 (mon.0) 327 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-25T05:12:25.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:25 smithi040 bash[23838]: audit 2024-04-25T05:12:24.920561+0000 mon.smithi031 (mon.0) 327 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-25T05:12:25.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:25 smithi040 bash[23838]: audit 2024-04-25T05:12:24.922417+0000 mon.smithi031 (mon.0) 328 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:25.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:25 smithi040 bash[23838]: audit 2024-04-25T05:12:24.922417+0000 mon.smithi031 (mon.0) 328 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:25.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:25 smithi031 bash[18647]: cluster 2024-04-25T05:12:23.777842+0000 mgr.smithi031.wbrsoo (mgr.14201) 65 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:25.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:25 smithi031 bash[18647]: cluster 2024-04-25T05:12:23.777842+0000 mgr.smithi031.wbrsoo (mgr.14201) 65 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:25.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:25 smithi031 bash[18647]: audit 2024-04-25T05:12:24.864757+0000 mon.smithi031 (mon.0) 324 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:25.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:25 smithi031 bash[18647]: audit 2024-04-25T05:12:24.864757+0000 mon.smithi031 (mon.0) 324 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:25.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:25 smithi031 bash[18647]: audit 2024-04-25T05:12:24.875055+0000 mon.smithi031 (mon.0) 325 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:25.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:25 smithi031 bash[18647]: audit 2024-04-25T05:12:24.875055+0000 mon.smithi031 (mon.0) 325 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:25.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:25 smithi031 bash[18647]: audit 2024-04-25T05:12:24.918406+0000 mon.smithi031 (mon.0) 326 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi040.dlwybf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-25T05:12:25.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:25 smithi031 bash[18647]: audit 2024-04-25T05:12:24.918406+0000 mon.smithi031 (mon.0) 326 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi040.dlwybf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-25T05:12:25.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:25 smithi031 bash[18647]: audit 2024-04-25T05:12:24.920561+0000 mon.smithi031 (mon.0) 327 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-25T05:12:25.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:25 smithi031 bash[18647]: audit 2024-04-25T05:12:24.920561+0000 mon.smithi031 (mon.0) 327 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-25T05:12:25.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:25 smithi031 bash[18647]: audit 2024-04-25T05:12:24.922417+0000 mon.smithi031 (mon.0) 328 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:25.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:25 smithi031 bash[18647]: audit 2024-04-25T05:12:24.922417+0000 mon.smithi031 (mon.0) 328 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:26.402 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:26 smithi040 bash[23838]: cephadm 2024-04-25T05:12:24.917672+0000 mgr.smithi031.wbrsoo (mgr.14201) 66 : cephadm [INF] Reconfiguring mgr.smithi040.dlwybf (monmap changed)... 2024-04-25T05:12:26.402 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:26 smithi040 bash[23838]: cephadm 2024-04-25T05:12:24.917672+0000 mgr.smithi031.wbrsoo (mgr.14201) 66 : cephadm [INF] Reconfiguring mgr.smithi040.dlwybf (monmap changed)... 2024-04-25T05:12:26.402 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:26 smithi040 bash[23838]: cephadm 2024-04-25T05:12:24.924602+0000 mgr.smithi031.wbrsoo (mgr.14201) 67 : cephadm [INF] Reconfiguring daemon mgr.smithi040.dlwybf on smithi040 2024-04-25T05:12:26.403 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:26 smithi040 bash[23838]: cephadm 2024-04-25T05:12:24.924602+0000 mgr.smithi031.wbrsoo (mgr.14201) 67 : cephadm [INF] Reconfiguring daemon mgr.smithi040.dlwybf on smithi040 2024-04-25T05:12:26.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:26 smithi031 bash[18647]: cephadm 2024-04-25T05:12:24.917672+0000 mgr.smithi031.wbrsoo (mgr.14201) 66 : cephadm [INF] Reconfiguring mgr.smithi040.dlwybf (monmap changed)... 2024-04-25T05:12:26.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:26 smithi031 bash[18647]: cephadm 2024-04-25T05:12:24.917672+0000 mgr.smithi031.wbrsoo (mgr.14201) 66 : cephadm [INF] Reconfiguring mgr.smithi040.dlwybf (monmap changed)... 2024-04-25T05:12:26.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:26 smithi031 bash[18647]: cephadm 2024-04-25T05:12:24.924602+0000 mgr.smithi031.wbrsoo (mgr.14201) 67 : cephadm [INF] Reconfiguring daemon mgr.smithi040.dlwybf on smithi040 2024-04-25T05:12:26.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:26 smithi031 bash[18647]: cephadm 2024-04-25T05:12:24.924602+0000 mgr.smithi031.wbrsoo (mgr.14201) 67 : cephadm [INF] Reconfiguring daemon mgr.smithi040.dlwybf on smithi040 2024-04-25T05:12:27.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:27 smithi040 bash[23838]: cluster 2024-04-25T05:12:25.778360+0000 mgr.smithi031.wbrsoo (mgr.14201) 68 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:27.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:27 smithi040 bash[23838]: cluster 2024-04-25T05:12:25.778360+0000 mgr.smithi031.wbrsoo (mgr.14201) 68 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:27.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:27 smithi040 bash[23838]: audit 2024-04-25T05:12:26.804401+0000 mon.smithi031 (mon.0) 329 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:27.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:27 smithi040 bash[23838]: audit 2024-04-25T05:12:26.804401+0000 mon.smithi031 (mon.0) 329 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:27.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:27 smithi040 bash[23838]: audit 2024-04-25T05:12:26.815538+0000 mon.smithi031 (mon.0) 330 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:27.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:27 smithi040 bash[23838]: audit 2024-04-25T05:12:26.815538+0000 mon.smithi031 (mon.0) 330 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:27.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:27 smithi040 bash[23838]: audit 2024-04-25T05:12:26.846911+0000 mon.smithi031 (mon.0) 331 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-25T05:12:27.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:27 smithi040 bash[23838]: audit 2024-04-25T05:12:26.846911+0000 mon.smithi031 (mon.0) 331 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-25T05:12:27.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:27 smithi040 bash[23838]: audit 2024-04-25T05:12:26.848741+0000 mon.smithi031 (mon.0) 332 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-25T05:12:27.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:27 smithi040 bash[23838]: audit 2024-04-25T05:12:26.848741+0000 mon.smithi031 (mon.0) 332 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-25T05:12:27.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:27 smithi040 bash[23838]: audit 2024-04-25T05:12:26.850425+0000 mon.smithi031 (mon.0) 333 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:27.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:27 smithi040 bash[23838]: audit 2024-04-25T05:12:26.850425+0000 mon.smithi031 (mon.0) 333 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:27.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:27 smithi031 bash[18647]: cluster 2024-04-25T05:12:25.778360+0000 mgr.smithi031.wbrsoo (mgr.14201) 68 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:27.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:27 smithi031 bash[18647]: cluster 2024-04-25T05:12:25.778360+0000 mgr.smithi031.wbrsoo (mgr.14201) 68 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:27.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:27 smithi031 bash[18647]: audit 2024-04-25T05:12:26.804401+0000 mon.smithi031 (mon.0) 329 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:27.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:27 smithi031 bash[18647]: audit 2024-04-25T05:12:26.804401+0000 mon.smithi031 (mon.0) 329 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:27.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:27 smithi031 bash[18647]: audit 2024-04-25T05:12:26.815538+0000 mon.smithi031 (mon.0) 330 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:27.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:27 smithi031 bash[18647]: audit 2024-04-25T05:12:26.815538+0000 mon.smithi031 (mon.0) 330 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:27.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:27 smithi031 bash[18647]: audit 2024-04-25T05:12:26.846911+0000 mon.smithi031 (mon.0) 331 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-25T05:12:27.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:27 smithi031 bash[18647]: audit 2024-04-25T05:12:26.846911+0000 mon.smithi031 (mon.0) 331 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-25T05:12:27.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:27 smithi031 bash[18647]: audit 2024-04-25T05:12:26.848741+0000 mon.smithi031 (mon.0) 332 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-25T05:12:27.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:27 smithi031 bash[18647]: audit 2024-04-25T05:12:26.848741+0000 mon.smithi031 (mon.0) 332 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-25T05:12:27.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:27 smithi031 bash[18647]: audit 2024-04-25T05:12:26.850425+0000 mon.smithi031 (mon.0) 333 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:27.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:27 smithi031 bash[18647]: audit 2024-04-25T05:12:26.850425+0000 mon.smithi031 (mon.0) 333 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:27.679 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:12:28.352 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:28 smithi040 bash[23838]: cephadm 2024-04-25T05:12:26.846242+0000 mgr.smithi031.wbrsoo (mgr.14201) 69 : cephadm [INF] Reconfiguring mon.smithi040 (monmap changed)... 2024-04-25T05:12:28.352 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:28 smithi040 bash[23838]: cephadm 2024-04-25T05:12:26.846242+0000 mgr.smithi031.wbrsoo (mgr.14201) 69 : cephadm [INF] Reconfiguring mon.smithi040 (monmap changed)... 2024-04-25T05:12:28.352 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:28 smithi040 bash[23838]: cephadm 2024-04-25T05:12:26.852493+0000 mgr.smithi031.wbrsoo (mgr.14201) 70 : cephadm [INF] Reconfiguring daemon mon.smithi040 on smithi040 2024-04-25T05:12:28.352 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:28 smithi040 bash[23838]: cephadm 2024-04-25T05:12:26.852493+0000 mgr.smithi031.wbrsoo (mgr.14201) 70 : cephadm [INF] Reconfiguring daemon mon.smithi040 on smithi040 2024-04-25T05:12:28.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:28 smithi031 bash[18647]: cephadm 2024-04-25T05:12:26.846242+0000 mgr.smithi031.wbrsoo (mgr.14201) 69 : cephadm [INF] Reconfiguring mon.smithi040 (monmap changed)... 2024-04-25T05:12:28.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:28 smithi031 bash[18647]: cephadm 2024-04-25T05:12:26.846242+0000 mgr.smithi031.wbrsoo (mgr.14201) 69 : cephadm [INF] Reconfiguring mon.smithi040 (monmap changed)... 2024-04-25T05:12:28.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:28 smithi031 bash[18647]: cephadm 2024-04-25T05:12:26.852493+0000 mgr.smithi031.wbrsoo (mgr.14201) 70 : cephadm [INF] Reconfiguring daemon mon.smithi040 on smithi040 2024-04-25T05:12:28.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:28 smithi031 bash[18647]: cephadm 2024-04-25T05:12:26.852493+0000 mgr.smithi031.wbrsoo (mgr.14201) 70 : cephadm [INF] Reconfiguring daemon mon.smithi040 on smithi040 2024-04-25T05:12:29.087 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-25T05:12:29.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:29 smithi031 bash[18647]: cluster 2024-04-25T05:12:27.778831+0000 mgr.smithi031.wbrsoo (mgr.14201) 71 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:29.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:29 smithi031 bash[18647]: cluster 2024-04-25T05:12:27.778831+0000 mgr.smithi031.wbrsoo (mgr.14201) 71 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:29.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:29 smithi031 bash[18647]: audit 2024-04-25T05:12:28.720469+0000 mon.smithi031 (mon.0) 334 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:29.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:29 smithi031 bash[18647]: audit 2024-04-25T05:12:28.720469+0000 mon.smithi031 (mon.0) 334 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:29.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:29 smithi031 bash[18647]: audit 2024-04-25T05:12:28.727607+0000 mon.smithi031 (mon.0) 335 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:29.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:29 smithi031 bash[18647]: audit 2024-04-25T05:12:28.727607+0000 mon.smithi031 (mon.0) 335 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:29.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:29 smithi031 bash[18647]: audit 2024-04-25T05:12:28.776667+0000 mon.smithi031 (mon.0) 336 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-25T05:12:29.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:29 smithi031 bash[18647]: audit 2024-04-25T05:12:28.776667+0000 mon.smithi031 (mon.0) 336 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-25T05:12:29.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:29 smithi031 bash[18647]: audit 2024-04-25T05:12:28.778485+0000 mon.smithi031 (mon.0) 337 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi031.front.sepia.ceph.com:9093"}]: dispatch 2024-04-25T05:12:29.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:29 smithi031 bash[18647]: audit 2024-04-25T05:12:28.778485+0000 mon.smithi031 (mon.0) 337 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi031.front.sepia.ceph.com:9093"}]: dispatch 2024-04-25T05:12:29.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:29 smithi031 bash[18647]: audit 2024-04-25T05:12:28.786242+0000 mon.smithi031 (mon.0) 338 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:29.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:29 smithi031 bash[18647]: audit 2024-04-25T05:12:28.786242+0000 mon.smithi031 (mon.0) 338 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:29.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:29 smithi031 bash[18647]: audit 2024-04-25T05:12:28.796317+0000 mon.smithi031 (mon.0) 339 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-25T05:12:29.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:29 smithi031 bash[18647]: audit 2024-04-25T05:12:28.796317+0000 mon.smithi031 (mon.0) 339 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-25T05:12:29.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:29 smithi031 bash[18647]: audit 2024-04-25T05:12:28.803927+0000 mon.smithi031 (mon.0) 340 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi031.front.sepia.ceph.com:3000"}]: dispatch 2024-04-25T05:12:29.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:29 smithi031 bash[18647]: audit 2024-04-25T05:12:28.803927+0000 mon.smithi031 (mon.0) 340 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi031.front.sepia.ceph.com:3000"}]: dispatch 2024-04-25T05:12:29.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:29 smithi031 bash[18647]: audit 2024-04-25T05:12:28.810544+0000 mon.smithi031 (mon.0) 341 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:29.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:29 smithi031 bash[18647]: audit 2024-04-25T05:12:28.810544+0000 mon.smithi031 (mon.0) 341 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:29.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:29 smithi031 bash[18647]: audit 2024-04-25T05:12:28.825003+0000 mon.smithi031 (mon.0) 342 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-25T05:12:29.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:29 smithi031 bash[18647]: audit 2024-04-25T05:12:28.825003+0000 mon.smithi031 (mon.0) 342 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-25T05:12:29.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:29 smithi031 bash[18647]: audit 2024-04-25T05:12:28.828903+0000 mon.smithi031 (mon.0) 343 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi031.front.sepia.ceph.com:9095"}]: dispatch 2024-04-25T05:12:29.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:29 smithi031 bash[18647]: audit 2024-04-25T05:12:28.828903+0000 mon.smithi031 (mon.0) 343 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi031.front.sepia.ceph.com:9095"}]: dispatch 2024-04-25T05:12:29.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:29 smithi031 bash[18647]: audit 2024-04-25T05:12:28.832882+0000 mon.smithi031 (mon.0) 344 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:29.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:29 smithi031 bash[18647]: audit 2024-04-25T05:12:28.832882+0000 mon.smithi031 (mon.0) 344 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:29.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:29 smithi031 bash[18647]: audit 2024-04-25T05:12:28.848403+0000 mon.smithi031 (mon.0) 345 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:12:29.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:29 smithi031 bash[18647]: audit 2024-04-25T05:12:28.848403+0000 mon.smithi031 (mon.0) 345 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:12:29.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:29 smithi031 bash[18647]: audit 2024-04-25T05:12:29.088612+0000 mon.smithi031 (mon.0) 346 : audit [DBG] from='client.? 172.21.15.31:0/1992040562' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:12:29.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:29 smithi031 bash[18647]: audit 2024-04-25T05:12:29.088612+0000 mon.smithi031 (mon.0) 346 : audit [DBG] from='client.? 172.21.15.31:0/1992040562' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:12:29.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:29 smithi040 bash[23838]: cluster 2024-04-25T05:12:27.778831+0000 mgr.smithi031.wbrsoo (mgr.14201) 71 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:29.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:29 smithi040 bash[23838]: cluster 2024-04-25T05:12:27.778831+0000 mgr.smithi031.wbrsoo (mgr.14201) 71 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:29.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:29 smithi040 bash[23838]: audit 2024-04-25T05:12:28.720469+0000 mon.smithi031 (mon.0) 334 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:29.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:29 smithi040 bash[23838]: audit 2024-04-25T05:12:28.720469+0000 mon.smithi031 (mon.0) 334 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:29.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:29 smithi040 bash[23838]: audit 2024-04-25T05:12:28.727607+0000 mon.smithi031 (mon.0) 335 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:29.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:29 smithi040 bash[23838]: audit 2024-04-25T05:12:28.727607+0000 mon.smithi031 (mon.0) 335 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:29.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:29 smithi040 bash[23838]: audit 2024-04-25T05:12:28.776667+0000 mon.smithi031 (mon.0) 336 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-25T05:12:29.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:29 smithi040 bash[23838]: audit 2024-04-25T05:12:28.776667+0000 mon.smithi031 (mon.0) 336 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-25T05:12:29.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:29 smithi040 bash[23838]: audit 2024-04-25T05:12:28.778485+0000 mon.smithi031 (mon.0) 337 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi031.front.sepia.ceph.com:9093"}]: dispatch 2024-04-25T05:12:29.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:29 smithi040 bash[23838]: audit 2024-04-25T05:12:28.778485+0000 mon.smithi031 (mon.0) 337 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi031.front.sepia.ceph.com:9093"}]: dispatch 2024-04-25T05:12:29.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:29 smithi040 bash[23838]: audit 2024-04-25T05:12:28.786242+0000 mon.smithi031 (mon.0) 338 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:29.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:29 smithi040 bash[23838]: audit 2024-04-25T05:12:28.786242+0000 mon.smithi031 (mon.0) 338 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:29.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:29 smithi040 bash[23838]: audit 2024-04-25T05:12:28.796317+0000 mon.smithi031 (mon.0) 339 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-25T05:12:29.472 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:29 smithi040 bash[23838]: audit 2024-04-25T05:12:28.796317+0000 mon.smithi031 (mon.0) 339 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-25T05:12:29.472 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:29 smithi040 bash[23838]: audit 2024-04-25T05:12:28.803927+0000 mon.smithi031 (mon.0) 340 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi031.front.sepia.ceph.com:3000"}]: dispatch 2024-04-25T05:12:29.472 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:29 smithi040 bash[23838]: audit 2024-04-25T05:12:28.803927+0000 mon.smithi031 (mon.0) 340 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi031.front.sepia.ceph.com:3000"}]: dispatch 2024-04-25T05:12:29.472 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:29 smithi040 bash[23838]: audit 2024-04-25T05:12:28.810544+0000 mon.smithi031 (mon.0) 341 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:29.472 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:29 smithi040 bash[23838]: audit 2024-04-25T05:12:28.810544+0000 mon.smithi031 (mon.0) 341 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:29.472 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:29 smithi040 bash[23838]: audit 2024-04-25T05:12:28.825003+0000 mon.smithi031 (mon.0) 342 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-25T05:12:29.473 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:29 smithi040 bash[23838]: audit 2024-04-25T05:12:28.825003+0000 mon.smithi031 (mon.0) 342 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-25T05:12:29.473 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:29 smithi040 bash[23838]: audit 2024-04-25T05:12:28.828903+0000 mon.smithi031 (mon.0) 343 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi031.front.sepia.ceph.com:9095"}]: dispatch 2024-04-25T05:12:29.473 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:29 smithi040 bash[23838]: audit 2024-04-25T05:12:28.828903+0000 mon.smithi031 (mon.0) 343 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi031.front.sepia.ceph.com:9095"}]: dispatch 2024-04-25T05:12:29.473 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:29 smithi040 bash[23838]: audit 2024-04-25T05:12:28.832882+0000 mon.smithi031 (mon.0) 344 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:29.473 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:29 smithi040 bash[23838]: audit 2024-04-25T05:12:28.832882+0000 mon.smithi031 (mon.0) 344 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:29.473 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:29 smithi040 bash[23838]: audit 2024-04-25T05:12:28.848403+0000 mon.smithi031 (mon.0) 345 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:12:29.474 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:29 smithi040 bash[23838]: audit 2024-04-25T05:12:28.848403+0000 mon.smithi031 (mon.0) 345 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:12:29.474 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:29 smithi040 bash[23838]: audit 2024-04-25T05:12:29.088612+0000 mon.smithi031 (mon.0) 346 : audit [DBG] from='client.? 172.21.15.31:0/1992040562' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:12:29.474 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:29 smithi040 bash[23838]: audit 2024-04-25T05:12:29.088612+0000 mon.smithi031 (mon.0) 346 : audit [DBG] from='client.? 172.21.15.31:0/1992040562' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:12:29.843 INFO:teuthology.orchestra.run.smithi031.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-04-25T05:12:30.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:30 smithi040 bash[23838]: audit 2024-04-25T05:12:28.777222+0000 mgr.smithi031.wbrsoo (mgr.14201) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-25T05:12:30.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:30 smithi040 bash[23838]: audit 2024-04-25T05:12:28.777222+0000 mgr.smithi031.wbrsoo (mgr.14201) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-25T05:12:30.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:30 smithi040 bash[23838]: audit 2024-04-25T05:12:28.778882+0000 mgr.smithi031.wbrsoo (mgr.14201) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi031.front.sepia.ceph.com:9093"}]: dispatch 2024-04-25T05:12:30.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:30 smithi040 bash[23838]: audit 2024-04-25T05:12:28.778882+0000 mgr.smithi031.wbrsoo (mgr.14201) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi031.front.sepia.ceph.com:9093"}]: dispatch 2024-04-25T05:12:30.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:30 smithi040 bash[23838]: audit 2024-04-25T05:12:28.796929+0000 mgr.smithi031.wbrsoo (mgr.14201) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-25T05:12:30.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:30 smithi040 bash[23838]: audit 2024-04-25T05:12:28.796929+0000 mgr.smithi031.wbrsoo (mgr.14201) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-25T05:12:30.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:30 smithi040 bash[23838]: audit 2024-04-25T05:12:28.804445+0000 mgr.smithi031.wbrsoo (mgr.14201) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi031.front.sepia.ceph.com:3000"}]: dispatch 2024-04-25T05:12:30.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:30 smithi040 bash[23838]: audit 2024-04-25T05:12:28.804445+0000 mgr.smithi031.wbrsoo (mgr.14201) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi031.front.sepia.ceph.com:3000"}]: dispatch 2024-04-25T05:12:30.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:30 smithi040 bash[23838]: audit 2024-04-25T05:12:28.825474+0000 mgr.smithi031.wbrsoo (mgr.14201) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-25T05:12:30.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:30 smithi040 bash[23838]: audit 2024-04-25T05:12:28.825474+0000 mgr.smithi031.wbrsoo (mgr.14201) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-25T05:12:30.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:30 smithi040 bash[23838]: audit 2024-04-25T05:12:28.829294+0000 mgr.smithi031.wbrsoo (mgr.14201) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi031.front.sepia.ceph.com:9095"}]: dispatch 2024-04-25T05:12:30.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:30 smithi040 bash[23838]: audit 2024-04-25T05:12:28.829294+0000 mgr.smithi031.wbrsoo (mgr.14201) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi031.front.sepia.ceph.com:9095"}]: dispatch 2024-04-25T05:12:30.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:30 smithi031 bash[18647]: audit 2024-04-25T05:12:28.777222+0000 mgr.smithi031.wbrsoo (mgr.14201) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-25T05:12:30.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:30 smithi031 bash[18647]: audit 2024-04-25T05:12:28.777222+0000 mgr.smithi031.wbrsoo (mgr.14201) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-25T05:12:30.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:30 smithi031 bash[18647]: audit 2024-04-25T05:12:28.778882+0000 mgr.smithi031.wbrsoo (mgr.14201) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi031.front.sepia.ceph.com:9093"}]: dispatch 2024-04-25T05:12:30.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:30 smithi031 bash[18647]: audit 2024-04-25T05:12:28.778882+0000 mgr.smithi031.wbrsoo (mgr.14201) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi031.front.sepia.ceph.com:9093"}]: dispatch 2024-04-25T05:12:30.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:30 smithi031 bash[18647]: audit 2024-04-25T05:12:28.796929+0000 mgr.smithi031.wbrsoo (mgr.14201) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-25T05:12:30.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:30 smithi031 bash[18647]: audit 2024-04-25T05:12:28.796929+0000 mgr.smithi031.wbrsoo (mgr.14201) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-25T05:12:30.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:30 smithi031 bash[18647]: audit 2024-04-25T05:12:28.804445+0000 mgr.smithi031.wbrsoo (mgr.14201) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi031.front.sepia.ceph.com:3000"}]: dispatch 2024-04-25T05:12:30.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:30 smithi031 bash[18647]: audit 2024-04-25T05:12:28.804445+0000 mgr.smithi031.wbrsoo (mgr.14201) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi031.front.sepia.ceph.com:3000"}]: dispatch 2024-04-25T05:12:30.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:30 smithi031 bash[18647]: audit 2024-04-25T05:12:28.825474+0000 mgr.smithi031.wbrsoo (mgr.14201) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-25T05:12:30.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:30 smithi031 bash[18647]: audit 2024-04-25T05:12:28.825474+0000 mgr.smithi031.wbrsoo (mgr.14201) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-25T05:12:30.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:30 smithi031 bash[18647]: audit 2024-04-25T05:12:28.829294+0000 mgr.smithi031.wbrsoo (mgr.14201) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi031.front.sepia.ceph.com:9095"}]: dispatch 2024-04-25T05:12:30.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:30 smithi031 bash[18647]: audit 2024-04-25T05:12:28.829294+0000 mgr.smithi031.wbrsoo (mgr.14201) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi031.front.sepia.ceph.com:9095"}]: dispatch 2024-04-25T05:12:30.844 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T05:12:31.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:31 smithi040 bash[23838]: cluster 2024-04-25T05:12:29.779267+0000 mgr.smithi031.wbrsoo (mgr.14201) 78 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:31.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:31 smithi040 bash[23838]: cluster 2024-04-25T05:12:29.779267+0000 mgr.smithi031.wbrsoo (mgr.14201) 78 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:31.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:31 smithi031 bash[18647]: cluster 2024-04-25T05:12:29.779267+0000 mgr.smithi031.wbrsoo (mgr.14201) 78 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:31.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:31 smithi031 bash[18647]: cluster 2024-04-25T05:12:29.779267+0000 mgr.smithi031.wbrsoo (mgr.14201) 78 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:33.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:33 smithi040 bash[23838]: cluster 2024-04-25T05:12:31.779675+0000 mgr.smithi031.wbrsoo (mgr.14201) 79 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:33.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:33 smithi040 bash[23838]: cluster 2024-04-25T05:12:31.779675+0000 mgr.smithi031.wbrsoo (mgr.14201) 79 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:33.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:33 smithi031 bash[18647]: cluster 2024-04-25T05:12:31.779675+0000 mgr.smithi031.wbrsoo (mgr.14201) 79 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:33.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:33 smithi031 bash[18647]: cluster 2024-04-25T05:12:31.779675+0000 mgr.smithi031.wbrsoo (mgr.14201) 79 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:34.850 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:12:35.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:35 smithi031 bash[18647]: cluster 2024-04-25T05:12:33.780127+0000 mgr.smithi031.wbrsoo (mgr.14201) 80 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:35.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:35 smithi031 bash[18647]: cluster 2024-04-25T05:12:33.780127+0000 mgr.smithi031.wbrsoo (mgr.14201) 80 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:35.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:35 smithi031 bash[18647]: audit 2024-04-25T05:12:34.285593+0000 mon.smithi031 (mon.0) 347 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:35.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:35 smithi031 bash[18647]: audit 2024-04-25T05:12:34.285593+0000 mon.smithi031 (mon.0) 347 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:35.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:35 smithi031 bash[18647]: audit 2024-04-25T05:12:34.290282+0000 mon.smithi031 (mon.0) 348 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:35.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:35 smithi031 bash[18647]: audit 2024-04-25T05:12:34.290282+0000 mon.smithi031 (mon.0) 348 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:35.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:35 smithi031 bash[18647]: audit 2024-04-25T05:12:34.737998+0000 mon.smithi031 (mon.0) 349 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:35.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:35 smithi031 bash[18647]: audit 2024-04-25T05:12:34.737998+0000 mon.smithi031 (mon.0) 349 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:35.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:35 smithi031 bash[18647]: audit 2024-04-25T05:12:34.743174+0000 mon.smithi031 (mon.0) 350 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:35.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:35 smithi031 bash[18647]: audit 2024-04-25T05:12:34.743174+0000 mon.smithi031 (mon.0) 350 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:35.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:35 smithi031 bash[18647]: audit 2024-04-25T05:12:34.974871+0000 mon.smithi031 (mon.0) 351 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:35.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:35 smithi031 bash[18647]: audit 2024-04-25T05:12:34.974871+0000 mon.smithi031 (mon.0) 351 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:35.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:35 smithi031 bash[18647]: audit 2024-04-25T05:12:34.984115+0000 mon.smithi031 (mon.0) 352 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:35.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:35 smithi031 bash[18647]: audit 2024-04-25T05:12:34.984115+0000 mon.smithi031 (mon.0) 352 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:35.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:35 smithi040 bash[23838]: cluster 2024-04-25T05:12:33.780127+0000 mgr.smithi031.wbrsoo (mgr.14201) 80 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:35.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:35 smithi040 bash[23838]: cluster 2024-04-25T05:12:33.780127+0000 mgr.smithi031.wbrsoo (mgr.14201) 80 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:35.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:35 smithi040 bash[23838]: audit 2024-04-25T05:12:34.285593+0000 mon.smithi031 (mon.0) 347 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:35.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:35 smithi040 bash[23838]: audit 2024-04-25T05:12:34.285593+0000 mon.smithi031 (mon.0) 347 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:35.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:35 smithi040 bash[23838]: audit 2024-04-25T05:12:34.290282+0000 mon.smithi031 (mon.0) 348 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:35.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:35 smithi040 bash[23838]: audit 2024-04-25T05:12:34.290282+0000 mon.smithi031 (mon.0) 348 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:35.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:35 smithi040 bash[23838]: audit 2024-04-25T05:12:34.737998+0000 mon.smithi031 (mon.0) 349 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:35.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:35 smithi040 bash[23838]: audit 2024-04-25T05:12:34.737998+0000 mon.smithi031 (mon.0) 349 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:35.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:35 smithi040 bash[23838]: audit 2024-04-25T05:12:34.743174+0000 mon.smithi031 (mon.0) 350 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:35.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:35 smithi040 bash[23838]: audit 2024-04-25T05:12:34.743174+0000 mon.smithi031 (mon.0) 350 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:35.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:35 smithi040 bash[23838]: audit 2024-04-25T05:12:34.974871+0000 mon.smithi031 (mon.0) 351 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:35.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:35 smithi040 bash[23838]: audit 2024-04-25T05:12:34.974871+0000 mon.smithi031 (mon.0) 351 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:35.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:35 smithi040 bash[23838]: audit 2024-04-25T05:12:34.984115+0000 mon.smithi031 (mon.0) 352 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:35.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:35 smithi040 bash[23838]: audit 2024-04-25T05:12:34.984115+0000 mon.smithi031 (mon.0) 352 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:36.200 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-25T05:12:36.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:36 smithi031 bash[18647]: audit 2024-04-25T05:12:35.384477+0000 mon.smithi031 (mon.0) 353 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:36.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:36 smithi031 bash[18647]: audit 2024-04-25T05:12:35.384477+0000 mon.smithi031 (mon.0) 353 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:36.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:36 smithi031 bash[18647]: audit 2024-04-25T05:12:35.395752+0000 mon.smithi031 (mon.0) 354 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:36.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:36 smithi031 bash[18647]: audit 2024-04-25T05:12:35.395752+0000 mon.smithi031 (mon.0) 354 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:36.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:36 smithi031 bash[18647]: audit 2024-04-25T05:12:35.398328+0000 mon.smithi031 (mon.0) 355 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:36.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:36 smithi031 bash[18647]: audit 2024-04-25T05:12:35.398328+0000 mon.smithi031 (mon.0) 355 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:36.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:36 smithi031 bash[18647]: audit 2024-04-25T05:12:35.400097+0000 mon.smithi031 (mon.0) 356 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:12:36.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:36 smithi031 bash[18647]: audit 2024-04-25T05:12:35.400097+0000 mon.smithi031 (mon.0) 356 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:12:36.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:36 smithi031 bash[18647]: audit 2024-04-25T05:12:35.409999+0000 mon.smithi031 (mon.0) 357 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:36.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:36 smithi031 bash[18647]: audit 2024-04-25T05:12:35.409999+0000 mon.smithi031 (mon.0) 357 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:36.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:36 smithi031 bash[18647]: audit 2024-04-25T05:12:35.418217+0000 mon.smithi031 (mon.0) 358 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T05:12:36.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:36 smithi031 bash[18647]: audit 2024-04-25T05:12:35.418217+0000 mon.smithi031 (mon.0) 358 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T05:12:36.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:36 smithi031 bash[18647]: audit 2024-04-25T05:12:35.425074+0000 mon.smithi031 (mon.0) 359 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T05:12:36.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:36 smithi031 bash[18647]: audit 2024-04-25T05:12:35.425074+0000 mon.smithi031 (mon.0) 359 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T05:12:36.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:36 smithi031 bash[18647]: audit 2024-04-25T05:12:35.426248+0000 mon.smithi031 (mon.0) 360 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:36.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:36 smithi031 bash[18647]: audit 2024-04-25T05:12:35.426248+0000 mon.smithi031 (mon.0) 360 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:36.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:36 smithi031 bash[18647]: audit 2024-04-25T05:12:35.431105+0000 mon.smithi031 (mon.0) 361 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T05:12:36.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:36 smithi031 bash[18647]: audit 2024-04-25T05:12:35.431105+0000 mon.smithi031 (mon.0) 361 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T05:12:36.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:36 smithi031 bash[18647]: audit 2024-04-25T05:12:35.432212+0000 mon.smithi031 (mon.0) 362 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:36.623 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:36 smithi031 bash[18647]: audit 2024-04-25T05:12:35.432212+0000 mon.smithi031 (mon.0) 362 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:36.623 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:36 smithi031 bash[18647]: cluster 2024-04-25T05:12:35.780475+0000 mgr.smithi031.wbrsoo (mgr.14201) 81 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:36.623 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:36 smithi031 bash[18647]: cluster 2024-04-25T05:12:35.780475+0000 mgr.smithi031.wbrsoo (mgr.14201) 81 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:36.623 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:36 smithi031 bash[18647]: audit 2024-04-25T05:12:36.202087+0000 mon.smithi031 (mon.0) 363 : audit [DBG] from='client.? 172.21.15.31:0/1763250904' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:12:36.623 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:36 smithi031 bash[18647]: audit 2024-04-25T05:12:36.202087+0000 mon.smithi031 (mon.0) 363 : audit [DBG] from='client.? 172.21.15.31:0/1763250904' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:12:36.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:36 smithi040 bash[23838]: audit 2024-04-25T05:12:35.384477+0000 mon.smithi031 (mon.0) 353 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:36.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:36 smithi040 bash[23838]: audit 2024-04-25T05:12:35.384477+0000 mon.smithi031 (mon.0) 353 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:36.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:36 smithi040 bash[23838]: audit 2024-04-25T05:12:35.395752+0000 mon.smithi031 (mon.0) 354 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:36.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:36 smithi040 bash[23838]: audit 2024-04-25T05:12:35.395752+0000 mon.smithi031 (mon.0) 354 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:36.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:36 smithi040 bash[23838]: audit 2024-04-25T05:12:35.398328+0000 mon.smithi031 (mon.0) 355 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:36.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:36 smithi040 bash[23838]: audit 2024-04-25T05:12:35.398328+0000 mon.smithi031 (mon.0) 355 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:36.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:36 smithi040 bash[23838]: audit 2024-04-25T05:12:35.400097+0000 mon.smithi031 (mon.0) 356 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:12:36.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:36 smithi040 bash[23838]: audit 2024-04-25T05:12:35.400097+0000 mon.smithi031 (mon.0) 356 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:12:36.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:36 smithi040 bash[23838]: audit 2024-04-25T05:12:35.409999+0000 mon.smithi031 (mon.0) 357 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:36.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:36 smithi040 bash[23838]: audit 2024-04-25T05:12:35.409999+0000 mon.smithi031 (mon.0) 357 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:12:36.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:36 smithi040 bash[23838]: audit 2024-04-25T05:12:35.418217+0000 mon.smithi031 (mon.0) 358 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T05:12:36.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:36 smithi040 bash[23838]: audit 2024-04-25T05:12:35.418217+0000 mon.smithi031 (mon.0) 358 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T05:12:36.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:36 smithi040 bash[23838]: audit 2024-04-25T05:12:35.425074+0000 mon.smithi031 (mon.0) 359 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T05:12:36.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:36 smithi040 bash[23838]: audit 2024-04-25T05:12:35.425074+0000 mon.smithi031 (mon.0) 359 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T05:12:36.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:36 smithi040 bash[23838]: audit 2024-04-25T05:12:35.426248+0000 mon.smithi031 (mon.0) 360 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:36.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:36 smithi040 bash[23838]: audit 2024-04-25T05:12:35.426248+0000 mon.smithi031 (mon.0) 360 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:36.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:36 smithi040 bash[23838]: audit 2024-04-25T05:12:35.431105+0000 mon.smithi031 (mon.0) 361 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T05:12:36.721 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:36 smithi040 bash[23838]: audit 2024-04-25T05:12:35.431105+0000 mon.smithi031 (mon.0) 361 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T05:12:36.721 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:36 smithi040 bash[23838]: audit 2024-04-25T05:12:35.432212+0000 mon.smithi031 (mon.0) 362 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:36.721 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:36 smithi040 bash[23838]: audit 2024-04-25T05:12:35.432212+0000 mon.smithi031 (mon.0) 362 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:12:36.721 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:36 smithi040 bash[23838]: cluster 2024-04-25T05:12:35.780475+0000 mgr.smithi031.wbrsoo (mgr.14201) 81 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:36.721 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:36 smithi040 bash[23838]: cluster 2024-04-25T05:12:35.780475+0000 mgr.smithi031.wbrsoo (mgr.14201) 81 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:36.721 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:36 smithi040 bash[23838]: audit 2024-04-25T05:12:36.202087+0000 mon.smithi031 (mon.0) 363 : audit [DBG] from='client.? 172.21.15.31:0/1763250904' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:12:36.721 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:36 smithi040 bash[23838]: audit 2024-04-25T05:12:36.202087+0000 mon.smithi031 (mon.0) 363 : audit [DBG] from='client.? 172.21.15.31:0/1763250904' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:12:36.924 INFO:teuthology.orchestra.run.smithi031.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-04-25T05:12:37.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:37 smithi040 bash[23838]: audit 2024-04-25T05:12:36.851087+0000 mon.smithi031 (mon.0) 364 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:12:37.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:37 smithi040 bash[23838]: audit 2024-04-25T05:12:36.851087+0000 mon.smithi031 (mon.0) 364 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:12:37.870 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:37 smithi031 bash[18647]: audit 2024-04-25T05:12:36.851087+0000 mon.smithi031 (mon.0) 364 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:12:37.870 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:37 smithi031 bash[18647]: audit 2024-04-25T05:12:36.851087+0000 mon.smithi031 (mon.0) 364 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:12:37.925 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T05:12:38.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:38 smithi040 bash[23838]: cluster 2024-04-25T05:12:37.780872+0000 mgr.smithi031.wbrsoo (mgr.14201) 82 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:38.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:38 smithi040 bash[23838]: cluster 2024-04-25T05:12:37.780872+0000 mgr.smithi031.wbrsoo (mgr.14201) 82 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:38.870 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:38 smithi031 bash[18647]: cluster 2024-04-25T05:12:37.780872+0000 mgr.smithi031.wbrsoo (mgr.14201) 82 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:38.870 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:38 smithi031 bash[18647]: cluster 2024-04-25T05:12:37.780872+0000 mgr.smithi031.wbrsoo (mgr.14201) 82 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:41.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:40 smithi031 bash[18647]: cluster 2024-04-25T05:12:39.781318+0000 mgr.smithi031.wbrsoo (mgr.14201) 83 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:41.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:40 smithi031 bash[18647]: cluster 2024-04-25T05:12:39.781318+0000 mgr.smithi031.wbrsoo (mgr.14201) 83 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:41.206 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:40 smithi040 bash[23838]: cluster 2024-04-25T05:12:39.781318+0000 mgr.smithi031.wbrsoo (mgr.14201) 83 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:41.206 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:40 smithi040 bash[23838]: cluster 2024-04-25T05:12:39.781318+0000 mgr.smithi031.wbrsoo (mgr.14201) 83 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:42.607 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:12:43.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:42 smithi031 bash[18647]: cluster 2024-04-25T05:12:41.781702+0000 mgr.smithi031.wbrsoo (mgr.14201) 84 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:43.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:42 smithi031 bash[18647]: cluster 2024-04-25T05:12:41.781702+0000 mgr.smithi031.wbrsoo (mgr.14201) 84 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:43.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:42 smithi040 bash[23838]: cluster 2024-04-25T05:12:41.781702+0000 mgr.smithi031.wbrsoo (mgr.14201) 84 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:43.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:42 smithi040 bash[23838]: cluster 2024-04-25T05:12:41.781702+0000 mgr.smithi031.wbrsoo (mgr.14201) 84 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:44.297 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-25T05:12:45.012 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":6,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1714021964,"num_remapped_pgs":0} 2024-04-25T05:12:45.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:44 smithi031 bash[18647]: cluster 2024-04-25T05:12:43.782113+0000 mgr.smithi031.wbrsoo (mgr.14201) 85 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:45.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:44 smithi031 bash[18647]: cluster 2024-04-25T05:12:43.782113+0000 mgr.smithi031.wbrsoo (mgr.14201) 85 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:45.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:44 smithi031 bash[18647]: audit 2024-04-25T05:12:44.245596+0000 mon.smithi040 (mon.1) 2 : audit [INF] from='client.? 172.21.15.40:0/1002416531' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "307408f8-8d9f-4bb5-bece-43e7cc20c76b"}]: dispatch 2024-04-25T05:12:45.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:44 smithi031 bash[18647]: audit 2024-04-25T05:12:44.245596+0000 mon.smithi040 (mon.1) 2 : audit [INF] from='client.? 172.21.15.40:0/1002416531' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "307408f8-8d9f-4bb5-bece-43e7cc20c76b"}]: dispatch 2024-04-25T05:12:45.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:44 smithi031 bash[18647]: audit 2024-04-25T05:12:44.246886+0000 mon.smithi031 (mon.0) 365 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "307408f8-8d9f-4bb5-bece-43e7cc20c76b"}]: dispatch 2024-04-25T05:12:45.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:44 smithi031 bash[18647]: audit 2024-04-25T05:12:44.246886+0000 mon.smithi031 (mon.0) 365 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "307408f8-8d9f-4bb5-bece-43e7cc20c76b"}]: dispatch 2024-04-25T05:12:45.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:44 smithi031 bash[18647]: audit 2024-04-25T05:12:44.249070+0000 mon.smithi031 (mon.0) 366 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "307408f8-8d9f-4bb5-bece-43e7cc20c76b"}]': finished 2024-04-25T05:12:45.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:44 smithi031 bash[18647]: audit 2024-04-25T05:12:44.249070+0000 mon.smithi031 (mon.0) 366 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "307408f8-8d9f-4bb5-bece-43e7cc20c76b"}]': finished 2024-04-25T05:12:45.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:44 smithi031 bash[18647]: cluster 2024-04-25T05:12:44.251566+0000 mon.smithi031 (mon.0) 367 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-25T05:12:45.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:44 smithi031 bash[18647]: cluster 2024-04-25T05:12:44.251566+0000 mon.smithi031 (mon.0) 367 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-25T05:12:45.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:44 smithi031 bash[18647]: audit 2024-04-25T05:12:44.252018+0000 mon.smithi031 (mon.0) 368 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:12:45.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:44 smithi031 bash[18647]: audit 2024-04-25T05:12:44.252018+0000 mon.smithi031 (mon.0) 368 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:12:45.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:44 smithi031 bash[18647]: audit 2024-04-25T05:12:44.298421+0000 mon.smithi031 (mon.0) 369 : audit [DBG] from='client.? 172.21.15.31:0/669327993' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:12:45.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:44 smithi031 bash[18647]: audit 2024-04-25T05:12:44.298421+0000 mon.smithi031 (mon.0) 369 : audit [DBG] from='client.? 172.21.15.31:0/669327993' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:12:45.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:44 smithi040 bash[23838]: cluster 2024-04-25T05:12:43.782113+0000 mgr.smithi031.wbrsoo (mgr.14201) 85 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:45.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:44 smithi040 bash[23838]: cluster 2024-04-25T05:12:43.782113+0000 mgr.smithi031.wbrsoo (mgr.14201) 85 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:45.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:44 smithi040 bash[23838]: audit 2024-04-25T05:12:44.245596+0000 mon.smithi040 (mon.1) 2 : audit [INF] from='client.? 172.21.15.40:0/1002416531' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "307408f8-8d9f-4bb5-bece-43e7cc20c76b"}]: dispatch 2024-04-25T05:12:45.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:44 smithi040 bash[23838]: audit 2024-04-25T05:12:44.245596+0000 mon.smithi040 (mon.1) 2 : audit [INF] from='client.? 172.21.15.40:0/1002416531' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "307408f8-8d9f-4bb5-bece-43e7cc20c76b"}]: dispatch 2024-04-25T05:12:45.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:44 smithi040 bash[23838]: audit 2024-04-25T05:12:44.246886+0000 mon.smithi031 (mon.0) 365 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "307408f8-8d9f-4bb5-bece-43e7cc20c76b"}]: dispatch 2024-04-25T05:12:45.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:44 smithi040 bash[23838]: audit 2024-04-25T05:12:44.246886+0000 mon.smithi031 (mon.0) 365 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "307408f8-8d9f-4bb5-bece-43e7cc20c76b"}]: dispatch 2024-04-25T05:12:45.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:44 smithi040 bash[23838]: audit 2024-04-25T05:12:44.249070+0000 mon.smithi031 (mon.0) 366 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "307408f8-8d9f-4bb5-bece-43e7cc20c76b"}]': finished 2024-04-25T05:12:45.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:44 smithi040 bash[23838]: audit 2024-04-25T05:12:44.249070+0000 mon.smithi031 (mon.0) 366 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "307408f8-8d9f-4bb5-bece-43e7cc20c76b"}]': finished 2024-04-25T05:12:45.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:44 smithi040 bash[23838]: cluster 2024-04-25T05:12:44.251566+0000 mon.smithi031 (mon.0) 367 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-25T05:12:45.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:44 smithi040 bash[23838]: cluster 2024-04-25T05:12:44.251566+0000 mon.smithi031 (mon.0) 367 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-25T05:12:45.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:44 smithi040 bash[23838]: audit 2024-04-25T05:12:44.252018+0000 mon.smithi031 (mon.0) 368 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:12:45.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:44 smithi040 bash[23838]: audit 2024-04-25T05:12:44.252018+0000 mon.smithi031 (mon.0) 368 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:12:45.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:44 smithi040 bash[23838]: audit 2024-04-25T05:12:44.298421+0000 mon.smithi031 (mon.0) 369 : audit [DBG] from='client.? 172.21.15.31:0/669327993' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:12:45.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:44 smithi040 bash[23838]: audit 2024-04-25T05:12:44.298421+0000 mon.smithi031 (mon.0) 369 : audit [DBG] from='client.? 172.21.15.31:0/669327993' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:12:46.014 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T05:12:46.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:45 smithi031 bash[18647]: audit 2024-04-25T05:12:45.318812+0000 mon.smithi031 (mon.0) 370 : audit [INF] from='client.? 172.21.15.31:0/1918496563' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "871b35c3-9c5e-499f-90f6-0d496eff074f"}]: dispatch 2024-04-25T05:12:46.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:45 smithi031 bash[18647]: audit 2024-04-25T05:12:45.318812+0000 mon.smithi031 (mon.0) 370 : audit [INF] from='client.? 172.21.15.31:0/1918496563' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "871b35c3-9c5e-499f-90f6-0d496eff074f"}]: dispatch 2024-04-25T05:12:46.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:45 smithi031 bash[18647]: audit 2024-04-25T05:12:45.321415+0000 mon.smithi031 (mon.0) 371 : audit [INF] from='client.? 172.21.15.31:0/1918496563' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "871b35c3-9c5e-499f-90f6-0d496eff074f"}]': finished 2024-04-25T05:12:46.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:45 smithi031 bash[18647]: audit 2024-04-25T05:12:45.321415+0000 mon.smithi031 (mon.0) 371 : audit [INF] from='client.? 172.21.15.31:0/1918496563' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "871b35c3-9c5e-499f-90f6-0d496eff074f"}]': finished 2024-04-25T05:12:46.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:45 smithi031 bash[18647]: cluster 2024-04-25T05:12:45.325720+0000 mon.smithi031 (mon.0) 372 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-04-25T05:12:46.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:45 smithi031 bash[18647]: cluster 2024-04-25T05:12:45.325720+0000 mon.smithi031 (mon.0) 372 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-04-25T05:12:46.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:45 smithi031 bash[18647]: audit 2024-04-25T05:12:45.326091+0000 mon.smithi031 (mon.0) 373 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:12:46.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:45 smithi031 bash[18647]: audit 2024-04-25T05:12:45.326091+0000 mon.smithi031 (mon.0) 373 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:12:46.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:45 smithi031 bash[18647]: audit 2024-04-25T05:12:45.326388+0000 mon.smithi031 (mon.0) 374 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:12:46.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:45 smithi031 bash[18647]: audit 2024-04-25T05:12:45.326388+0000 mon.smithi031 (mon.0) 374 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:12:46.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:45 smithi040 bash[23838]: audit 2024-04-25T05:12:45.318812+0000 mon.smithi031 (mon.0) 370 : audit [INF] from='client.? 172.21.15.31:0/1918496563' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "871b35c3-9c5e-499f-90f6-0d496eff074f"}]: dispatch 2024-04-25T05:12:46.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:45 smithi040 bash[23838]: audit 2024-04-25T05:12:45.318812+0000 mon.smithi031 (mon.0) 370 : audit [INF] from='client.? 172.21.15.31:0/1918496563' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "871b35c3-9c5e-499f-90f6-0d496eff074f"}]: dispatch 2024-04-25T05:12:46.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:45 smithi040 bash[23838]: audit 2024-04-25T05:12:45.321415+0000 mon.smithi031 (mon.0) 371 : audit [INF] from='client.? 172.21.15.31:0/1918496563' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "871b35c3-9c5e-499f-90f6-0d496eff074f"}]': finished 2024-04-25T05:12:46.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:45 smithi040 bash[23838]: audit 2024-04-25T05:12:45.321415+0000 mon.smithi031 (mon.0) 371 : audit [INF] from='client.? 172.21.15.31:0/1918496563' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "871b35c3-9c5e-499f-90f6-0d496eff074f"}]': finished 2024-04-25T05:12:46.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:45 smithi040 bash[23838]: cluster 2024-04-25T05:12:45.325720+0000 mon.smithi031 (mon.0) 372 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-04-25T05:12:46.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:45 smithi040 bash[23838]: cluster 2024-04-25T05:12:45.325720+0000 mon.smithi031 (mon.0) 372 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-04-25T05:12:46.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:45 smithi040 bash[23838]: audit 2024-04-25T05:12:45.326091+0000 mon.smithi031 (mon.0) 373 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:12:46.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:45 smithi040 bash[23838]: audit 2024-04-25T05:12:45.326091+0000 mon.smithi031 (mon.0) 373 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:12:46.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:45 smithi040 bash[23838]: audit 2024-04-25T05:12:45.326388+0000 mon.smithi031 (mon.0) 374 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:12:46.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:45 smithi040 bash[23838]: audit 2024-04-25T05:12:45.326388+0000 mon.smithi031 (mon.0) 374 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:12:47.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:46 smithi031 bash[18647]: cluster 2024-04-25T05:12:45.782500+0000 mgr.smithi031.wbrsoo (mgr.14201) 86 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:47.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:46 smithi031 bash[18647]: cluster 2024-04-25T05:12:45.782500+0000 mgr.smithi031.wbrsoo (mgr.14201) 86 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:47.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:46 smithi031 bash[18647]: audit 2024-04-25T05:12:45.850878+0000 mon.smithi040 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.40:0/278751023' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T05:12:47.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:46 smithi031 bash[18647]: audit 2024-04-25T05:12:45.850878+0000 mon.smithi040 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.40:0/278751023' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T05:12:47.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:46 smithi040 bash[23838]: cluster 2024-04-25T05:12:45.782500+0000 mgr.smithi031.wbrsoo (mgr.14201) 86 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:47.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:46 smithi040 bash[23838]: cluster 2024-04-25T05:12:45.782500+0000 mgr.smithi031.wbrsoo (mgr.14201) 86 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:47.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:46 smithi040 bash[23838]: audit 2024-04-25T05:12:45.850878+0000 mon.smithi040 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.40:0/278751023' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T05:12:47.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:46 smithi040 bash[23838]: audit 2024-04-25T05:12:45.850878+0000 mon.smithi040 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.40:0/278751023' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T05:12:48.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:47 smithi031 bash[18647]: audit 2024-04-25T05:12:46.937336+0000 mon.smithi031 (mon.0) 375 : audit [DBG] from='client.? 172.21.15.31:0/710236684' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T05:12:48.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:47 smithi031 bash[18647]: audit 2024-04-25T05:12:46.937336+0000 mon.smithi031 (mon.0) 375 : audit [DBG] from='client.? 172.21.15.31:0/710236684' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T05:12:48.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:47 smithi040 bash[23838]: audit 2024-04-25T05:12:46.937336+0000 mon.smithi031 (mon.0) 375 : audit [DBG] from='client.? 172.21.15.31:0/710236684' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T05:12:48.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:47 smithi040 bash[23838]: audit 2024-04-25T05:12:46.937336+0000 mon.smithi031 (mon.0) 375 : audit [DBG] from='client.? 172.21.15.31:0/710236684' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T05:12:49.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:48 smithi031 bash[18647]: cluster 2024-04-25T05:12:47.783004+0000 mgr.smithi031.wbrsoo (mgr.14201) 87 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:49.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:48 smithi031 bash[18647]: cluster 2024-04-25T05:12:47.783004+0000 mgr.smithi031.wbrsoo (mgr.14201) 87 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:49.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:48 smithi031 bash[18647]: audit 2024-04-25T05:12:48.687392+0000 mon.smithi040 (mon.1) 4 : audit [INF] from='client.? 172.21.15.40:0/1110253080' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a2dfb623-e73c-41a8-8a75-d67964d0ff91"}]: dispatch 2024-04-25T05:12:49.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:48 smithi031 bash[18647]: audit 2024-04-25T05:12:48.687392+0000 mon.smithi040 (mon.1) 4 : audit [INF] from='client.? 172.21.15.40:0/1110253080' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a2dfb623-e73c-41a8-8a75-d67964d0ff91"}]: dispatch 2024-04-25T05:12:49.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:48 smithi031 bash[18647]: audit 2024-04-25T05:12:48.688657+0000 mon.smithi031 (mon.0) 376 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a2dfb623-e73c-41a8-8a75-d67964d0ff91"}]: dispatch 2024-04-25T05:12:49.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:48 smithi031 bash[18647]: audit 2024-04-25T05:12:48.688657+0000 mon.smithi031 (mon.0) 376 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a2dfb623-e73c-41a8-8a75-d67964d0ff91"}]: dispatch 2024-04-25T05:12:49.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:48 smithi031 bash[18647]: audit 2024-04-25T05:12:48.690715+0000 mon.smithi031 (mon.0) 377 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a2dfb623-e73c-41a8-8a75-d67964d0ff91"}]': finished 2024-04-25T05:12:49.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:48 smithi031 bash[18647]: audit 2024-04-25T05:12:48.690715+0000 mon.smithi031 (mon.0) 377 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a2dfb623-e73c-41a8-8a75-d67964d0ff91"}]': finished 2024-04-25T05:12:49.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:48 smithi031 bash[18647]: cluster 2024-04-25T05:12:48.694153+0000 mon.smithi031 (mon.0) 378 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-04-25T05:12:49.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:48 smithi031 bash[18647]: cluster 2024-04-25T05:12:48.694153+0000 mon.smithi031 (mon.0) 378 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-04-25T05:12:49.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:48 smithi031 bash[18647]: audit 2024-04-25T05:12:48.694412+0000 mon.smithi031 (mon.0) 379 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:12:49.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:48 smithi031 bash[18647]: audit 2024-04-25T05:12:48.694412+0000 mon.smithi031 (mon.0) 379 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:12:49.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:48 smithi031 bash[18647]: audit 2024-04-25T05:12:48.694650+0000 mon.smithi031 (mon.0) 380 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:12:49.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:48 smithi031 bash[18647]: audit 2024-04-25T05:12:48.694650+0000 mon.smithi031 (mon.0) 380 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:12:49.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:48 smithi031 bash[18647]: audit 2024-04-25T05:12:48.694929+0000 mon.smithi031 (mon.0) 381 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:12:49.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:48 smithi031 bash[18647]: audit 2024-04-25T05:12:48.694929+0000 mon.smithi031 (mon.0) 381 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:12:49.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:48 smithi040 bash[23838]: cluster 2024-04-25T05:12:47.783004+0000 mgr.smithi031.wbrsoo (mgr.14201) 87 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:49.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:48 smithi040 bash[23838]: cluster 2024-04-25T05:12:47.783004+0000 mgr.smithi031.wbrsoo (mgr.14201) 87 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:49.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:48 smithi040 bash[23838]: audit 2024-04-25T05:12:48.687392+0000 mon.smithi040 (mon.1) 4 : audit [INF] from='client.? 172.21.15.40:0/1110253080' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a2dfb623-e73c-41a8-8a75-d67964d0ff91"}]: dispatch 2024-04-25T05:12:49.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:48 smithi040 bash[23838]: audit 2024-04-25T05:12:48.687392+0000 mon.smithi040 (mon.1) 4 : audit [INF] from='client.? 172.21.15.40:0/1110253080' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a2dfb623-e73c-41a8-8a75-d67964d0ff91"}]: dispatch 2024-04-25T05:12:49.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:48 smithi040 bash[23838]: audit 2024-04-25T05:12:48.688657+0000 mon.smithi031 (mon.0) 376 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a2dfb623-e73c-41a8-8a75-d67964d0ff91"}]: dispatch 2024-04-25T05:12:49.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:48 smithi040 bash[23838]: audit 2024-04-25T05:12:48.688657+0000 mon.smithi031 (mon.0) 376 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a2dfb623-e73c-41a8-8a75-d67964d0ff91"}]: dispatch 2024-04-25T05:12:49.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:48 smithi040 bash[23838]: audit 2024-04-25T05:12:48.690715+0000 mon.smithi031 (mon.0) 377 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a2dfb623-e73c-41a8-8a75-d67964d0ff91"}]': finished 2024-04-25T05:12:49.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:48 smithi040 bash[23838]: audit 2024-04-25T05:12:48.690715+0000 mon.smithi031 (mon.0) 377 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a2dfb623-e73c-41a8-8a75-d67964d0ff91"}]': finished 2024-04-25T05:12:49.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:48 smithi040 bash[23838]: cluster 2024-04-25T05:12:48.694153+0000 mon.smithi031 (mon.0) 378 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-04-25T05:12:49.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:48 smithi040 bash[23838]: cluster 2024-04-25T05:12:48.694153+0000 mon.smithi031 (mon.0) 378 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-04-25T05:12:49.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:48 smithi040 bash[23838]: audit 2024-04-25T05:12:48.694412+0000 mon.smithi031 (mon.0) 379 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:12:49.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:48 smithi040 bash[23838]: audit 2024-04-25T05:12:48.694412+0000 mon.smithi031 (mon.0) 379 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:12:49.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:48 smithi040 bash[23838]: audit 2024-04-25T05:12:48.694650+0000 mon.smithi031 (mon.0) 380 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:12:49.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:48 smithi040 bash[23838]: audit 2024-04-25T05:12:48.694650+0000 mon.smithi031 (mon.0) 380 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:12:49.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:48 smithi040 bash[23838]: audit 2024-04-25T05:12:48.694929+0000 mon.smithi031 (mon.0) 381 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:12:49.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:48 smithi040 bash[23838]: audit 2024-04-25T05:12:48.694929+0000 mon.smithi031 (mon.0) 381 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:12:50.109 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:49 smithi031 bash[18647]: audit 2024-04-25T05:12:49.778705+0000 mon.smithi031 (mon.0) 382 : audit [INF] from='client.? 172.21.15.31:0/238377258' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "38e268ed-e3d3-4ad7-b9a2-72b413678f4d"}]: dispatch 2024-04-25T05:12:50.109 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:49 smithi031 bash[18647]: audit 2024-04-25T05:12:49.778705+0000 mon.smithi031 (mon.0) 382 : audit [INF] from='client.? 172.21.15.31:0/238377258' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "38e268ed-e3d3-4ad7-b9a2-72b413678f4d"}]: dispatch 2024-04-25T05:12:50.109 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:49 smithi031 bash[18647]: audit 2024-04-25T05:12:49.781676+0000 mon.smithi031 (mon.0) 383 : audit [INF] from='client.? 172.21.15.31:0/238377258' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "38e268ed-e3d3-4ad7-b9a2-72b413678f4d"}]': finished 2024-04-25T05:12:50.109 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:49 smithi031 bash[18647]: audit 2024-04-25T05:12:49.781676+0000 mon.smithi031 (mon.0) 383 : audit [INF] from='client.? 172.21.15.31:0/238377258' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "38e268ed-e3d3-4ad7-b9a2-72b413678f4d"}]': finished 2024-04-25T05:12:50.109 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:49 smithi031 bash[18647]: cluster 2024-04-25T05:12:49.785305+0000 mon.smithi031 (mon.0) 384 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-04-25T05:12:50.109 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:49 smithi031 bash[18647]: cluster 2024-04-25T05:12:49.785305+0000 mon.smithi031 (mon.0) 384 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-04-25T05:12:50.109 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:49 smithi031 bash[18647]: audit 2024-04-25T05:12:49.785678+0000 mon.smithi031 (mon.0) 385 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:12:50.109 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:49 smithi031 bash[18647]: audit 2024-04-25T05:12:49.785678+0000 mon.smithi031 (mon.0) 385 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:12:50.109 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:49 smithi031 bash[18647]: audit 2024-04-25T05:12:49.785921+0000 mon.smithi031 (mon.0) 386 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:12:50.109 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:49 smithi031 bash[18647]: audit 2024-04-25T05:12:49.785921+0000 mon.smithi031 (mon.0) 386 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:12:50.110 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:49 smithi031 bash[18647]: audit 2024-04-25T05:12:49.786202+0000 mon.smithi031 (mon.0) 387 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:12:50.110 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:49 smithi031 bash[18647]: audit 2024-04-25T05:12:49.786202+0000 mon.smithi031 (mon.0) 387 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:12:50.110 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:49 smithi031 bash[18647]: audit 2024-04-25T05:12:49.786492+0000 mon.smithi031 (mon.0) 388 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:12:50.110 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:49 smithi031 bash[18647]: audit 2024-04-25T05:12:49.786492+0000 mon.smithi031 (mon.0) 388 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:12:50.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:49 smithi040 bash[23838]: audit 2024-04-25T05:12:49.778705+0000 mon.smithi031 (mon.0) 382 : audit [INF] from='client.? 172.21.15.31:0/238377258' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "38e268ed-e3d3-4ad7-b9a2-72b413678f4d"}]: dispatch 2024-04-25T05:12:50.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:49 smithi040 bash[23838]: audit 2024-04-25T05:12:49.778705+0000 mon.smithi031 (mon.0) 382 : audit [INF] from='client.? 172.21.15.31:0/238377258' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "38e268ed-e3d3-4ad7-b9a2-72b413678f4d"}]: dispatch 2024-04-25T05:12:50.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:49 smithi040 bash[23838]: audit 2024-04-25T05:12:49.781676+0000 mon.smithi031 (mon.0) 383 : audit [INF] from='client.? 172.21.15.31:0/238377258' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "38e268ed-e3d3-4ad7-b9a2-72b413678f4d"}]': finished 2024-04-25T05:12:50.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:49 smithi040 bash[23838]: audit 2024-04-25T05:12:49.781676+0000 mon.smithi031 (mon.0) 383 : audit [INF] from='client.? 172.21.15.31:0/238377258' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "38e268ed-e3d3-4ad7-b9a2-72b413678f4d"}]': finished 2024-04-25T05:12:50.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:49 smithi040 bash[23838]: cluster 2024-04-25T05:12:49.785305+0000 mon.smithi031 (mon.0) 384 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-04-25T05:12:50.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:49 smithi040 bash[23838]: cluster 2024-04-25T05:12:49.785305+0000 mon.smithi031 (mon.0) 384 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-04-25T05:12:50.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:49 smithi040 bash[23838]: audit 2024-04-25T05:12:49.785678+0000 mon.smithi031 (mon.0) 385 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:12:50.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:49 smithi040 bash[23838]: audit 2024-04-25T05:12:49.785678+0000 mon.smithi031 (mon.0) 385 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:12:50.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:49 smithi040 bash[23838]: audit 2024-04-25T05:12:49.785921+0000 mon.smithi031 (mon.0) 386 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:12:50.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:49 smithi040 bash[23838]: audit 2024-04-25T05:12:49.785921+0000 mon.smithi031 (mon.0) 386 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:12:50.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:49 smithi040 bash[23838]: audit 2024-04-25T05:12:49.786202+0000 mon.smithi031 (mon.0) 387 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:12:50.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:49 smithi040 bash[23838]: audit 2024-04-25T05:12:49.786202+0000 mon.smithi031 (mon.0) 387 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:12:50.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:49 smithi040 bash[23838]: audit 2024-04-25T05:12:49.786492+0000 mon.smithi031 (mon.0) 388 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:12:50.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:49 smithi040 bash[23838]: audit 2024-04-25T05:12:49.786492+0000 mon.smithi031 (mon.0) 388 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:12:50.782 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:12:51.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:50 smithi031 bash[18647]: cluster 2024-04-25T05:12:49.783328+0000 mgr.smithi031.wbrsoo (mgr.14201) 88 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:51.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:50 smithi031 bash[18647]: cluster 2024-04-25T05:12:49.783328+0000 mgr.smithi031.wbrsoo (mgr.14201) 88 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:51.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:50 smithi031 bash[18647]: audit 2024-04-25T05:12:50.283336+0000 mon.smithi040 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.40:0/3276714226' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T05:12:51.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:50 smithi031 bash[18647]: audit 2024-04-25T05:12:50.283336+0000 mon.smithi040 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.40:0/3276714226' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T05:12:51.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:50 smithi040 bash[23838]: cluster 2024-04-25T05:12:49.783328+0000 mgr.smithi031.wbrsoo (mgr.14201) 88 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:51.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:50 smithi040 bash[23838]: cluster 2024-04-25T05:12:49.783328+0000 mgr.smithi031.wbrsoo (mgr.14201) 88 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:51.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:50 smithi040 bash[23838]: audit 2024-04-25T05:12:50.283336+0000 mon.smithi040 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.40:0/3276714226' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T05:12:51.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:50 smithi040 bash[23838]: audit 2024-04-25T05:12:50.283336+0000 mon.smithi040 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.40:0/3276714226' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T05:12:52.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:51 smithi031 bash[18647]: audit 2024-04-25T05:12:51.851619+0000 mon.smithi031 (mon.0) 389 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:12:52.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:51 smithi031 bash[18647]: audit 2024-04-25T05:12:51.851619+0000 mon.smithi031 (mon.0) 389 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:12:52.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:51 smithi040 bash[23838]: audit 2024-04-25T05:12:51.851619+0000 mon.smithi031 (mon.0) 389 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:12:52.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:51 smithi040 bash[23838]: audit 2024-04-25T05:12:51.851619+0000 mon.smithi031 (mon.0) 389 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:12:52.315 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-25T05:12:53.051 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1714021969,"num_remapped_pgs":0} 2024-04-25T05:12:53.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:52 smithi031 bash[18647]: cluster 2024-04-25T05:12:51.783567+0000 mgr.smithi031.wbrsoo (mgr.14201) 89 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:53.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:52 smithi031 bash[18647]: cluster 2024-04-25T05:12:51.783567+0000 mgr.smithi031.wbrsoo (mgr.14201) 89 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:53.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:52 smithi031 bash[18647]: audit 2024-04-25T05:12:52.085843+0000 mon.smithi031 (mon.0) 390 : audit [DBG] from='client.? 172.21.15.31:0/1287104634' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T05:12:53.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:52 smithi031 bash[18647]: audit 2024-04-25T05:12:52.085843+0000 mon.smithi031 (mon.0) 390 : audit [DBG] from='client.? 172.21.15.31:0/1287104634' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T05:12:53.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:52 smithi031 bash[18647]: audit 2024-04-25T05:12:52.316807+0000 mon.smithi031 (mon.0) 391 : audit [DBG] from='client.? 172.21.15.31:0/2693861383' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:12:53.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:52 smithi031 bash[18647]: audit 2024-04-25T05:12:52.316807+0000 mon.smithi031 (mon.0) 391 : audit [DBG] from='client.? 172.21.15.31:0/2693861383' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:12:53.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:52 smithi040 bash[23838]: cluster 2024-04-25T05:12:51.783567+0000 mgr.smithi031.wbrsoo (mgr.14201) 89 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:53.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:52 smithi040 bash[23838]: cluster 2024-04-25T05:12:51.783567+0000 mgr.smithi031.wbrsoo (mgr.14201) 89 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:53.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:52 smithi040 bash[23838]: audit 2024-04-25T05:12:52.085843+0000 mon.smithi031 (mon.0) 390 : audit [DBG] from='client.? 172.21.15.31:0/1287104634' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T05:12:53.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:52 smithi040 bash[23838]: audit 2024-04-25T05:12:52.085843+0000 mon.smithi031 (mon.0) 390 : audit [DBG] from='client.? 172.21.15.31:0/1287104634' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T05:12:53.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:52 smithi040 bash[23838]: audit 2024-04-25T05:12:52.316807+0000 mon.smithi031 (mon.0) 391 : audit [DBG] from='client.? 172.21.15.31:0/2693861383' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:12:53.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:52 smithi040 bash[23838]: audit 2024-04-25T05:12:52.316807+0000 mon.smithi031 (mon.0) 391 : audit [DBG] from='client.? 172.21.15.31:0/2693861383' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:12:54.052 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T05:12:54.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:53 smithi040 bash[23838]: audit 2024-04-25T05:12:53.190109+0000 mon.smithi040 (mon.1) 6 : audit [INF] from='client.? 172.21.15.40:0/987462503' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "82395a7e-6678-4162-a016-808fd72e4588"}]: dispatch 2024-04-25T05:12:54.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:53 smithi040 bash[23838]: audit 2024-04-25T05:12:53.190109+0000 mon.smithi040 (mon.1) 6 : audit [INF] from='client.? 172.21.15.40:0/987462503' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "82395a7e-6678-4162-a016-808fd72e4588"}]: dispatch 2024-04-25T05:12:54.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:53 smithi040 bash[23838]: audit 2024-04-25T05:12:53.191484+0000 mon.smithi031 (mon.0) 392 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "82395a7e-6678-4162-a016-808fd72e4588"}]: dispatch 2024-04-25T05:12:54.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:53 smithi040 bash[23838]: audit 2024-04-25T05:12:53.191484+0000 mon.smithi031 (mon.0) 392 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "82395a7e-6678-4162-a016-808fd72e4588"}]: dispatch 2024-04-25T05:12:54.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:53 smithi040 bash[23838]: audit 2024-04-25T05:12:53.195027+0000 mon.smithi031 (mon.0) 393 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "82395a7e-6678-4162-a016-808fd72e4588"}]': finished 2024-04-25T05:12:54.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:53 smithi040 bash[23838]: audit 2024-04-25T05:12:53.195027+0000 mon.smithi031 (mon.0) 393 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "82395a7e-6678-4162-a016-808fd72e4588"}]': finished 2024-04-25T05:12:54.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:53 smithi040 bash[23838]: cluster 2024-04-25T05:12:53.200164+0000 mon.smithi031 (mon.0) 394 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-04-25T05:12:54.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:53 smithi040 bash[23838]: cluster 2024-04-25T05:12:53.200164+0000 mon.smithi031 (mon.0) 394 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-04-25T05:12:54.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:53 smithi040 bash[23838]: audit 2024-04-25T05:12:53.200711+0000 mon.smithi031 (mon.0) 395 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:12:54.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:53 smithi040 bash[23838]: audit 2024-04-25T05:12:53.200711+0000 mon.smithi031 (mon.0) 395 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:12:54.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:53 smithi040 bash[23838]: audit 2024-04-25T05:12:53.201121+0000 mon.smithi031 (mon.0) 396 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:12:54.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:53 smithi040 bash[23838]: audit 2024-04-25T05:12:53.201121+0000 mon.smithi031 (mon.0) 396 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:12:54.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:53 smithi040 bash[23838]: audit 2024-04-25T05:12:53.201520+0000 mon.smithi031 (mon.0) 397 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:12:54.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:53 smithi040 bash[23838]: audit 2024-04-25T05:12:53.201520+0000 mon.smithi031 (mon.0) 397 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:12:54.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:53 smithi040 bash[23838]: audit 2024-04-25T05:12:53.201873+0000 mon.smithi031 (mon.0) 398 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:12:54.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:53 smithi040 bash[23838]: audit 2024-04-25T05:12:53.201873+0000 mon.smithi031 (mon.0) 398 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:12:54.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:53 smithi040 bash[23838]: audit 2024-04-25T05:12:53.202279+0000 mon.smithi031 (mon.0) 399 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:12:54.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:53 smithi040 bash[23838]: audit 2024-04-25T05:12:53.202279+0000 mon.smithi031 (mon.0) 399 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:12:54.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:53 smithi031 bash[18647]: audit 2024-04-25T05:12:53.190109+0000 mon.smithi040 (mon.1) 6 : audit [INF] from='client.? 172.21.15.40:0/987462503' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "82395a7e-6678-4162-a016-808fd72e4588"}]: dispatch 2024-04-25T05:12:54.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:53 smithi031 bash[18647]: audit 2024-04-25T05:12:53.190109+0000 mon.smithi040 (mon.1) 6 : audit [INF] from='client.? 172.21.15.40:0/987462503' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "82395a7e-6678-4162-a016-808fd72e4588"}]: dispatch 2024-04-25T05:12:54.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:53 smithi031 bash[18647]: audit 2024-04-25T05:12:53.191484+0000 mon.smithi031 (mon.0) 392 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "82395a7e-6678-4162-a016-808fd72e4588"}]: dispatch 2024-04-25T05:12:54.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:53 smithi031 bash[18647]: audit 2024-04-25T05:12:53.191484+0000 mon.smithi031 (mon.0) 392 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "82395a7e-6678-4162-a016-808fd72e4588"}]: dispatch 2024-04-25T05:12:54.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:53 smithi031 bash[18647]: audit 2024-04-25T05:12:53.195027+0000 mon.smithi031 (mon.0) 393 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "82395a7e-6678-4162-a016-808fd72e4588"}]': finished 2024-04-25T05:12:54.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:53 smithi031 bash[18647]: audit 2024-04-25T05:12:53.195027+0000 mon.smithi031 (mon.0) 393 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "82395a7e-6678-4162-a016-808fd72e4588"}]': finished 2024-04-25T05:12:54.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:53 smithi031 bash[18647]: cluster 2024-04-25T05:12:53.200164+0000 mon.smithi031 (mon.0) 394 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-04-25T05:12:54.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:53 smithi031 bash[18647]: cluster 2024-04-25T05:12:53.200164+0000 mon.smithi031 (mon.0) 394 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-04-25T05:12:54.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:53 smithi031 bash[18647]: audit 2024-04-25T05:12:53.200711+0000 mon.smithi031 (mon.0) 395 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:12:54.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:53 smithi031 bash[18647]: audit 2024-04-25T05:12:53.200711+0000 mon.smithi031 (mon.0) 395 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:12:54.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:53 smithi031 bash[18647]: audit 2024-04-25T05:12:53.201121+0000 mon.smithi031 (mon.0) 396 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:12:54.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:53 smithi031 bash[18647]: audit 2024-04-25T05:12:53.201121+0000 mon.smithi031 (mon.0) 396 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:12:54.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:53 smithi031 bash[18647]: audit 2024-04-25T05:12:53.201520+0000 mon.smithi031 (mon.0) 397 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:12:54.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:53 smithi031 bash[18647]: audit 2024-04-25T05:12:53.201520+0000 mon.smithi031 (mon.0) 397 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:12:54.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:53 smithi031 bash[18647]: audit 2024-04-25T05:12:53.201873+0000 mon.smithi031 (mon.0) 398 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:12:54.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:53 smithi031 bash[18647]: audit 2024-04-25T05:12:53.201873+0000 mon.smithi031 (mon.0) 398 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:12:54.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:53 smithi031 bash[18647]: audit 2024-04-25T05:12:53.202279+0000 mon.smithi031 (mon.0) 399 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:12:54.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:53 smithi031 bash[18647]: audit 2024-04-25T05:12:53.202279+0000 mon.smithi031 (mon.0) 399 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:12:55.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:55 smithi040 bash[23838]: cluster 2024-04-25T05:12:53.783803+0000 mgr.smithi031.wbrsoo (mgr.14201) 90 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:55.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:55 smithi040 bash[23838]: cluster 2024-04-25T05:12:53.783803+0000 mgr.smithi031.wbrsoo (mgr.14201) 90 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:55.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:55 smithi040 bash[23838]: audit 2024-04-25T05:12:54.785774+0000 mon.smithi040 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.40:0/2657596075' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T05:12:55.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:55 smithi040 bash[23838]: audit 2024-04-25T05:12:54.785774+0000 mon.smithi040 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.40:0/2657596075' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T05:12:55.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:55 smithi040 bash[23838]: audit 2024-04-25T05:12:54.961065+0000 mon.smithi031 (mon.0) 400 : audit [INF] from='client.? 172.21.15.31:0/2439403275' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "45255c86-8b9e-49f5-a887-3c4725627569"}]: dispatch 2024-04-25T05:12:55.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:55 smithi040 bash[23838]: audit 2024-04-25T05:12:54.961065+0000 mon.smithi031 (mon.0) 400 : audit [INF] from='client.? 172.21.15.31:0/2439403275' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "45255c86-8b9e-49f5-a887-3c4725627569"}]: dispatch 2024-04-25T05:12:55.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:55 smithi040 bash[23838]: audit 2024-04-25T05:12:54.963923+0000 mon.smithi031 (mon.0) 401 : audit [INF] from='client.? 172.21.15.31:0/2439403275' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "45255c86-8b9e-49f5-a887-3c4725627569"}]': finished 2024-04-25T05:12:55.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:55 smithi040 bash[23838]: audit 2024-04-25T05:12:54.963923+0000 mon.smithi031 (mon.0) 401 : audit [INF] from='client.? 172.21.15.31:0/2439403275' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "45255c86-8b9e-49f5-a887-3c4725627569"}]': finished 2024-04-25T05:12:55.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:55 smithi040 bash[23838]: cluster 2024-04-25T05:12:54.969345+0000 mon.smithi031 (mon.0) 402 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-04-25T05:12:55.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:55 smithi040 bash[23838]: cluster 2024-04-25T05:12:54.969345+0000 mon.smithi031 (mon.0) 402 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-04-25T05:12:55.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:55 smithi040 bash[23838]: audit 2024-04-25T05:12:54.969606+0000 mon.smithi031 (mon.0) 403 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:12:55.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:55 smithi040 bash[23838]: audit 2024-04-25T05:12:54.969606+0000 mon.smithi031 (mon.0) 403 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:12:55.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:55 smithi040 bash[23838]: audit 2024-04-25T05:12:54.969841+0000 mon.smithi031 (mon.0) 404 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:12:55.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:55 smithi040 bash[23838]: audit 2024-04-25T05:12:54.969841+0000 mon.smithi031 (mon.0) 404 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:12:55.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:55 smithi040 bash[23838]: audit 2024-04-25T05:12:54.970037+0000 mon.smithi031 (mon.0) 405 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:12:55.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:55 smithi040 bash[23838]: audit 2024-04-25T05:12:54.970037+0000 mon.smithi031 (mon.0) 405 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:12:55.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:55 smithi040 bash[23838]: audit 2024-04-25T05:12:54.970288+0000 mon.smithi031 (mon.0) 406 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:12:55.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:55 smithi040 bash[23838]: audit 2024-04-25T05:12:54.970288+0000 mon.smithi031 (mon.0) 406 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:12:55.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:55 smithi040 bash[23838]: audit 2024-04-25T05:12:54.970579+0000 mon.smithi031 (mon.0) 407 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:12:55.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:55 smithi040 bash[23838]: audit 2024-04-25T05:12:54.970579+0000 mon.smithi031 (mon.0) 407 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:12:55.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:55 smithi040 bash[23838]: audit 2024-04-25T05:12:54.970816+0000 mon.smithi031 (mon.0) 408 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:12:55.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:55 smithi040 bash[23838]: audit 2024-04-25T05:12:54.970816+0000 mon.smithi031 (mon.0) 408 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:12:55.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:55 smithi031 bash[18647]: cluster 2024-04-25T05:12:53.783803+0000 mgr.smithi031.wbrsoo (mgr.14201) 90 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:55.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:55 smithi031 bash[18647]: cluster 2024-04-25T05:12:53.783803+0000 mgr.smithi031.wbrsoo (mgr.14201) 90 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:55.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:55 smithi031 bash[18647]: audit 2024-04-25T05:12:54.785774+0000 mon.smithi040 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.40:0/2657596075' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T05:12:55.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:55 smithi031 bash[18647]: audit 2024-04-25T05:12:54.785774+0000 mon.smithi040 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.40:0/2657596075' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T05:12:55.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:55 smithi031 bash[18647]: audit 2024-04-25T05:12:54.961065+0000 mon.smithi031 (mon.0) 400 : audit [INF] from='client.? 172.21.15.31:0/2439403275' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "45255c86-8b9e-49f5-a887-3c4725627569"}]: dispatch 2024-04-25T05:12:55.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:55 smithi031 bash[18647]: audit 2024-04-25T05:12:54.961065+0000 mon.smithi031 (mon.0) 400 : audit [INF] from='client.? 172.21.15.31:0/2439403275' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "45255c86-8b9e-49f5-a887-3c4725627569"}]: dispatch 2024-04-25T05:12:55.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:55 smithi031 bash[18647]: audit 2024-04-25T05:12:54.963923+0000 mon.smithi031 (mon.0) 401 : audit [INF] from='client.? 172.21.15.31:0/2439403275' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "45255c86-8b9e-49f5-a887-3c4725627569"}]': finished 2024-04-25T05:12:55.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:55 smithi031 bash[18647]: audit 2024-04-25T05:12:54.963923+0000 mon.smithi031 (mon.0) 401 : audit [INF] from='client.? 172.21.15.31:0/2439403275' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "45255c86-8b9e-49f5-a887-3c4725627569"}]': finished 2024-04-25T05:12:55.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:55 smithi031 bash[18647]: cluster 2024-04-25T05:12:54.969345+0000 mon.smithi031 (mon.0) 402 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-04-25T05:12:55.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:55 smithi031 bash[18647]: cluster 2024-04-25T05:12:54.969345+0000 mon.smithi031 (mon.0) 402 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-04-25T05:12:55.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:55 smithi031 bash[18647]: audit 2024-04-25T05:12:54.969606+0000 mon.smithi031 (mon.0) 403 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:12:55.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:55 smithi031 bash[18647]: audit 2024-04-25T05:12:54.969606+0000 mon.smithi031 (mon.0) 403 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:12:55.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:55 smithi031 bash[18647]: audit 2024-04-25T05:12:54.969841+0000 mon.smithi031 (mon.0) 404 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:12:55.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:55 smithi031 bash[18647]: audit 2024-04-25T05:12:54.969841+0000 mon.smithi031 (mon.0) 404 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:12:55.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:55 smithi031 bash[18647]: audit 2024-04-25T05:12:54.970037+0000 mon.smithi031 (mon.0) 405 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:12:55.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:55 smithi031 bash[18647]: audit 2024-04-25T05:12:54.970037+0000 mon.smithi031 (mon.0) 405 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:12:55.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:55 smithi031 bash[18647]: audit 2024-04-25T05:12:54.970288+0000 mon.smithi031 (mon.0) 406 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:12:55.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:55 smithi031 bash[18647]: audit 2024-04-25T05:12:54.970288+0000 mon.smithi031 (mon.0) 406 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:12:55.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:55 smithi031 bash[18647]: audit 2024-04-25T05:12:54.970579+0000 mon.smithi031 (mon.0) 407 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:12:55.623 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:55 smithi031 bash[18647]: audit 2024-04-25T05:12:54.970579+0000 mon.smithi031 (mon.0) 407 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:12:55.623 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:55 smithi031 bash[18647]: audit 2024-04-25T05:12:54.970816+0000 mon.smithi031 (mon.0) 408 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:12:55.623 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:55 smithi031 bash[18647]: audit 2024-04-25T05:12:54.970816+0000 mon.smithi031 (mon.0) 408 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:12:57.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:57 smithi040 bash[23838]: cluster 2024-04-25T05:12:55.784267+0000 mgr.smithi031.wbrsoo (mgr.14201) 91 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:57.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:57 smithi040 bash[23838]: cluster 2024-04-25T05:12:55.784267+0000 mgr.smithi031.wbrsoo (mgr.14201) 91 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:57.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:57 smithi040 bash[23838]: audit 2024-04-25T05:12:56.614461+0000 mon.smithi031 (mon.0) 409 : audit [DBG] from='client.? 172.21.15.31:0/2696094632' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T05:12:57.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:57 smithi040 bash[23838]: audit 2024-04-25T05:12:56.614461+0000 mon.smithi031 (mon.0) 409 : audit [DBG] from='client.? 172.21.15.31:0/2696094632' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T05:12:57.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:57 smithi031 bash[18647]: cluster 2024-04-25T05:12:55.784267+0000 mgr.smithi031.wbrsoo (mgr.14201) 91 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:57.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:57 smithi031 bash[18647]: cluster 2024-04-25T05:12:55.784267+0000 mgr.smithi031.wbrsoo (mgr.14201) 91 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:57.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:57 smithi031 bash[18647]: audit 2024-04-25T05:12:56.614461+0000 mon.smithi031 (mon.0) 409 : audit [DBG] from='client.? 172.21.15.31:0/2696094632' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T05:12:57.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:57 smithi031 bash[18647]: audit 2024-04-25T05:12:56.614461+0000 mon.smithi031 (mon.0) 409 : audit [DBG] from='client.? 172.21.15.31:0/2696094632' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T05:12:58.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:58 smithi040 bash[23838]: audit 2024-04-25T05:12:57.621168+0000 mon.smithi040 (mon.1) 8 : audit [INF] from='client.? 172.21.15.40:0/2353834821' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "74290abc-5101-44f1-baf4-8ad44a01f55f"}]: dispatch 2024-04-25T05:12:58.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:58 smithi040 bash[23838]: audit 2024-04-25T05:12:57.621168+0000 mon.smithi040 (mon.1) 8 : audit [INF] from='client.? 172.21.15.40:0/2353834821' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "74290abc-5101-44f1-baf4-8ad44a01f55f"}]: dispatch 2024-04-25T05:12:58.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:58 smithi040 bash[23838]: audit 2024-04-25T05:12:57.622861+0000 mon.smithi031 (mon.0) 410 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "74290abc-5101-44f1-baf4-8ad44a01f55f"}]: dispatch 2024-04-25T05:12:58.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:58 smithi040 bash[23838]: audit 2024-04-25T05:12:57.622861+0000 mon.smithi031 (mon.0) 410 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "74290abc-5101-44f1-baf4-8ad44a01f55f"}]: dispatch 2024-04-25T05:12:58.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:58 smithi040 bash[23838]: audit 2024-04-25T05:12:57.626663+0000 mon.smithi031 (mon.0) 411 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "74290abc-5101-44f1-baf4-8ad44a01f55f"}]': finished 2024-04-25T05:12:58.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:58 smithi040 bash[23838]: audit 2024-04-25T05:12:57.626663+0000 mon.smithi031 (mon.0) 411 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "74290abc-5101-44f1-baf4-8ad44a01f55f"}]': finished 2024-04-25T05:12:58.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:58 smithi040 bash[23838]: cluster 2024-04-25T05:12:57.631810+0000 mon.smithi031 (mon.0) 412 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-04-25T05:12:58.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:58 smithi040 bash[23838]: cluster 2024-04-25T05:12:57.631810+0000 mon.smithi031 (mon.0) 412 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-04-25T05:12:58.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:58 smithi040 bash[23838]: audit 2024-04-25T05:12:57.632604+0000 mon.smithi031 (mon.0) 413 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:12:58.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:58 smithi040 bash[23838]: audit 2024-04-25T05:12:57.632604+0000 mon.smithi031 (mon.0) 413 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:12:58.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:58 smithi040 bash[23838]: audit 2024-04-25T05:12:57.633246+0000 mon.smithi031 (mon.0) 414 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:12:58.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:58 smithi040 bash[23838]: audit 2024-04-25T05:12:57.633246+0000 mon.smithi031 (mon.0) 414 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:12:58.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:58 smithi040 bash[23838]: audit 2024-04-25T05:12:57.633835+0000 mon.smithi031 (mon.0) 415 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:12:58.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:58 smithi040 bash[23838]: audit 2024-04-25T05:12:57.633835+0000 mon.smithi031 (mon.0) 415 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:12:58.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:58 smithi040 bash[23838]: audit 2024-04-25T05:12:57.634418+0000 mon.smithi031 (mon.0) 416 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:12:58.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:58 smithi040 bash[23838]: audit 2024-04-25T05:12:57.634418+0000 mon.smithi031 (mon.0) 416 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:12:58.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:58 smithi040 bash[23838]: audit 2024-04-25T05:12:57.635008+0000 mon.smithi031 (mon.0) 417 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:12:58.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:58 smithi040 bash[23838]: audit 2024-04-25T05:12:57.635008+0000 mon.smithi031 (mon.0) 417 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:12:58.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:58 smithi040 bash[23838]: audit 2024-04-25T05:12:57.635582+0000 mon.smithi031 (mon.0) 418 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:12:58.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:58 smithi040 bash[23838]: audit 2024-04-25T05:12:57.635582+0000 mon.smithi031 (mon.0) 418 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:12:58.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:58 smithi040 bash[23838]: audit 2024-04-25T05:12:57.636161+0000 mon.smithi031 (mon.0) 419 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:12:58.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:58 smithi040 bash[23838]: audit 2024-04-25T05:12:57.636161+0000 mon.smithi031 (mon.0) 419 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:12:58.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:58 smithi031 bash[18647]: audit 2024-04-25T05:12:57.621168+0000 mon.smithi040 (mon.1) 8 : audit [INF] from='client.? 172.21.15.40:0/2353834821' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "74290abc-5101-44f1-baf4-8ad44a01f55f"}]: dispatch 2024-04-25T05:12:58.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:58 smithi031 bash[18647]: audit 2024-04-25T05:12:57.621168+0000 mon.smithi040 (mon.1) 8 : audit [INF] from='client.? 172.21.15.40:0/2353834821' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "74290abc-5101-44f1-baf4-8ad44a01f55f"}]: dispatch 2024-04-25T05:12:58.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:58 smithi031 bash[18647]: audit 2024-04-25T05:12:57.622861+0000 mon.smithi031 (mon.0) 410 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "74290abc-5101-44f1-baf4-8ad44a01f55f"}]: dispatch 2024-04-25T05:12:58.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:58 smithi031 bash[18647]: audit 2024-04-25T05:12:57.622861+0000 mon.smithi031 (mon.0) 410 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "74290abc-5101-44f1-baf4-8ad44a01f55f"}]: dispatch 2024-04-25T05:12:58.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:58 smithi031 bash[18647]: audit 2024-04-25T05:12:57.626663+0000 mon.smithi031 (mon.0) 411 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "74290abc-5101-44f1-baf4-8ad44a01f55f"}]': finished 2024-04-25T05:12:58.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:58 smithi031 bash[18647]: audit 2024-04-25T05:12:57.626663+0000 mon.smithi031 (mon.0) 411 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "74290abc-5101-44f1-baf4-8ad44a01f55f"}]': finished 2024-04-25T05:12:58.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:58 smithi031 bash[18647]: cluster 2024-04-25T05:12:57.631810+0000 mon.smithi031 (mon.0) 412 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-04-25T05:12:58.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:58 smithi031 bash[18647]: cluster 2024-04-25T05:12:57.631810+0000 mon.smithi031 (mon.0) 412 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-04-25T05:12:58.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:58 smithi031 bash[18647]: audit 2024-04-25T05:12:57.632604+0000 mon.smithi031 (mon.0) 413 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:12:58.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:58 smithi031 bash[18647]: audit 2024-04-25T05:12:57.632604+0000 mon.smithi031 (mon.0) 413 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:12:58.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:58 smithi031 bash[18647]: audit 2024-04-25T05:12:57.633246+0000 mon.smithi031 (mon.0) 414 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:12:58.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:58 smithi031 bash[18647]: audit 2024-04-25T05:12:57.633246+0000 mon.smithi031 (mon.0) 414 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:12:58.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:58 smithi031 bash[18647]: audit 2024-04-25T05:12:57.633835+0000 mon.smithi031 (mon.0) 415 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:12:58.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:58 smithi031 bash[18647]: audit 2024-04-25T05:12:57.633835+0000 mon.smithi031 (mon.0) 415 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:12:58.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:58 smithi031 bash[18647]: audit 2024-04-25T05:12:57.634418+0000 mon.smithi031 (mon.0) 416 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:12:58.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:58 smithi031 bash[18647]: audit 2024-04-25T05:12:57.634418+0000 mon.smithi031 (mon.0) 416 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:12:58.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:58 smithi031 bash[18647]: audit 2024-04-25T05:12:57.635008+0000 mon.smithi031 (mon.0) 417 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:12:58.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:58 smithi031 bash[18647]: audit 2024-04-25T05:12:57.635008+0000 mon.smithi031 (mon.0) 417 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:12:58.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:58 smithi031 bash[18647]: audit 2024-04-25T05:12:57.635582+0000 mon.smithi031 (mon.0) 418 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:12:58.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:58 smithi031 bash[18647]: audit 2024-04-25T05:12:57.635582+0000 mon.smithi031 (mon.0) 418 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:12:58.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:58 smithi031 bash[18647]: audit 2024-04-25T05:12:57.636161+0000 mon.smithi031 (mon.0) 419 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:12:58.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:58 smithi031 bash[18647]: audit 2024-04-25T05:12:57.636161+0000 mon.smithi031 (mon.0) 419 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:12:58.819 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:12:59.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:59 smithi040 bash[23838]: cluster 2024-04-25T05:12:57.784764+0000 mgr.smithi031.wbrsoo (mgr.14201) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:59.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:12:59 smithi040 bash[23838]: cluster 2024-04-25T05:12:57.784764+0000 mgr.smithi031.wbrsoo (mgr.14201) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:59.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:59 smithi031 bash[18647]: cluster 2024-04-25T05:12:57.784764+0000 mgr.smithi031.wbrsoo (mgr.14201) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:12:59.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:12:59 smithi031 bash[18647]: cluster 2024-04-25T05:12:57.784764+0000 mgr.smithi031.wbrsoo (mgr.14201) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:00.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:00 smithi031 bash[18647]: audit 2024-04-25T05:12:59.304302+0000 mon.smithi040 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.40:0/278922830' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T05:13:00.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:00 smithi031 bash[18647]: audit 2024-04-25T05:12:59.304302+0000 mon.smithi040 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.40:0/278922830' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T05:13:00.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:00 smithi031 bash[18647]: audit 2024-04-25T05:12:59.543554+0000 mon.smithi031 (mon.0) 420 : audit [INF] from='client.? 172.21.15.31:0/1622152558' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "15f17d7b-1cc5-4d96-8c4d-7f5dd2e13f6b"}]: dispatch 2024-04-25T05:13:00.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:00 smithi031 bash[18647]: audit 2024-04-25T05:12:59.543554+0000 mon.smithi031 (mon.0) 420 : audit [INF] from='client.? 172.21.15.31:0/1622152558' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "15f17d7b-1cc5-4d96-8c4d-7f5dd2e13f6b"}]: dispatch 2024-04-25T05:13:00.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:00 smithi031 bash[18647]: audit 2024-04-25T05:12:59.547154+0000 mon.smithi031 (mon.0) 421 : audit [INF] from='client.? 172.21.15.31:0/1622152558' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "15f17d7b-1cc5-4d96-8c4d-7f5dd2e13f6b"}]': finished 2024-04-25T05:13:00.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:00 smithi031 bash[18647]: audit 2024-04-25T05:12:59.547154+0000 mon.smithi031 (mon.0) 421 : audit [INF] from='client.? 172.21.15.31:0/1622152558' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "15f17d7b-1cc5-4d96-8c4d-7f5dd2e13f6b"}]': finished 2024-04-25T05:13:00.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:00 smithi031 bash[18647]: cluster 2024-04-25T05:12:59.551625+0000 mon.smithi031 (mon.0) 422 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-04-25T05:13:00.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:00 smithi031 bash[18647]: cluster 2024-04-25T05:12:59.551625+0000 mon.smithi031 (mon.0) 422 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-04-25T05:13:00.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:00 smithi031 bash[18647]: audit 2024-04-25T05:12:59.552017+0000 mon.smithi031 (mon.0) 423 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:13:00.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:00 smithi031 bash[18647]: audit 2024-04-25T05:12:59.552017+0000 mon.smithi031 (mon.0) 423 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:13:00.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:00 smithi031 bash[18647]: audit 2024-04-25T05:12:59.552346+0000 mon.smithi031 (mon.0) 424 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:13:00.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:00 smithi031 bash[18647]: audit 2024-04-25T05:12:59.552346+0000 mon.smithi031 (mon.0) 424 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:13:00.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:00 smithi031 bash[18647]: audit 2024-04-25T05:12:59.552692+0000 mon.smithi031 (mon.0) 425 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:00.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:00 smithi031 bash[18647]: audit 2024-04-25T05:12:59.552692+0000 mon.smithi031 (mon.0) 425 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:00.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:00 smithi031 bash[18647]: audit 2024-04-25T05:12:59.553055+0000 mon.smithi031 (mon.0) 426 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:00.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:00 smithi031 bash[18647]: audit 2024-04-25T05:12:59.553055+0000 mon.smithi031 (mon.0) 426 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:00.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:00 smithi031 bash[18647]: audit 2024-04-25T05:12:59.553376+0000 mon.smithi031 (mon.0) 427 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:00.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:00 smithi031 bash[18647]: audit 2024-04-25T05:12:59.553376+0000 mon.smithi031 (mon.0) 427 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:00.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:00 smithi031 bash[18647]: audit 2024-04-25T05:12:59.553697+0000 mon.smithi031 (mon.0) 428 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:00.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:00 smithi031 bash[18647]: audit 2024-04-25T05:12:59.553697+0000 mon.smithi031 (mon.0) 428 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:00.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:00 smithi031 bash[18647]: audit 2024-04-25T05:12:59.554017+0000 mon.smithi031 (mon.0) 429 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:00.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:00 smithi031 bash[18647]: audit 2024-04-25T05:12:59.554017+0000 mon.smithi031 (mon.0) 429 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:00.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:00 smithi031 bash[18647]: audit 2024-04-25T05:12:59.554332+0000 mon.smithi031 (mon.0) 430 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:00.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:00 smithi031 bash[18647]: audit 2024-04-25T05:12:59.554332+0000 mon.smithi031 (mon.0) 430 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:00.426 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-25T05:13:00.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:00 smithi040 bash[23838]: audit 2024-04-25T05:12:59.304302+0000 mon.smithi040 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.40:0/278922830' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T05:13:00.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:00 smithi040 bash[23838]: audit 2024-04-25T05:12:59.304302+0000 mon.smithi040 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.40:0/278922830' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T05:13:00.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:00 smithi040 bash[23838]: audit 2024-04-25T05:12:59.543554+0000 mon.smithi031 (mon.0) 420 : audit [INF] from='client.? 172.21.15.31:0/1622152558' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "15f17d7b-1cc5-4d96-8c4d-7f5dd2e13f6b"}]: dispatch 2024-04-25T05:13:00.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:00 smithi040 bash[23838]: audit 2024-04-25T05:12:59.543554+0000 mon.smithi031 (mon.0) 420 : audit [INF] from='client.? 172.21.15.31:0/1622152558' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "15f17d7b-1cc5-4d96-8c4d-7f5dd2e13f6b"}]: dispatch 2024-04-25T05:13:00.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:00 smithi040 bash[23838]: audit 2024-04-25T05:12:59.547154+0000 mon.smithi031 (mon.0) 421 : audit [INF] from='client.? 172.21.15.31:0/1622152558' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "15f17d7b-1cc5-4d96-8c4d-7f5dd2e13f6b"}]': finished 2024-04-25T05:13:00.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:00 smithi040 bash[23838]: audit 2024-04-25T05:12:59.547154+0000 mon.smithi031 (mon.0) 421 : audit [INF] from='client.? 172.21.15.31:0/1622152558' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "15f17d7b-1cc5-4d96-8c4d-7f5dd2e13f6b"}]': finished 2024-04-25T05:13:00.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:00 smithi040 bash[23838]: cluster 2024-04-25T05:12:59.551625+0000 mon.smithi031 (mon.0) 422 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-04-25T05:13:00.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:00 smithi040 bash[23838]: cluster 2024-04-25T05:12:59.551625+0000 mon.smithi031 (mon.0) 422 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-04-25T05:13:00.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:00 smithi040 bash[23838]: audit 2024-04-25T05:12:59.552017+0000 mon.smithi031 (mon.0) 423 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:13:00.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:00 smithi040 bash[23838]: audit 2024-04-25T05:12:59.552017+0000 mon.smithi031 (mon.0) 423 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:13:00.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:00 smithi040 bash[23838]: audit 2024-04-25T05:12:59.552346+0000 mon.smithi031 (mon.0) 424 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:13:00.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:00 smithi040 bash[23838]: audit 2024-04-25T05:12:59.552346+0000 mon.smithi031 (mon.0) 424 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:13:00.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:00 smithi040 bash[23838]: audit 2024-04-25T05:12:59.552692+0000 mon.smithi031 (mon.0) 425 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:00.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:00 smithi040 bash[23838]: audit 2024-04-25T05:12:59.552692+0000 mon.smithi031 (mon.0) 425 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:00.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:00 smithi040 bash[23838]: audit 2024-04-25T05:12:59.553055+0000 mon.smithi031 (mon.0) 426 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:00.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:00 smithi040 bash[23838]: audit 2024-04-25T05:12:59.553055+0000 mon.smithi031 (mon.0) 426 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:00.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:00 smithi040 bash[23838]: audit 2024-04-25T05:12:59.553376+0000 mon.smithi031 (mon.0) 427 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:00.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:00 smithi040 bash[23838]: audit 2024-04-25T05:12:59.553376+0000 mon.smithi031 (mon.0) 427 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:00.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:00 smithi040 bash[23838]: audit 2024-04-25T05:12:59.553697+0000 mon.smithi031 (mon.0) 428 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:00.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:00 smithi040 bash[23838]: audit 2024-04-25T05:12:59.553697+0000 mon.smithi031 (mon.0) 428 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:00.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:00 smithi040 bash[23838]: audit 2024-04-25T05:12:59.554017+0000 mon.smithi031 (mon.0) 429 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:00.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:00 smithi040 bash[23838]: audit 2024-04-25T05:12:59.554017+0000 mon.smithi031 (mon.0) 429 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:00.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:00 smithi040 bash[23838]: audit 2024-04-25T05:12:59.554332+0000 mon.smithi031 (mon.0) 430 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:00.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:00 smithi040 bash[23838]: audit 2024-04-25T05:12:59.554332+0000 mon.smithi031 (mon.0) 430 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:01.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:01 smithi040 bash[23838]: cluster 2024-04-25T05:12:59.785251+0000 mgr.smithi031.wbrsoo (mgr.14201) 93 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:01.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:01 smithi040 bash[23838]: cluster 2024-04-25T05:12:59.785251+0000 mgr.smithi031.wbrsoo (mgr.14201) 93 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:01.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:01 smithi040 bash[23838]: audit 2024-04-25T05:13:00.427891+0000 mon.smithi031 (mon.0) 431 : audit [DBG] from='client.? 172.21.15.31:0/1241987735' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:13:01.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:01 smithi040 bash[23838]: audit 2024-04-25T05:13:00.427891+0000 mon.smithi031 (mon.0) 431 : audit [DBG] from='client.? 172.21.15.31:0/1241987735' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:13:01.487 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:01 smithi031 bash[18647]: cluster 2024-04-25T05:12:59.785251+0000 mgr.smithi031.wbrsoo (mgr.14201) 93 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:01.487 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:01 smithi031 bash[18647]: cluster 2024-04-25T05:12:59.785251+0000 mgr.smithi031.wbrsoo (mgr.14201) 93 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:01.487 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:01 smithi031 bash[18647]: audit 2024-04-25T05:13:00.427891+0000 mon.smithi031 (mon.0) 431 : audit [DBG] from='client.? 172.21.15.31:0/1241987735' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:13:01.487 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:01 smithi031 bash[18647]: audit 2024-04-25T05:13:00.427891+0000 mon.smithi031 (mon.0) 431 : audit [DBG] from='client.? 172.21.15.31:0/1241987735' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:13:01.488 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1714021979,"num_remapped_pgs":0} 2024-04-25T05:13:02.489 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T05:13:02.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:02 smithi031 bash[18647]: audit 2024-04-25T05:13:01.610025+0000 mon.smithi031 (mon.0) 432 : audit [DBG] from='client.? 172.21.15.31:0/3337021312' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T05:13:02.501 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:02 smithi031 bash[18647]: audit 2024-04-25T05:13:01.610025+0000 mon.smithi031 (mon.0) 432 : audit [DBG] from='client.? 172.21.15.31:0/3337021312' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T05:13:02.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:02 smithi040 bash[23838]: audit 2024-04-25T05:13:01.610025+0000 mon.smithi031 (mon.0) 432 : audit [DBG] from='client.? 172.21.15.31:0/3337021312' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T05:13:02.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:02 smithi040 bash[23838]: audit 2024-04-25T05:13:01.610025+0000 mon.smithi031 (mon.0) 432 : audit [DBG] from='client.? 172.21.15.31:0/3337021312' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-25T05:13:03.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:03 smithi040 bash[23838]: cluster 2024-04-25T05:13:01.785690+0000 mgr.smithi031.wbrsoo (mgr.14201) 94 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:03.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:03 smithi040 bash[23838]: cluster 2024-04-25T05:13:01.785690+0000 mgr.smithi031.wbrsoo (mgr.14201) 94 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:03.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:03 smithi031 bash[18647]: cluster 2024-04-25T05:13:01.785690+0000 mgr.smithi031.wbrsoo (mgr.14201) 94 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:03.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:03 smithi031 bash[18647]: cluster 2024-04-25T05:13:01.785690+0000 mgr.smithi031.wbrsoo (mgr.14201) 94 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:05.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:05 smithi031 bash[18647]: cluster 2024-04-25T05:13:03.786136+0000 mgr.smithi031.wbrsoo (mgr.14201) 95 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:05.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:05 smithi031 bash[18647]: cluster 2024-04-25T05:13:03.786136+0000 mgr.smithi031.wbrsoo (mgr.14201) 95 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:05.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:05 smithi040 bash[23838]: cluster 2024-04-25T05:13:03.786136+0000 mgr.smithi031.wbrsoo (mgr.14201) 95 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:05.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:05 smithi040 bash[23838]: cluster 2024-04-25T05:13:03.786136+0000 mgr.smithi031.wbrsoo (mgr.14201) 95 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:07.277 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:13:07.525 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:07 smithi040 bash[23838]: cluster 2024-04-25T05:13:05.786616+0000 mgr.smithi031.wbrsoo (mgr.14201) 96 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:07.525 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:07 smithi040 bash[23838]: cluster 2024-04-25T05:13:05.786616+0000 mgr.smithi031.wbrsoo (mgr.14201) 96 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:07.525 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:07 smithi040 bash[23838]: audit 2024-04-25T05:13:06.851886+0000 mon.smithi031 (mon.0) 433 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:13:07.525 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:07 smithi040 bash[23838]: audit 2024-04-25T05:13:06.851886+0000 mon.smithi031 (mon.0) 433 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:13:07.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:07 smithi031 bash[18647]: cluster 2024-04-25T05:13:05.786616+0000 mgr.smithi031.wbrsoo (mgr.14201) 96 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:07.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:07 smithi031 bash[18647]: cluster 2024-04-25T05:13:05.786616+0000 mgr.smithi031.wbrsoo (mgr.14201) 96 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:07.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:07 smithi031 bash[18647]: audit 2024-04-25T05:13:06.851886+0000 mon.smithi031 (mon.0) 433 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:13:07.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:07 smithi031 bash[18647]: audit 2024-04-25T05:13:06.851886+0000 mon.smithi031 (mon.0) 433 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:13:08.525 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-25T05:13:09.276 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1714021979,"num_remapped_pgs":0} 2024-04-25T05:13:09.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:09 smithi040 bash[23838]: cluster 2024-04-25T05:13:07.787040+0000 mgr.smithi031.wbrsoo (mgr.14201) 97 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:09.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:09 smithi040 bash[23838]: cluster 2024-04-25T05:13:07.787040+0000 mgr.smithi031.wbrsoo (mgr.14201) 97 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:09.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:09 smithi040 bash[23838]: audit 2024-04-25T05:13:08.527108+0000 mon.smithi031 (mon.0) 434 : audit [DBG] from='client.? 172.21.15.31:0/2360155056' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:13:09.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:09 smithi040 bash[23838]: audit 2024-04-25T05:13:08.527108+0000 mon.smithi031 (mon.0) 434 : audit [DBG] from='client.? 172.21.15.31:0/2360155056' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:13:09.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:09 smithi031 bash[18647]: cluster 2024-04-25T05:13:07.787040+0000 mgr.smithi031.wbrsoo (mgr.14201) 97 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:09.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:09 smithi031 bash[18647]: cluster 2024-04-25T05:13:07.787040+0000 mgr.smithi031.wbrsoo (mgr.14201) 97 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:09.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:09 smithi031 bash[18647]: audit 2024-04-25T05:13:08.527108+0000 mon.smithi031 (mon.0) 434 : audit [DBG] from='client.? 172.21.15.31:0/2360155056' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:13:09.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:09 smithi031 bash[18647]: audit 2024-04-25T05:13:08.527108+0000 mon.smithi031 (mon.0) 434 : audit [DBG] from='client.? 172.21.15.31:0/2360155056' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:13:10.277 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T05:13:11.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:11 smithi031 bash[18647]: cluster 2024-04-25T05:13:09.787499+0000 mgr.smithi031.wbrsoo (mgr.14201) 98 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:11.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:11 smithi031 bash[18647]: cluster 2024-04-25T05:13:09.787499+0000 mgr.smithi031.wbrsoo (mgr.14201) 98 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:11.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:11 smithi031 bash[18647]: audit 2024-04-25T05:13:10.778529+0000 mon.smithi031 (mon.0) 435 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-25T05:13:11.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:11 smithi031 bash[18647]: audit 2024-04-25T05:13:10.778529+0000 mon.smithi031 (mon.0) 435 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-25T05:13:11.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:11 smithi031 bash[18647]: audit 2024-04-25T05:13:10.779387+0000 mon.smithi031 (mon.0) 436 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:13:11.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:11 smithi031 bash[18647]: audit 2024-04-25T05:13:10.779387+0000 mon.smithi031 (mon.0) 436 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:13:11.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:11 smithi040 bash[23838]: cluster 2024-04-25T05:13:09.787499+0000 mgr.smithi031.wbrsoo (mgr.14201) 98 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:11.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:11 smithi040 bash[23838]: cluster 2024-04-25T05:13:09.787499+0000 mgr.smithi031.wbrsoo (mgr.14201) 98 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:11.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:11 smithi040 bash[23838]: audit 2024-04-25T05:13:10.778529+0000 mon.smithi031 (mon.0) 435 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-25T05:13:11.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:11 smithi040 bash[23838]: audit 2024-04-25T05:13:10.778529+0000 mon.smithi031 (mon.0) 435 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-25T05:13:11.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:11 smithi040 bash[23838]: audit 2024-04-25T05:13:10.779387+0000 mon.smithi031 (mon.0) 436 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:13:11.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:11 smithi040 bash[23838]: audit 2024-04-25T05:13:10.779387+0000 mon.smithi031 (mon.0) 436 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:13:12.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:12 smithi031 bash[18647]: cephadm 2024-04-25T05:13:10.780094+0000 mgr.smithi031.wbrsoo (mgr.14201) 99 : cephadm [INF] Deploying daemon osd.0 on smithi040 2024-04-25T05:13:12.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:12 smithi031 bash[18647]: cephadm 2024-04-25T05:13:10.780094+0000 mgr.smithi031.wbrsoo (mgr.14201) 99 : cephadm [INF] Deploying daemon osd.0 on smithi040 2024-04-25T05:13:12.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:12 smithi040 bash[23838]: cephadm 2024-04-25T05:13:10.780094+0000 mgr.smithi031.wbrsoo (mgr.14201) 99 : cephadm [INF] Deploying daemon osd.0 on smithi040 2024-04-25T05:13:12.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:12 smithi040 bash[23838]: cephadm 2024-04-25T05:13:10.780094+0000 mgr.smithi031.wbrsoo (mgr.14201) 99 : cephadm [INF] Deploying daemon osd.0 on smithi040 2024-04-25T05:13:13.510 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:13 smithi040 bash[23838]: cluster 2024-04-25T05:13:11.787941+0000 mgr.smithi031.wbrsoo (mgr.14201) 100 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:13.510 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:13 smithi040 bash[23838]: cluster 2024-04-25T05:13:11.787941+0000 mgr.smithi031.wbrsoo (mgr.14201) 100 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:13.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:13 smithi031 bash[18647]: cluster 2024-04-25T05:13:11.787941+0000 mgr.smithi031.wbrsoo (mgr.14201) 100 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:13.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:13 smithi031 bash[18647]: cluster 2024-04-25T05:13:11.787941+0000 mgr.smithi031.wbrsoo (mgr.14201) 100 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:14.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:14 smithi031 bash[18647]: audit 2024-04-25T05:13:13.467905+0000 mon.smithi031 (mon.0) 437 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-25T05:13:14.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:14 smithi031 bash[18647]: audit 2024-04-25T05:13:13.467905+0000 mon.smithi031 (mon.0) 437 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-25T05:13:14.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:14 smithi031 bash[18647]: audit 2024-04-25T05:13:13.469720+0000 mon.smithi031 (mon.0) 438 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:13:14.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:14 smithi031 bash[18647]: audit 2024-04-25T05:13:13.469720+0000 mon.smithi031 (mon.0) 438 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:13:14.669 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:14 smithi040 bash[23838]: audit 2024-04-25T05:13:13.467905+0000 mon.smithi031 (mon.0) 437 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-25T05:13:14.669 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:14 smithi040 bash[23838]: audit 2024-04-25T05:13:13.467905+0000 mon.smithi031 (mon.0) 437 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-25T05:13:14.669 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:14 smithi040 bash[23838]: audit 2024-04-25T05:13:13.469720+0000 mon.smithi031 (mon.0) 438 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:13:14.669 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:14 smithi040 bash[23838]: audit 2024-04-25T05:13:13.469720+0000 mon.smithi031 (mon.0) 438 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:13:14.945 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:14 smithi040 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:13:15.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:15 smithi040 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:13:15.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:15 smithi031 bash[18647]: cephadm 2024-04-25T05:13:13.471344+0000 mgr.smithi031.wbrsoo (mgr.14201) 101 : cephadm [INF] Deploying daemon osd.1 on smithi031 2024-04-25T05:13:15.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:15 smithi031 bash[18647]: cephadm 2024-04-25T05:13:13.471344+0000 mgr.smithi031.wbrsoo (mgr.14201) 101 : cephadm [INF] Deploying daemon osd.1 on smithi031 2024-04-25T05:13:15.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:15 smithi031 bash[18647]: cluster 2024-04-25T05:13:13.788328+0000 mgr.smithi031.wbrsoo (mgr.14201) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:15.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:15 smithi031 bash[18647]: cluster 2024-04-25T05:13:13.788328+0000 mgr.smithi031.wbrsoo (mgr.14201) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:15.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:15 smithi031 bash[18647]: audit 2024-04-25T05:13:15.249903+0000 mon.smithi031 (mon.0) 439 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:15.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:15 smithi031 bash[18647]: audit 2024-04-25T05:13:15.249903+0000 mon.smithi031 (mon.0) 439 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:15.692 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:15 smithi040 bash[23838]: cephadm 2024-04-25T05:13:13.471344+0000 mgr.smithi031.wbrsoo (mgr.14201) 101 : cephadm [INF] Deploying daemon osd.1 on smithi031 2024-04-25T05:13:15.692 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:15 smithi040 bash[23838]: cephadm 2024-04-25T05:13:13.471344+0000 mgr.smithi031.wbrsoo (mgr.14201) 101 : cephadm [INF] Deploying daemon osd.1 on smithi031 2024-04-25T05:13:15.692 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:15 smithi040 bash[23838]: cluster 2024-04-25T05:13:13.788328+0000 mgr.smithi031.wbrsoo (mgr.14201) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:15.692 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:15 smithi040 bash[23838]: cluster 2024-04-25T05:13:13.788328+0000 mgr.smithi031.wbrsoo (mgr.14201) 102 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:15.692 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:15 smithi040 bash[23838]: audit 2024-04-25T05:13:15.249903+0000 mon.smithi031 (mon.0) 439 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:15.693 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:15 smithi040 bash[23838]: audit 2024-04-25T05:13:15.249903+0000 mon.smithi031 (mon.0) 439 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:16.389 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:13:16.518 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:16 smithi040 bash[23838]: audit 2024-04-25T05:13:15.260191+0000 mon.smithi031 (mon.0) 440 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:16.518 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:16 smithi040 bash[23838]: audit 2024-04-25T05:13:15.260191+0000 mon.smithi031 (mon.0) 440 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:16.518 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:16 smithi040 bash[23838]: audit 2024-04-25T05:13:15.269061+0000 mon.smithi031 (mon.0) 441 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-25T05:13:16.519 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:16 smithi040 bash[23838]: audit 2024-04-25T05:13:15.269061+0000 mon.smithi031 (mon.0) 441 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-25T05:13:16.519 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:16 smithi040 bash[23838]: audit 2024-04-25T05:13:15.270909+0000 mon.smithi031 (mon.0) 442 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:13:16.519 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:16 smithi040 bash[23838]: audit 2024-04-25T05:13:15.270909+0000 mon.smithi031 (mon.0) 442 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:13:16.519 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:16 smithi040 bash[23838]: cephadm 2024-04-25T05:13:15.272605+0000 mgr.smithi031.wbrsoo (mgr.14201) 103 : cephadm [INF] Deploying daemon osd.2 on smithi040 2024-04-25T05:13:16.519 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:16 smithi040 bash[23838]: cephadm 2024-04-25T05:13:15.272605+0000 mgr.smithi031.wbrsoo (mgr.14201) 103 : cephadm [INF] Deploying daemon osd.2 on smithi040 2024-04-25T05:13:16.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:16 smithi031 bash[18647]: audit 2024-04-25T05:13:15.260191+0000 mon.smithi031 (mon.0) 440 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:16.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:16 smithi031 bash[18647]: audit 2024-04-25T05:13:15.260191+0000 mon.smithi031 (mon.0) 440 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:16.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:16 smithi031 bash[18647]: audit 2024-04-25T05:13:15.269061+0000 mon.smithi031 (mon.0) 441 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-25T05:13:16.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:16 smithi031 bash[18647]: audit 2024-04-25T05:13:15.269061+0000 mon.smithi031 (mon.0) 441 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-25T05:13:16.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:16 smithi031 bash[18647]: audit 2024-04-25T05:13:15.270909+0000 mon.smithi031 (mon.0) 442 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:13:16.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:16 smithi031 bash[18647]: audit 2024-04-25T05:13:15.270909+0000 mon.smithi031 (mon.0) 442 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:13:16.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:16 smithi031 bash[18647]: cephadm 2024-04-25T05:13:15.272605+0000 mgr.smithi031.wbrsoo (mgr.14201) 103 : cephadm [INF] Deploying daemon osd.2 on smithi040 2024-04-25T05:13:16.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:16 smithi031 bash[18647]: cephadm 2024-04-25T05:13:15.272605+0000 mgr.smithi031.wbrsoo (mgr.14201) 103 : cephadm [INF] Deploying daemon osd.2 on smithi040 2024-04-25T05:13:17.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:17 smithi031 bash[18647]: cluster 2024-04-25T05:13:15.788803+0000 mgr.smithi031.wbrsoo (mgr.14201) 104 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:17.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:17 smithi031 bash[18647]: cluster 2024-04-25T05:13:15.788803+0000 mgr.smithi031.wbrsoo (mgr.14201) 104 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:17.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:17 smithi040 bash[23838]: cluster 2024-04-25T05:13:15.788803+0000 mgr.smithi031.wbrsoo (mgr.14201) 104 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:17.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:17 smithi040 bash[23838]: cluster 2024-04-25T05:13:15.788803+0000 mgr.smithi031.wbrsoo (mgr.14201) 104 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:18.053 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-25T05:13:18.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:18 smithi031 bash[18647]: audit 2024-04-25T05:13:18.054870+0000 mon.smithi031 (mon.0) 443 : audit [DBG] from='client.? 172.21.15.31:0/2945510292' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:13:18.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:18 smithi031 bash[18647]: audit 2024-04-25T05:13:18.054870+0000 mon.smithi031 (mon.0) 443 : audit [DBG] from='client.? 172.21.15.31:0/2945510292' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:13:18.692 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:18 smithi031 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:13:18.692 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:18 smithi031 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:13:18.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:18 smithi040 bash[23838]: audit 2024-04-25T05:13:18.054870+0000 mon.smithi031 (mon.0) 443 : audit [DBG] from='client.? 172.21.15.31:0/2945510292' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:13:18.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:18 smithi040 bash[23838]: audit 2024-04-25T05:13:18.054870+0000 mon.smithi031 (mon.0) 443 : audit [DBG] from='client.? 172.21.15.31:0/2945510292' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:13:18.856 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1714021979,"num_remapped_pgs":0} 2024-04-25T05:13:19.389 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:19 smithi040 bash[23838]: cluster 2024-04-25T05:13:17.789192+0000 mgr.smithi031.wbrsoo (mgr.14201) 105 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:19.389 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:19 smithi040 bash[23838]: cluster 2024-04-25T05:13:17.789192+0000 mgr.smithi031.wbrsoo (mgr.14201) 105 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:19.390 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:19 smithi040 bash[23838]: audit 2024-04-25T05:13:18.865528+0000 mon.smithi031 (mon.0) 444 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:19.390 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:19 smithi040 bash[23838]: audit 2024-04-25T05:13:18.865528+0000 mon.smithi031 (mon.0) 444 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:19.390 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:19 smithi040 bash[23838]: audit 2024-04-25T05:13:18.871682+0000 mon.smithi031 (mon.0) 445 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:19.390 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:19 smithi040 bash[23838]: audit 2024-04-25T05:13:18.871682+0000 mon.smithi031 (mon.0) 445 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:19.390 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:19 smithi040 bash[23838]: audit 2024-04-25T05:13:18.872634+0000 mon.smithi031 (mon.0) 446 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-25T05:13:19.390 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:19 smithi040 bash[23838]: audit 2024-04-25T05:13:18.872634+0000 mon.smithi031 (mon.0) 446 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-25T05:13:19.390 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:19 smithi040 bash[23838]: audit 2024-04-25T05:13:18.873267+0000 mon.smithi031 (mon.0) 447 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:13:19.390 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:19 smithi040 bash[23838]: audit 2024-04-25T05:13:18.873267+0000 mon.smithi031 (mon.0) 447 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:13:19.390 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:19 smithi040 bash[23838]: cephadm 2024-04-25T05:13:18.873860+0000 mgr.smithi031.wbrsoo (mgr.14201) 106 : cephadm [INF] Deploying daemon osd.3 on smithi031 2024-04-25T05:13:19.390 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:19 smithi040 bash[23838]: cephadm 2024-04-25T05:13:18.873860+0000 mgr.smithi031.wbrsoo (mgr.14201) 106 : cephadm [INF] Deploying daemon osd.3 on smithi031 2024-04-25T05:13:19.695 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:19 smithi031 bash[18647]: cluster 2024-04-25T05:13:17.789192+0000 mgr.smithi031.wbrsoo (mgr.14201) 105 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:19.695 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:19 smithi031 bash[18647]: cluster 2024-04-25T05:13:17.789192+0000 mgr.smithi031.wbrsoo (mgr.14201) 105 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:19.695 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:19 smithi031 bash[18647]: audit 2024-04-25T05:13:18.865528+0000 mon.smithi031 (mon.0) 444 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:19.695 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:19 smithi031 bash[18647]: audit 2024-04-25T05:13:18.865528+0000 mon.smithi031 (mon.0) 444 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:19.695 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:19 smithi031 bash[18647]: audit 2024-04-25T05:13:18.871682+0000 mon.smithi031 (mon.0) 445 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:19.695 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:19 smithi031 bash[18647]: audit 2024-04-25T05:13:18.871682+0000 mon.smithi031 (mon.0) 445 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:19.695 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:19 smithi031 bash[18647]: audit 2024-04-25T05:13:18.872634+0000 mon.smithi031 (mon.0) 446 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-25T05:13:19.695 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:19 smithi031 bash[18647]: audit 2024-04-25T05:13:18.872634+0000 mon.smithi031 (mon.0) 446 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-04-25T05:13:19.695 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:19 smithi031 bash[18647]: audit 2024-04-25T05:13:18.873267+0000 mon.smithi031 (mon.0) 447 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:13:19.695 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:19 smithi031 bash[18647]: audit 2024-04-25T05:13:18.873267+0000 mon.smithi031 (mon.0) 447 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:13:19.696 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:19 smithi031 bash[18647]: cephadm 2024-04-25T05:13:18.873860+0000 mgr.smithi031.wbrsoo (mgr.14201) 106 : cephadm [INF] Deploying daemon osd.3 on smithi031 2024-04-25T05:13:19.696 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:19 smithi031 bash[18647]: cephadm 2024-04-25T05:13:18.873860+0000 mgr.smithi031.wbrsoo (mgr.14201) 106 : cephadm [INF] Deploying daemon osd.3 on smithi031 2024-04-25T05:13:19.858 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T05:13:20.507 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:20 smithi031 bash[18647]: cluster 2024-04-25T05:13:19.789695+0000 mgr.smithi031.wbrsoo (mgr.14201) 107 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:20.507 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:20 smithi031 bash[18647]: cluster 2024-04-25T05:13:19.789695+0000 mgr.smithi031.wbrsoo (mgr.14201) 107 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:20.546 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:20 smithi040 bash[23838]: cluster 2024-04-25T05:13:19.789695+0000 mgr.smithi031.wbrsoo (mgr.14201) 107 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:20.546 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:20 smithi040 bash[23838]: cluster 2024-04-25T05:13:19.789695+0000 mgr.smithi031.wbrsoo (mgr.14201) 107 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:20.546 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:20 smithi040 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:13:20.817 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:20 smithi040 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:13:22.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:21 smithi031 bash[18647]: audit 2024-04-25T05:13:20.871022+0000 mon.smithi031 (mon.0) 448 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:22.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:21 smithi031 bash[18647]: audit 2024-04-25T05:13:20.871022+0000 mon.smithi031 (mon.0) 448 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:22.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:21 smithi031 bash[18647]: audit 2024-04-25T05:13:20.879189+0000 mon.smithi031 (mon.0) 449 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:22.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:21 smithi031 bash[18647]: audit 2024-04-25T05:13:20.879189+0000 mon.smithi031 (mon.0) 449 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:22.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:21 smithi031 bash[18647]: audit 2024-04-25T05:13:20.881157+0000 mon.smithi031 (mon.0) 450 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-25T05:13:22.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:21 smithi031 bash[18647]: audit 2024-04-25T05:13:20.881157+0000 mon.smithi031 (mon.0) 450 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-25T05:13:22.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:21 smithi031 bash[18647]: audit 2024-04-25T05:13:20.882200+0000 mon.smithi031 (mon.0) 451 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:13:22.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:21 smithi031 bash[18647]: audit 2024-04-25T05:13:20.882200+0000 mon.smithi031 (mon.0) 451 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:13:22.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:21 smithi031 bash[18647]: cephadm 2024-04-25T05:13:20.883098+0000 mgr.smithi031.wbrsoo (mgr.14201) 108 : cephadm [INF] Deploying daemon osd.4 on smithi040 2024-04-25T05:13:22.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:21 smithi031 bash[18647]: cephadm 2024-04-25T05:13:20.883098+0000 mgr.smithi031.wbrsoo (mgr.14201) 108 : cephadm [INF] Deploying daemon osd.4 on smithi040 2024-04-25T05:13:22.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:21 smithi031 bash[18647]: audit 2024-04-25T05:13:21.852275+0000 mon.smithi031 (mon.0) 452 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:13:22.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:21 smithi031 bash[18647]: audit 2024-04-25T05:13:21.852275+0000 mon.smithi031 (mon.0) 452 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:13:22.153 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:21 smithi040 bash[23838]: audit 2024-04-25T05:13:20.871022+0000 mon.smithi031 (mon.0) 448 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:22.153 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:21 smithi040 bash[23838]: audit 2024-04-25T05:13:20.871022+0000 mon.smithi031 (mon.0) 448 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:22.153 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:21 smithi040 bash[23838]: audit 2024-04-25T05:13:20.879189+0000 mon.smithi031 (mon.0) 449 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:22.153 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:21 smithi040 bash[23838]: audit 2024-04-25T05:13:20.879189+0000 mon.smithi031 (mon.0) 449 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:22.154 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:21 smithi040 bash[23838]: audit 2024-04-25T05:13:20.881157+0000 mon.smithi031 (mon.0) 450 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-25T05:13:22.154 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:21 smithi040 bash[23838]: audit 2024-04-25T05:13:20.881157+0000 mon.smithi031 (mon.0) 450 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-04-25T05:13:22.154 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:21 smithi040 bash[23838]: audit 2024-04-25T05:13:20.882200+0000 mon.smithi031 (mon.0) 451 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:13:22.154 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:21 smithi040 bash[23838]: audit 2024-04-25T05:13:20.882200+0000 mon.smithi031 (mon.0) 451 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:13:22.154 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:21 smithi040 bash[23838]: cephadm 2024-04-25T05:13:20.883098+0000 mgr.smithi031.wbrsoo (mgr.14201) 108 : cephadm [INF] Deploying daemon osd.4 on smithi040 2024-04-25T05:13:22.154 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:21 smithi040 bash[23838]: cephadm 2024-04-25T05:13:20.883098+0000 mgr.smithi031.wbrsoo (mgr.14201) 108 : cephadm [INF] Deploying daemon osd.4 on smithi040 2024-04-25T05:13:22.154 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:21 smithi040 bash[23838]: audit 2024-04-25T05:13:21.852275+0000 mon.smithi031 (mon.0) 452 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:13:22.154 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:21 smithi040 bash[23838]: audit 2024-04-25T05:13:21.852275+0000 mon.smithi031 (mon.0) 452 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:13:23.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:22 smithi040 bash[23838]: cluster 2024-04-25T05:13:21.790159+0000 mgr.smithi031.wbrsoo (mgr.14201) 109 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:23.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:22 smithi040 bash[23838]: cluster 2024-04-25T05:13:21.790159+0000 mgr.smithi031.wbrsoo (mgr.14201) 109 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:23.287 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:22 smithi031 bash[18647]: cluster 2024-04-25T05:13:21.790159+0000 mgr.smithi031.wbrsoo (mgr.14201) 109 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:23.287 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:22 smithi031 bash[18647]: cluster 2024-04-25T05:13:21.790159+0000 mgr.smithi031.wbrsoo (mgr.14201) 109 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:24.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:23 smithi031 bash[18647]: audit 2024-04-25T05:13:23.089595+0000 mon.smithi040 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.40:6800/1348343022,v1:172.21.15.40:6801/1348343022]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-25T05:13:24.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:23 smithi031 bash[18647]: audit 2024-04-25T05:13:23.089595+0000 mon.smithi040 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.40:6800/1348343022,v1:172.21.15.40:6801/1348343022]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-25T05:13:24.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:23 smithi031 bash[18647]: audit 2024-04-25T05:13:23.090654+0000 mon.smithi031 (mon.0) 453 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-25T05:13:24.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:23 smithi031 bash[18647]: audit 2024-04-25T05:13:23.090654+0000 mon.smithi031 (mon.0) 453 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-25T05:13:24.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:23 smithi040 bash[23838]: audit 2024-04-25T05:13:23.089595+0000 mon.smithi040 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.40:6800/1348343022,v1:172.21.15.40:6801/1348343022]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-25T05:13:24.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:23 smithi040 bash[23838]: audit 2024-04-25T05:13:23.089595+0000 mon.smithi040 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.40:6800/1348343022,v1:172.21.15.40:6801/1348343022]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-25T05:13:24.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:23 smithi040 bash[23838]: audit 2024-04-25T05:13:23.090654+0000 mon.smithi031 (mon.0) 453 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-25T05:13:24.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:23 smithi040 bash[23838]: audit 2024-04-25T05:13:23.090654+0000 mon.smithi031 (mon.0) 453 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-25T05:13:24.428 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:24 smithi031 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:13:24.711 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:24 smithi031 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:13:25.009 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:24 smithi031 bash[18647]: cluster 2024-04-25T05:13:23.790537+0000 mgr.smithi031.wbrsoo (mgr.14201) 110 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:25.010 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:24 smithi031 bash[18647]: cluster 2024-04-25T05:13:23.790537+0000 mgr.smithi031.wbrsoo (mgr.14201) 110 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:25.010 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:24 smithi031 bash[18647]: audit 2024-04-25T05:13:23.890223+0000 mon.smithi031 (mon.0) 454 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-25T05:13:25.010 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:24 smithi031 bash[18647]: audit 2024-04-25T05:13:23.890223+0000 mon.smithi031 (mon.0) 454 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-25T05:13:25.010 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:24 smithi031 bash[18647]: audit 2024-04-25T05:13:23.892380+0000 mon.smithi040 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.40:6800/1348343022,v1:172.21.15.40:6801/1348343022]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-25T05:13:25.010 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:24 smithi031 bash[18647]: audit 2024-04-25T05:13:23.892380+0000 mon.smithi040 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.40:6800/1348343022,v1:172.21.15.40:6801/1348343022]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-25T05:13:25.010 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:24 smithi031 bash[18647]: cluster 2024-04-25T05:13:23.895437+0000 mon.smithi031 (mon.0) 455 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-04-25T05:13:25.010 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:24 smithi031 bash[18647]: cluster 2024-04-25T05:13:23.895437+0000 mon.smithi031 (mon.0) 455 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-04-25T05:13:25.010 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:24 smithi031 bash[18647]: audit 2024-04-25T05:13:23.896357+0000 mon.smithi031 (mon.0) 456 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:13:25.010 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:24 smithi031 bash[18647]: audit 2024-04-25T05:13:23.896357+0000 mon.smithi031 (mon.0) 456 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:13:25.010 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:24 smithi031 bash[18647]: audit 2024-04-25T05:13:23.896961+0000 mon.smithi031 (mon.0) 457 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-25T05:13:25.010 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:24 smithi031 bash[18647]: audit 2024-04-25T05:13:23.896961+0000 mon.smithi031 (mon.0) 457 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-25T05:13:25.011 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:24 smithi031 bash[18647]: audit 2024-04-25T05:13:23.897518+0000 mon.smithi031 (mon.0) 458 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:13:25.011 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:24 smithi031 bash[18647]: audit 2024-04-25T05:13:23.897518+0000 mon.smithi031 (mon.0) 458 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:13:25.011 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:24 smithi031 bash[18647]: audit 2024-04-25T05:13:23.898050+0000 mon.smithi031 (mon.0) 459 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:25.011 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:24 smithi031 bash[18647]: audit 2024-04-25T05:13:23.898050+0000 mon.smithi031 (mon.0) 459 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:25.011 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:24 smithi031 bash[18647]: audit 2024-04-25T05:13:23.898585+0000 mon.smithi031 (mon.0) 460 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:25.011 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:24 smithi031 bash[18647]: audit 2024-04-25T05:13:23.898585+0000 mon.smithi031 (mon.0) 460 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:25.011 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:24 smithi031 bash[18647]: audit 2024-04-25T05:13:23.899032+0000 mon.smithi031 (mon.0) 461 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:25.011 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:24 smithi031 bash[18647]: audit 2024-04-25T05:13:23.899032+0000 mon.smithi031 (mon.0) 461 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:25.012 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:24 smithi031 bash[18647]: audit 2024-04-25T05:13:23.899312+0000 mon.smithi031 (mon.0) 462 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:25.012 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:24 smithi031 bash[18647]: audit 2024-04-25T05:13:23.899312+0000 mon.smithi031 (mon.0) 462 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:25.012 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:24 smithi031 bash[18647]: audit 2024-04-25T05:13:23.899555+0000 mon.smithi031 (mon.0) 463 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:25.012 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:24 smithi031 bash[18647]: audit 2024-04-25T05:13:23.899555+0000 mon.smithi031 (mon.0) 463 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:25.012 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:24 smithi031 bash[18647]: audit 2024-04-25T05:13:23.899803+0000 mon.smithi031 (mon.0) 464 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:25.012 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:24 smithi031 bash[18647]: audit 2024-04-25T05:13:23.899803+0000 mon.smithi031 (mon.0) 464 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:25.012 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:24 smithi031 bash[18647]: audit 2024-04-25T05:13:24.715108+0000 mon.smithi031 (mon.0) 465 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:25.012 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:24 smithi031 bash[18647]: audit 2024-04-25T05:13:24.715108+0000 mon.smithi031 (mon.0) 465 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:25.012 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:24 smithi031 bash[18647]: audit 2024-04-25T05:13:24.719823+0000 mon.smithi031 (mon.0) 466 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:25.012 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:24 smithi031 bash[18647]: audit 2024-04-25T05:13:24.719823+0000 mon.smithi031 (mon.0) 466 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:25.012 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:24 smithi031 bash[18647]: audit 2024-04-25T05:13:24.720950+0000 mon.smithi031 (mon.0) 467 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-25T05:13:25.013 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:24 smithi031 bash[18647]: audit 2024-04-25T05:13:24.720950+0000 mon.smithi031 (mon.0) 467 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-25T05:13:25.013 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:24 smithi031 bash[18647]: audit 2024-04-25T05:13:24.721662+0000 mon.smithi031 (mon.0) 468 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:13:25.013 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:24 smithi031 bash[18647]: audit 2024-04-25T05:13:24.721662+0000 mon.smithi031 (mon.0) 468 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:13:25.203 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:24 smithi040 bash[23838]: cluster 2024-04-25T05:13:23.790537+0000 mgr.smithi031.wbrsoo (mgr.14201) 110 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:25.203 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:24 smithi040 bash[23838]: cluster 2024-04-25T05:13:23.790537+0000 mgr.smithi031.wbrsoo (mgr.14201) 110 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:25.203 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:24 smithi040 bash[23838]: audit 2024-04-25T05:13:23.890223+0000 mon.smithi031 (mon.0) 454 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-25T05:13:25.203 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:24 smithi040 bash[23838]: audit 2024-04-25T05:13:23.890223+0000 mon.smithi031 (mon.0) 454 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-25T05:13:25.203 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:24 smithi040 bash[23838]: audit 2024-04-25T05:13:23.892380+0000 mon.smithi040 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.40:6800/1348343022,v1:172.21.15.40:6801/1348343022]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-25T05:13:25.203 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:24 smithi040 bash[23838]: audit 2024-04-25T05:13:23.892380+0000 mon.smithi040 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.40:6800/1348343022,v1:172.21.15.40:6801/1348343022]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-25T05:13:25.203 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:24 smithi040 bash[23838]: cluster 2024-04-25T05:13:23.895437+0000 mon.smithi031 (mon.0) 455 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-04-25T05:13:25.204 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:24 smithi040 bash[23838]: cluster 2024-04-25T05:13:23.895437+0000 mon.smithi031 (mon.0) 455 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-04-25T05:13:25.204 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:24 smithi040 bash[23838]: audit 2024-04-25T05:13:23.896357+0000 mon.smithi031 (mon.0) 456 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:13:25.204 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:24 smithi040 bash[23838]: audit 2024-04-25T05:13:23.896357+0000 mon.smithi031 (mon.0) 456 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:13:25.204 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:24 smithi040 bash[23838]: audit 2024-04-25T05:13:23.896961+0000 mon.smithi031 (mon.0) 457 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-25T05:13:25.204 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:24 smithi040 bash[23838]: audit 2024-04-25T05:13:23.896961+0000 mon.smithi031 (mon.0) 457 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-25T05:13:25.204 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:24 smithi040 bash[23838]: audit 2024-04-25T05:13:23.897518+0000 mon.smithi031 (mon.0) 458 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:13:25.204 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:24 smithi040 bash[23838]: audit 2024-04-25T05:13:23.897518+0000 mon.smithi031 (mon.0) 458 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:13:25.204 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:24 smithi040 bash[23838]: audit 2024-04-25T05:13:23.898050+0000 mon.smithi031 (mon.0) 459 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:25.204 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:24 smithi040 bash[23838]: audit 2024-04-25T05:13:23.898050+0000 mon.smithi031 (mon.0) 459 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:25.204 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:24 smithi040 bash[23838]: audit 2024-04-25T05:13:23.898585+0000 mon.smithi031 (mon.0) 460 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:25.205 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:24 smithi040 bash[23838]: audit 2024-04-25T05:13:23.898585+0000 mon.smithi031 (mon.0) 460 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:25.205 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:24 smithi040 bash[23838]: audit 2024-04-25T05:13:23.899032+0000 mon.smithi031 (mon.0) 461 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:25.206 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:24 smithi040 bash[23838]: audit 2024-04-25T05:13:23.899032+0000 mon.smithi031 (mon.0) 461 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:25.206 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:24 smithi040 bash[23838]: audit 2024-04-25T05:13:23.899312+0000 mon.smithi031 (mon.0) 462 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:25.206 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:24 smithi040 bash[23838]: audit 2024-04-25T05:13:23.899312+0000 mon.smithi031 (mon.0) 462 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:25.206 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:24 smithi040 bash[23838]: audit 2024-04-25T05:13:23.899555+0000 mon.smithi031 (mon.0) 463 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:25.206 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:24 smithi040 bash[23838]: audit 2024-04-25T05:13:23.899555+0000 mon.smithi031 (mon.0) 463 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:25.206 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:24 smithi040 bash[23838]: audit 2024-04-25T05:13:23.899803+0000 mon.smithi031 (mon.0) 464 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:25.206 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:24 smithi040 bash[23838]: audit 2024-04-25T05:13:23.899803+0000 mon.smithi031 (mon.0) 464 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:25.206 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:24 smithi040 bash[23838]: audit 2024-04-25T05:13:24.715108+0000 mon.smithi031 (mon.0) 465 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:25.206 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:24 smithi040 bash[23838]: audit 2024-04-25T05:13:24.715108+0000 mon.smithi031 (mon.0) 465 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:25.206 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:24 smithi040 bash[23838]: audit 2024-04-25T05:13:24.719823+0000 mon.smithi031 (mon.0) 466 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:25.206 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:24 smithi040 bash[23838]: audit 2024-04-25T05:13:24.719823+0000 mon.smithi031 (mon.0) 466 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:25.206 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:24 smithi040 bash[23838]: audit 2024-04-25T05:13:24.720950+0000 mon.smithi031 (mon.0) 467 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-25T05:13:25.207 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:24 smithi040 bash[23838]: audit 2024-04-25T05:13:24.720950+0000 mon.smithi031 (mon.0) 467 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-04-25T05:13:25.207 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:24 smithi040 bash[23838]: audit 2024-04-25T05:13:24.721662+0000 mon.smithi031 (mon.0) 468 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:13:25.207 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:24 smithi040 bash[23838]: audit 2024-04-25T05:13:24.721662+0000 mon.smithi031 (mon.0) 468 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:13:25.616 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:13:26.149 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:25 smithi040 bash[23838]: cephadm 2024-04-25T05:13:24.722270+0000 mgr.smithi031.wbrsoo (mgr.14201) 111 : cephadm [INF] Deploying daemon osd.5 on smithi031 2024-04-25T05:13:26.149 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:25 smithi040 bash[23838]: cephadm 2024-04-25T05:13:24.722270+0000 mgr.smithi031.wbrsoo (mgr.14201) 111 : cephadm [INF] Deploying daemon osd.5 on smithi031 2024-04-25T05:13:26.149 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:25 smithi040 bash[23838]: audit 2024-04-25T05:13:24.892387+0000 mon.smithi031 (mon.0) 469 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-04-25T05:13:26.149 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:25 smithi040 bash[23838]: audit 2024-04-25T05:13:24.892387+0000 mon.smithi031 (mon.0) 469 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-04-25T05:13:26.149 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:25 smithi040 bash[23838]: cluster 2024-04-25T05:13:24.896983+0000 mon.smithi031 (mon.0) 470 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-04-25T05:13:26.150 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:25 smithi040 bash[23838]: cluster 2024-04-25T05:13:24.896983+0000 mon.smithi031 (mon.0) 470 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-04-25T05:13:26.150 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:25 smithi040 bash[23838]: audit 2024-04-25T05:13:24.897777+0000 mon.smithi031 (mon.0) 471 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:13:26.150 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:25 smithi040 bash[23838]: audit 2024-04-25T05:13:24.897777+0000 mon.smithi031 (mon.0) 471 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:13:26.150 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:25 smithi040 bash[23838]: audit 2024-04-25T05:13:24.898126+0000 mon.smithi031 (mon.0) 472 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:13:26.150 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:25 smithi040 bash[23838]: audit 2024-04-25T05:13:24.898126+0000 mon.smithi031 (mon.0) 472 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:13:26.150 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:25 smithi040 bash[23838]: audit 2024-04-25T05:13:24.898618+0000 mon.smithi031 (mon.0) 473 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:26.150 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:25 smithi040 bash[23838]: audit 2024-04-25T05:13:24.898618+0000 mon.smithi031 (mon.0) 473 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:26.150 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:25 smithi040 bash[23838]: audit 2024-04-25T05:13:24.906639+0000 mon.smithi031 (mon.0) 474 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:26.150 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:25 smithi040 bash[23838]: audit 2024-04-25T05:13:24.906639+0000 mon.smithi031 (mon.0) 474 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:26.150 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:25 smithi040 bash[23838]: audit 2024-04-25T05:13:24.907105+0000 mon.smithi031 (mon.0) 475 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:26.150 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:25 smithi040 bash[23838]: audit 2024-04-25T05:13:24.907105+0000 mon.smithi031 (mon.0) 475 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:26.151 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:25 smithi040 bash[23838]: audit 2024-04-25T05:13:24.907534+0000 mon.smithi031 (mon.0) 476 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:26.151 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:25 smithi040 bash[23838]: audit 2024-04-25T05:13:24.907534+0000 mon.smithi031 (mon.0) 476 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:26.151 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:25 smithi040 bash[23838]: audit 2024-04-25T05:13:24.907978+0000 mon.smithi031 (mon.0) 477 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:26.151 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:25 smithi040 bash[23838]: audit 2024-04-25T05:13:24.907978+0000 mon.smithi031 (mon.0) 477 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:26.151 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:25 smithi040 bash[23838]: audit 2024-04-25T05:13:24.908414+0000 mon.smithi031 (mon.0) 478 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:26.151 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:25 smithi040 bash[23838]: audit 2024-04-25T05:13:24.908414+0000 mon.smithi031 (mon.0) 478 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:26.151 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:25 smithi040 bash[23838]: audit 2024-04-25T05:13:24.908933+0000 mon.smithi031 (mon.0) 479 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:13:26.151 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:25 smithi040 bash[23838]: audit 2024-04-25T05:13:24.908933+0000 mon.smithi031 (mon.0) 479 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:13:26.151 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:25 smithi040 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:13:26.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:25 smithi031 bash[18647]: cephadm 2024-04-25T05:13:24.722270+0000 mgr.smithi031.wbrsoo (mgr.14201) 111 : cephadm [INF] Deploying daemon osd.5 on smithi031 2024-04-25T05:13:26.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:25 smithi031 bash[18647]: cephadm 2024-04-25T05:13:24.722270+0000 mgr.smithi031.wbrsoo (mgr.14201) 111 : cephadm [INF] Deploying daemon osd.5 on smithi031 2024-04-25T05:13:26.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:25 smithi031 bash[18647]: audit 2024-04-25T05:13:24.892387+0000 mon.smithi031 (mon.0) 469 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-04-25T05:13:26.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:25 smithi031 bash[18647]: audit 2024-04-25T05:13:24.892387+0000 mon.smithi031 (mon.0) 469 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-04-25T05:13:26.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:25 smithi031 bash[18647]: cluster 2024-04-25T05:13:24.896983+0000 mon.smithi031 (mon.0) 470 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-04-25T05:13:26.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:25 smithi031 bash[18647]: cluster 2024-04-25T05:13:24.896983+0000 mon.smithi031 (mon.0) 470 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-04-25T05:13:26.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:25 smithi031 bash[18647]: audit 2024-04-25T05:13:24.897777+0000 mon.smithi031 (mon.0) 471 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:13:26.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:25 smithi031 bash[18647]: audit 2024-04-25T05:13:24.897777+0000 mon.smithi031 (mon.0) 471 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:13:26.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:25 smithi031 bash[18647]: audit 2024-04-25T05:13:24.898126+0000 mon.smithi031 (mon.0) 472 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:13:26.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:25 smithi031 bash[18647]: audit 2024-04-25T05:13:24.898126+0000 mon.smithi031 (mon.0) 472 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:13:26.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:25 smithi031 bash[18647]: audit 2024-04-25T05:13:24.898618+0000 mon.smithi031 (mon.0) 473 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:26.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:25 smithi031 bash[18647]: audit 2024-04-25T05:13:24.898618+0000 mon.smithi031 (mon.0) 473 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:26.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:25 smithi031 bash[18647]: audit 2024-04-25T05:13:24.906639+0000 mon.smithi031 (mon.0) 474 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:26.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:25 smithi031 bash[18647]: audit 2024-04-25T05:13:24.906639+0000 mon.smithi031 (mon.0) 474 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:26.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:25 smithi031 bash[18647]: audit 2024-04-25T05:13:24.907105+0000 mon.smithi031 (mon.0) 475 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:26.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:25 smithi031 bash[18647]: audit 2024-04-25T05:13:24.907105+0000 mon.smithi031 (mon.0) 475 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:26.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:25 smithi031 bash[18647]: audit 2024-04-25T05:13:24.907534+0000 mon.smithi031 (mon.0) 476 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:26.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:25 smithi031 bash[18647]: audit 2024-04-25T05:13:24.907534+0000 mon.smithi031 (mon.0) 476 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:26.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:25 smithi031 bash[18647]: audit 2024-04-25T05:13:24.907978+0000 mon.smithi031 (mon.0) 477 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:26.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:25 smithi031 bash[18647]: audit 2024-04-25T05:13:24.907978+0000 mon.smithi031 (mon.0) 477 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:26.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:25 smithi031 bash[18647]: audit 2024-04-25T05:13:24.908414+0000 mon.smithi031 (mon.0) 478 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:26.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:25 smithi031 bash[18647]: audit 2024-04-25T05:13:24.908414+0000 mon.smithi031 (mon.0) 478 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:26.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:25 smithi031 bash[18647]: audit 2024-04-25T05:13:24.908933+0000 mon.smithi031 (mon.0) 479 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:13:26.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:25 smithi031 bash[18647]: audit 2024-04-25T05:13:24.908933+0000 mon.smithi031 (mon.0) 479 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:13:26.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:26 smithi040 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:13:27.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:26 smithi040 bash[23838]: cluster 2024-04-25T05:13:24.079494+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-25T05:13:27.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:26 smithi040 bash[23838]: cluster 2024-04-25T05:13:24.079494+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-25T05:13:27.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:26 smithi040 bash[23838]: cluster 2024-04-25T05:13:24.079607+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-25T05:13:27.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:26 smithi040 bash[23838]: cluster 2024-04-25T05:13:24.079607+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-25T05:13:27.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:26 smithi040 bash[23838]: cluster 2024-04-25T05:13:25.790995+0000 mgr.smithi031.wbrsoo (mgr.14201) 112 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:27.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:26 smithi040 bash[23838]: cluster 2024-04-25T05:13:25.790995+0000 mgr.smithi031.wbrsoo (mgr.14201) 112 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:27.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:26 smithi040 bash[23838]: audit 2024-04-25T05:13:25.909925+0000 mon.smithi031 (mon.0) 480 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:13:27.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:26 smithi040 bash[23838]: audit 2024-04-25T05:13:25.909925+0000 mon.smithi031 (mon.0) 480 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:13:27.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:26 smithi040 bash[23838]: cluster 2024-04-25T05:13:25.915126+0000 mon.smithi031 (mon.0) 481 : cluster [INF] osd.0 [v2:172.21.15.40:6800/1348343022,v1:172.21.15.40:6801/1348343022] boot 2024-04-25T05:13:27.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:26 smithi040 bash[23838]: cluster 2024-04-25T05:13:25.915126+0000 mon.smithi031 (mon.0) 481 : cluster [INF] osd.0 [v2:172.21.15.40:6800/1348343022,v1:172.21.15.40:6801/1348343022] boot 2024-04-25T05:13:27.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:26 smithi040 bash[23838]: cluster 2024-04-25T05:13:25.915208+0000 mon.smithi031 (mon.0) 482 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-04-25T05:13:27.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:26 smithi040 bash[23838]: cluster 2024-04-25T05:13:25.915208+0000 mon.smithi031 (mon.0) 482 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-04-25T05:13:27.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:26 smithi040 bash[23838]: audit 2024-04-25T05:13:25.915415+0000 mon.smithi031 (mon.0) 483 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:13:27.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:26 smithi040 bash[23838]: audit 2024-04-25T05:13:25.915415+0000 mon.smithi031 (mon.0) 483 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:13:27.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:26 smithi040 bash[23838]: audit 2024-04-25T05:13:25.916323+0000 mon.smithi031 (mon.0) 484 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:13:27.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:26 smithi040 bash[23838]: audit 2024-04-25T05:13:25.916323+0000 mon.smithi031 (mon.0) 484 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:13:27.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:26 smithi040 bash[23838]: audit 2024-04-25T05:13:25.916814+0000 mon.smithi031 (mon.0) 485 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:27.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:26 smithi040 bash[23838]: audit 2024-04-25T05:13:25.916814+0000 mon.smithi031 (mon.0) 485 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:27.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:26 smithi040 bash[23838]: audit 2024-04-25T05:13:25.917241+0000 mon.smithi031 (mon.0) 486 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:27.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:26 smithi040 bash[23838]: audit 2024-04-25T05:13:25.917241+0000 mon.smithi031 (mon.0) 486 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:27.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:26 smithi040 bash[23838]: audit 2024-04-25T05:13:25.917679+0000 mon.smithi031 (mon.0) 487 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:27.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:26 smithi040 bash[23838]: audit 2024-04-25T05:13:25.917679+0000 mon.smithi031 (mon.0) 487 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:27.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:26 smithi040 bash[23838]: audit 2024-04-25T05:13:25.918114+0000 mon.smithi031 (mon.0) 488 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:27.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:26 smithi040 bash[23838]: audit 2024-04-25T05:13:25.918114+0000 mon.smithi031 (mon.0) 488 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:27.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:26 smithi040 bash[23838]: audit 2024-04-25T05:13:25.918537+0000 mon.smithi031 (mon.0) 489 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:27.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:26 smithi040 bash[23838]: audit 2024-04-25T05:13:25.918537+0000 mon.smithi031 (mon.0) 489 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:27.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:26 smithi040 bash[23838]: audit 2024-04-25T05:13:25.918961+0000 mon.smithi031 (mon.0) 490 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:27.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:26 smithi040 bash[23838]: audit 2024-04-25T05:13:25.918961+0000 mon.smithi031 (mon.0) 490 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:27.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:26 smithi040 bash[23838]: audit 2024-04-25T05:13:26.310340+0000 mon.smithi031 (mon.0) 491 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:27.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:26 smithi040 bash[23838]: audit 2024-04-25T05:13:26.310340+0000 mon.smithi031 (mon.0) 491 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:27.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:26 smithi040 bash[23838]: audit 2024-04-25T05:13:26.316072+0000 mon.smithi031 (mon.0) 492 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:27.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:26 smithi040 bash[23838]: audit 2024-04-25T05:13:26.316072+0000 mon.smithi031 (mon.0) 492 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:27.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:26 smithi040 bash[23838]: audit 2024-04-25T05:13:26.317848+0000 mon.smithi031 (mon.0) 493 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-25T05:13:27.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:26 smithi040 bash[23838]: audit 2024-04-25T05:13:26.317848+0000 mon.smithi031 (mon.0) 493 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-25T05:13:27.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:26 smithi040 bash[23838]: audit 2024-04-25T05:13:26.319282+0000 mon.smithi031 (mon.0) 494 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:13:27.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:26 smithi040 bash[23838]: audit 2024-04-25T05:13:26.319282+0000 mon.smithi031 (mon.0) 494 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:13:27.266 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:26 smithi031 bash[18647]: cluster 2024-04-25T05:13:24.079494+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-25T05:13:27.266 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:26 smithi031 bash[18647]: cluster 2024-04-25T05:13:24.079494+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-25T05:13:27.266 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:26 smithi031 bash[18647]: cluster 2024-04-25T05:13:24.079607+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-25T05:13:27.266 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:26 smithi031 bash[18647]: cluster 2024-04-25T05:13:24.079607+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-25T05:13:27.266 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:26 smithi031 bash[18647]: cluster 2024-04-25T05:13:25.790995+0000 mgr.smithi031.wbrsoo (mgr.14201) 112 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:27.266 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:26 smithi031 bash[18647]: cluster 2024-04-25T05:13:25.790995+0000 mgr.smithi031.wbrsoo (mgr.14201) 112 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-25T05:13:27.266 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:26 smithi031 bash[18647]: audit 2024-04-25T05:13:25.909925+0000 mon.smithi031 (mon.0) 480 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:13:27.266 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:26 smithi031 bash[18647]: audit 2024-04-25T05:13:25.909925+0000 mon.smithi031 (mon.0) 480 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:13:27.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:26 smithi031 bash[18647]: cluster 2024-04-25T05:13:25.915126+0000 mon.smithi031 (mon.0) 481 : cluster [INF] osd.0 [v2:172.21.15.40:6800/1348343022,v1:172.21.15.40:6801/1348343022] boot 2024-04-25T05:13:27.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:26 smithi031 bash[18647]: cluster 2024-04-25T05:13:25.915126+0000 mon.smithi031 (mon.0) 481 : cluster [INF] osd.0 [v2:172.21.15.40:6800/1348343022,v1:172.21.15.40:6801/1348343022] boot 2024-04-25T05:13:27.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:26 smithi031 bash[18647]: cluster 2024-04-25T05:13:25.915208+0000 mon.smithi031 (mon.0) 482 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-04-25T05:13:27.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:26 smithi031 bash[18647]: cluster 2024-04-25T05:13:25.915208+0000 mon.smithi031 (mon.0) 482 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-04-25T05:13:27.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:26 smithi031 bash[18647]: audit 2024-04-25T05:13:25.915415+0000 mon.smithi031 (mon.0) 483 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:13:27.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:26 smithi031 bash[18647]: audit 2024-04-25T05:13:25.915415+0000 mon.smithi031 (mon.0) 483 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-25T05:13:27.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:26 smithi031 bash[18647]: audit 2024-04-25T05:13:25.916323+0000 mon.smithi031 (mon.0) 484 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:13:27.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:26 smithi031 bash[18647]: audit 2024-04-25T05:13:25.916323+0000 mon.smithi031 (mon.0) 484 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:13:27.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:26 smithi031 bash[18647]: audit 2024-04-25T05:13:25.916814+0000 mon.smithi031 (mon.0) 485 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:27.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:26 smithi031 bash[18647]: audit 2024-04-25T05:13:25.916814+0000 mon.smithi031 (mon.0) 485 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:27.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:26 smithi031 bash[18647]: audit 2024-04-25T05:13:25.917241+0000 mon.smithi031 (mon.0) 486 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:27.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:26 smithi031 bash[18647]: audit 2024-04-25T05:13:25.917241+0000 mon.smithi031 (mon.0) 486 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:27.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:26 smithi031 bash[18647]: audit 2024-04-25T05:13:25.917679+0000 mon.smithi031 (mon.0) 487 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:27.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:26 smithi031 bash[18647]: audit 2024-04-25T05:13:25.917679+0000 mon.smithi031 (mon.0) 487 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:27.267 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:26 smithi031 bash[18647]: audit 2024-04-25T05:13:25.918114+0000 mon.smithi031 (mon.0) 488 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:27.268 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:26 smithi031 bash[18647]: audit 2024-04-25T05:13:25.918114+0000 mon.smithi031 (mon.0) 488 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:27.268 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:26 smithi031 bash[18647]: audit 2024-04-25T05:13:25.918537+0000 mon.smithi031 (mon.0) 489 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:27.268 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:26 smithi031 bash[18647]: audit 2024-04-25T05:13:25.918537+0000 mon.smithi031 (mon.0) 489 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:27.268 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:26 smithi031 bash[18647]: audit 2024-04-25T05:13:25.918961+0000 mon.smithi031 (mon.0) 490 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:27.268 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:26 smithi031 bash[18647]: audit 2024-04-25T05:13:25.918961+0000 mon.smithi031 (mon.0) 490 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:27.268 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:26 smithi031 bash[18647]: audit 2024-04-25T05:13:26.310340+0000 mon.smithi031 (mon.0) 491 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:27.268 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:26 smithi031 bash[18647]: audit 2024-04-25T05:13:26.310340+0000 mon.smithi031 (mon.0) 491 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:27.268 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:26 smithi031 bash[18647]: audit 2024-04-25T05:13:26.316072+0000 mon.smithi031 (mon.0) 492 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:27.268 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:26 smithi031 bash[18647]: audit 2024-04-25T05:13:26.316072+0000 mon.smithi031 (mon.0) 492 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:27.268 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:26 smithi031 bash[18647]: audit 2024-04-25T05:13:26.317848+0000 mon.smithi031 (mon.0) 493 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-25T05:13:27.268 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:26 smithi031 bash[18647]: audit 2024-04-25T05:13:26.317848+0000 mon.smithi031 (mon.0) 493 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-04-25T05:13:27.268 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:26 smithi031 bash[18647]: audit 2024-04-25T05:13:26.319282+0000 mon.smithi031 (mon.0) 494 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:13:27.268 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:26 smithi031 bash[18647]: audit 2024-04-25T05:13:26.319282+0000 mon.smithi031 (mon.0) 494 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:13:27.346 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-25T05:13:28.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:27 smithi040 bash[23838]: cephadm 2024-04-25T05:13:26.320562+0000 mgr.smithi031.wbrsoo (mgr.14201) 113 : cephadm [INF] Deploying daemon osd.6 on smithi040 2024-04-25T05:13:28.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:27 smithi040 bash[23838]: cephadm 2024-04-25T05:13:26.320562+0000 mgr.smithi031.wbrsoo (mgr.14201) 113 : cephadm [INF] Deploying daemon osd.6 on smithi040 2024-04-25T05:13:28.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:27 smithi040 bash[23838]: audit 2024-04-25T05:13:26.910366+0000 mon.smithi040 (mon.1) 12 : audit [INF] from='osd.1 [v2:172.21.15.31:6802/4257988232,v1:172.21.15.31:6803/4257988232]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-25T05:13:28.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:27 smithi040 bash[23838]: audit 2024-04-25T05:13:26.910366+0000 mon.smithi040 (mon.1) 12 : audit [INF] from='osd.1 [v2:172.21.15.31:6802/4257988232,v1:172.21.15.31:6803/4257988232]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-25T05:13:28.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:27 smithi040 bash[23838]: audit 2024-04-25T05:13:26.911505+0000 mon.smithi031 (mon.0) 495 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-25T05:13:28.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:27 smithi040 bash[23838]: audit 2024-04-25T05:13:26.911505+0000 mon.smithi031 (mon.0) 495 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-25T05:13:28.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:27 smithi040 bash[23838]: cluster 2024-04-25T05:13:26.915237+0000 mon.smithi031 (mon.0) 496 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-04-25T05:13:28.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:27 smithi040 bash[23838]: cluster 2024-04-25T05:13:26.915237+0000 mon.smithi031 (mon.0) 496 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-04-25T05:13:28.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:27 smithi040 bash[23838]: audit 2024-04-25T05:13:26.915357+0000 mon.smithi031 (mon.0) 497 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:13:28.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:27 smithi040 bash[23838]: audit 2024-04-25T05:13:26.915357+0000 mon.smithi031 (mon.0) 497 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:13:28.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:27 smithi040 bash[23838]: audit 2024-04-25T05:13:26.915547+0000 mon.smithi031 (mon.0) 498 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:28.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:27 smithi040 bash[23838]: audit 2024-04-25T05:13:26.915547+0000 mon.smithi031 (mon.0) 498 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:28.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:27 smithi040 bash[23838]: audit 2024-04-25T05:13:26.915743+0000 mon.smithi031 (mon.0) 499 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:28.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:27 smithi040 bash[23838]: audit 2024-04-25T05:13:26.915743+0000 mon.smithi031 (mon.0) 499 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:28.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:27 smithi040 bash[23838]: audit 2024-04-25T05:13:26.915895+0000 mon.smithi031 (mon.0) 500 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:28.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:27 smithi040 bash[23838]: audit 2024-04-25T05:13:26.915895+0000 mon.smithi031 (mon.0) 500 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:28.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:27 smithi040 bash[23838]: audit 2024-04-25T05:13:26.916035+0000 mon.smithi031 (mon.0) 501 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:28.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:27 smithi040 bash[23838]: audit 2024-04-25T05:13:26.916035+0000 mon.smithi031 (mon.0) 501 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:28.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:27 smithi040 bash[23838]: audit 2024-04-25T05:13:26.916186+0000 mon.smithi031 (mon.0) 502 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:28.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:27 smithi040 bash[23838]: audit 2024-04-25T05:13:26.916186+0000 mon.smithi031 (mon.0) 502 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:28.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:27 smithi040 bash[23838]: audit 2024-04-25T05:13:26.916327+0000 mon.smithi031 (mon.0) 503 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:28.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:27 smithi040 bash[23838]: audit 2024-04-25T05:13:26.916327+0000 mon.smithi031 (mon.0) 503 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:28.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:27 smithi040 bash[23838]: audit 2024-04-25T05:13:27.348234+0000 mon.smithi031 (mon.0) 504 : audit [DBG] from='client.? 172.21.15.31:0/1927139831' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:13:28.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:27 smithi040 bash[23838]: audit 2024-04-25T05:13:27.348234+0000 mon.smithi031 (mon.0) 504 : audit [DBG] from='client.? 172.21.15.31:0/1927139831' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:13:28.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:27 smithi031 bash[18647]: cephadm 2024-04-25T05:13:26.320562+0000 mgr.smithi031.wbrsoo (mgr.14201) 113 : cephadm [INF] Deploying daemon osd.6 on smithi040 2024-04-25T05:13:28.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:27 smithi031 bash[18647]: cephadm 2024-04-25T05:13:26.320562+0000 mgr.smithi031.wbrsoo (mgr.14201) 113 : cephadm [INF] Deploying daemon osd.6 on smithi040 2024-04-25T05:13:28.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:27 smithi031 bash[18647]: audit 2024-04-25T05:13:26.910366+0000 mon.smithi040 (mon.1) 12 : audit [INF] from='osd.1 [v2:172.21.15.31:6802/4257988232,v1:172.21.15.31:6803/4257988232]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-25T05:13:28.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:27 smithi031 bash[18647]: audit 2024-04-25T05:13:26.910366+0000 mon.smithi040 (mon.1) 12 : audit [INF] from='osd.1 [v2:172.21.15.31:6802/4257988232,v1:172.21.15.31:6803/4257988232]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-25T05:13:28.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:27 smithi031 bash[18647]: audit 2024-04-25T05:13:26.911505+0000 mon.smithi031 (mon.0) 495 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-25T05:13:28.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:27 smithi031 bash[18647]: audit 2024-04-25T05:13:26.911505+0000 mon.smithi031 (mon.0) 495 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-25T05:13:28.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:27 smithi031 bash[18647]: cluster 2024-04-25T05:13:26.915237+0000 mon.smithi031 (mon.0) 496 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-04-25T05:13:28.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:27 smithi031 bash[18647]: cluster 2024-04-25T05:13:26.915237+0000 mon.smithi031 (mon.0) 496 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-04-25T05:13:28.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:27 smithi031 bash[18647]: audit 2024-04-25T05:13:26.915357+0000 mon.smithi031 (mon.0) 497 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:13:28.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:27 smithi031 bash[18647]: audit 2024-04-25T05:13:26.915357+0000 mon.smithi031 (mon.0) 497 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:13:28.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:27 smithi031 bash[18647]: audit 2024-04-25T05:13:26.915547+0000 mon.smithi031 (mon.0) 498 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:28.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:27 smithi031 bash[18647]: audit 2024-04-25T05:13:26.915547+0000 mon.smithi031 (mon.0) 498 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:28.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:27 smithi031 bash[18647]: audit 2024-04-25T05:13:26.915743+0000 mon.smithi031 (mon.0) 499 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:28.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:27 smithi031 bash[18647]: audit 2024-04-25T05:13:26.915743+0000 mon.smithi031 (mon.0) 499 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:28.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:27 smithi031 bash[18647]: audit 2024-04-25T05:13:26.915895+0000 mon.smithi031 (mon.0) 500 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:28.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:27 smithi031 bash[18647]: audit 2024-04-25T05:13:26.915895+0000 mon.smithi031 (mon.0) 500 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:28.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:27 smithi031 bash[18647]: audit 2024-04-25T05:13:26.916035+0000 mon.smithi031 (mon.0) 501 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:28.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:27 smithi031 bash[18647]: audit 2024-04-25T05:13:26.916035+0000 mon.smithi031 (mon.0) 501 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:28.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:27 smithi031 bash[18647]: audit 2024-04-25T05:13:26.916186+0000 mon.smithi031 (mon.0) 502 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:28.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:27 smithi031 bash[18647]: audit 2024-04-25T05:13:26.916186+0000 mon.smithi031 (mon.0) 502 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:28.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:27 smithi031 bash[18647]: audit 2024-04-25T05:13:26.916327+0000 mon.smithi031 (mon.0) 503 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:28.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:27 smithi031 bash[18647]: audit 2024-04-25T05:13:26.916327+0000 mon.smithi031 (mon.0) 503 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:28.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:27 smithi031 bash[18647]: audit 2024-04-25T05:13:27.348234+0000 mon.smithi031 (mon.0) 504 : audit [DBG] from='client.? 172.21.15.31:0/1927139831' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:13:28.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:27 smithi031 bash[18647]: audit 2024-04-25T05:13:27.348234+0000 mon.smithi031 (mon.0) 504 : audit [DBG] from='client.? 172.21.15.31:0/1927139831' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:13:29.029 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:28 smithi031 bash[18647]: cluster 2024-04-25T05:13:27.791516+0000 mgr.smithi031.wbrsoo (mgr.14201) 114 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-04-25T05:13:29.030 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:28 smithi031 bash[18647]: cluster 2024-04-25T05:13:27.791516+0000 mgr.smithi031.wbrsoo (mgr.14201) 114 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-04-25T05:13:29.030 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:28 smithi031 bash[18647]: audit 2024-04-25T05:13:27.913461+0000 mon.smithi031 (mon.0) 505 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-25T05:13:29.030 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:28 smithi031 bash[18647]: audit 2024-04-25T05:13:27.913461+0000 mon.smithi031 (mon.0) 505 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-25T05:13:29.030 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:28 smithi031 bash[18647]: cluster 2024-04-25T05:13:27.916745+0000 mon.smithi031 (mon.0) 506 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-04-25T05:13:29.030 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:28 smithi031 bash[18647]: cluster 2024-04-25T05:13:27.916745+0000 mon.smithi031 (mon.0) 506 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-04-25T05:13:29.030 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:28 smithi031 bash[18647]: audit 2024-04-25T05:13:27.917005+0000 mon.smithi040 (mon.1) 13 : audit [INF] from='osd.1 [v2:172.21.15.31:6802/4257988232,v1:172.21.15.31:6803/4257988232]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-04-25T05:13:29.030 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:28 smithi031 bash[18647]: audit 2024-04-25T05:13:27.917005+0000 mon.smithi040 (mon.1) 13 : audit [INF] from='osd.1 [v2:172.21.15.31:6802/4257988232,v1:172.21.15.31:6803/4257988232]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-04-25T05:13:29.030 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:28 smithi031 bash[18647]: audit 2024-04-25T05:13:27.917275+0000 mon.smithi031 (mon.0) 507 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:13:29.030 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:28 smithi031 bash[18647]: audit 2024-04-25T05:13:27.917275+0000 mon.smithi031 (mon.0) 507 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:13:29.030 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:28 smithi031 bash[18647]: audit 2024-04-25T05:13:27.917659+0000 mon.smithi031 (mon.0) 508 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:29.030 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:28 smithi031 bash[18647]: audit 2024-04-25T05:13:27.917659+0000 mon.smithi031 (mon.0) 508 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:29.030 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:28 smithi031 bash[18647]: audit 2024-04-25T05:13:27.920266+0000 mon.smithi031 (mon.0) 509 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:29.031 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:28 smithi031 bash[18647]: audit 2024-04-25T05:13:27.920266+0000 mon.smithi031 (mon.0) 509 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:29.031 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:28 smithi031 bash[18647]: audit 2024-04-25T05:13:27.920582+0000 mon.smithi031 (mon.0) 510 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:29.031 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:28 smithi031 bash[18647]: audit 2024-04-25T05:13:27.920582+0000 mon.smithi031 (mon.0) 510 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:29.031 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:28 smithi031 bash[18647]: audit 2024-04-25T05:13:27.920888+0000 mon.smithi031 (mon.0) 511 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:29.031 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:28 smithi031 bash[18647]: audit 2024-04-25T05:13:27.920888+0000 mon.smithi031 (mon.0) 511 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:29.031 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:28 smithi031 bash[18647]: audit 2024-04-25T05:13:27.921183+0000 mon.smithi031 (mon.0) 512 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:29.031 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:28 smithi031 bash[18647]: audit 2024-04-25T05:13:27.921183+0000 mon.smithi031 (mon.0) 512 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:29.031 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:28 smithi031 bash[18647]: audit 2024-04-25T05:13:27.921483+0000 mon.smithi031 (mon.0) 513 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:29.031 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:28 smithi031 bash[18647]: audit 2024-04-25T05:13:27.921483+0000 mon.smithi031 (mon.0) 513 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:29.031 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:28 smithi031 bash[18647]: audit 2024-04-25T05:13:27.922648+0000 mon.smithi031 (mon.0) 514 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-04-25T05:13:29.031 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:28 smithi031 bash[18647]: audit 2024-04-25T05:13:27.922648+0000 mon.smithi031 (mon.0) 514 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-04-25T05:13:29.031 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:28 smithi031 bash[18647]: audit 2024-04-25T05:13:28.353875+0000 mon.smithi040 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.40:6808/613501136,v1:172.21.15.40:6809/613501136]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-25T05:13:29.031 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:28 smithi031 bash[18647]: audit 2024-04-25T05:13:28.353875+0000 mon.smithi040 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.40:6808/613501136,v1:172.21.15.40:6809/613501136]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-25T05:13:29.032 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:28 smithi031 bash[18647]: audit 2024-04-25T05:13:28.355295+0000 mon.smithi031 (mon.0) 515 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-25T05:13:29.032 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:28 smithi031 bash[18647]: audit 2024-04-25T05:13:28.355295+0000 mon.smithi031 (mon.0) 515 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-25T05:13:29.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:28 smithi040 bash[23838]: cluster 2024-04-25T05:13:27.791516+0000 mgr.smithi031.wbrsoo (mgr.14201) 114 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-04-25T05:13:29.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:28 smithi040 bash[23838]: cluster 2024-04-25T05:13:27.791516+0000 mgr.smithi031.wbrsoo (mgr.14201) 114 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-04-25T05:13:29.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:28 smithi040 bash[23838]: audit 2024-04-25T05:13:27.913461+0000 mon.smithi031 (mon.0) 505 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-25T05:13:29.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:28 smithi040 bash[23838]: audit 2024-04-25T05:13:27.913461+0000 mon.smithi031 (mon.0) 505 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-25T05:13:29.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:28 smithi040 bash[23838]: cluster 2024-04-25T05:13:27.916745+0000 mon.smithi031 (mon.0) 506 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-04-25T05:13:29.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:28 smithi040 bash[23838]: cluster 2024-04-25T05:13:27.916745+0000 mon.smithi031 (mon.0) 506 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-04-25T05:13:29.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:28 smithi040 bash[23838]: audit 2024-04-25T05:13:27.917005+0000 mon.smithi040 (mon.1) 13 : audit [INF] from='osd.1 [v2:172.21.15.31:6802/4257988232,v1:172.21.15.31:6803/4257988232]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-04-25T05:13:29.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:28 smithi040 bash[23838]: audit 2024-04-25T05:13:27.917005+0000 mon.smithi040 (mon.1) 13 : audit [INF] from='osd.1 [v2:172.21.15.31:6802/4257988232,v1:172.21.15.31:6803/4257988232]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-04-25T05:13:29.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:28 smithi040 bash[23838]: audit 2024-04-25T05:13:27.917275+0000 mon.smithi031 (mon.0) 507 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:13:29.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:28 smithi040 bash[23838]: audit 2024-04-25T05:13:27.917275+0000 mon.smithi031 (mon.0) 507 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:13:29.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:28 smithi040 bash[23838]: audit 2024-04-25T05:13:27.917659+0000 mon.smithi031 (mon.0) 508 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:29.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:28 smithi040 bash[23838]: audit 2024-04-25T05:13:27.917659+0000 mon.smithi031 (mon.0) 508 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:29.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:28 smithi040 bash[23838]: audit 2024-04-25T05:13:27.920266+0000 mon.smithi031 (mon.0) 509 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:29.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:28 smithi040 bash[23838]: audit 2024-04-25T05:13:27.920266+0000 mon.smithi031 (mon.0) 509 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:29.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:28 smithi040 bash[23838]: audit 2024-04-25T05:13:27.920582+0000 mon.smithi031 (mon.0) 510 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:29.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:28 smithi040 bash[23838]: audit 2024-04-25T05:13:27.920582+0000 mon.smithi031 (mon.0) 510 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:29.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:28 smithi040 bash[23838]: audit 2024-04-25T05:13:27.920888+0000 mon.smithi031 (mon.0) 511 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:29.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:28 smithi040 bash[23838]: audit 2024-04-25T05:13:27.920888+0000 mon.smithi031 (mon.0) 511 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:29.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:28 smithi040 bash[23838]: audit 2024-04-25T05:13:27.921183+0000 mon.smithi031 (mon.0) 512 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:29.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:28 smithi040 bash[23838]: audit 2024-04-25T05:13:27.921183+0000 mon.smithi031 (mon.0) 512 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:29.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:28 smithi040 bash[23838]: audit 2024-04-25T05:13:27.921483+0000 mon.smithi031 (mon.0) 513 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:29.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:28 smithi040 bash[23838]: audit 2024-04-25T05:13:27.921483+0000 mon.smithi031 (mon.0) 513 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:29.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:28 smithi040 bash[23838]: audit 2024-04-25T05:13:27.922648+0000 mon.smithi031 (mon.0) 514 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-04-25T05:13:29.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:28 smithi040 bash[23838]: audit 2024-04-25T05:13:27.922648+0000 mon.smithi031 (mon.0) 514 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-04-25T05:13:29.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:28 smithi040 bash[23838]: audit 2024-04-25T05:13:28.353875+0000 mon.smithi040 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.40:6808/613501136,v1:172.21.15.40:6809/613501136]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-25T05:13:29.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:28 smithi040 bash[23838]: audit 2024-04-25T05:13:28.353875+0000 mon.smithi040 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.40:6808/613501136,v1:172.21.15.40:6809/613501136]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-25T05:13:29.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:28 smithi040 bash[23838]: audit 2024-04-25T05:13:28.355295+0000 mon.smithi031 (mon.0) 515 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-25T05:13:29.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:28 smithi040 bash[23838]: audit 2024-04-25T05:13:28.355295+0000 mon.smithi031 (mon.0) 515 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-25T05:13:29.398 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1714022005,"num_in_osds":8,"osd_in_since":1714021979,"num_remapped_pgs":0} 2024-04-25T05:13:30.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:29 smithi040 bash[23838]: cluster 2024-04-25T05:13:27.877105+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-25T05:13:30.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:29 smithi040 bash[23838]: cluster 2024-04-25T05:13:27.877105+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-25T05:13:30.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:29 smithi040 bash[23838]: cluster 2024-04-25T05:13:27.877268+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-25T05:13:30.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:29 smithi040 bash[23838]: cluster 2024-04-25T05:13:27.877268+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-25T05:13:30.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:29 smithi040 bash[23838]: audit 2024-04-25T05:13:28.929791+0000 mon.smithi031 (mon.0) 516 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-04-25T05:13:30.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:29 smithi040 bash[23838]: audit 2024-04-25T05:13:28.929791+0000 mon.smithi031 (mon.0) 516 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-04-25T05:13:30.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:29 smithi040 bash[23838]: audit 2024-04-25T05:13:28.929870+0000 mon.smithi031 (mon.0) 517 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-25T05:13:30.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:29 smithi040 bash[23838]: audit 2024-04-25T05:13:28.929870+0000 mon.smithi031 (mon.0) 517 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-25T05:13:30.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:29 smithi040 bash[23838]: cluster 2024-04-25T05:13:28.932812+0000 mon.smithi031 (mon.0) 518 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-04-25T05:13:30.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:29 smithi040 bash[23838]: cluster 2024-04-25T05:13:28.932812+0000 mon.smithi031 (mon.0) 518 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-04-25T05:13:30.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:29 smithi040 bash[23838]: audit 2024-04-25T05:13:28.933028+0000 mon.smithi031 (mon.0) 519 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:13:30.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:29 smithi040 bash[23838]: audit 2024-04-25T05:13:28.933028+0000 mon.smithi031 (mon.0) 519 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:13:30.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:29 smithi040 bash[23838]: audit 2024-04-25T05:13:28.933227+0000 mon.smithi031 (mon.0) 520 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:30.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:29 smithi040 bash[23838]: audit 2024-04-25T05:13:28.933227+0000 mon.smithi031 (mon.0) 520 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:30.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:29 smithi040 bash[23838]: audit 2024-04-25T05:13:28.933423+0000 mon.smithi031 (mon.0) 521 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:30.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:29 smithi040 bash[23838]: audit 2024-04-25T05:13:28.933423+0000 mon.smithi031 (mon.0) 521 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:30.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:29 smithi040 bash[23838]: audit 2024-04-25T05:13:28.933602+0000 mon.smithi031 (mon.0) 522 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:30.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:29 smithi040 bash[23838]: audit 2024-04-25T05:13:28.933602+0000 mon.smithi031 (mon.0) 522 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:30.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:29 smithi040 bash[23838]: audit 2024-04-25T05:13:28.933793+0000 mon.smithi031 (mon.0) 523 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:30.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:29 smithi040 bash[23838]: audit 2024-04-25T05:13:28.933793+0000 mon.smithi031 (mon.0) 523 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:30.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:29 smithi040 bash[23838]: audit 2024-04-25T05:13:28.933962+0000 mon.smithi031 (mon.0) 524 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:30.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:29 smithi040 bash[23838]: audit 2024-04-25T05:13:28.933962+0000 mon.smithi031 (mon.0) 524 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:30.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:29 smithi040 bash[23838]: audit 2024-04-25T05:13:28.934137+0000 mon.smithi031 (mon.0) 525 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:30.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:29 smithi040 bash[23838]: audit 2024-04-25T05:13:28.934137+0000 mon.smithi031 (mon.0) 525 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:30.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:29 smithi040 bash[23838]: audit 2024-04-25T05:13:28.939038+0000 mon.smithi040 (mon.1) 15 : audit [INF] from='osd.2 [v2:172.21.15.40:6808/613501136,v1:172.21.15.40:6809/613501136]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-25T05:13:30.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:29 smithi040 bash[23838]: audit 2024-04-25T05:13:28.939038+0000 mon.smithi040 (mon.1) 15 : audit [INF] from='osd.2 [v2:172.21.15.40:6808/613501136,v1:172.21.15.40:6809/613501136]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-25T05:13:30.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:29 smithi040 bash[23838]: audit 2024-04-25T05:13:28.940547+0000 mon.smithi031 (mon.0) 526 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-25T05:13:30.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:29 smithi040 bash[23838]: audit 2024-04-25T05:13:28.940547+0000 mon.smithi031 (mon.0) 526 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-25T05:13:30.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:29 smithi040 bash[23838]: audit 2024-04-25T05:13:28.944303+0000 mon.smithi031 (mon.0) 527 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:13:30.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:29 smithi040 bash[23838]: audit 2024-04-25T05:13:28.944303+0000 mon.smithi031 (mon.0) 527 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:13:30.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:29 smithi040 bash[23838]: audit 2024-04-25T05:13:29.484680+0000 mon.smithi031 (mon.0) 528 : audit [INF] from='osd.1 ' entity='osd.1' 2024-04-25T05:13:30.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:29 smithi040 bash[23838]: audit 2024-04-25T05:13:29.484680+0000 mon.smithi031 (mon.0) 528 : audit [INF] from='osd.1 ' entity='osd.1' 2024-04-25T05:13:30.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:29 smithi031 bash[18647]: cluster 2024-04-25T05:13:27.877105+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-25T05:13:30.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:29 smithi031 bash[18647]: cluster 2024-04-25T05:13:27.877105+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-25T05:13:30.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:29 smithi031 bash[18647]: cluster 2024-04-25T05:13:27.877268+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-25T05:13:30.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:29 smithi031 bash[18647]: cluster 2024-04-25T05:13:27.877268+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-25T05:13:30.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:29 smithi031 bash[18647]: audit 2024-04-25T05:13:28.929791+0000 mon.smithi031 (mon.0) 516 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-04-25T05:13:30.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:29 smithi031 bash[18647]: audit 2024-04-25T05:13:28.929791+0000 mon.smithi031 (mon.0) 516 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-04-25T05:13:30.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:29 smithi031 bash[18647]: audit 2024-04-25T05:13:28.929870+0000 mon.smithi031 (mon.0) 517 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-25T05:13:30.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:29 smithi031 bash[18647]: audit 2024-04-25T05:13:28.929870+0000 mon.smithi031 (mon.0) 517 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-25T05:13:30.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:29 smithi031 bash[18647]: cluster 2024-04-25T05:13:28.932812+0000 mon.smithi031 (mon.0) 518 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-04-25T05:13:30.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:29 smithi031 bash[18647]: cluster 2024-04-25T05:13:28.932812+0000 mon.smithi031 (mon.0) 518 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-04-25T05:13:30.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:29 smithi031 bash[18647]: audit 2024-04-25T05:13:28.933028+0000 mon.smithi031 (mon.0) 519 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:13:30.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:29 smithi031 bash[18647]: audit 2024-04-25T05:13:28.933028+0000 mon.smithi031 (mon.0) 519 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:13:30.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:29 smithi031 bash[18647]: audit 2024-04-25T05:13:28.933227+0000 mon.smithi031 (mon.0) 520 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:30.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:29 smithi031 bash[18647]: audit 2024-04-25T05:13:28.933227+0000 mon.smithi031 (mon.0) 520 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:30.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:29 smithi031 bash[18647]: audit 2024-04-25T05:13:28.933423+0000 mon.smithi031 (mon.0) 521 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:30.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:29 smithi031 bash[18647]: audit 2024-04-25T05:13:28.933423+0000 mon.smithi031 (mon.0) 521 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:30.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:29 smithi031 bash[18647]: audit 2024-04-25T05:13:28.933602+0000 mon.smithi031 (mon.0) 522 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:30.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:29 smithi031 bash[18647]: audit 2024-04-25T05:13:28.933602+0000 mon.smithi031 (mon.0) 522 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:30.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:29 smithi031 bash[18647]: audit 2024-04-25T05:13:28.933793+0000 mon.smithi031 (mon.0) 523 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:30.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:29 smithi031 bash[18647]: audit 2024-04-25T05:13:28.933793+0000 mon.smithi031 (mon.0) 523 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:30.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:29 smithi031 bash[18647]: audit 2024-04-25T05:13:28.933962+0000 mon.smithi031 (mon.0) 524 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:30.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:29 smithi031 bash[18647]: audit 2024-04-25T05:13:28.933962+0000 mon.smithi031 (mon.0) 524 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:30.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:29 smithi031 bash[18647]: audit 2024-04-25T05:13:28.934137+0000 mon.smithi031 (mon.0) 525 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:30.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:29 smithi031 bash[18647]: audit 2024-04-25T05:13:28.934137+0000 mon.smithi031 (mon.0) 525 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:30.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:29 smithi031 bash[18647]: audit 2024-04-25T05:13:28.939038+0000 mon.smithi040 (mon.1) 15 : audit [INF] from='osd.2 [v2:172.21.15.40:6808/613501136,v1:172.21.15.40:6809/613501136]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-25T05:13:30.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:29 smithi031 bash[18647]: audit 2024-04-25T05:13:28.939038+0000 mon.smithi040 (mon.1) 15 : audit [INF] from='osd.2 [v2:172.21.15.40:6808/613501136,v1:172.21.15.40:6809/613501136]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-25T05:13:30.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:29 smithi031 bash[18647]: audit 2024-04-25T05:13:28.940547+0000 mon.smithi031 (mon.0) 526 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-25T05:13:30.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:29 smithi031 bash[18647]: audit 2024-04-25T05:13:28.940547+0000 mon.smithi031 (mon.0) 526 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-25T05:13:30.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:29 smithi031 bash[18647]: audit 2024-04-25T05:13:28.944303+0000 mon.smithi031 (mon.0) 527 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:13:30.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:29 smithi031 bash[18647]: audit 2024-04-25T05:13:28.944303+0000 mon.smithi031 (mon.0) 527 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:13:30.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:29 smithi031 bash[18647]: audit 2024-04-25T05:13:29.484680+0000 mon.smithi031 (mon.0) 528 : audit [INF] from='osd.1 ' entity='osd.1' 2024-04-25T05:13:30.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:29 smithi031 bash[18647]: audit 2024-04-25T05:13:29.484680+0000 mon.smithi031 (mon.0) 528 : audit [INF] from='osd.1 ' entity='osd.1' 2024-04-25T05:13:30.399 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T05:13:31.190 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:30 smithi031 bash[18647]: cluster 2024-04-25T05:13:29.792000+0000 mgr.smithi031.wbrsoo (mgr.14201) 115 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-04-25T05:13:31.190 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:30 smithi031 bash[18647]: cluster 2024-04-25T05:13:29.792000+0000 mgr.smithi031.wbrsoo (mgr.14201) 115 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-04-25T05:13:31.190 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:30 smithi031 bash[18647]: audit 2024-04-25T05:13:29.932040+0000 mon.smithi031 (mon.0) 529 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-04-25T05:13:31.190 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:30 smithi031 bash[18647]: audit 2024-04-25T05:13:29.932040+0000 mon.smithi031 (mon.0) 529 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-04-25T05:13:31.190 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:30 smithi031 bash[18647]: cluster 2024-04-25T05:13:29.937000+0000 mon.smithi031 (mon.0) 530 : cluster [INF] osd.1 [v2:172.21.15.31:6802/4257988232,v1:172.21.15.31:6803/4257988232] boot 2024-04-25T05:13:31.190 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:30 smithi031 bash[18647]: cluster 2024-04-25T05:13:29.937000+0000 mon.smithi031 (mon.0) 530 : cluster [INF] osd.1 [v2:172.21.15.31:6802/4257988232,v1:172.21.15.31:6803/4257988232] boot 2024-04-25T05:13:31.190 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:30 smithi031 bash[18647]: cluster 2024-04-25T05:13:29.937079+0000 mon.smithi031 (mon.0) 531 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-04-25T05:13:31.190 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:30 smithi031 bash[18647]: cluster 2024-04-25T05:13:29.937079+0000 mon.smithi031 (mon.0) 531 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-04-25T05:13:31.190 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:30 smithi031 bash[18647]: audit 2024-04-25T05:13:29.938144+0000 mon.smithi031 (mon.0) 532 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:13:31.191 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:30 smithi031 bash[18647]: audit 2024-04-25T05:13:29.938144+0000 mon.smithi031 (mon.0) 532 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:13:31.191 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:30 smithi031 bash[18647]: audit 2024-04-25T05:13:29.938521+0000 mon.smithi031 (mon.0) 533 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:31.191 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:30 smithi031 bash[18647]: audit 2024-04-25T05:13:29.938521+0000 mon.smithi031 (mon.0) 533 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:31.191 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:30 smithi031 bash[18647]: audit 2024-04-25T05:13:29.938942+0000 mon.smithi031 (mon.0) 534 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:31.191 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:30 smithi031 bash[18647]: audit 2024-04-25T05:13:29.938942+0000 mon.smithi031 (mon.0) 534 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:31.191 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:30 smithi031 bash[18647]: audit 2024-04-25T05:13:29.939543+0000 mon.smithi031 (mon.0) 535 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:31.191 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:30 smithi031 bash[18647]: audit 2024-04-25T05:13:29.939543+0000 mon.smithi031 (mon.0) 535 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:31.191 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:30 smithi031 bash[18647]: audit 2024-04-25T05:13:29.939990+0000 mon.smithi031 (mon.0) 536 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:31.191 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:30 smithi031 bash[18647]: audit 2024-04-25T05:13:29.939990+0000 mon.smithi031 (mon.0) 536 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:31.191 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:30 smithi031 bash[18647]: audit 2024-04-25T05:13:29.950226+0000 mon.smithi031 (mon.0) 537 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:31.191 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:30 smithi031 bash[18647]: audit 2024-04-25T05:13:29.950226+0000 mon.smithi031 (mon.0) 537 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:31.191 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:30 smithi031 bash[18647]: audit 2024-04-25T05:13:29.951056+0000 mon.smithi031 (mon.0) 538 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:31.191 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:30 smithi031 bash[18647]: audit 2024-04-25T05:13:29.951056+0000 mon.smithi031 (mon.0) 538 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:31.191 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:30 smithi031 bash[18647]: audit 2024-04-25T05:13:29.951483+0000 mon.smithi031 (mon.0) 539 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:31.191 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:30 smithi031 bash[18647]: audit 2024-04-25T05:13:29.951483+0000 mon.smithi031 (mon.0) 539 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:31.192 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:30 smithi031 bash[18647]: audit 2024-04-25T05:13:30.502326+0000 mon.smithi031 (mon.0) 540 : audit [INF] from='osd.2 ' entity='osd.2' 2024-04-25T05:13:31.192 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:30 smithi031 bash[18647]: audit 2024-04-25T05:13:30.502326+0000 mon.smithi031 (mon.0) 540 : audit [INF] from='osd.2 ' entity='osd.2' 2024-04-25T05:13:31.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:30 smithi040 bash[23838]: cluster 2024-04-25T05:13:29.792000+0000 mgr.smithi031.wbrsoo (mgr.14201) 115 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-04-25T05:13:31.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:30 smithi040 bash[23838]: cluster 2024-04-25T05:13:29.792000+0000 mgr.smithi031.wbrsoo (mgr.14201) 115 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-04-25T05:13:31.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:30 smithi040 bash[23838]: audit 2024-04-25T05:13:29.932040+0000 mon.smithi031 (mon.0) 529 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-04-25T05:13:31.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:30 smithi040 bash[23838]: audit 2024-04-25T05:13:29.932040+0000 mon.smithi031 (mon.0) 529 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-04-25T05:13:31.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:30 smithi040 bash[23838]: cluster 2024-04-25T05:13:29.937000+0000 mon.smithi031 (mon.0) 530 : cluster [INF] osd.1 [v2:172.21.15.31:6802/4257988232,v1:172.21.15.31:6803/4257988232] boot 2024-04-25T05:13:31.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:30 smithi040 bash[23838]: cluster 2024-04-25T05:13:29.937000+0000 mon.smithi031 (mon.0) 530 : cluster [INF] osd.1 [v2:172.21.15.31:6802/4257988232,v1:172.21.15.31:6803/4257988232] boot 2024-04-25T05:13:31.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:30 smithi040 bash[23838]: cluster 2024-04-25T05:13:29.937079+0000 mon.smithi031 (mon.0) 531 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-04-25T05:13:31.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:30 smithi040 bash[23838]: cluster 2024-04-25T05:13:29.937079+0000 mon.smithi031 (mon.0) 531 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-04-25T05:13:31.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:30 smithi040 bash[23838]: audit 2024-04-25T05:13:29.938144+0000 mon.smithi031 (mon.0) 532 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:13:31.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:30 smithi040 bash[23838]: audit 2024-04-25T05:13:29.938144+0000 mon.smithi031 (mon.0) 532 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-25T05:13:31.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:30 smithi040 bash[23838]: audit 2024-04-25T05:13:29.938521+0000 mon.smithi031 (mon.0) 533 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:31.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:30 smithi040 bash[23838]: audit 2024-04-25T05:13:29.938521+0000 mon.smithi031 (mon.0) 533 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:31.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:30 smithi040 bash[23838]: audit 2024-04-25T05:13:29.938942+0000 mon.smithi031 (mon.0) 534 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:31.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:30 smithi040 bash[23838]: audit 2024-04-25T05:13:29.938942+0000 mon.smithi031 (mon.0) 534 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:31.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:30 smithi040 bash[23838]: audit 2024-04-25T05:13:29.939543+0000 mon.smithi031 (mon.0) 535 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:31.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:30 smithi040 bash[23838]: audit 2024-04-25T05:13:29.939543+0000 mon.smithi031 (mon.0) 535 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:31.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:30 smithi040 bash[23838]: audit 2024-04-25T05:13:29.939990+0000 mon.smithi031 (mon.0) 536 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:31.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:30 smithi040 bash[23838]: audit 2024-04-25T05:13:29.939990+0000 mon.smithi031 (mon.0) 536 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:31.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:30 smithi040 bash[23838]: audit 2024-04-25T05:13:29.950226+0000 mon.smithi031 (mon.0) 537 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:31.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:30 smithi040 bash[23838]: audit 2024-04-25T05:13:29.950226+0000 mon.smithi031 (mon.0) 537 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:31.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:30 smithi040 bash[23838]: audit 2024-04-25T05:13:29.951056+0000 mon.smithi031 (mon.0) 538 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:31.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:30 smithi040 bash[23838]: audit 2024-04-25T05:13:29.951056+0000 mon.smithi031 (mon.0) 538 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:31.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:30 smithi040 bash[23838]: audit 2024-04-25T05:13:29.951483+0000 mon.smithi031 (mon.0) 539 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:31.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:30 smithi040 bash[23838]: audit 2024-04-25T05:13:29.951483+0000 mon.smithi031 (mon.0) 539 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:31.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:30 smithi040 bash[23838]: audit 2024-04-25T05:13:30.502326+0000 mon.smithi031 (mon.0) 540 : audit [INF] from='osd.2 ' entity='osd.2' 2024-04-25T05:13:31.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:30 smithi040 bash[23838]: audit 2024-04-25T05:13:30.502326+0000 mon.smithi031 (mon.0) 540 : audit [INF] from='osd.2 ' entity='osd.2' 2024-04-25T05:13:31.516 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:31 smithi040 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:13:31.786 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:31 smithi040 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:13:32.196 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:31 smithi031 bash[18647]: cluster 2024-04-25T05:13:29.373759+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-25T05:13:32.196 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:31 smithi031 bash[18647]: cluster 2024-04-25T05:13:29.373759+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-25T05:13:32.196 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:31 smithi031 bash[18647]: cluster 2024-04-25T05:13:29.373893+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-25T05:13:32.196 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:31 smithi031 bash[18647]: cluster 2024-04-25T05:13:29.373893+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-25T05:13:32.196 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:31 smithi031 bash[18647]: audit 2024-04-25T05:13:30.943242+0000 mon.smithi031 (mon.0) 541 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:32.196 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:31 smithi031 bash[18647]: audit 2024-04-25T05:13:30.943242+0000 mon.smithi031 (mon.0) 541 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:32.196 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:31 smithi031 bash[18647]: cluster 2024-04-25T05:13:31.504476+0000 mon.smithi031 (mon.0) 542 : cluster [INF] osd.2 [v2:172.21.15.40:6808/613501136,v1:172.21.15.40:6809/613501136] boot 2024-04-25T05:13:32.196 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:31 smithi031 bash[18647]: cluster 2024-04-25T05:13:31.504476+0000 mon.smithi031 (mon.0) 542 : cluster [INF] osd.2 [v2:172.21.15.40:6808/613501136,v1:172.21.15.40:6809/613501136] boot 2024-04-25T05:13:32.196 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:31 smithi031 bash[18647]: cluster 2024-04-25T05:13:31.504560+0000 mon.smithi031 (mon.0) 543 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-04-25T05:13:32.196 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:31 smithi031 bash[18647]: cluster 2024-04-25T05:13:31.504560+0000 mon.smithi031 (mon.0) 543 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-04-25T05:13:32.196 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:31 smithi031 bash[18647]: audit 2024-04-25T05:13:31.504740+0000 mon.smithi031 (mon.0) 544 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:32.196 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:31 smithi031 bash[18647]: audit 2024-04-25T05:13:31.504740+0000 mon.smithi031 (mon.0) 544 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:32.197 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:31 smithi031 bash[18647]: audit 2024-04-25T05:13:31.505135+0000 mon.smithi031 (mon.0) 545 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:32.197 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:31 smithi031 bash[18647]: audit 2024-04-25T05:13:31.505135+0000 mon.smithi031 (mon.0) 545 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:32.197 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:31 smithi031 bash[18647]: audit 2024-04-25T05:13:31.505414+0000 mon.smithi031 (mon.0) 546 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:32.197 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:31 smithi031 bash[18647]: audit 2024-04-25T05:13:31.505414+0000 mon.smithi031 (mon.0) 546 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:32.197 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:31 smithi031 bash[18647]: audit 2024-04-25T05:13:31.505735+0000 mon.smithi031 (mon.0) 547 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:32.197 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:31 smithi031 bash[18647]: audit 2024-04-25T05:13:31.505735+0000 mon.smithi031 (mon.0) 547 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:32.197 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:31 smithi031 bash[18647]: audit 2024-04-25T05:13:31.506019+0000 mon.smithi031 (mon.0) 548 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:32.197 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:31 smithi031 bash[18647]: audit 2024-04-25T05:13:31.506019+0000 mon.smithi031 (mon.0) 548 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:32.197 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:31 smithi031 bash[18647]: audit 2024-04-25T05:13:31.506297+0000 mon.smithi031 (mon.0) 549 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:32.197 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:31 smithi031 bash[18647]: audit 2024-04-25T05:13:31.506297+0000 mon.smithi031 (mon.0) 549 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:32.197 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:31 smithi031 bash[18647]: audit 2024-04-25T05:13:31.837802+0000 mon.smithi031 (mon.0) 550 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:32.197 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:31 smithi031 bash[18647]: audit 2024-04-25T05:13:31.837802+0000 mon.smithi031 (mon.0) 550 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:32.198 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:31 smithi031 bash[18647]: audit 2024-04-25T05:13:31.843651+0000 mon.smithi031 (mon.0) 551 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:32.198 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:31 smithi031 bash[18647]: audit 2024-04-25T05:13:31.843651+0000 mon.smithi031 (mon.0) 551 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:32.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:31 smithi040 bash[23838]: cluster 2024-04-25T05:13:29.373759+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-25T05:13:32.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:31 smithi040 bash[23838]: cluster 2024-04-25T05:13:29.373759+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-25T05:13:32.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:31 smithi040 bash[23838]: cluster 2024-04-25T05:13:29.373893+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-25T05:13:32.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:31 smithi040 bash[23838]: cluster 2024-04-25T05:13:29.373893+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-25T05:13:32.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:31 smithi040 bash[23838]: audit 2024-04-25T05:13:30.943242+0000 mon.smithi031 (mon.0) 541 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:32.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:31 smithi040 bash[23838]: audit 2024-04-25T05:13:30.943242+0000 mon.smithi031 (mon.0) 541 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:32.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:31 smithi040 bash[23838]: cluster 2024-04-25T05:13:31.504476+0000 mon.smithi031 (mon.0) 542 : cluster [INF] osd.2 [v2:172.21.15.40:6808/613501136,v1:172.21.15.40:6809/613501136] boot 2024-04-25T05:13:32.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:31 smithi040 bash[23838]: cluster 2024-04-25T05:13:31.504476+0000 mon.smithi031 (mon.0) 542 : cluster [INF] osd.2 [v2:172.21.15.40:6808/613501136,v1:172.21.15.40:6809/613501136] boot 2024-04-25T05:13:32.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:31 smithi040 bash[23838]: cluster 2024-04-25T05:13:31.504560+0000 mon.smithi031 (mon.0) 543 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-04-25T05:13:32.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:31 smithi040 bash[23838]: cluster 2024-04-25T05:13:31.504560+0000 mon.smithi031 (mon.0) 543 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-04-25T05:13:32.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:31 smithi040 bash[23838]: audit 2024-04-25T05:13:31.504740+0000 mon.smithi031 (mon.0) 544 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:32.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:31 smithi040 bash[23838]: audit 2024-04-25T05:13:31.504740+0000 mon.smithi031 (mon.0) 544 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-25T05:13:32.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:31 smithi040 bash[23838]: audit 2024-04-25T05:13:31.505135+0000 mon.smithi031 (mon.0) 545 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:32.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:31 smithi040 bash[23838]: audit 2024-04-25T05:13:31.505135+0000 mon.smithi031 (mon.0) 545 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:32.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:31 smithi040 bash[23838]: audit 2024-04-25T05:13:31.505414+0000 mon.smithi031 (mon.0) 546 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:32.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:31 smithi040 bash[23838]: audit 2024-04-25T05:13:31.505414+0000 mon.smithi031 (mon.0) 546 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:32.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:31 smithi040 bash[23838]: audit 2024-04-25T05:13:31.505735+0000 mon.smithi031 (mon.0) 547 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:32.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:31 smithi040 bash[23838]: audit 2024-04-25T05:13:31.505735+0000 mon.smithi031 (mon.0) 547 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:32.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:31 smithi040 bash[23838]: audit 2024-04-25T05:13:31.506019+0000 mon.smithi031 (mon.0) 548 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:32.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:31 smithi040 bash[23838]: audit 2024-04-25T05:13:31.506019+0000 mon.smithi031 (mon.0) 548 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:32.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:31 smithi040 bash[23838]: audit 2024-04-25T05:13:31.506297+0000 mon.smithi031 (mon.0) 549 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:32.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:31 smithi040 bash[23838]: audit 2024-04-25T05:13:31.506297+0000 mon.smithi031 (mon.0) 549 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:32.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:31 smithi040 bash[23838]: audit 2024-04-25T05:13:31.837802+0000 mon.smithi031 (mon.0) 550 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:32.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:31 smithi040 bash[23838]: audit 2024-04-25T05:13:31.837802+0000 mon.smithi031 (mon.0) 550 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:32.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:31 smithi040 bash[23838]: audit 2024-04-25T05:13:31.843651+0000 mon.smithi031 (mon.0) 551 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:32.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:31 smithi040 bash[23838]: audit 2024-04-25T05:13:31.843651+0000 mon.smithi031 (mon.0) 551 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:32.446 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:32 smithi031 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:13:32.870 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:32 smithi031 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:13:33.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:32 smithi040 bash[23838]: cluster 2024-04-25T05:13:31.792373+0000 mgr.smithi031.wbrsoo (mgr.14201) 116 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-25T05:13:33.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:32 smithi040 bash[23838]: cluster 2024-04-25T05:13:31.792373+0000 mgr.smithi031.wbrsoo (mgr.14201) 116 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-25T05:13:33.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:32 smithi040 bash[23838]: audit 2024-04-25T05:13:32.199606+0000 mon.smithi031 (mon.0) 552 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 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-04-25T05:13:33.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:32 smithi040 bash[23838]: audit 2024-04-25T05:13:32.199606+0000 mon.smithi031 (mon.0) 552 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 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-04-25T05:13:33.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:32 smithi040 bash[23838]: audit 2024-04-25T05:13:32.621801+0000 mon.smithi031 (mon.0) 553 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:33.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:32 smithi040 bash[23838]: audit 2024-04-25T05:13:32.621801+0000 mon.smithi031 (mon.0) 553 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:33.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:32 smithi040 bash[23838]: audit 2024-04-25T05:13:32.628511+0000 mon.smithi031 (mon.0) 554 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:33.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:32 smithi040 bash[23838]: audit 2024-04-25T05:13:32.628511+0000 mon.smithi031 (mon.0) 554 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:33.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:32 smithi040 bash[23838]: audit 2024-04-25T05:13:32.629440+0000 mon.smithi031 (mon.0) 555 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-25T05:13:33.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:32 smithi040 bash[23838]: audit 2024-04-25T05:13:32.629440+0000 mon.smithi031 (mon.0) 555 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-25T05:13:33.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:32 smithi040 bash[23838]: audit 2024-04-25T05:13:32.630108+0000 mon.smithi031 (mon.0) 556 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:13:33.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:32 smithi040 bash[23838]: audit 2024-04-25T05:13:32.630108+0000 mon.smithi031 (mon.0) 556 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:13:33.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:32 smithi031 bash[18647]: cluster 2024-04-25T05:13:31.792373+0000 mgr.smithi031.wbrsoo (mgr.14201) 116 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-25T05:13:33.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:32 smithi031 bash[18647]: cluster 2024-04-25T05:13:31.792373+0000 mgr.smithi031.wbrsoo (mgr.14201) 116 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-25T05:13:33.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:32 smithi031 bash[18647]: audit 2024-04-25T05:13:32.199606+0000 mon.smithi031 (mon.0) 552 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 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-04-25T05:13:33.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:32 smithi031 bash[18647]: audit 2024-04-25T05:13:32.199606+0000 mon.smithi031 (mon.0) 552 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 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-04-25T05:13:33.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:32 smithi031 bash[18647]: audit 2024-04-25T05:13:32.621801+0000 mon.smithi031 (mon.0) 553 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:33.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:32 smithi031 bash[18647]: audit 2024-04-25T05:13:32.621801+0000 mon.smithi031 (mon.0) 553 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:33.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:32 smithi031 bash[18647]: audit 2024-04-25T05:13:32.628511+0000 mon.smithi031 (mon.0) 554 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:33.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:32 smithi031 bash[18647]: audit 2024-04-25T05:13:32.628511+0000 mon.smithi031 (mon.0) 554 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:33.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:32 smithi031 bash[18647]: audit 2024-04-25T05:13:32.629440+0000 mon.smithi031 (mon.0) 555 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-25T05:13:33.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:32 smithi031 bash[18647]: audit 2024-04-25T05:13:32.629440+0000 mon.smithi031 (mon.0) 555 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-04-25T05:13:33.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:32 smithi031 bash[18647]: audit 2024-04-25T05:13:32.630108+0000 mon.smithi031 (mon.0) 556 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:13:33.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:32 smithi031 bash[18647]: audit 2024-04-25T05:13:32.630108+0000 mon.smithi031 (mon.0) 556 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:13:34.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:33 smithi040 bash[23838]: cephadm 2024-04-25T05:13:32.630709+0000 mgr.smithi031.wbrsoo (mgr.14201) 117 : cephadm [INF] Deploying daemon osd.7 on smithi031 2024-04-25T05:13:34.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:33 smithi040 bash[23838]: cephadm 2024-04-25T05:13:32.630709+0000 mgr.smithi031.wbrsoo (mgr.14201) 117 : cephadm [INF] Deploying daemon osd.7 on smithi031 2024-04-25T05:13:34.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:33 smithi040 bash[23838]: audit 2024-04-25T05:13:32.958236+0000 mon.smithi031 (mon.0) 557 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 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-04-25T05:13:34.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:33 smithi040 bash[23838]: audit 2024-04-25T05:13:32.958236+0000 mon.smithi031 (mon.0) 557 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 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-04-25T05:13:34.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:33 smithi040 bash[23838]: cluster 2024-04-25T05:13:32.962614+0000 mon.smithi031 (mon.0) 558 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-04-25T05:13:34.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:33 smithi040 bash[23838]: cluster 2024-04-25T05:13:32.962614+0000 mon.smithi031 (mon.0) 558 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-04-25T05:13:34.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:33 smithi040 bash[23838]: audit 2024-04-25T05:13:32.963323+0000 mon.smithi031 (mon.0) 559 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:34.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:33 smithi040 bash[23838]: audit 2024-04-25T05:13:32.963323+0000 mon.smithi031 (mon.0) 559 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:34.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:33 smithi040 bash[23838]: audit 2024-04-25T05:13:32.963894+0000 mon.smithi031 (mon.0) 560 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:34.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:33 smithi040 bash[23838]: audit 2024-04-25T05:13:32.963894+0000 mon.smithi031 (mon.0) 560 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:34.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:33 smithi040 bash[23838]: audit 2024-04-25T05:13:32.964400+0000 mon.smithi031 (mon.0) 561 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:34.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:33 smithi040 bash[23838]: audit 2024-04-25T05:13:32.964400+0000 mon.smithi031 (mon.0) 561 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:34.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:33 smithi040 bash[23838]: audit 2024-04-25T05:13:32.964948+0000 mon.smithi031 (mon.0) 562 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:34.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:33 smithi040 bash[23838]: audit 2024-04-25T05:13:32.964948+0000 mon.smithi031 (mon.0) 562 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:34.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:33 smithi040 bash[23838]: audit 2024-04-25T05:13:32.965454+0000 mon.smithi031 (mon.0) 563 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:34.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:33 smithi040 bash[23838]: audit 2024-04-25T05:13:32.965454+0000 mon.smithi031 (mon.0) 563 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:34.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:33 smithi040 bash[23838]: audit 2024-04-25T05:13:32.966084+0000 mon.smithi031 (mon.0) 564 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-25T05:13:34.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:33 smithi040 bash[23838]: audit 2024-04-25T05:13:32.966084+0000 mon.smithi031 (mon.0) 564 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-25T05:13:34.229 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:33 smithi031 bash[18647]: cephadm 2024-04-25T05:13:32.630709+0000 mgr.smithi031.wbrsoo (mgr.14201) 117 : cephadm [INF] Deploying daemon osd.7 on smithi031 2024-04-25T05:13:34.229 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:33 smithi031 bash[18647]: cephadm 2024-04-25T05:13:32.630709+0000 mgr.smithi031.wbrsoo (mgr.14201) 117 : cephadm [INF] Deploying daemon osd.7 on smithi031 2024-04-25T05:13:34.229 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:33 smithi031 bash[18647]: audit 2024-04-25T05:13:32.958236+0000 mon.smithi031 (mon.0) 557 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 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-04-25T05:13:34.229 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:33 smithi031 bash[18647]: audit 2024-04-25T05:13:32.958236+0000 mon.smithi031 (mon.0) 557 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 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-04-25T05:13:34.230 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:33 smithi031 bash[18647]: cluster 2024-04-25T05:13:32.962614+0000 mon.smithi031 (mon.0) 558 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-04-25T05:13:34.230 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:33 smithi031 bash[18647]: cluster 2024-04-25T05:13:32.962614+0000 mon.smithi031 (mon.0) 558 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-04-25T05:13:34.230 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:33 smithi031 bash[18647]: audit 2024-04-25T05:13:32.963323+0000 mon.smithi031 (mon.0) 559 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:34.230 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:33 smithi031 bash[18647]: audit 2024-04-25T05:13:32.963323+0000 mon.smithi031 (mon.0) 559 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:34.230 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:33 smithi031 bash[18647]: audit 2024-04-25T05:13:32.963894+0000 mon.smithi031 (mon.0) 560 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:34.230 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:33 smithi031 bash[18647]: audit 2024-04-25T05:13:32.963894+0000 mon.smithi031 (mon.0) 560 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:34.230 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:33 smithi031 bash[18647]: audit 2024-04-25T05:13:32.964400+0000 mon.smithi031 (mon.0) 561 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:34.230 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:33 smithi031 bash[18647]: audit 2024-04-25T05:13:32.964400+0000 mon.smithi031 (mon.0) 561 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:34.230 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:33 smithi031 bash[18647]: audit 2024-04-25T05:13:32.964948+0000 mon.smithi031 (mon.0) 562 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:34.230 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:33 smithi031 bash[18647]: audit 2024-04-25T05:13:32.964948+0000 mon.smithi031 (mon.0) 562 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:34.230 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:33 smithi031 bash[18647]: audit 2024-04-25T05:13:32.965454+0000 mon.smithi031 (mon.0) 563 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:34.230 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:33 smithi031 bash[18647]: audit 2024-04-25T05:13:32.965454+0000 mon.smithi031 (mon.0) 563 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:34.230 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:33 smithi031 bash[18647]: audit 2024-04-25T05:13:32.966084+0000 mon.smithi031 (mon.0) 564 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-25T05:13:34.230 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:33 smithi031 bash[18647]: audit 2024-04-25T05:13:32.966084+0000 mon.smithi031 (mon.0) 564 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-25T05:13:35.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: cluster 2024-04-25T05:13:33.792909+0000 mgr.smithi031.wbrsoo (mgr.14201) 118 : cluster [DBG] pgmap v76: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-04-25T05:13:35.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: cluster 2024-04-25T05:13:33.792909+0000 mgr.smithi031.wbrsoo (mgr.14201) 118 : cluster [DBG] pgmap v76: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-04-25T05:13:35.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: cluster 2024-04-25T05:13:33.958289+0000 mon.smithi031 (mon.0) 565 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-25T05:13:35.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: cluster 2024-04-25T05:13:33.958289+0000 mon.smithi031 (mon.0) 565 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-25T05:13:35.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:33.964479+0000 mon.smithi031 (mon.0) 566 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-25T05:13:35.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:33.964479+0000 mon.smithi031 (mon.0) 566 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-25T05:13:35.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: cluster 2024-04-25T05:13:33.968940+0000 mon.smithi031 (mon.0) 567 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-04-25T05:13:35.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: cluster 2024-04-25T05:13:33.968940+0000 mon.smithi031 (mon.0) 567 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-04-25T05:13:35.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:33.969354+0000 mon.smithi031 (mon.0) 568 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:35.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:33.969354+0000 mon.smithi031 (mon.0) 568 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:35.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:33.969614+0000 mon.smithi031 (mon.0) 569 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:35.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:33.969614+0000 mon.smithi031 (mon.0) 569 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:35.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:33.969871+0000 mon.smithi031 (mon.0) 570 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:35.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:33.969871+0000 mon.smithi031 (mon.0) 570 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:35.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:33.970126+0000 mon.smithi031 (mon.0) 571 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:35.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:33.970126+0000 mon.smithi031 (mon.0) 571 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:35.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:33.970368+0000 mon.smithi031 (mon.0) 572 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:35.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:33.970368+0000 mon.smithi031 (mon.0) 572 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:35.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:34.235180+0000 mon.smithi031 (mon.0) 573 : audit [INF] from='osd.3 [v2:172.21.15.31:6810/176429436,v1:172.21.15.31:6811/176429436]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-25T05:13:35.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:34.235180+0000 mon.smithi031 (mon.0) 573 : audit [INF] from='osd.3 [v2:172.21.15.31:6810/176429436,v1:172.21.15.31:6811/176429436]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-25T05:13:35.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:34.314743+0000 mon.smithi031 (mon.0) 574 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:35.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:34.314743+0000 mon.smithi031 (mon.0) 574 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:35.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:34.315540+0000 mon.smithi040 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.40:6816/3017367772,v1:172.21.15.40:6817/3017367772]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-25T05:13:35.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:34.315540+0000 mon.smithi040 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.40:6816/3017367772,v1:172.21.15.40:6817/3017367772]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-25T05:13:35.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:34.316810+0000 mon.smithi031 (mon.0) 575 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-25T05:13:35.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:34.316810+0000 mon.smithi031 (mon.0) 575 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-25T05:13:35.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:34.387299+0000 mon.smithi031 (mon.0) 576 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:35.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:34.387299+0000 mon.smithi031 (mon.0) 576 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:35.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:34.454881+0000 mon.smithi031 (mon.0) 577 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:35.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:34.454881+0000 mon.smithi031 (mon.0) 577 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:35.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:34.458419+0000 mon.smithi031 (mon.0) 578 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-25T05:13:35.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:34.458419+0000 mon.smithi031 (mon.0) 578 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-25T05:13:35.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:34.497844+0000 mon.smithi031 (mon.0) 579 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-25T05:13:35.221 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:34.497844+0000 mon.smithi031 (mon.0) 579 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-25T05:13:35.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:34.498203+0000 mon.smithi031 (mon.0) 580 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-04-25T05:13:35.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:34.498203+0000 mon.smithi031 (mon.0) 580 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-04-25T05:13:35.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:34.498543+0000 mon.smithi031 (mon.0) 581 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-04-25T05:13:35.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:34.498543+0000 mon.smithi031 (mon.0) 581 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-04-25T05:13:35.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:34.529984+0000 mon.smithi031 (mon.0) 582 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:35.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:34.529984+0000 mon.smithi031 (mon.0) 582 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:35.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:34.531443+0000 mon.smithi040 (mon.1) 17 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-25T05:13:35.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:34.531443+0000 mon.smithi040 (mon.1) 17 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-25T05:13:35.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:34.532094+0000 mon.smithi031 (mon.0) 583 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-04-25T05:13:35.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:34.532094+0000 mon.smithi031 (mon.0) 583 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-04-25T05:13:35.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:34.532357+0000 mon.smithi031 (mon.0) 584 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-04-25T05:13:35.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:34.532357+0000 mon.smithi031 (mon.0) 584 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-04-25T05:13:35.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:34.581664+0000 mon.smithi040 (mon.1) 18 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-25T05:13:35.222 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:34.581664+0000 mon.smithi040 (mon.1) 18 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-25T05:13:35.223 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:34.606366+0000 mon.smithi031 (mon.0) 585 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:35.223 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:34 smithi040 bash[23838]: audit 2024-04-25T05:13:34.606366+0000 mon.smithi031 (mon.0) 585 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:35.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: cluster 2024-04-25T05:13:33.792909+0000 mgr.smithi031.wbrsoo (mgr.14201) 118 : cluster [DBG] pgmap v76: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-04-25T05:13:35.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: cluster 2024-04-25T05:13:33.792909+0000 mgr.smithi031.wbrsoo (mgr.14201) 118 : cluster [DBG] pgmap v76: 1 pgs: 1 unknown; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-04-25T05:13:35.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: cluster 2024-04-25T05:13:33.958289+0000 mon.smithi031 (mon.0) 565 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-25T05:13:35.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: cluster 2024-04-25T05:13:33.958289+0000 mon.smithi031 (mon.0) 565 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-25T05:13:35.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:33.964479+0000 mon.smithi031 (mon.0) 566 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-25T05:13:35.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:33.964479+0000 mon.smithi031 (mon.0) 566 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-25T05:13:35.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: cluster 2024-04-25T05:13:33.968940+0000 mon.smithi031 (mon.0) 567 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-04-25T05:13:35.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: cluster 2024-04-25T05:13:33.968940+0000 mon.smithi031 (mon.0) 567 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-04-25T05:13:35.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:33.969354+0000 mon.smithi031 (mon.0) 568 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:35.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:33.969354+0000 mon.smithi031 (mon.0) 568 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:35.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:33.969614+0000 mon.smithi031 (mon.0) 569 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:35.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:33.969614+0000 mon.smithi031 (mon.0) 569 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:35.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:33.969871+0000 mon.smithi031 (mon.0) 570 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:35.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:33.969871+0000 mon.smithi031 (mon.0) 570 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:35.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:33.970126+0000 mon.smithi031 (mon.0) 571 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:35.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:33.970126+0000 mon.smithi031 (mon.0) 571 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:35.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:33.970368+0000 mon.smithi031 (mon.0) 572 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:35.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:33.970368+0000 mon.smithi031 (mon.0) 572 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:35.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:34.235180+0000 mon.smithi031 (mon.0) 573 : audit [INF] from='osd.3 [v2:172.21.15.31:6810/176429436,v1:172.21.15.31:6811/176429436]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-25T05:13:35.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:34.235180+0000 mon.smithi031 (mon.0) 573 : audit [INF] from='osd.3 [v2:172.21.15.31:6810/176429436,v1:172.21.15.31:6811/176429436]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-04-25T05:13:35.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:34.314743+0000 mon.smithi031 (mon.0) 574 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:35.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:34.314743+0000 mon.smithi031 (mon.0) 574 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:35.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:34.315540+0000 mon.smithi040 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.40:6816/3017367772,v1:172.21.15.40:6817/3017367772]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-25T05:13:35.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:34.315540+0000 mon.smithi040 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.40:6816/3017367772,v1:172.21.15.40:6817/3017367772]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-25T05:13:35.374 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:34.316810+0000 mon.smithi031 (mon.0) 575 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-25T05:13:35.374 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:34.316810+0000 mon.smithi031 (mon.0) 575 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-04-25T05:13:35.374 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:34.387299+0000 mon.smithi031 (mon.0) 576 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:35.374 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:34.387299+0000 mon.smithi031 (mon.0) 576 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:35.374 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:34.454881+0000 mon.smithi031 (mon.0) 577 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:35.374 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:34.454881+0000 mon.smithi031 (mon.0) 577 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:35.374 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:34.458419+0000 mon.smithi031 (mon.0) 578 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-25T05:13:35.374 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:34.458419+0000 mon.smithi031 (mon.0) 578 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-25T05:13:35.374 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:34.497844+0000 mon.smithi031 (mon.0) 579 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-25T05:13:35.374 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:34.497844+0000 mon.smithi031 (mon.0) 579 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-25T05:13:35.374 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:34.498203+0000 mon.smithi031 (mon.0) 580 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-04-25T05:13:35.374 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:34.498203+0000 mon.smithi031 (mon.0) 580 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-04-25T05:13:35.374 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:34.498543+0000 mon.smithi031 (mon.0) 581 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-04-25T05:13:35.374 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:34.498543+0000 mon.smithi031 (mon.0) 581 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-04-25T05:13:35.375 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:34.529984+0000 mon.smithi031 (mon.0) 582 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:35.375 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:34.529984+0000 mon.smithi031 (mon.0) 582 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:35.375 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:34.531443+0000 mon.smithi040 (mon.1) 17 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-25T05:13:35.375 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:34.531443+0000 mon.smithi040 (mon.1) 17 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-25T05:13:35.375 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:34.532094+0000 mon.smithi031 (mon.0) 583 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-04-25T05:13:35.375 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:34.532094+0000 mon.smithi031 (mon.0) 583 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-04-25T05:13:35.375 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:34.532357+0000 mon.smithi031 (mon.0) 584 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-04-25T05:13:35.375 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:34.532357+0000 mon.smithi031 (mon.0) 584 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "mon metadata", "id": "smithi040"}]: dispatch 2024-04-25T05:13:35.375 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:34.581664+0000 mon.smithi040 (mon.1) 18 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-25T05:13:35.375 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:34.581664+0000 mon.smithi040 (mon.1) 18 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-25T05:13:35.375 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:34.606366+0000 mon.smithi031 (mon.0) 585 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:35.375 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:34 smithi031 bash[18647]: audit 2024-04-25T05:13:34.606366+0000 mon.smithi031 (mon.0) 585 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:36.024 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:35 smithi040 bash[23838]: audit 2024-04-25T05:13:34.979390+0000 mon.smithi031 (mon.0) 586 : audit [INF] from='osd.3 [v2:172.21.15.31:6810/176429436,v1:172.21.15.31:6811/176429436]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-25T05:13:36.025 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:35 smithi040 bash[23838]: audit 2024-04-25T05:13:34.979390+0000 mon.smithi031 (mon.0) 586 : audit [INF] from='osd.3 [v2:172.21.15.31:6810/176429436,v1:172.21.15.31:6811/176429436]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-25T05:13:36.025 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:35 smithi040 bash[23838]: audit 2024-04-25T05:13:34.979501+0000 mon.smithi031 (mon.0) 587 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-25T05:13:36.025 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:35 smithi040 bash[23838]: audit 2024-04-25T05:13:34.979501+0000 mon.smithi031 (mon.0) 587 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-25T05:13:36.025 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:35 smithi040 bash[23838]: cluster 2024-04-25T05:13:34.982647+0000 mon.smithi031 (mon.0) 588 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-04-25T05:13:36.025 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:35 smithi040 bash[23838]: cluster 2024-04-25T05:13:34.982647+0000 mon.smithi031 (mon.0) 588 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-04-25T05:13:36.025 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:35 smithi040 bash[23838]: audit 2024-04-25T05:13:34.983127+0000 mon.smithi031 (mon.0) 589 : audit [INF] from='osd.3 [v2:172.21.15.31:6810/176429436,v1:172.21.15.31:6811/176429436]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-04-25T05:13:36.025 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:35 smithi040 bash[23838]: audit 2024-04-25T05:13:34.983127+0000 mon.smithi031 (mon.0) 589 : audit [INF] from='osd.3 [v2:172.21.15.31:6810/176429436,v1:172.21.15.31:6811/176429436]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-04-25T05:13:36.025 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:35 smithi040 bash[23838]: audit 2024-04-25T05:13:34.983572+0000 mon.smithi031 (mon.0) 590 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:36.025 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:35 smithi040 bash[23838]: audit 2024-04-25T05:13:34.983572+0000 mon.smithi031 (mon.0) 590 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:36.025 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:35 smithi040 bash[23838]: audit 2024-04-25T05:13:34.983900+0000 mon.smithi031 (mon.0) 591 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:36.025 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:35 smithi040 bash[23838]: audit 2024-04-25T05:13:34.983900+0000 mon.smithi031 (mon.0) 591 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:36.025 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:35 smithi040 bash[23838]: audit 2024-04-25T05:13:34.984198+0000 mon.smithi031 (mon.0) 592 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:36.026 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:36 smithi040 bash[23838]: audit 2024-04-25T05:13:34.984198+0000 mon.smithi031 (mon.0) 592 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:36.026 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:36 smithi040 bash[23838]: audit 2024-04-25T05:13:34.984525+0000 mon.smithi031 (mon.0) 593 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:36.026 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:36 smithi040 bash[23838]: audit 2024-04-25T05:13:34.984525+0000 mon.smithi031 (mon.0) 593 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:36.026 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:36 smithi040 bash[23838]: audit 2024-04-25T05:13:34.984831+0000 mon.smithi031 (mon.0) 594 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:36.026 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:36 smithi040 bash[23838]: audit 2024-04-25T05:13:34.984831+0000 mon.smithi031 (mon.0) 594 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:36.026 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:36 smithi040 bash[23838]: audit 2024-04-25T05:13:34.988291+0000 mon.smithi040 (mon.1) 19 : audit [INF] from='osd.4 [v2:172.21.15.40:6816/3017367772,v1:172.21.15.40:6817/3017367772]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-25T05:13:36.026 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:36 smithi040 bash[23838]: audit 2024-04-25T05:13:34.988291+0000 mon.smithi040 (mon.1) 19 : audit [INF] from='osd.4 [v2:172.21.15.40:6816/3017367772,v1:172.21.15.40:6817/3017367772]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-25T05:13:36.026 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:36 smithi040 bash[23838]: audit 2024-04-25T05:13:34.989473+0000 mon.smithi031 (mon.0) 595 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-25T05:13:36.026 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:36 smithi040 bash[23838]: audit 2024-04-25T05:13:34.989473+0000 mon.smithi031 (mon.0) 595 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-25T05:13:36.026 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:36 smithi040 bash[23838]: cluster 2024-04-25T05:13:35.622751+0000 mon.smithi031 (mon.0) 596 : cluster [DBG] mgrmap e19: smithi031.wbrsoo(active, since 2m), standbys: smithi040.dlwybf 2024-04-25T05:13:36.027 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:36 smithi040 bash[23838]: cluster 2024-04-25T05:13:35.622751+0000 mon.smithi031 (mon.0) 596 : cluster [DBG] mgrmap e19: smithi031.wbrsoo(active, since 2m), standbys: smithi040.dlwybf 2024-04-25T05:13:36.426 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:35 smithi031 bash[18647]: audit 2024-04-25T05:13:34.979390+0000 mon.smithi031 (mon.0) 586 : audit [INF] from='osd.3 [v2:172.21.15.31:6810/176429436,v1:172.21.15.31:6811/176429436]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-25T05:13:36.427 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:35 smithi031 bash[18647]: audit 2024-04-25T05:13:34.979390+0000 mon.smithi031 (mon.0) 586 : audit [INF] from='osd.3 [v2:172.21.15.31:6810/176429436,v1:172.21.15.31:6811/176429436]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-04-25T05:13:36.427 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:35 smithi031 bash[18647]: audit 2024-04-25T05:13:34.979501+0000 mon.smithi031 (mon.0) 587 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-25T05:13:36.427 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:35 smithi031 bash[18647]: audit 2024-04-25T05:13:34.979501+0000 mon.smithi031 (mon.0) 587 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-04-25T05:13:36.427 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:35 smithi031 bash[18647]: cluster 2024-04-25T05:13:34.982647+0000 mon.smithi031 (mon.0) 588 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-04-25T05:13:36.427 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:36 smithi031 bash[18647]: cluster 2024-04-25T05:13:34.982647+0000 mon.smithi031 (mon.0) 588 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-04-25T05:13:36.427 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:36 smithi031 bash[18647]: audit 2024-04-25T05:13:34.983127+0000 mon.smithi031 (mon.0) 589 : audit [INF] from='osd.3 [v2:172.21.15.31:6810/176429436,v1:172.21.15.31:6811/176429436]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-04-25T05:13:36.427 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:36 smithi031 bash[18647]: audit 2024-04-25T05:13:34.983127+0000 mon.smithi031 (mon.0) 589 : audit [INF] from='osd.3 [v2:172.21.15.31:6810/176429436,v1:172.21.15.31:6811/176429436]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-04-25T05:13:36.427 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:36 smithi031 bash[18647]: audit 2024-04-25T05:13:34.983572+0000 mon.smithi031 (mon.0) 590 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:36.427 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:36 smithi031 bash[18647]: audit 2024-04-25T05:13:34.983572+0000 mon.smithi031 (mon.0) 590 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:36.427 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:36 smithi031 bash[18647]: audit 2024-04-25T05:13:34.983900+0000 mon.smithi031 (mon.0) 591 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:36.427 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:36 smithi031 bash[18647]: audit 2024-04-25T05:13:34.983900+0000 mon.smithi031 (mon.0) 591 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:36.427 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:36 smithi031 bash[18647]: audit 2024-04-25T05:13:34.984198+0000 mon.smithi031 (mon.0) 592 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:36.428 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:36 smithi031 bash[18647]: audit 2024-04-25T05:13:34.984198+0000 mon.smithi031 (mon.0) 592 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:36.428 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:36 smithi031 bash[18647]: audit 2024-04-25T05:13:34.984525+0000 mon.smithi031 (mon.0) 593 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:36.428 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:36 smithi031 bash[18647]: audit 2024-04-25T05:13:34.984525+0000 mon.smithi031 (mon.0) 593 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:36.428 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:36 smithi031 bash[18647]: audit 2024-04-25T05:13:34.984831+0000 mon.smithi031 (mon.0) 594 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:36.428 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:36 smithi031 bash[18647]: audit 2024-04-25T05:13:34.984831+0000 mon.smithi031 (mon.0) 594 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:36.428 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:36 smithi031 bash[18647]: audit 2024-04-25T05:13:34.988291+0000 mon.smithi040 (mon.1) 19 : audit [INF] from='osd.4 [v2:172.21.15.40:6816/3017367772,v1:172.21.15.40:6817/3017367772]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-25T05:13:36.428 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:36 smithi031 bash[18647]: audit 2024-04-25T05:13:34.988291+0000 mon.smithi040 (mon.1) 19 : audit [INF] from='osd.4 [v2:172.21.15.40:6816/3017367772,v1:172.21.15.40:6817/3017367772]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-25T05:13:36.428 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:36 smithi031 bash[18647]: audit 2024-04-25T05:13:34.989473+0000 mon.smithi031 (mon.0) 595 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-25T05:13:36.428 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:36 smithi031 bash[18647]: audit 2024-04-25T05:13:34.989473+0000 mon.smithi031 (mon.0) 595 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-25T05:13:36.428 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:36 smithi031 bash[18647]: cluster 2024-04-25T05:13:35.622751+0000 mon.smithi031 (mon.0) 596 : cluster [DBG] mgrmap e19: smithi031.wbrsoo(active, since 2m), standbys: smithi040.dlwybf 2024-04-25T05:13:36.428 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:36 smithi031 bash[18647]: cluster 2024-04-25T05:13:35.622751+0000 mon.smithi031 (mon.0) 596 : cluster [DBG] mgrmap e19: smithi031.wbrsoo(active, since 2m), standbys: smithi040.dlwybf 2024-04-25T05:13:36.489 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:13:37.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:36 smithi031 bash[18647]: cluster 2024-04-25T05:13:35.793514+0000 mgr.smithi031.wbrsoo (mgr.14201) 119 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-04-25T05:13:37.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:36 smithi031 bash[18647]: cluster 2024-04-25T05:13:35.793514+0000 mgr.smithi031.wbrsoo (mgr.14201) 119 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-04-25T05:13:37.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:37 smithi031 bash[18647]: audit 2024-04-25T05:13:35.982033+0000 mon.smithi031 (mon.0) 597 : audit [INF] from='osd.3 [v2:172.21.15.31:6810/176429436,v1:172.21.15.31:6811/176429436]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-04-25T05:13:37.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:37 smithi031 bash[18647]: audit 2024-04-25T05:13:35.982033+0000 mon.smithi031 (mon.0) 597 : audit [INF] from='osd.3 [v2:172.21.15.31:6810/176429436,v1:172.21.15.31:6811/176429436]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-04-25T05:13:37.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:37 smithi031 bash[18647]: audit 2024-04-25T05:13:35.982226+0000 mon.smithi031 (mon.0) 598 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-04-25T05:13:37.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:37 smithi031 bash[18647]: audit 2024-04-25T05:13:35.982226+0000 mon.smithi031 (mon.0) 598 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-04-25T05:13:37.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:37 smithi031 bash[18647]: cluster 2024-04-25T05:13:35.987372+0000 mon.smithi031 (mon.0) 599 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2024-04-25T05:13:37.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:37 smithi031 bash[18647]: cluster 2024-04-25T05:13:35.987372+0000 mon.smithi031 (mon.0) 599 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2024-04-25T05:13:37.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:37 smithi031 bash[18647]: audit 2024-04-25T05:13:35.989454+0000 mon.smithi031 (mon.0) 600 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:37.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:37 smithi031 bash[18647]: audit 2024-04-25T05:13:35.989454+0000 mon.smithi031 (mon.0) 600 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:37.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:37 smithi031 bash[18647]: audit 2024-04-25T05:13:35.990169+0000 mon.smithi031 (mon.0) 601 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:37.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:37 smithi031 bash[18647]: audit 2024-04-25T05:13:35.990169+0000 mon.smithi031 (mon.0) 601 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:37.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:37 smithi031 bash[18647]: audit 2024-04-25T05:13:35.990931+0000 mon.smithi031 (mon.0) 602 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:37.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:37 smithi031 bash[18647]: audit 2024-04-25T05:13:35.990931+0000 mon.smithi031 (mon.0) 602 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:37.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:37 smithi031 bash[18647]: audit 2024-04-25T05:13:35.991535+0000 mon.smithi031 (mon.0) 603 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:37.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:37 smithi031 bash[18647]: audit 2024-04-25T05:13:35.991535+0000 mon.smithi031 (mon.0) 603 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:37.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:37 smithi031 bash[18647]: audit 2024-04-25T05:13:35.992309+0000 mon.smithi031 (mon.0) 604 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:37.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:37 smithi031 bash[18647]: audit 2024-04-25T05:13:35.992309+0000 mon.smithi031 (mon.0) 604 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:37.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:37 smithi031 bash[18647]: audit 2024-04-25T05:13:36.026175+0000 mon.smithi031 (mon.0) 605 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:37.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:37 smithi031 bash[18647]: audit 2024-04-25T05:13:36.026175+0000 mon.smithi031 (mon.0) 605 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:37.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:37 smithi031 bash[18647]: audit 2024-04-25T05:13:36.026805+0000 mon.smithi031 (mon.0) 606 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:37.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:37 smithi031 bash[18647]: audit 2024-04-25T05:13:36.026805+0000 mon.smithi031 (mon.0) 606 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:37.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:37 smithi031 bash[18647]: audit 2024-04-25T05:13:36.489089+0000 mon.smithi031 (mon.0) 607 : audit [INF] from='osd.3 [v2:172.21.15.31:6810/176429436,v1:172.21.15.31:6811/176429436]' entity='osd.3' 2024-04-25T05:13:37.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:37 smithi031 bash[18647]: audit 2024-04-25T05:13:36.489089+0000 mon.smithi031 (mon.0) 607 : audit [INF] from='osd.3 [v2:172.21.15.31:6810/176429436,v1:172.21.15.31:6811/176429436]' entity='osd.3' 2024-04-25T05:13:37.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:37 smithi031 bash[18647]: cluster 2024-04-25T05:13:36.610154+0000 mon.smithi031 (mon.0) 608 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-25T05:13:37.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:37 smithi031 bash[18647]: cluster 2024-04-25T05:13:36.610154+0000 mon.smithi031 (mon.0) 608 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-25T05:13:37.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:37 smithi031 bash[18647]: cluster 2024-04-25T05:13:36.610235+0000 mon.smithi031 (mon.0) 609 : cluster [INF] Cluster is now healthy 2024-04-25T05:13:37.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:37 smithi031 bash[18647]: cluster 2024-04-25T05:13:36.610235+0000 mon.smithi031 (mon.0) 609 : cluster [INF] Cluster is now healthy 2024-04-25T05:13:37.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:37 smithi031 bash[18647]: audit 2024-04-25T05:13:36.852321+0000 mon.smithi031 (mon.0) 610 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:13:37.124 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:37 smithi031 bash[18647]: audit 2024-04-25T05:13:36.852321+0000 mon.smithi031 (mon.0) 610 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:13:37.124 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:37 smithi031 bash[18647]: audit 2024-04-25T05:13:36.996059+0000 mon.smithi031 (mon.0) 611 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:37.124 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:37 smithi031 bash[18647]: audit 2024-04-25T05:13:36.996059+0000 mon.smithi031 (mon.0) 611 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:37.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:36 smithi040 bash[23838]: cluster 2024-04-25T05:13:35.793514+0000 mgr.smithi031.wbrsoo (mgr.14201) 119 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-04-25T05:13:37.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:36 smithi040 bash[23838]: cluster 2024-04-25T05:13:35.793514+0000 mgr.smithi031.wbrsoo (mgr.14201) 119 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-04-25T05:13:37.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:36 smithi040 bash[23838]: audit 2024-04-25T05:13:35.982033+0000 mon.smithi031 (mon.0) 597 : audit [INF] from='osd.3 [v2:172.21.15.31:6810/176429436,v1:172.21.15.31:6811/176429436]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-04-25T05:13:37.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:36 smithi040 bash[23838]: audit 2024-04-25T05:13:35.982033+0000 mon.smithi031 (mon.0) 597 : audit [INF] from='osd.3 [v2:172.21.15.31:6810/176429436,v1:172.21.15.31:6811/176429436]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-04-25T05:13:37.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:36 smithi040 bash[23838]: audit 2024-04-25T05:13:35.982226+0000 mon.smithi031 (mon.0) 598 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-04-25T05:13:37.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:36 smithi040 bash[23838]: audit 2024-04-25T05:13:35.982226+0000 mon.smithi031 (mon.0) 598 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-04-25T05:13:37.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:36 smithi040 bash[23838]: cluster 2024-04-25T05:13:35.987372+0000 mon.smithi031 (mon.0) 599 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2024-04-25T05:13:37.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:36 smithi040 bash[23838]: cluster 2024-04-25T05:13:35.987372+0000 mon.smithi031 (mon.0) 599 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2024-04-25T05:13:37.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:36 smithi040 bash[23838]: audit 2024-04-25T05:13:35.989454+0000 mon.smithi031 (mon.0) 600 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:37.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:36 smithi040 bash[23838]: audit 2024-04-25T05:13:35.989454+0000 mon.smithi031 (mon.0) 600 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:37.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:36 smithi040 bash[23838]: audit 2024-04-25T05:13:35.990169+0000 mon.smithi031 (mon.0) 601 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:37.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:36 smithi040 bash[23838]: audit 2024-04-25T05:13:35.990169+0000 mon.smithi031 (mon.0) 601 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:37.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:36 smithi040 bash[23838]: audit 2024-04-25T05:13:35.990931+0000 mon.smithi031 (mon.0) 602 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:37.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:37 smithi040 bash[23838]: audit 2024-04-25T05:13:35.990931+0000 mon.smithi031 (mon.0) 602 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:37.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:37 smithi040 bash[23838]: audit 2024-04-25T05:13:35.991535+0000 mon.smithi031 (mon.0) 603 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:37.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:37 smithi040 bash[23838]: audit 2024-04-25T05:13:35.991535+0000 mon.smithi031 (mon.0) 603 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:37.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:37 smithi040 bash[23838]: audit 2024-04-25T05:13:35.992309+0000 mon.smithi031 (mon.0) 604 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:37.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:37 smithi040 bash[23838]: audit 2024-04-25T05:13:35.992309+0000 mon.smithi031 (mon.0) 604 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:37.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:37 smithi040 bash[23838]: audit 2024-04-25T05:13:36.026175+0000 mon.smithi031 (mon.0) 605 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:37.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:37 smithi040 bash[23838]: audit 2024-04-25T05:13:36.026175+0000 mon.smithi031 (mon.0) 605 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:37.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:37 smithi040 bash[23838]: audit 2024-04-25T05:13:36.026805+0000 mon.smithi031 (mon.0) 606 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:37.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:37 smithi040 bash[23838]: audit 2024-04-25T05:13:36.026805+0000 mon.smithi031 (mon.0) 606 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:37.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:37 smithi040 bash[23838]: audit 2024-04-25T05:13:36.489089+0000 mon.smithi031 (mon.0) 607 : audit [INF] from='osd.3 [v2:172.21.15.31:6810/176429436,v1:172.21.15.31:6811/176429436]' entity='osd.3' 2024-04-25T05:13:37.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:37 smithi040 bash[23838]: audit 2024-04-25T05:13:36.489089+0000 mon.smithi031 (mon.0) 607 : audit [INF] from='osd.3 [v2:172.21.15.31:6810/176429436,v1:172.21.15.31:6811/176429436]' entity='osd.3' 2024-04-25T05:13:37.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:37 smithi040 bash[23838]: cluster 2024-04-25T05:13:36.610154+0000 mon.smithi031 (mon.0) 608 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-25T05:13:37.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:37 smithi040 bash[23838]: cluster 2024-04-25T05:13:36.610154+0000 mon.smithi031 (mon.0) 608 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-25T05:13:37.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:37 smithi040 bash[23838]: cluster 2024-04-25T05:13:36.610235+0000 mon.smithi031 (mon.0) 609 : cluster [INF] Cluster is now healthy 2024-04-25T05:13:37.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:37 smithi040 bash[23838]: cluster 2024-04-25T05:13:36.610235+0000 mon.smithi031 (mon.0) 609 : cluster [INF] Cluster is now healthy 2024-04-25T05:13:37.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:37 smithi040 bash[23838]: audit 2024-04-25T05:13:36.852321+0000 mon.smithi031 (mon.0) 610 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:13:37.472 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:37 smithi040 bash[23838]: audit 2024-04-25T05:13:36.852321+0000 mon.smithi031 (mon.0) 610 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:13:37.472 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:37 smithi040 bash[23838]: audit 2024-04-25T05:13:36.996059+0000 mon.smithi031 (mon.0) 611 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:37.472 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:37 smithi040 bash[23838]: audit 2024-04-25T05:13:36.996059+0000 mon.smithi031 (mon.0) 611 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:38.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:38 smithi040 bash[23838]: cluster 2024-04-25T05:13:35.232868+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-25T05:13:38.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:38 smithi040 bash[23838]: cluster 2024-04-25T05:13:35.232868+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-25T05:13:38.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:38 smithi040 bash[23838]: cluster 2024-04-25T05:13:35.232978+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-25T05:13:38.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:38 smithi040 bash[23838]: cluster 2024-04-25T05:13:35.232978+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-25T05:13:38.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:38 smithi040 bash[23838]: cluster 2024-04-25T05:13:35.290155+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-25T05:13:38.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:38 smithi040 bash[23838]: cluster 2024-04-25T05:13:35.290155+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-25T05:13:38.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:38 smithi040 bash[23838]: cluster 2024-04-25T05:13:35.290279+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-25T05:13:38.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:38 smithi040 bash[23838]: cluster 2024-04-25T05:13:35.290279+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-25T05:13:38.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:38 smithi040 bash[23838]: audit 2024-04-25T05:13:37.007909+0000 mon.smithi031 (mon.0) 612 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:38.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:38 smithi040 bash[23838]: audit 2024-04-25T05:13:37.007909+0000 mon.smithi031 (mon.0) 612 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:38.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:38 smithi040 bash[23838]: cluster 2024-04-25T05:13:37.015919+0000 mon.smithi031 (mon.0) 613 : cluster [INF] osd.4 [v2:172.21.15.40:6816/3017367772,v1:172.21.15.40:6817/3017367772] boot 2024-04-25T05:13:38.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:38 smithi040 bash[23838]: cluster 2024-04-25T05:13:37.015919+0000 mon.smithi031 (mon.0) 613 : cluster [INF] osd.4 [v2:172.21.15.40:6816/3017367772,v1:172.21.15.40:6817/3017367772] boot 2024-04-25T05:13:38.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:38 smithi040 bash[23838]: cluster 2024-04-25T05:13:37.016050+0000 mon.smithi031 (mon.0) 614 : cluster [INF] osd.3 [v2:172.21.15.31:6810/176429436,v1:172.21.15.31:6811/176429436] boot 2024-04-25T05:13:38.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:38 smithi040 bash[23838]: cluster 2024-04-25T05:13:37.016050+0000 mon.smithi031 (mon.0) 614 : cluster [INF] osd.3 [v2:172.21.15.31:6810/176429436,v1:172.21.15.31:6811/176429436] boot 2024-04-25T05:13:38.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:38 smithi040 bash[23838]: cluster 2024-04-25T05:13:37.016206+0000 mon.smithi031 (mon.0) 615 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-04-25T05:13:38.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:38 smithi040 bash[23838]: cluster 2024-04-25T05:13:37.016206+0000 mon.smithi031 (mon.0) 615 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-04-25T05:13:38.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:38 smithi040 bash[23838]: audit 2024-04-25T05:13:37.016883+0000 mon.smithi031 (mon.0) 616 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:38.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:38 smithi040 bash[23838]: audit 2024-04-25T05:13:37.016883+0000 mon.smithi031 (mon.0) 616 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:38.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:38 smithi040 bash[23838]: audit 2024-04-25T05:13:37.017375+0000 mon.smithi031 (mon.0) 617 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:38.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:38 smithi040 bash[23838]: audit 2024-04-25T05:13:37.017375+0000 mon.smithi031 (mon.0) 617 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:38.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:38 smithi040 bash[23838]: audit 2024-04-25T05:13:37.017940+0000 mon.smithi031 (mon.0) 618 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:38.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:38 smithi040 bash[23838]: audit 2024-04-25T05:13:37.017940+0000 mon.smithi031 (mon.0) 618 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:38.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:38 smithi040 bash[23838]: audit 2024-04-25T05:13:37.018976+0000 mon.smithi031 (mon.0) 619 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:38.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:38 smithi040 bash[23838]: audit 2024-04-25T05:13:37.018976+0000 mon.smithi031 (mon.0) 619 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:38.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:38 smithi040 bash[23838]: audit 2024-04-25T05:13:37.019381+0000 mon.smithi031 (mon.0) 620 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:38.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:38 smithi040 bash[23838]: audit 2024-04-25T05:13:37.019381+0000 mon.smithi031 (mon.0) 620 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:38.270 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:38 smithi031 bash[18647]: cluster 2024-04-25T05:13:35.232868+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-25T05:13:38.270 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:38 smithi031 bash[18647]: cluster 2024-04-25T05:13:35.232868+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-25T05:13:38.270 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:38 smithi031 bash[18647]: cluster 2024-04-25T05:13:35.232978+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-25T05:13:38.270 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:38 smithi031 bash[18647]: cluster 2024-04-25T05:13:35.232978+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-25T05:13:38.270 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:38 smithi031 bash[18647]: cluster 2024-04-25T05:13:35.290155+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-25T05:13:38.271 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:38 smithi031 bash[18647]: cluster 2024-04-25T05:13:35.290155+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-25T05:13:38.271 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:38 smithi031 bash[18647]: cluster 2024-04-25T05:13:35.290279+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-25T05:13:38.271 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:38 smithi031 bash[18647]: cluster 2024-04-25T05:13:35.290279+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-25T05:13:38.271 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:38 smithi031 bash[18647]: audit 2024-04-25T05:13:37.007909+0000 mon.smithi031 (mon.0) 612 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:38.271 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:38 smithi031 bash[18647]: audit 2024-04-25T05:13:37.007909+0000 mon.smithi031 (mon.0) 612 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:38.271 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:38 smithi031 bash[18647]: cluster 2024-04-25T05:13:37.015919+0000 mon.smithi031 (mon.0) 613 : cluster [INF] osd.4 [v2:172.21.15.40:6816/3017367772,v1:172.21.15.40:6817/3017367772] boot 2024-04-25T05:13:38.271 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:38 smithi031 bash[18647]: cluster 2024-04-25T05:13:37.015919+0000 mon.smithi031 (mon.0) 613 : cluster [INF] osd.4 [v2:172.21.15.40:6816/3017367772,v1:172.21.15.40:6817/3017367772] boot 2024-04-25T05:13:38.271 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:38 smithi031 bash[18647]: cluster 2024-04-25T05:13:37.016050+0000 mon.smithi031 (mon.0) 614 : cluster [INF] osd.3 [v2:172.21.15.31:6810/176429436,v1:172.21.15.31:6811/176429436] boot 2024-04-25T05:13:38.271 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:38 smithi031 bash[18647]: cluster 2024-04-25T05:13:37.016050+0000 mon.smithi031 (mon.0) 614 : cluster [INF] osd.3 [v2:172.21.15.31:6810/176429436,v1:172.21.15.31:6811/176429436] boot 2024-04-25T05:13:38.271 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:38 smithi031 bash[18647]: cluster 2024-04-25T05:13:37.016206+0000 mon.smithi031 (mon.0) 615 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-04-25T05:13:38.271 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:38 smithi031 bash[18647]: cluster 2024-04-25T05:13:37.016206+0000 mon.smithi031 (mon.0) 615 : cluster [DBG] osdmap e26: 8 total, 5 up, 8 in 2024-04-25T05:13:38.271 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:38 smithi031 bash[18647]: audit 2024-04-25T05:13:37.016883+0000 mon.smithi031 (mon.0) 616 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:38.271 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:38 smithi031 bash[18647]: audit 2024-04-25T05:13:37.016883+0000 mon.smithi031 (mon.0) 616 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-04-25T05:13:38.271 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:38 smithi031 bash[18647]: audit 2024-04-25T05:13:37.017375+0000 mon.smithi031 (mon.0) 617 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:38.271 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:38 smithi031 bash[18647]: audit 2024-04-25T05:13:37.017375+0000 mon.smithi031 (mon.0) 617 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-04-25T05:13:38.271 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:38 smithi031 bash[18647]: audit 2024-04-25T05:13:37.017940+0000 mon.smithi031 (mon.0) 618 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:38.272 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:38 smithi031 bash[18647]: audit 2024-04-25T05:13:37.017940+0000 mon.smithi031 (mon.0) 618 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:38.272 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:38 smithi031 bash[18647]: audit 2024-04-25T05:13:37.018976+0000 mon.smithi031 (mon.0) 619 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:38.272 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:38 smithi031 bash[18647]: audit 2024-04-25T05:13:37.018976+0000 mon.smithi031 (mon.0) 619 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:38.272 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:38 smithi031 bash[18647]: audit 2024-04-25T05:13:37.019381+0000 mon.smithi031 (mon.0) 620 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:38.272 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:38 smithi031 bash[18647]: audit 2024-04-25T05:13:37.019381+0000 mon.smithi031 (mon.0) 620 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:38.976 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-25T05:13:39.233 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:39 smithi031 bash[18647]: cluster 2024-04-25T05:13:37.793955+0000 mgr.smithi031.wbrsoo (mgr.14201) 120 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-25T05:13:39.233 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:39 smithi031 bash[18647]: cluster 2024-04-25T05:13:37.793955+0000 mgr.smithi031.wbrsoo (mgr.14201) 120 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-25T05:13:39.233 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:39 smithi031 bash[18647]: cluster 2024-04-25T05:13:38.024287+0000 mon.smithi031 (mon.0) 621 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-04-25T05:13:39.233 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:39 smithi031 bash[18647]: cluster 2024-04-25T05:13:38.024287+0000 mon.smithi031 (mon.0) 621 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-04-25T05:13:39.233 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:39 smithi031 bash[18647]: audit 2024-04-25T05:13:38.024510+0000 mon.smithi031 (mon.0) 622 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:39.233 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:39 smithi031 bash[18647]: audit 2024-04-25T05:13:38.024510+0000 mon.smithi031 (mon.0) 622 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:39.233 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:39 smithi031 bash[18647]: audit 2024-04-25T05:13:38.025021+0000 mon.smithi031 (mon.0) 623 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:39.233 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:39 smithi031 bash[18647]: audit 2024-04-25T05:13:38.025021+0000 mon.smithi031 (mon.0) 623 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:39.233 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:39 smithi031 bash[18647]: audit 2024-04-25T05:13:38.025355+0000 mon.smithi031 (mon.0) 624 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:39.233 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:39 smithi031 bash[18647]: audit 2024-04-25T05:13:38.025355+0000 mon.smithi031 (mon.0) 624 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:39.233 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:39 smithi031 bash[18647]: audit 2024-04-25T05:13:38.782316+0000 mon.smithi031 (mon.0) 625 : audit [INF] from='osd.6 [v2:172.21.15.40:6824/1976688130,v1:172.21.15.40:6825/1976688130]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-25T05:13:39.233 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:39 smithi031 bash[18647]: audit 2024-04-25T05:13:38.782316+0000 mon.smithi031 (mon.0) 625 : audit [INF] from='osd.6 [v2:172.21.15.40:6824/1976688130,v1:172.21.15.40:6825/1976688130]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-25T05:13:39.234 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:39 smithi031 bash[18647]: audit 2024-04-25T05:13:38.977569+0000 mon.smithi031 (mon.0) 626 : audit [DBG] from='client.? 172.21.15.31:0/18127649' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:13:39.234 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:39 smithi031 bash[18647]: audit 2024-04-25T05:13:38.977569+0000 mon.smithi031 (mon.0) 626 : audit [DBG] from='client.? 172.21.15.31:0/18127649' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:13:39.466 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:39 smithi040 bash[23838]: cluster 2024-04-25T05:13:37.793955+0000 mgr.smithi031.wbrsoo (mgr.14201) 120 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-25T05:13:39.466 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:39 smithi040 bash[23838]: cluster 2024-04-25T05:13:37.793955+0000 mgr.smithi031.wbrsoo (mgr.14201) 120 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-25T05:13:39.466 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:39 smithi040 bash[23838]: cluster 2024-04-25T05:13:38.024287+0000 mon.smithi031 (mon.0) 621 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-04-25T05:13:39.466 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:39 smithi040 bash[23838]: cluster 2024-04-25T05:13:38.024287+0000 mon.smithi031 (mon.0) 621 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-04-25T05:13:39.466 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:39 smithi040 bash[23838]: audit 2024-04-25T05:13:38.024510+0000 mon.smithi031 (mon.0) 622 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:39.466 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:39 smithi040 bash[23838]: audit 2024-04-25T05:13:38.024510+0000 mon.smithi031 (mon.0) 622 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:39.466 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:39 smithi040 bash[23838]: audit 2024-04-25T05:13:38.025021+0000 mon.smithi031 (mon.0) 623 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:39.466 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:39 smithi040 bash[23838]: audit 2024-04-25T05:13:38.025021+0000 mon.smithi031 (mon.0) 623 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:39.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:39 smithi040 bash[23838]: audit 2024-04-25T05:13:38.025355+0000 mon.smithi031 (mon.0) 624 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:39.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:39 smithi040 bash[23838]: audit 2024-04-25T05:13:38.025355+0000 mon.smithi031 (mon.0) 624 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:39.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:39 smithi040 bash[23838]: audit 2024-04-25T05:13:38.782316+0000 mon.smithi031 (mon.0) 625 : audit [INF] from='osd.6 [v2:172.21.15.40:6824/1976688130,v1:172.21.15.40:6825/1976688130]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-25T05:13:39.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:39 smithi040 bash[23838]: audit 2024-04-25T05:13:38.782316+0000 mon.smithi031 (mon.0) 625 : audit [INF] from='osd.6 [v2:172.21.15.40:6824/1976688130,v1:172.21.15.40:6825/1976688130]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-04-25T05:13:39.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:39 smithi040 bash[23838]: audit 2024-04-25T05:13:38.977569+0000 mon.smithi031 (mon.0) 626 : audit [DBG] from='client.? 172.21.15.31:0/18127649' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:13:39.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:39 smithi040 bash[23838]: audit 2024-04-25T05:13:38.977569+0000 mon.smithi031 (mon.0) 626 : audit [DBG] from='client.? 172.21.15.31:0/18127649' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:13:39.531 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:39 smithi031 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:13:39.791 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:39 smithi031 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:13:39.792 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":27,"num_osds":8,"num_up_osds":5,"osd_up_since":1714022016,"num_in_osds":8,"osd_in_since":1714021979,"num_remapped_pgs":1} 2024-04-25T05:13:40.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:40 smithi031 bash[18647]: audit 2024-04-25T05:13:39.028466+0000 mon.smithi031 (mon.0) 627 : audit [INF] from='osd.6 [v2:172.21.15.40:6824/1976688130,v1:172.21.15.40:6825/1976688130]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-04-25T05:13:40.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:40 smithi031 bash[18647]: audit 2024-04-25T05:13:39.028466+0000 mon.smithi031 (mon.0) 627 : audit [INF] from='osd.6 [v2:172.21.15.40:6824/1976688130,v1:172.21.15.40:6825/1976688130]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-04-25T05:13:40.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:40 smithi031 bash[18647]: cluster 2024-04-25T05:13:39.033155+0000 mon.smithi031 (mon.0) 628 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-04-25T05:13:40.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:40 smithi031 bash[18647]: cluster 2024-04-25T05:13:39.033155+0000 mon.smithi031 (mon.0) 628 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-04-25T05:13:40.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:40 smithi031 bash[18647]: audit 2024-04-25T05:13:39.033359+0000 mon.smithi031 (mon.0) 629 : audit [INF] from='osd.6 [v2:172.21.15.40:6824/1976688130,v1:172.21.15.40:6825/1976688130]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-25T05:13:40.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:40 smithi031 bash[18647]: audit 2024-04-25T05:13:39.033359+0000 mon.smithi031 (mon.0) 629 : audit [INF] from='osd.6 [v2:172.21.15.40:6824/1976688130,v1:172.21.15.40:6825/1976688130]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-25T05:13:40.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:40 smithi031 bash[18647]: audit 2024-04-25T05:13:39.033636+0000 mon.smithi031 (mon.0) 630 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:40.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:40 smithi031 bash[18647]: audit 2024-04-25T05:13:39.033636+0000 mon.smithi031 (mon.0) 630 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:40.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:40 smithi031 bash[18647]: audit 2024-04-25T05:13:39.033859+0000 mon.smithi031 (mon.0) 631 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:40.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:40 smithi031 bash[18647]: audit 2024-04-25T05:13:39.033859+0000 mon.smithi031 (mon.0) 631 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:40.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:40 smithi031 bash[18647]: audit 2024-04-25T05:13:39.034018+0000 mon.smithi031 (mon.0) 632 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:40.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:40 smithi031 bash[18647]: audit 2024-04-25T05:13:39.034018+0000 mon.smithi031 (mon.0) 632 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:40.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:40 smithi031 bash[18647]: audit 2024-04-25T05:13:39.839708+0000 mon.smithi031 (mon.0) 633 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:40.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:40 smithi031 bash[18647]: audit 2024-04-25T05:13:39.839708+0000 mon.smithi031 (mon.0) 633 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:40.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:40 smithi031 bash[18647]: audit 2024-04-25T05:13:39.844574+0000 mon.smithi031 (mon.0) 634 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:40.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:40 smithi031 bash[18647]: audit 2024-04-25T05:13:39.844574+0000 mon.smithi031 (mon.0) 634 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:40.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:40 smithi040 bash[23838]: audit 2024-04-25T05:13:39.028466+0000 mon.smithi031 (mon.0) 627 : audit [INF] from='osd.6 [v2:172.21.15.40:6824/1976688130,v1:172.21.15.40:6825/1976688130]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-04-25T05:13:40.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:40 smithi040 bash[23838]: audit 2024-04-25T05:13:39.028466+0000 mon.smithi031 (mon.0) 627 : audit [INF] from='osd.6 [v2:172.21.15.40:6824/1976688130,v1:172.21.15.40:6825/1976688130]' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-04-25T05:13:40.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:40 smithi040 bash[23838]: cluster 2024-04-25T05:13:39.033155+0000 mon.smithi031 (mon.0) 628 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-04-25T05:13:40.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:40 smithi040 bash[23838]: cluster 2024-04-25T05:13:39.033155+0000 mon.smithi031 (mon.0) 628 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-04-25T05:13:40.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:40 smithi040 bash[23838]: audit 2024-04-25T05:13:39.033359+0000 mon.smithi031 (mon.0) 629 : audit [INF] from='osd.6 [v2:172.21.15.40:6824/1976688130,v1:172.21.15.40:6825/1976688130]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-25T05:13:40.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:40 smithi040 bash[23838]: audit 2024-04-25T05:13:39.033359+0000 mon.smithi031 (mon.0) 629 : audit [INF] from='osd.6 [v2:172.21.15.40:6824/1976688130,v1:172.21.15.40:6825/1976688130]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]: dispatch 2024-04-25T05:13:40.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:40 smithi040 bash[23838]: audit 2024-04-25T05:13:39.033636+0000 mon.smithi031 (mon.0) 630 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:40.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:40 smithi040 bash[23838]: audit 2024-04-25T05:13:39.033636+0000 mon.smithi031 (mon.0) 630 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:40.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:40 smithi040 bash[23838]: audit 2024-04-25T05:13:39.033859+0000 mon.smithi031 (mon.0) 631 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:40.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:40 smithi040 bash[23838]: audit 2024-04-25T05:13:39.033859+0000 mon.smithi031 (mon.0) 631 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:40.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:40 smithi040 bash[23838]: audit 2024-04-25T05:13:39.034018+0000 mon.smithi031 (mon.0) 632 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:40.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:40 smithi040 bash[23838]: audit 2024-04-25T05:13:39.034018+0000 mon.smithi031 (mon.0) 632 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:40.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:40 smithi040 bash[23838]: audit 2024-04-25T05:13:39.839708+0000 mon.smithi031 (mon.0) 633 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:40.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:40 smithi040 bash[23838]: audit 2024-04-25T05:13:39.839708+0000 mon.smithi031 (mon.0) 633 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:40.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:40 smithi040 bash[23838]: audit 2024-04-25T05:13:39.844574+0000 mon.smithi031 (mon.0) 634 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:40.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:40 smithi040 bash[23838]: audit 2024-04-25T05:13:39.844574+0000 mon.smithi031 (mon.0) 634 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:40.794 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T05:13:41.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:41 smithi031 bash[18647]: cluster 2024-04-25T05:13:39.794480+0000 mgr.smithi031.wbrsoo (mgr.14201) 121 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail 2024-04-25T05:13:41.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:41 smithi031 bash[18647]: cluster 2024-04-25T05:13:39.794480+0000 mgr.smithi031.wbrsoo (mgr.14201) 121 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail 2024-04-25T05:13:41.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:41 smithi031 bash[18647]: audit 2024-04-25T05:13:40.030981+0000 mon.smithi031 (mon.0) 635 : audit [INF] from='osd.6 [v2:172.21.15.40:6824/1976688130,v1:172.21.15.40:6825/1976688130]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-04-25T05:13:41.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:41 smithi031 bash[18647]: audit 2024-04-25T05:13:40.030981+0000 mon.smithi031 (mon.0) 635 : audit [INF] from='osd.6 [v2:172.21.15.40:6824/1976688130,v1:172.21.15.40:6825/1976688130]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-04-25T05:13:41.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:41 smithi031 bash[18647]: cluster 2024-04-25T05:13:40.036347+0000 mon.smithi031 (mon.0) 636 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-04-25T05:13:41.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:41 smithi031 bash[18647]: cluster 2024-04-25T05:13:40.036347+0000 mon.smithi031 (mon.0) 636 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-04-25T05:13:41.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:41 smithi031 bash[18647]: audit 2024-04-25T05:13:40.038036+0000 mon.smithi031 (mon.0) 637 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:41.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:41 smithi031 bash[18647]: audit 2024-04-25T05:13:40.038036+0000 mon.smithi031 (mon.0) 637 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:41.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:41 smithi031 bash[18647]: audit 2024-04-25T05:13:40.038614+0000 mon.smithi031 (mon.0) 638 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:41.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:41 smithi031 bash[18647]: audit 2024-04-25T05:13:40.038614+0000 mon.smithi031 (mon.0) 638 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:41.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:41 smithi031 bash[18647]: audit 2024-04-25T05:13:40.039110+0000 mon.smithi031 (mon.0) 639 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:41.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:41 smithi031 bash[18647]: audit 2024-04-25T05:13:40.039110+0000 mon.smithi031 (mon.0) 639 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:41.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:41 smithi031 bash[18647]: audit 2024-04-25T05:13:40.044290+0000 mon.smithi031 (mon.0) 640 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:41.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:41 smithi031 bash[18647]: audit 2024-04-25T05:13:40.044290+0000 mon.smithi031 (mon.0) 640 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:41.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:41 smithi031 bash[18647]: audit 2024-04-25T05:13:40.545508+0000 mon.smithi031 (mon.0) 641 : audit [INF] from='osd.6 [v2:172.21.15.40:6824/1976688130,v1:172.21.15.40:6825/1976688130]' entity='osd.6' 2024-04-25T05:13:41.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:41 smithi031 bash[18647]: audit 2024-04-25T05:13:40.545508+0000 mon.smithi031 (mon.0) 641 : audit [INF] from='osd.6 [v2:172.21.15.40:6824/1976688130,v1:172.21.15.40:6825/1976688130]' entity='osd.6' 2024-04-25T05:13:41.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:41 smithi031 bash[18647]: audit 2024-04-25T05:13:40.911383+0000 mon.smithi031 (mon.0) 642 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:41.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:41 smithi031 bash[18647]: audit 2024-04-25T05:13:40.911383+0000 mon.smithi031 (mon.0) 642 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:41.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:41 smithi031 bash[18647]: audit 2024-04-25T05:13:40.920256+0000 mon.smithi031 (mon.0) 643 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:41.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:41 smithi031 bash[18647]: audit 2024-04-25T05:13:40.920256+0000 mon.smithi031 (mon.0) 643 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:41.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:41 smithi031 bash[18647]: cluster 2024-04-25T05:13:41.036082+0000 mon.smithi031 (mon.0) 644 : cluster [INF] osd.6 [v2:172.21.15.40:6824/1976688130,v1:172.21.15.40:6825/1976688130] boot 2024-04-25T05:13:41.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:41 smithi031 bash[18647]: cluster 2024-04-25T05:13:41.036082+0000 mon.smithi031 (mon.0) 644 : cluster [INF] osd.6 [v2:172.21.15.40:6824/1976688130,v1:172.21.15.40:6825/1976688130] boot 2024-04-25T05:13:41.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:41 smithi031 bash[18647]: cluster 2024-04-25T05:13:41.036127+0000 mon.smithi031 (mon.0) 645 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-04-25T05:13:41.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:41 smithi031 bash[18647]: cluster 2024-04-25T05:13:41.036127+0000 mon.smithi031 (mon.0) 645 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-04-25T05:13:41.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:41 smithi031 bash[18647]: audit 2024-04-25T05:13:41.036274+0000 mon.smithi031 (mon.0) 646 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:41.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:41 smithi031 bash[18647]: audit 2024-04-25T05:13:41.036274+0000 mon.smithi031 (mon.0) 646 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:41.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:41 smithi031 bash[18647]: audit 2024-04-25T05:13:41.036676+0000 mon.smithi031 (mon.0) 647 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:41.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:41 smithi031 bash[18647]: audit 2024-04-25T05:13:41.036676+0000 mon.smithi031 (mon.0) 647 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:41.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:41 smithi031 bash[18647]: audit 2024-04-25T05:13:41.037045+0000 mon.smithi031 (mon.0) 648 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:41.123 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:41 smithi031 bash[18647]: audit 2024-04-25T05:13:41.037045+0000 mon.smithi031 (mon.0) 648 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:41.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:41 smithi040 bash[23838]: cluster 2024-04-25T05:13:39.794480+0000 mgr.smithi031.wbrsoo (mgr.14201) 121 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail 2024-04-25T05:13:41.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:41 smithi040 bash[23838]: cluster 2024-04-25T05:13:39.794480+0000 mgr.smithi031.wbrsoo (mgr.14201) 121 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 144 MiB used, 447 GiB / 447 GiB avail 2024-04-25T05:13:41.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:41 smithi040 bash[23838]: audit 2024-04-25T05:13:40.030981+0000 mon.smithi031 (mon.0) 635 : audit [INF] from='osd.6 [v2:172.21.15.40:6824/1976688130,v1:172.21.15.40:6825/1976688130]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-04-25T05:13:41.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:41 smithi040 bash[23838]: audit 2024-04-25T05:13:40.030981+0000 mon.smithi031 (mon.0) 635 : audit [INF] from='osd.6 [v2:172.21.15.40:6824/1976688130,v1:172.21.15.40:6825/1976688130]' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi040", "root=default"]}]': finished 2024-04-25T05:13:41.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:41 smithi040 bash[23838]: cluster 2024-04-25T05:13:40.036347+0000 mon.smithi031 (mon.0) 636 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-04-25T05:13:41.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:41 smithi040 bash[23838]: cluster 2024-04-25T05:13:40.036347+0000 mon.smithi031 (mon.0) 636 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-04-25T05:13:41.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:41 smithi040 bash[23838]: audit 2024-04-25T05:13:40.038036+0000 mon.smithi031 (mon.0) 637 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:41.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:41 smithi040 bash[23838]: audit 2024-04-25T05:13:40.038036+0000 mon.smithi031 (mon.0) 637 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:41.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:41 smithi040 bash[23838]: audit 2024-04-25T05:13:40.038614+0000 mon.smithi031 (mon.0) 638 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:41.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:41 smithi040 bash[23838]: audit 2024-04-25T05:13:40.038614+0000 mon.smithi031 (mon.0) 638 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:41.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:41 smithi040 bash[23838]: audit 2024-04-25T05:13:40.039110+0000 mon.smithi031 (mon.0) 639 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:41.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:41 smithi040 bash[23838]: audit 2024-04-25T05:13:40.039110+0000 mon.smithi031 (mon.0) 639 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:41.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:41 smithi040 bash[23838]: audit 2024-04-25T05:13:40.044290+0000 mon.smithi031 (mon.0) 640 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:41.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:41 smithi040 bash[23838]: audit 2024-04-25T05:13:40.044290+0000 mon.smithi031 (mon.0) 640 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:41.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:41 smithi040 bash[23838]: audit 2024-04-25T05:13:40.545508+0000 mon.smithi031 (mon.0) 641 : audit [INF] from='osd.6 [v2:172.21.15.40:6824/1976688130,v1:172.21.15.40:6825/1976688130]' entity='osd.6' 2024-04-25T05:13:41.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:41 smithi040 bash[23838]: audit 2024-04-25T05:13:40.545508+0000 mon.smithi031 (mon.0) 641 : audit [INF] from='osd.6 [v2:172.21.15.40:6824/1976688130,v1:172.21.15.40:6825/1976688130]' entity='osd.6' 2024-04-25T05:13:41.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:41 smithi040 bash[23838]: audit 2024-04-25T05:13:40.911383+0000 mon.smithi031 (mon.0) 642 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:41.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:41 smithi040 bash[23838]: audit 2024-04-25T05:13:40.911383+0000 mon.smithi031 (mon.0) 642 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:41.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:41 smithi040 bash[23838]: audit 2024-04-25T05:13:40.920256+0000 mon.smithi031 (mon.0) 643 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:41.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:41 smithi040 bash[23838]: audit 2024-04-25T05:13:40.920256+0000 mon.smithi031 (mon.0) 643 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:41.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:41 smithi040 bash[23838]: cluster 2024-04-25T05:13:41.036082+0000 mon.smithi031 (mon.0) 644 : cluster [INF] osd.6 [v2:172.21.15.40:6824/1976688130,v1:172.21.15.40:6825/1976688130] boot 2024-04-25T05:13:41.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:41 smithi040 bash[23838]: cluster 2024-04-25T05:13:41.036082+0000 mon.smithi031 (mon.0) 644 : cluster [INF] osd.6 [v2:172.21.15.40:6824/1976688130,v1:172.21.15.40:6825/1976688130] boot 2024-04-25T05:13:41.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:41 smithi040 bash[23838]: cluster 2024-04-25T05:13:41.036127+0000 mon.smithi031 (mon.0) 645 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-04-25T05:13:41.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:41 smithi040 bash[23838]: cluster 2024-04-25T05:13:41.036127+0000 mon.smithi031 (mon.0) 645 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-04-25T05:13:41.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:41 smithi040 bash[23838]: audit 2024-04-25T05:13:41.036274+0000 mon.smithi031 (mon.0) 646 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:41.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:41 smithi040 bash[23838]: audit 2024-04-25T05:13:41.036274+0000 mon.smithi031 (mon.0) 646 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:41.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:41 smithi040 bash[23838]: audit 2024-04-25T05:13:41.036676+0000 mon.smithi031 (mon.0) 647 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:41.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:41 smithi040 bash[23838]: audit 2024-04-25T05:13:41.036676+0000 mon.smithi031 (mon.0) 647 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-04-25T05:13:41.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:41 smithi040 bash[23838]: audit 2024-04-25T05:13:41.037045+0000 mon.smithi031 (mon.0) 648 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:41.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:41 smithi040 bash[23838]: audit 2024-04-25T05:13:41.037045+0000 mon.smithi031 (mon.0) 648 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:42.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:42 smithi031 bash[18647]: cluster 2024-04-25T05:13:39.775054+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-25T05:13:42.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:42 smithi031 bash[18647]: cluster 2024-04-25T05:13:39.775054+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-25T05:13:42.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:42 smithi031 bash[18647]: cluster 2024-04-25T05:13:39.775171+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-25T05:13:42.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:42 smithi031 bash[18647]: cluster 2024-04-25T05:13:39.775171+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-25T05:13:42.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:42 smithi031 bash[18647]: audit 2024-04-25T05:13:41.994205+0000 mon.smithi031 (mon.0) 649 : audit [INF] from='osd.5 [v2:172.21.15.31:6818/1096788845,v1:172.21.15.31:6819/1096788845]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-25T05:13:42.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:42 smithi031 bash[18647]: audit 2024-04-25T05:13:41.994205+0000 mon.smithi031 (mon.0) 649 : audit [INF] from='osd.5 [v2:172.21.15.31:6818/1096788845,v1:172.21.15.31:6819/1096788845]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-25T05:13:42.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:42 smithi040 bash[23838]: cluster 2024-04-25T05:13:39.775054+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-25T05:13:42.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:42 smithi040 bash[23838]: cluster 2024-04-25T05:13:39.775054+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-25T05:13:42.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:42 smithi040 bash[23838]: cluster 2024-04-25T05:13:39.775171+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-25T05:13:42.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:42 smithi040 bash[23838]: cluster 2024-04-25T05:13:39.775171+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-25T05:13:42.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:42 smithi040 bash[23838]: audit 2024-04-25T05:13:41.994205+0000 mon.smithi031 (mon.0) 649 : audit [INF] from='osd.5 [v2:172.21.15.31:6818/1096788845,v1:172.21.15.31:6819/1096788845]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-25T05:13:42.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:42 smithi040 bash[23838]: audit 2024-04-25T05:13:41.994205+0000 mon.smithi031 (mon.0) 649 : audit [INF] from='osd.5 [v2:172.21.15.31:6818/1096788845,v1:172.21.15.31:6819/1096788845]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-04-25T05:13:43.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:43 smithi031 bash[18647]: cluster 2024-04-25T05:13:41.795133+0000 mgr.smithi031.wbrsoo (mgr.14201) 122 : cluster [DBG] pgmap v88: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-25T05:13:43.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:43 smithi031 bash[18647]: cluster 2024-04-25T05:13:41.795133+0000 mgr.smithi031.wbrsoo (mgr.14201) 122 : cluster [DBG] pgmap v88: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-25T05:13:43.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:43 smithi031 bash[18647]: audit 2024-04-25T05:13:42.057322+0000 mon.smithi031 (mon.0) 650 : audit [INF] from='osd.5 [v2:172.21.15.31:6818/1096788845,v1:172.21.15.31:6819/1096788845]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-25T05:13:43.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:43 smithi031 bash[18647]: audit 2024-04-25T05:13:42.057322+0000 mon.smithi031 (mon.0) 650 : audit [INF] from='osd.5 [v2:172.21.15.31:6818/1096788845,v1:172.21.15.31:6819/1096788845]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-25T05:13:43.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:43 smithi031 bash[18647]: cluster 2024-04-25T05:13:42.062966+0000 mon.smithi031 (mon.0) 651 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-04-25T05:13:43.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:43 smithi031 bash[18647]: cluster 2024-04-25T05:13:42.062966+0000 mon.smithi031 (mon.0) 651 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-04-25T05:13:43.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:43 smithi031 bash[18647]: audit 2024-04-25T05:13:42.063458+0000 mon.smithi031 (mon.0) 652 : audit [INF] from='osd.5 [v2:172.21.15.31:6818/1096788845,v1:172.21.15.31:6819/1096788845]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-04-25T05:13:43.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:43 smithi031 bash[18647]: audit 2024-04-25T05:13:42.063458+0000 mon.smithi031 (mon.0) 652 : audit [INF] from='osd.5 [v2:172.21.15.31:6818/1096788845,v1:172.21.15.31:6819/1096788845]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-04-25T05:13:43.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:43 smithi031 bash[18647]: audit 2024-04-25T05:13:42.064010+0000 mon.smithi031 (mon.0) 653 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:43.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:43 smithi031 bash[18647]: audit 2024-04-25T05:13:42.064010+0000 mon.smithi031 (mon.0) 653 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:43.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:43 smithi031 bash[18647]: audit 2024-04-25T05:13:42.064492+0000 mon.smithi031 (mon.0) 654 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:43.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:43 smithi031 bash[18647]: audit 2024-04-25T05:13:42.064492+0000 mon.smithi031 (mon.0) 654 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:43.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:43 smithi040 bash[23838]: cluster 2024-04-25T05:13:41.795133+0000 mgr.smithi031.wbrsoo (mgr.14201) 122 : cluster [DBG] pgmap v88: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-25T05:13:43.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:43 smithi040 bash[23838]: cluster 2024-04-25T05:13:41.795133+0000 mgr.smithi031.wbrsoo (mgr.14201) 122 : cluster [DBG] pgmap v88: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-25T05:13:43.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:43 smithi040 bash[23838]: audit 2024-04-25T05:13:42.057322+0000 mon.smithi031 (mon.0) 650 : audit [INF] from='osd.5 [v2:172.21.15.31:6818/1096788845,v1:172.21.15.31:6819/1096788845]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-25T05:13:43.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:43 smithi040 bash[23838]: audit 2024-04-25T05:13:42.057322+0000 mon.smithi031 (mon.0) 650 : audit [INF] from='osd.5 [v2:172.21.15.31:6818/1096788845,v1:172.21.15.31:6819/1096788845]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-04-25T05:13:43.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:43 smithi040 bash[23838]: cluster 2024-04-25T05:13:42.062966+0000 mon.smithi031 (mon.0) 651 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-04-25T05:13:43.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:43 smithi040 bash[23838]: cluster 2024-04-25T05:13:42.062966+0000 mon.smithi031 (mon.0) 651 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-04-25T05:13:43.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:43 smithi040 bash[23838]: audit 2024-04-25T05:13:42.063458+0000 mon.smithi031 (mon.0) 652 : audit [INF] from='osd.5 [v2:172.21.15.31:6818/1096788845,v1:172.21.15.31:6819/1096788845]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-04-25T05:13:43.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:43 smithi040 bash[23838]: audit 2024-04-25T05:13:42.063458+0000 mon.smithi031 (mon.0) 652 : audit [INF] from='osd.5 [v2:172.21.15.31:6818/1096788845,v1:172.21.15.31:6819/1096788845]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-04-25T05:13:43.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:43 smithi040 bash[23838]: audit 2024-04-25T05:13:42.064010+0000 mon.smithi031 (mon.0) 653 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:43.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:43 smithi040 bash[23838]: audit 2024-04-25T05:13:42.064010+0000 mon.smithi031 (mon.0) 653 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:43.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:43 smithi040 bash[23838]: audit 2024-04-25T05:13:42.064492+0000 mon.smithi031 (mon.0) 654 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:43.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:43 smithi040 bash[23838]: audit 2024-04-25T05:13:42.064492+0000 mon.smithi031 (mon.0) 654 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:44.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:44 smithi031 bash[18647]: audit 2024-04-25T05:13:43.059675+0000 mon.smithi031 (mon.0) 655 : audit [INF] from='osd.5 [v2:172.21.15.31:6818/1096788845,v1:172.21.15.31:6819/1096788845]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-04-25T05:13:44.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:44 smithi031 bash[18647]: audit 2024-04-25T05:13:43.059675+0000 mon.smithi031 (mon.0) 655 : audit [INF] from='osd.5 [v2:172.21.15.31:6818/1096788845,v1:172.21.15.31:6819/1096788845]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-04-25T05:13:44.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:44 smithi031 bash[18647]: cluster 2024-04-25T05:13:43.063121+0000 mon.smithi031 (mon.0) 656 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-04-25T05:13:44.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:44 smithi031 bash[18647]: cluster 2024-04-25T05:13:43.063121+0000 mon.smithi031 (mon.0) 656 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-04-25T05:13:44.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:44 smithi031 bash[18647]: audit 2024-04-25T05:13:43.063929+0000 mon.smithi031 (mon.0) 657 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:44.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:44 smithi031 bash[18647]: audit 2024-04-25T05:13:43.063929+0000 mon.smithi031 (mon.0) 657 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:44.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:44 smithi031 bash[18647]: audit 2024-04-25T05:13:43.064135+0000 mon.smithi031 (mon.0) 658 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:44.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:44 smithi031 bash[18647]: audit 2024-04-25T05:13:43.064135+0000 mon.smithi031 (mon.0) 658 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:44.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:44 smithi031 bash[18647]: audit 2024-04-25T05:13:43.074945+0000 mon.smithi031 (mon.0) 659 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:44.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:44 smithi031 bash[18647]: audit 2024-04-25T05:13:43.074945+0000 mon.smithi031 (mon.0) 659 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:44.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:44 smithi040 bash[23838]: audit 2024-04-25T05:13:43.059675+0000 mon.smithi031 (mon.0) 655 : audit [INF] from='osd.5 [v2:172.21.15.31:6818/1096788845,v1:172.21.15.31:6819/1096788845]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-04-25T05:13:44.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:44 smithi040 bash[23838]: audit 2024-04-25T05:13:43.059675+0000 mon.smithi031 (mon.0) 655 : audit [INF] from='osd.5 [v2:172.21.15.31:6818/1096788845,v1:172.21.15.31:6819/1096788845]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-04-25T05:13:44.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:44 smithi040 bash[23838]: cluster 2024-04-25T05:13:43.063121+0000 mon.smithi031 (mon.0) 656 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-04-25T05:13:44.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:44 smithi040 bash[23838]: cluster 2024-04-25T05:13:43.063121+0000 mon.smithi031 (mon.0) 656 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-04-25T05:13:44.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:44 smithi040 bash[23838]: audit 2024-04-25T05:13:43.063929+0000 mon.smithi031 (mon.0) 657 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:44.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:44 smithi040 bash[23838]: audit 2024-04-25T05:13:43.063929+0000 mon.smithi031 (mon.0) 657 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:44.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:44 smithi040 bash[23838]: audit 2024-04-25T05:13:43.064135+0000 mon.smithi031 (mon.0) 658 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:44.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:44 smithi040 bash[23838]: audit 2024-04-25T05:13:43.064135+0000 mon.smithi031 (mon.0) 658 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:44.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:44 smithi040 bash[23838]: audit 2024-04-25T05:13:43.074945+0000 mon.smithi031 (mon.0) 659 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:44.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:44 smithi040 bash[23838]: audit 2024-04-25T05:13:43.074945+0000 mon.smithi031 (mon.0) 659 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:45.007 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:13:45.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:45 smithi031 bash[18647]: cluster 2024-04-25T05:13:43.000269+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-25T05:13:45.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:45 smithi031 bash[18647]: cluster 2024-04-25T05:13:43.000269+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-25T05:13:45.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:45 smithi031 bash[18647]: cluster 2024-04-25T05:13:43.000340+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-25T05:13:45.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:45 smithi031 bash[18647]: cluster 2024-04-25T05:13:43.000340+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-25T05:13:45.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:45 smithi031 bash[18647]: cluster 2024-04-25T05:13:43.795690+0000 mgr.smithi031.wbrsoo (mgr.14201) 123 : cluster [DBG] pgmap v91: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-25T05:13:45.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:45 smithi031 bash[18647]: cluster 2024-04-25T05:13:43.795690+0000 mgr.smithi031.wbrsoo (mgr.14201) 123 : cluster [DBG] pgmap v91: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-25T05:13:45.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:45 smithi031 bash[18647]: cluster 2024-04-25T05:13:44.075532+0000 mon.smithi031 (mon.0) 660 : cluster [INF] osd.5 [v2:172.21.15.31:6818/1096788845,v1:172.21.15.31:6819/1096788845] boot 2024-04-25T05:13:45.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:45 smithi031 bash[18647]: cluster 2024-04-25T05:13:44.075532+0000 mon.smithi031 (mon.0) 660 : cluster [INF] osd.5 [v2:172.21.15.31:6818/1096788845,v1:172.21.15.31:6819/1096788845] boot 2024-04-25T05:13:45.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:45 smithi031 bash[18647]: cluster 2024-04-25T05:13:44.075622+0000 mon.smithi031 (mon.0) 661 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2024-04-25T05:13:45.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:45 smithi031 bash[18647]: cluster 2024-04-25T05:13:44.075622+0000 mon.smithi031 (mon.0) 661 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2024-04-25T05:13:45.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:45 smithi031 bash[18647]: audit 2024-04-25T05:13:44.076736+0000 mon.smithi031 (mon.0) 662 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:45.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:45 smithi031 bash[18647]: audit 2024-04-25T05:13:44.076736+0000 mon.smithi031 (mon.0) 662 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:45.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:45 smithi031 bash[18647]: audit 2024-04-25T05:13:44.077362+0000 mon.smithi031 (mon.0) 663 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:45.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:45 smithi031 bash[18647]: audit 2024-04-25T05:13:44.077362+0000 mon.smithi031 (mon.0) 663 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:45.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:45 smithi040 bash[23838]: cluster 2024-04-25T05:13:43.000269+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-25T05:13:45.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:45 smithi040 bash[23838]: cluster 2024-04-25T05:13:43.000269+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-25T05:13:45.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:45 smithi040 bash[23838]: cluster 2024-04-25T05:13:43.000340+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-25T05:13:45.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:45 smithi040 bash[23838]: cluster 2024-04-25T05:13:43.000340+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-25T05:13:45.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:45 smithi040 bash[23838]: cluster 2024-04-25T05:13:43.795690+0000 mgr.smithi031.wbrsoo (mgr.14201) 123 : cluster [DBG] pgmap v91: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-25T05:13:45.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:45 smithi040 bash[23838]: cluster 2024-04-25T05:13:43.795690+0000 mgr.smithi031.wbrsoo (mgr.14201) 123 : cluster [DBG] pgmap v91: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 174 MiB used, 536 GiB / 536 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-04-25T05:13:45.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:45 smithi040 bash[23838]: cluster 2024-04-25T05:13:44.075532+0000 mon.smithi031 (mon.0) 660 : cluster [INF] osd.5 [v2:172.21.15.31:6818/1096788845,v1:172.21.15.31:6819/1096788845] boot 2024-04-25T05:13:45.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:45 smithi040 bash[23838]: cluster 2024-04-25T05:13:44.075532+0000 mon.smithi031 (mon.0) 660 : cluster [INF] osd.5 [v2:172.21.15.31:6818/1096788845,v1:172.21.15.31:6819/1096788845] boot 2024-04-25T05:13:45.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:45 smithi040 bash[23838]: cluster 2024-04-25T05:13:44.075622+0000 mon.smithi031 (mon.0) 661 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2024-04-25T05:13:45.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:45 smithi040 bash[23838]: cluster 2024-04-25T05:13:44.075622+0000 mon.smithi031 (mon.0) 661 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2024-04-25T05:13:45.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:45 smithi040 bash[23838]: audit 2024-04-25T05:13:44.076736+0000 mon.smithi031 (mon.0) 662 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:45.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:45 smithi040 bash[23838]: audit 2024-04-25T05:13:44.076736+0000 mon.smithi031 (mon.0) 662 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-04-25T05:13:45.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:45 smithi040 bash[23838]: audit 2024-04-25T05:13:44.077362+0000 mon.smithi031 (mon.0) 663 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:45.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:45 smithi040 bash[23838]: audit 2024-04-25T05:13:44.077362+0000 mon.smithi031 (mon.0) 663 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:46.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:46 smithi031 bash[18647]: cluster 2024-04-25T05:13:45.091027+0000 mon.smithi031 (mon.0) 664 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-04-25T05:13:46.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:46 smithi031 bash[18647]: cluster 2024-04-25T05:13:45.091027+0000 mon.smithi031 (mon.0) 664 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-04-25T05:13:46.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:46 smithi031 bash[18647]: audit 2024-04-25T05:13:45.091168+0000 mon.smithi031 (mon.0) 665 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:46.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:46 smithi031 bash[18647]: audit 2024-04-25T05:13:45.091168+0000 mon.smithi031 (mon.0) 665 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:46.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:46 smithi040 bash[23838]: cluster 2024-04-25T05:13:45.091027+0000 mon.smithi031 (mon.0) 664 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-04-25T05:13:46.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:46 smithi040 bash[23838]: cluster 2024-04-25T05:13:45.091027+0000 mon.smithi031 (mon.0) 664 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-04-25T05:13:46.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:46 smithi040 bash[23838]: audit 2024-04-25T05:13:45.091168+0000 mon.smithi031 (mon.0) 665 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:46.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:46 smithi040 bash[23838]: audit 2024-04-25T05:13:45.091168+0000 mon.smithi031 (mon.0) 665 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:46.858 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-25T05:13:47.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:47 smithi031 bash[18647]: cluster 2024-04-25T05:13:45.796109+0000 mgr.smithi031.wbrsoo (mgr.14201) 124 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 201 MiB used, 626 GiB / 626 GiB avail 2024-04-25T05:13:47.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:47 smithi031 bash[18647]: cluster 2024-04-25T05:13:45.796109+0000 mgr.smithi031.wbrsoo (mgr.14201) 124 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 201 MiB used, 626 GiB / 626 GiB avail 2024-04-25T05:13:47.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:47 smithi031 bash[18647]: audit 2024-04-25T05:13:46.860355+0000 mon.smithi031 (mon.0) 666 : audit [DBG] from='client.? 172.21.15.31:0/3156795511' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:13:47.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:47 smithi031 bash[18647]: audit 2024-04-25T05:13:46.860355+0000 mon.smithi031 (mon.0) 666 : audit [DBG] from='client.? 172.21.15.31:0/3156795511' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:13:47.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:47 smithi031 bash[18647]: audit 2024-04-25T05:13:46.924271+0000 mon.smithi031 (mon.0) 667 : audit [INF] from='osd.7 [v2:172.21.15.31:6826/665017475,v1:172.21.15.31:6827/665017475]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-25T05:13:47.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:47 smithi031 bash[18647]: audit 2024-04-25T05:13:46.924271+0000 mon.smithi031 (mon.0) 667 : audit [INF] from='osd.7 [v2:172.21.15.31:6826/665017475,v1:172.21.15.31:6827/665017475]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-25T05:13:47.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:47 smithi040 bash[23838]: cluster 2024-04-25T05:13:45.796109+0000 mgr.smithi031.wbrsoo (mgr.14201) 124 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 201 MiB used, 626 GiB / 626 GiB avail 2024-04-25T05:13:47.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:47 smithi040 bash[23838]: cluster 2024-04-25T05:13:45.796109+0000 mgr.smithi031.wbrsoo (mgr.14201) 124 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 201 MiB used, 626 GiB / 626 GiB avail 2024-04-25T05:13:47.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:47 smithi040 bash[23838]: audit 2024-04-25T05:13:46.860355+0000 mon.smithi031 (mon.0) 666 : audit [DBG] from='client.? 172.21.15.31:0/3156795511' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:13:47.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:47 smithi040 bash[23838]: audit 2024-04-25T05:13:46.860355+0000 mon.smithi031 (mon.0) 666 : audit [DBG] from='client.? 172.21.15.31:0/3156795511' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:13:47.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:47 smithi040 bash[23838]: audit 2024-04-25T05:13:46.924271+0000 mon.smithi031 (mon.0) 667 : audit [INF] from='osd.7 [v2:172.21.15.31:6826/665017475,v1:172.21.15.31:6827/665017475]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-25T05:13:47.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:47 smithi040 bash[23838]: audit 2024-04-25T05:13:46.924271+0000 mon.smithi031 (mon.0) 667 : audit [INF] from='osd.7 [v2:172.21.15.31:6826/665017475,v1:172.21.15.31:6827/665017475]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-04-25T05:13:48.021 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":34,"num_osds":8,"num_up_osds":7,"osd_up_since":1714022024,"num_in_osds":8,"osd_in_since":1714021979,"num_remapped_pgs":0} 2024-04-25T05:13:48.334 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:48 smithi031 bash[18647]: audit 2024-04-25T05:13:47.098831+0000 mon.smithi031 (mon.0) 668 : audit [INF] from='osd.7 [v2:172.21.15.31:6826/665017475,v1:172.21.15.31:6827/665017475]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-04-25T05:13:48.335 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:48 smithi031 bash[18647]: audit 2024-04-25T05:13:47.098831+0000 mon.smithi031 (mon.0) 668 : audit [INF] from='osd.7 [v2:172.21.15.31:6826/665017475,v1:172.21.15.31:6827/665017475]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-04-25T05:13:48.335 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:48 smithi031 bash[18647]: cluster 2024-04-25T05:13:47.102469+0000 mon.smithi031 (mon.0) 669 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-04-25T05:13:48.335 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:48 smithi031 bash[18647]: cluster 2024-04-25T05:13:47.102469+0000 mon.smithi031 (mon.0) 669 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-04-25T05:13:48.335 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:48 smithi031 bash[18647]: audit 2024-04-25T05:13:47.103114+0000 mon.smithi031 (mon.0) 670 : audit [INF] from='osd.7 [v2:172.21.15.31:6826/665017475,v1:172.21.15.31:6827/665017475]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-04-25T05:13:48.335 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:48 smithi031 bash[18647]: audit 2024-04-25T05:13:47.103114+0000 mon.smithi031 (mon.0) 670 : audit [INF] from='osd.7 [v2:172.21.15.31:6826/665017475,v1:172.21.15.31:6827/665017475]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-04-25T05:13:48.335 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:48 smithi031 bash[18647]: audit 2024-04-25T05:13:47.103491+0000 mon.smithi031 (mon.0) 671 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:48.335 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:48 smithi031 bash[18647]: audit 2024-04-25T05:13:47.103491+0000 mon.smithi031 (mon.0) 671 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:48.335 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:48 smithi031 bash[18647]: audit 2024-04-25T05:13:48.101727+0000 mon.smithi031 (mon.0) 672 : audit [INF] from='osd.7 [v2:172.21.15.31:6826/665017475,v1:172.21.15.31:6827/665017475]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-04-25T05:13:48.335 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:48 smithi031 bash[18647]: audit 2024-04-25T05:13:48.101727+0000 mon.smithi031 (mon.0) 672 : audit [INF] from='osd.7 [v2:172.21.15.31:6826/665017475,v1:172.21.15.31:6827/665017475]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-04-25T05:13:48.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:48 smithi040 bash[23838]: audit 2024-04-25T05:13:47.098831+0000 mon.smithi031 (mon.0) 668 : audit [INF] from='osd.7 [v2:172.21.15.31:6826/665017475,v1:172.21.15.31:6827/665017475]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-04-25T05:13:48.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:48 smithi040 bash[23838]: audit 2024-04-25T05:13:47.098831+0000 mon.smithi031 (mon.0) 668 : audit [INF] from='osd.7 [v2:172.21.15.31:6826/665017475,v1:172.21.15.31:6827/665017475]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-04-25T05:13:48.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:48 smithi040 bash[23838]: cluster 2024-04-25T05:13:47.102469+0000 mon.smithi031 (mon.0) 669 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-04-25T05:13:48.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:48 smithi040 bash[23838]: cluster 2024-04-25T05:13:47.102469+0000 mon.smithi031 (mon.0) 669 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-04-25T05:13:48.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:48 smithi040 bash[23838]: audit 2024-04-25T05:13:47.103114+0000 mon.smithi031 (mon.0) 670 : audit [INF] from='osd.7 [v2:172.21.15.31:6826/665017475,v1:172.21.15.31:6827/665017475]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-04-25T05:13:48.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:48 smithi040 bash[23838]: audit 2024-04-25T05:13:47.103114+0000 mon.smithi031 (mon.0) 670 : audit [INF] from='osd.7 [v2:172.21.15.31:6826/665017475,v1:172.21.15.31:6827/665017475]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-04-25T05:13:48.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:48 smithi040 bash[23838]: audit 2024-04-25T05:13:47.103491+0000 mon.smithi031 (mon.0) 671 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:48.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:48 smithi040 bash[23838]: audit 2024-04-25T05:13:47.103491+0000 mon.smithi031 (mon.0) 671 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:48.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:48 smithi040 bash[23838]: audit 2024-04-25T05:13:48.101727+0000 mon.smithi031 (mon.0) 672 : audit [INF] from='osd.7 [v2:172.21.15.31:6826/665017475,v1:172.21.15.31:6827/665017475]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-04-25T05:13:48.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:48 smithi040 bash[23838]: audit 2024-04-25T05:13:48.101727+0000 mon.smithi031 (mon.0) 672 : audit [INF] from='osd.7 [v2:172.21.15.31:6826/665017475,v1:172.21.15.31:6827/665017475]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-04-25T05:13:49.022 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph osd stat -f json 2024-04-25T05:13:49.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:49 smithi031 bash[18647]: cluster 2024-04-25T05:13:47.796815+0000 mgr.smithi031.wbrsoo (mgr.14201) 125 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 201 MiB used, 626 GiB / 626 GiB avail 2024-04-25T05:13:49.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:49 smithi031 bash[18647]: cluster 2024-04-25T05:13:47.796815+0000 mgr.smithi031.wbrsoo (mgr.14201) 125 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 201 MiB used, 626 GiB / 626 GiB avail 2024-04-25T05:13:49.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:49 smithi031 bash[18647]: cluster 2024-04-25T05:13:48.109051+0000 mon.smithi031 (mon.0) 673 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-04-25T05:13:49.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:49 smithi031 bash[18647]: cluster 2024-04-25T05:13:48.109051+0000 mon.smithi031 (mon.0) 673 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-04-25T05:13:49.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:49 smithi031 bash[18647]: audit 2024-04-25T05:13:48.111649+0000 mon.smithi031 (mon.0) 674 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:49.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:49 smithi031 bash[18647]: audit 2024-04-25T05:13:48.111649+0000 mon.smithi031 (mon.0) 674 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:49.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:49 smithi031 bash[18647]: audit 2024-04-25T05:13:48.141097+0000 mon.smithi031 (mon.0) 675 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:49.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:49 smithi031 bash[18647]: audit 2024-04-25T05:13:48.141097+0000 mon.smithi031 (mon.0) 675 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:49.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:49 smithi031 bash[18647]: audit 2024-04-25T05:13:48.600011+0000 mon.smithi031 (mon.0) 676 : audit [INF] from='osd.7 [v2:172.21.15.31:6826/665017475,v1:172.21.15.31:6827/665017475]' entity='osd.7' 2024-04-25T05:13:49.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:49 smithi031 bash[18647]: audit 2024-04-25T05:13:48.600011+0000 mon.smithi031 (mon.0) 676 : audit [INF] from='osd.7 [v2:172.21.15.31:6826/665017475,v1:172.21.15.31:6827/665017475]' entity='osd.7' 2024-04-25T05:13:49.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:49 smithi040 bash[23838]: cluster 2024-04-25T05:13:47.796815+0000 mgr.smithi031.wbrsoo (mgr.14201) 125 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 201 MiB used, 626 GiB / 626 GiB avail 2024-04-25T05:13:49.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:49 smithi040 bash[23838]: cluster 2024-04-25T05:13:47.796815+0000 mgr.smithi031.wbrsoo (mgr.14201) 125 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 201 MiB used, 626 GiB / 626 GiB avail 2024-04-25T05:13:49.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:49 smithi040 bash[23838]: cluster 2024-04-25T05:13:48.109051+0000 mon.smithi031 (mon.0) 673 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-04-25T05:13:49.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:49 smithi040 bash[23838]: cluster 2024-04-25T05:13:48.109051+0000 mon.smithi031 (mon.0) 673 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-04-25T05:13:49.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:49 smithi040 bash[23838]: audit 2024-04-25T05:13:48.111649+0000 mon.smithi031 (mon.0) 674 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:49.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:49 smithi040 bash[23838]: audit 2024-04-25T05:13:48.111649+0000 mon.smithi031 (mon.0) 674 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:49.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:49 smithi040 bash[23838]: audit 2024-04-25T05:13:48.141097+0000 mon.smithi031 (mon.0) 675 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:49.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:49 smithi040 bash[23838]: audit 2024-04-25T05:13:48.141097+0000 mon.smithi031 (mon.0) 675 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:49.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:49 smithi040 bash[23838]: audit 2024-04-25T05:13:48.600011+0000 mon.smithi031 (mon.0) 676 : audit [INF] from='osd.7 [v2:172.21.15.31:6826/665017475,v1:172.21.15.31:6827/665017475]' entity='osd.7' 2024-04-25T05:13:49.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:49 smithi040 bash[23838]: audit 2024-04-25T05:13:48.600011+0000 mon.smithi031 (mon.0) 676 : audit [INF] from='osd.7 [v2:172.21.15.31:6826/665017475,v1:172.21.15.31:6827/665017475]' entity='osd.7' 2024-04-25T05:13:50.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:50 smithi040 bash[23838]: cluster 2024-04-25T05:13:47.876798+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-25T05:13:50.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:50 smithi040 bash[23838]: cluster 2024-04-25T05:13:47.876798+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-25T05:13:50.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:50 smithi040 bash[23838]: cluster 2024-04-25T05:13:47.876939+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-25T05:13:50.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:50 smithi040 bash[23838]: cluster 2024-04-25T05:13:47.876939+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-25T05:13:50.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:50 smithi040 bash[23838]: audit 2024-04-25T05:13:49.116787+0000 mon.smithi031 (mon.0) 677 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:50.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:50 smithi040 bash[23838]: audit 2024-04-25T05:13:49.116787+0000 mon.smithi031 (mon.0) 677 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:50.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:50 smithi040 bash[23838]: cluster 2024-04-25T05:13:49.121281+0000 mon.smithi031 (mon.0) 678 : cluster [INF] osd.7 [v2:172.21.15.31:6826/665017475,v1:172.21.15.31:6827/665017475] boot 2024-04-25T05:13:50.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:50 smithi040 bash[23838]: cluster 2024-04-25T05:13:49.121281+0000 mon.smithi031 (mon.0) 678 : cluster [INF] osd.7 [v2:172.21.15.31:6826/665017475,v1:172.21.15.31:6827/665017475] boot 2024-04-25T05:13:50.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:50 smithi040 bash[23838]: cluster 2024-04-25T05:13:49.121330+0000 mon.smithi031 (mon.0) 679 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-04-25T05:13:50.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:50 smithi040 bash[23838]: cluster 2024-04-25T05:13:49.121330+0000 mon.smithi031 (mon.0) 679 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-04-25T05:13:50.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:50 smithi040 bash[23838]: audit 2024-04-25T05:13:49.121971+0000 mon.smithi031 (mon.0) 680 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:50.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:50 smithi040 bash[23838]: audit 2024-04-25T05:13:49.121971+0000 mon.smithi031 (mon.0) 680 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:50.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:50 smithi040 bash[23838]: audit 2024-04-25T05:13:50.070257+0000 mon.smithi031 (mon.0) 681 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:50.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:50 smithi040 bash[23838]: audit 2024-04-25T05:13:50.070257+0000 mon.smithi031 (mon.0) 681 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:50.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:50 smithi040 bash[23838]: audit 2024-04-25T05:13:50.082036+0000 mon.smithi031 (mon.0) 682 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:50.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:50 smithi040 bash[23838]: audit 2024-04-25T05:13:50.082036+0000 mon.smithi031 (mon.0) 682 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:50.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:50 smithi031 bash[18647]: cluster 2024-04-25T05:13:47.876798+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-25T05:13:50.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:50 smithi031 bash[18647]: cluster 2024-04-25T05:13:47.876798+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-25T05:13:50.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:50 smithi031 bash[18647]: cluster 2024-04-25T05:13:47.876939+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-25T05:13:50.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:50 smithi031 bash[18647]: cluster 2024-04-25T05:13:47.876939+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-25T05:13:50.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:50 smithi031 bash[18647]: audit 2024-04-25T05:13:49.116787+0000 mon.smithi031 (mon.0) 677 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:50.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:50 smithi031 bash[18647]: audit 2024-04-25T05:13:49.116787+0000 mon.smithi031 (mon.0) 677 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:50.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:50 smithi031 bash[18647]: cluster 2024-04-25T05:13:49.121281+0000 mon.smithi031 (mon.0) 678 : cluster [INF] osd.7 [v2:172.21.15.31:6826/665017475,v1:172.21.15.31:6827/665017475] boot 2024-04-25T05:13:50.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:50 smithi031 bash[18647]: cluster 2024-04-25T05:13:49.121281+0000 mon.smithi031 (mon.0) 678 : cluster [INF] osd.7 [v2:172.21.15.31:6826/665017475,v1:172.21.15.31:6827/665017475] boot 2024-04-25T05:13:50.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:50 smithi031 bash[18647]: cluster 2024-04-25T05:13:49.121330+0000 mon.smithi031 (mon.0) 679 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-04-25T05:13:50.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:50 smithi031 bash[18647]: cluster 2024-04-25T05:13:49.121330+0000 mon.smithi031 (mon.0) 679 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-04-25T05:13:50.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:50 smithi031 bash[18647]: audit 2024-04-25T05:13:49.121971+0000 mon.smithi031 (mon.0) 680 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:50.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:50 smithi031 bash[18647]: audit 2024-04-25T05:13:49.121971+0000 mon.smithi031 (mon.0) 680 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-04-25T05:13:50.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:50 smithi031 bash[18647]: audit 2024-04-25T05:13:50.070257+0000 mon.smithi031 (mon.0) 681 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:50.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:50 smithi031 bash[18647]: audit 2024-04-25T05:13:50.070257+0000 mon.smithi031 (mon.0) 681 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:50.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:50 smithi031 bash[18647]: audit 2024-04-25T05:13:50.082036+0000 mon.smithi031 (mon.0) 682 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:50.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:50 smithi031 bash[18647]: audit 2024-04-25T05:13:50.082036+0000 mon.smithi031 (mon.0) 682 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:51.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:51 smithi040 bash[23838]: cluster 2024-04-25T05:13:49.797536+0000 mgr.smithi031.wbrsoo (mgr.14201) 126 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 201 MiB used, 626 GiB / 626 GiB avail 2024-04-25T05:13:51.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:51 smithi040 bash[23838]: cluster 2024-04-25T05:13:49.797536+0000 mgr.smithi031.wbrsoo (mgr.14201) 126 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 201 MiB used, 626 GiB / 626 GiB avail 2024-04-25T05:13:51.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:51 smithi040 bash[23838]: cluster 2024-04-25T05:13:50.142474+0000 mon.smithi031 (mon.0) 683 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-04-25T05:13:51.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:51 smithi040 bash[23838]: cluster 2024-04-25T05:13:50.142474+0000 mon.smithi031 (mon.0) 683 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-04-25T05:13:51.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:51 smithi040 bash[23838]: audit 2024-04-25T05:13:50.236159+0000 mon.smithi031 (mon.0) 684 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:13:51.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:51 smithi040 bash[23838]: audit 2024-04-25T05:13:50.236159+0000 mon.smithi031 (mon.0) 684 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:13:51.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:51 smithi031 bash[18647]: cluster 2024-04-25T05:13:49.797536+0000 mgr.smithi031.wbrsoo (mgr.14201) 126 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 201 MiB used, 626 GiB / 626 GiB avail 2024-04-25T05:13:51.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:51 smithi031 bash[18647]: cluster 2024-04-25T05:13:49.797536+0000 mgr.smithi031.wbrsoo (mgr.14201) 126 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 201 MiB used, 626 GiB / 626 GiB avail 2024-04-25T05:13:51.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:51 smithi031 bash[18647]: cluster 2024-04-25T05:13:50.142474+0000 mon.smithi031 (mon.0) 683 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-04-25T05:13:51.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:51 smithi031 bash[18647]: cluster 2024-04-25T05:13:50.142474+0000 mon.smithi031 (mon.0) 683 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-04-25T05:13:51.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:51 smithi031 bash[18647]: audit 2024-04-25T05:13:50.236159+0000 mon.smithi031 (mon.0) 684 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:13:51.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:51 smithi031 bash[18647]: audit 2024-04-25T05:13:50.236159+0000 mon.smithi031 (mon.0) 684 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:13:52.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:52 smithi040 bash[23838]: cluster 2024-04-25T05:13:51.151515+0000 mon.smithi031 (mon.0) 685 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-04-25T05:13:52.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:52 smithi040 bash[23838]: cluster 2024-04-25T05:13:51.151515+0000 mon.smithi031 (mon.0) 685 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-04-25T05:13:52.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:52 smithi040 bash[23838]: audit 2024-04-25T05:13:51.852499+0000 mon.smithi031 (mon.0) 686 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:13:52.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:52 smithi040 bash[23838]: audit 2024-04-25T05:13:51.852499+0000 mon.smithi031 (mon.0) 686 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:13:52.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:52 smithi031 bash[18647]: cluster 2024-04-25T05:13:51.151515+0000 mon.smithi031 (mon.0) 685 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-04-25T05:13:52.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:52 smithi031 bash[18647]: cluster 2024-04-25T05:13:51.151515+0000 mon.smithi031 (mon.0) 685 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-04-25T05:13:52.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:52 smithi031 bash[18647]: audit 2024-04-25T05:13:51.852499+0000 mon.smithi031 (mon.0) 686 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:13:52.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:52 smithi031 bash[18647]: audit 2024-04-25T05:13:51.852499+0000 mon.smithi031 (mon.0) 686 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:13:53.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:53 smithi040 bash[23838]: cluster 2024-04-25T05:13:51.798066+0000 mgr.smithi031.wbrsoo (mgr.14201) 127 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:13:53.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:53 smithi040 bash[23838]: cluster 2024-04-25T05:13:51.798066+0000 mgr.smithi031.wbrsoo (mgr.14201) 127 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:13:53.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:53 smithi040 bash[23838]: cluster 2024-04-25T05:13:52.162663+0000 mon.smithi031 (mon.0) 687 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-04-25T05:13:53.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:53 smithi040 bash[23838]: cluster 2024-04-25T05:13:52.162663+0000 mon.smithi031 (mon.0) 687 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-04-25T05:13:53.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:53 smithi031 bash[18647]: cluster 2024-04-25T05:13:51.798066+0000 mgr.smithi031.wbrsoo (mgr.14201) 127 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:13:53.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:53 smithi031 bash[18647]: cluster 2024-04-25T05:13:51.798066+0000 mgr.smithi031.wbrsoo (mgr.14201) 127 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:13:53.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:53 smithi031 bash[18647]: cluster 2024-04-25T05:13:52.162663+0000 mon.smithi031 (mon.0) 687 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-04-25T05:13:53.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:53 smithi031 bash[18647]: cluster 2024-04-25T05:13:52.162663+0000 mon.smithi031 (mon.0) 687 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-04-25T05:13:53.847 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:13:54.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:54 smithi040 bash[23838]: cluster 2024-04-25T05:13:53.164615+0000 mon.smithi031 (mon.0) 688 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-04-25T05:13:54.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:54 smithi040 bash[23838]: cluster 2024-04-25T05:13:53.164615+0000 mon.smithi031 (mon.0) 688 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-04-25T05:13:54.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:54 smithi031 bash[18647]: cluster 2024-04-25T05:13:53.164615+0000 mon.smithi031 (mon.0) 688 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-04-25T05:13:54.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:54 smithi031 bash[18647]: cluster 2024-04-25T05:13:53.164615+0000 mon.smithi031 (mon.0) 688 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-04-25T05:13:55.132 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-25T05:13:55.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:55 smithi040 bash[23838]: cluster 2024-04-25T05:13:53.798736+0000 mgr.smithi031.wbrsoo (mgr.14201) 128 : cluster [DBG] pgmap v105: 1 pgs: 1 activating+undersized+degraded+remapped; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 2/6 objects degraded (33.333%) 2024-04-25T05:13:55.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:55 smithi040 bash[23838]: cluster 2024-04-25T05:13:53.798736+0000 mgr.smithi031.wbrsoo (mgr.14201) 128 : cluster [DBG] pgmap v105: 1 pgs: 1 activating+undersized+degraded+remapped; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 2/6 objects degraded (33.333%) 2024-04-25T05:13:55.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:55 smithi040 bash[23838]: cluster 2024-04-25T05:13:54.166588+0000 mon.smithi031 (mon.0) 689 : cluster [WRN] Health check failed: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-04-25T05:13:55.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:55 smithi040 bash[23838]: cluster 2024-04-25T05:13:54.166588+0000 mon.smithi031 (mon.0) 689 : cluster [WRN] Health check failed: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-04-25T05:13:55.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:55 smithi040 bash[23838]: audit 2024-04-25T05:13:55.134577+0000 mon.smithi031 (mon.0) 690 : audit [DBG] from='client.? 172.21.15.31:0/1201245925' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:13:55.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:55 smithi040 bash[23838]: audit 2024-04-25T05:13:55.134577+0000 mon.smithi031 (mon.0) 690 : audit [DBG] from='client.? 172.21.15.31:0/1201245925' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:13:55.510 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:55 smithi031 bash[18647]: cluster 2024-04-25T05:13:53.798736+0000 mgr.smithi031.wbrsoo (mgr.14201) 128 : cluster [DBG] pgmap v105: 1 pgs: 1 activating+undersized+degraded+remapped; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 2/6 objects degraded (33.333%) 2024-04-25T05:13:55.510 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:55 smithi031 bash[18647]: cluster 2024-04-25T05:13:53.798736+0000 mgr.smithi031.wbrsoo (mgr.14201) 128 : cluster [DBG] pgmap v105: 1 pgs: 1 activating+undersized+degraded+remapped; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail; 2/6 objects degraded (33.333%) 2024-04-25T05:13:55.510 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:55 smithi031 bash[18647]: cluster 2024-04-25T05:13:54.166588+0000 mon.smithi031 (mon.0) 689 : cluster [WRN] Health check failed: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-04-25T05:13:55.510 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:55 smithi031 bash[18647]: cluster 2024-04-25T05:13:54.166588+0000 mon.smithi031 (mon.0) 689 : cluster [WRN] Health check failed: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-04-25T05:13:55.510 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:55 smithi031 bash[18647]: audit 2024-04-25T05:13:55.134577+0000 mon.smithi031 (mon.0) 690 : audit [DBG] from='client.? 172.21.15.31:0/1201245925' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:13:55.510 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:55 smithi031 bash[18647]: audit 2024-04-25T05:13:55.134577+0000 mon.smithi031 (mon.0) 690 : audit [DBG] from='client.? 172.21.15.31:0/1201245925' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-25T05:13:55.846 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":41,"num_osds":8,"num_up_osds":8,"osd_up_since":1714022029,"num_in_osds":8,"osd_in_since":1714021979,"num_remapped_pgs":0} 2024-04-25T05:13:55.847 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph osd dump --format=json 2024-04-25T05:13:57.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:56 smithi031 bash[18647]: audit 2024-04-25T05:13:55.774100+0000 mon.smithi031 (mon.0) 691 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:57.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:56 smithi031 bash[18647]: audit 2024-04-25T05:13:55.774100+0000 mon.smithi031 (mon.0) 691 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:57.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:56 smithi031 bash[18647]: audit 2024-04-25T05:13:55.779114+0000 mon.smithi031 (mon.0) 692 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:57.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:56 smithi031 bash[18647]: audit 2024-04-25T05:13:55.779114+0000 mon.smithi031 (mon.0) 692 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:57.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:56 smithi031 bash[18647]: cluster 2024-04-25T05:13:55.799078+0000 mgr.smithi031.wbrsoo (mgr.14201) 129 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:13:57.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:56 smithi031 bash[18647]: cluster 2024-04-25T05:13:55.799078+0000 mgr.smithi031.wbrsoo (mgr.14201) 129 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:13:57.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:56 smithi031 bash[18647]: audit 2024-04-25T05:13:55.826319+0000 mon.smithi031 (mon.0) 693 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:57.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:56 smithi031 bash[18647]: audit 2024-04-25T05:13:55.826319+0000 mon.smithi031 (mon.0) 693 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:57.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:56 smithi031 bash[18647]: audit 2024-04-25T05:13:55.832253+0000 mon.smithi031 (mon.0) 694 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:57.122 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:56 smithi031 bash[18647]: audit 2024-04-25T05:13:55.832253+0000 mon.smithi031 (mon.0) 694 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:57.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:56 smithi040 bash[23838]: audit 2024-04-25T05:13:55.774100+0000 mon.smithi031 (mon.0) 691 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:57.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:56 smithi040 bash[23838]: audit 2024-04-25T05:13:55.774100+0000 mon.smithi031 (mon.0) 691 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:57.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:56 smithi040 bash[23838]: audit 2024-04-25T05:13:55.779114+0000 mon.smithi031 (mon.0) 692 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:57.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:56 smithi040 bash[23838]: audit 2024-04-25T05:13:55.779114+0000 mon.smithi031 (mon.0) 692 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:57.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:56 smithi040 bash[23838]: cluster 2024-04-25T05:13:55.799078+0000 mgr.smithi031.wbrsoo (mgr.14201) 129 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:13:57.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:56 smithi040 bash[23838]: cluster 2024-04-25T05:13:55.799078+0000 mgr.smithi031.wbrsoo (mgr.14201) 129 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:13:57.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:56 smithi040 bash[23838]: audit 2024-04-25T05:13:55.826319+0000 mon.smithi031 (mon.0) 693 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:57.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:56 smithi040 bash[23838]: audit 2024-04-25T05:13:55.826319+0000 mon.smithi031 (mon.0) 693 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:57.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:56 smithi040 bash[23838]: audit 2024-04-25T05:13:55.832253+0000 mon.smithi031 (mon.0) 694 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:57.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:56 smithi040 bash[23838]: audit 2024-04-25T05:13:55.832253+0000 mon.smithi031 (mon.0) 694 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:13:58.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:57 smithi031 bash[18647]: cluster 2024-04-25T05:13:56.781154+0000 mon.smithi031 (mon.0) 695 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded) 2024-04-25T05:13:58.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:57 smithi031 bash[18647]: cluster 2024-04-25T05:13:56.781154+0000 mon.smithi031 (mon.0) 695 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded) 2024-04-25T05:13:58.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:57 smithi031 bash[18647]: cluster 2024-04-25T05:13:56.781189+0000 mon.smithi031 (mon.0) 696 : cluster [INF] Cluster is now healthy 2024-04-25T05:13:58.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:57 smithi031 bash[18647]: cluster 2024-04-25T05:13:56.781189+0000 mon.smithi031 (mon.0) 696 : cluster [INF] Cluster is now healthy 2024-04-25T05:13:58.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:57 smithi040 bash[23838]: cluster 2024-04-25T05:13:56.781154+0000 mon.smithi031 (mon.0) 695 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded) 2024-04-25T05:13:58.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:57 smithi040 bash[23838]: cluster 2024-04-25T05:13:56.781154+0000 mon.smithi031 (mon.0) 695 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded) 2024-04-25T05:13:58.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:57 smithi040 bash[23838]: cluster 2024-04-25T05:13:56.781189+0000 mon.smithi031 (mon.0) 696 : cluster [INF] Cluster is now healthy 2024-04-25T05:13:58.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:57 smithi040 bash[23838]: cluster 2024-04-25T05:13:56.781189+0000 mon.smithi031 (mon.0) 696 : cluster [INF] Cluster is now healthy 2024-04-25T05:13:59.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:58 smithi031 bash[18647]: cluster 2024-04-25T05:13:57.799628+0000 mgr.smithi031.wbrsoo (mgr.14201) 130 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:13:59.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:13:58 smithi031 bash[18647]: cluster 2024-04-25T05:13:57.799628+0000 mgr.smithi031.wbrsoo (mgr.14201) 130 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:13:59.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:58 smithi040 bash[23838]: cluster 2024-04-25T05:13:57.799628+0000 mgr.smithi031.wbrsoo (mgr.14201) 130 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:13:59.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:13:58 smithi040 bash[23838]: cluster 2024-04-25T05:13:57.799628+0000 mgr.smithi031.wbrsoo (mgr.14201) 130 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 228 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:00.633 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:14:00.870 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:00 smithi031 bash[18647]: cluster 2024-04-25T05:13:59.800200+0000 mgr.smithi031.wbrsoo (mgr.14201) 131 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:00.870 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:00 smithi031 bash[18647]: cluster 2024-04-25T05:13:59.800200+0000 mgr.smithi031.wbrsoo (mgr.14201) 131 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:01.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:00 smithi040 bash[23838]: cluster 2024-04-25T05:13:59.800200+0000 mgr.smithi031.wbrsoo (mgr.14201) 131 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:01.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:00 smithi040 bash[23838]: cluster 2024-04-25T05:13:59.800200+0000 mgr.smithi031.wbrsoo (mgr.14201) 131 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:02.263 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-25T05:14:02.263 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":41,"fsid":"b4616124-02c1-11ef-bc93-c7b262605968","created":"2024-04-25T05:08:39.598204+0000","modified":"2024-04-25T05:13:53.156224+0000","last_up_change":"2024-04-25T05:13:49.115108+0000","last_in_change":"2024-04-25T05:12:59.544936+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"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":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-25T05:13:32.203267+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","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":"307408f8-8d9f-4bb5-bece-43e7cc20c76b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6800","nonce":1348343022},{"type":"v1","addr":"172.21.15.40:6801","nonce":1348343022}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6802","nonce":1348343022},{"type":"v1","addr":"172.21.15.40:6803","nonce":1348343022}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6806","nonce":1348343022},{"type":"v1","addr":"172.21.15.40:6807","nonce":1348343022}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6804","nonce":1348343022},{"type":"v1","addr":"172.21.15.40:6805","nonce":1348343022}]},"public_addr":"172.21.15.40:6801/1348343022","cluster_addr":"172.21.15.40:6803/1348343022","heartbeat_back_addr":"172.21.15.40:6807/1348343022","heartbeat_front_addr":"172.21.15.40:6805/1348343022","state":["exists","up"]},{"osd":1,"uuid":"871b35c3-9c5e-499f-90f6-0d496eff074f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6802","nonce":4257988232},{"type":"v1","addr":"172.21.15.31:6803","nonce":4257988232}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6804","nonce":4257988232},{"type":"v1","addr":"172.21.15.31:6805","nonce":4257988232}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6808","nonce":4257988232},{"type":"v1","addr":"172.21.15.31:6809","nonce":4257988232}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6806","nonce":4257988232},{"type":"v1","addr":"172.21.15.31:6807","nonce":4257988232}]},"public_addr":"172.21.15.31:6803/4257988232","cluster_addr":"172.21.15.31:6805/4257988232","heartbeat_back_addr":"172.21.15.31:6809/4257988232","heartbeat_front_addr":"172.21.15.31:6807/4257988232","state":["exists","up"]},{"osd":2,"uuid":"a2dfb623-e73c-41a8-8a75-d67964d0ff91","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6808","nonce":613501136},{"type":"v1","addr":"172.21.15.40:6809","nonce":613501136}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6810","nonce":613501136},{"type":"v1","addr":"172.21.15.40:6811","nonce":613501136}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6814","nonce":613501136},{"type":"v1","addr":"172.21.15.40:6815","nonce":613501136}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6812","nonce":613501136},{"type":"v1","addr":"172.21.15.40:6813","nonce":613501136}]},"public_addr":"172.21.15.40:6809/613501136","cluster_addr":"172.21.15.40:6811/613501136","heartbeat_back_addr":"172.21.15.40:6815/613501136","heartbeat_front_addr":"172.21.15.40:6813/613501136","state":["exists","up"]},{"osd":3,"uuid":"38e268ed-e3d3-4ad7-b9a2-72b413678f4d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6810","nonce":176429436},{"type":"v1","addr":"172.21.15.31:6811","nonce":176429436}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6812","nonce":176429436},{"type":"v1","addr":"172.21.15.31:6813","nonce":176429436}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6816","nonce":176429436},{"type":"v1","addr":"172.21.15.31:6817","nonce":176429436}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6814","nonce":176429436},{"type":"v1","addr":"172.21.15.31:6815","nonce":176429436}]},"public_addr":"172.21.15.31:6811/176429436","cluster_addr":"172.21.15.31:6813/176429436","heartbeat_back_addr":"172.21.15.31:6817/176429436","heartbeat_front_addr":"172.21.15.31:6815/176429436","state":["exists","up"]},{"osd":4,"uuid":"82395a7e-6678-4162-a016-808fd72e4588","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6816","nonce":3017367772},{"type":"v1","addr":"172.21.15.40:6817","nonce":3017367772}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6818","nonce":3017367772},{"type":"v1","addr":"172.21.15.40:6819","nonce":3017367772}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6822","nonce":3017367772},{"type":"v1","addr":"172.21.15.40:6823","nonce":3017367772}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6820","nonce":3017367772},{"type":"v1","addr":"172.21.15.40:6821","nonce":3017367772}]},"public_addr":"172.21.15.40:6817/3017367772","cluster_addr":"172.21.15.40:6819/3017367772","heartbeat_back_addr":"172.21.15.40:6823/3017367772","heartbeat_front_addr":"172.21.15.40:6821/3017367772","state":["exists","up"]},{"osd":5,"uuid":"45255c86-8b9e-49f5-a887-3c4725627569","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6818","nonce":1096788845},{"type":"v1","addr":"172.21.15.31:6819","nonce":1096788845}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6820","nonce":1096788845},{"type":"v1","addr":"172.21.15.31:6821","nonce":1096788845}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6824","nonce":1096788845},{"type":"v1","addr":"172.21.15.31:6825","nonce":1096788845}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6822","nonce":1096788845},{"type":"v1","addr":"172.21.15.31:6823","nonce":1096788845}]},"public_addr":"172.21.15.31:6819/1096788845","cluster_addr":"172.21.15.31:6821/1096788845","heartbeat_back_addr":"172.21.15.31:6825/1096788845","heartbeat_front_addr":"172.21.15.31:6823/1096788845","state":["exists","up"]},{"osd":6,"uuid":"74290abc-5101-44f1-baf4-8ad44a01f55f","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.40:6824","nonce":1976688130},{"type":"v1","addr":"172.21.15.40:6825","nonce":1976688130}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6826","nonce":1976688130},{"type":"v1","addr":"172.21.15.40:6827","nonce":1976688130}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6830","nonce":1976688130},{"type":"v1","addr":"172.21.15.40:6831","nonce":1976688130}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6828","nonce":1976688130},{"type":"v1","addr":"172.21.15.40:6829","nonce":1976688130}]},"public_addr":"172.21.15.40:6825/1976688130","cluster_addr":"172.21.15.40:6827/1976688130","heartbeat_back_addr":"172.21.15.40:6831/1976688130","heartbeat_front_addr":"172.21.15.40:6829/1976688130","state":["exists","up"]},{"osd":7,"uuid":"15f17d7b-1cc5-4d96-8c4d-7f5dd2e13f6b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6826","nonce":665017475},{"type":"v1","addr":"172.21.15.31:6827","nonce":665017475}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6828","nonce":665017475},{"type":"v1","addr":"172.21.15.31:6829","nonce":665017475}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6832","nonce":665017475},{"type":"v1","addr":"172.21.15.31:6833","nonce":665017475}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6830","nonce":665017475},{"type":"v1","addr":"172.21.15.31:6831","nonce":665017475}]},"public_addr":"172.21.15.31:6827/665017475","cluster_addr":"172.21.15.31:6829/665017475","heartbeat_back_addr":"172.21.15.31:6833/665017475","heartbeat_front_addr":"172.21.15.31:6831/665017475","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T05:13:24.079614+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T05:13:27.877274+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T05:13:29.373899+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T05:13:35.232984+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T05:13:35.290286+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T05:13:43.000343+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T05:13:39.775175+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T05:13:47.876949+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.31:0/1473136842":"2024-04-26T05:11:21.754373+0000","172.21.15.31:6800/2517490888":"2024-04-26T05:11:21.754373+0000","172.21.15.31:0/1649233241":"2024-04-26T05:11:21.754373+0000","172.21.15.31:0/2422569300":"2024-04-26T05:11:21.754373+0000","172.21.15.31:0/3814589695":"2024-04-26T05:10:00.930696+0000","172.21.15.31:6801/2517490888":"2024-04-26T05:11:21.754373+0000","172.21.15.31:0/2375153575":"2024-04-26T05:10:00.930696+0000","172.21.15.31:0/1064489808":"2024-04-26T05:10:00.930696+0000","172.21.15.31:6801/1464399365":"2024-04-26T05:10:00.930696+0000","172.21.15.31:6800/1408653407":"2024-04-26T05:09:11.819156+0000","172.21.15.31:6800/1464399365":"2024-04-26T05:10:00.930696+0000","172.21.15.31:0/271181327":"2024-04-26T05:09:11.819156+0000","172.21.15.31:0/3757202347":"2024-04-26T05:09:11.819156+0000","172.21.15.31:6801/1408653407":"2024-04-26T05:09:11.819156+0000","172.21.15.31:0/1918292661":"2024-04-26T05:09:11.819156+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-04-25T05:14:02.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:02 smithi040 bash[23838]: cluster 2024-04-25T05:14:01.800851+0000 mgr.smithi031.wbrsoo (mgr.14201) 132 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-04-25T05:14:02.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:02 smithi040 bash[23838]: cluster 2024-04-25T05:14:01.800851+0000 mgr.smithi031.wbrsoo (mgr.14201) 132 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-04-25T05:14:02.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:02 smithi040 bash[23838]: audit 2024-04-25T05:14:02.263875+0000 mon.smithi031 (mon.0) 697 : audit [DBG] from='client.? 172.21.15.31:0/3158726994' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-25T05:14:02.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:02 smithi040 bash[23838]: audit 2024-04-25T05:14:02.263875+0000 mon.smithi031 (mon.0) 697 : audit [DBG] from='client.? 172.21.15.31:0/3158726994' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-25T05:14:03.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:02 smithi031 bash[18647]: cluster 2024-04-25T05:14:01.800851+0000 mgr.smithi031.wbrsoo (mgr.14201) 132 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-04-25T05:14:03.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:02 smithi031 bash[18647]: cluster 2024-04-25T05:14:01.800851+0000 mgr.smithi031.wbrsoo (mgr.14201) 132 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail; 60 KiB/s, 0 objects/s recovering 2024-04-25T05:14:03.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:02 smithi031 bash[18647]: audit 2024-04-25T05:14:02.263875+0000 mon.smithi031 (mon.0) 697 : audit [DBG] from='client.? 172.21.15.31:0/3158726994' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-25T05:14:03.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:02 smithi031 bash[18647]: audit 2024-04-25T05:14:02.263875+0000 mon.smithi031 (mon.0) 697 : audit [DBG] from='client.? 172.21.15.31:0/3158726994' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-25T05:14:03.535 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-04-25T05:13:32.203267+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '24', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', '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-04-25T05:14:03.536 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-04-25T05:14:05.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:04 smithi031 bash[18647]: cluster 2024-04-25T05:14:03.801477+0000 mgr.smithi031.wbrsoo (mgr.14201) 133 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-04-25T05:14:05.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:04 smithi031 bash[18647]: cluster 2024-04-25T05:14:03.801477+0000 mgr.smithi031.wbrsoo (mgr.14201) 133 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-04-25T05:14:05.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:04 smithi040 bash[23838]: cluster 2024-04-25T05:14:03.801477+0000 mgr.smithi031.wbrsoo (mgr.14201) 133 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-04-25T05:14:05.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:04 smithi040 bash[23838]: cluster 2024-04-25T05:14:03.801477+0000 mgr.smithi031.wbrsoo (mgr.14201) 133 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail; 54 KiB/s, 0 objects/s recovering 2024-04-25T05:14:07.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:06 smithi031 bash[18647]: cluster 2024-04-25T05:14:05.801927+0000 mgr.smithi031.wbrsoo (mgr.14201) 134 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-04-25T05:14:07.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:06 smithi031 bash[18647]: cluster 2024-04-25T05:14:05.801927+0000 mgr.smithi031.wbrsoo (mgr.14201) 134 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-04-25T05:14:07.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:06 smithi031 bash[18647]: audit 2024-04-25T05:14:06.853553+0000 mon.smithi031 (mon.0) 698 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:14:07.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:06 smithi031 bash[18647]: audit 2024-04-25T05:14:06.853553+0000 mon.smithi031 (mon.0) 698 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:14:07.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:06 smithi040 bash[23838]: cluster 2024-04-25T05:14:05.801927+0000 mgr.smithi031.wbrsoo (mgr.14201) 134 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-04-25T05:14:07.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:06 smithi040 bash[23838]: cluster 2024-04-25T05:14:05.801927+0000 mgr.smithi031.wbrsoo (mgr.14201) 134 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-04-25T05:14:07.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:06 smithi040 bash[23838]: audit 2024-04-25T05:14:06.853553+0000 mon.smithi031 (mon.0) 698 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:14:07.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:06 smithi040 bash[23838]: audit 2024-04-25T05:14:06.853553+0000 mon.smithi031 (mon.0) 698 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:14:08.323 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:14:08.347 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: cephadm 2024-04-25T05:14:07.063853+0000 mgr.smithi031.wbrsoo (mgr.14201) 135 : cephadm [INF] Detected new or changed devices on smithi031 2024-04-25T05:14:08.348 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: cephadm 2024-04-25T05:14:07.063853+0000 mgr.smithi031.wbrsoo (mgr.14201) 135 : cephadm [INF] Detected new or changed devices on smithi031 2024-04-25T05:14:08.348 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.074464+0000 mon.smithi031 (mon.0) 699 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:08.348 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.074464+0000 mon.smithi031 (mon.0) 699 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:08.348 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.086327+0000 mon.smithi031 (mon.0) 700 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:08.348 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.086327+0000 mon.smithi031 (mon.0) 700 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:08.348 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.090706+0000 mon.smithi031 (mon.0) 701 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:14:08.348 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.090706+0000 mon.smithi031 (mon.0) 701 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:14:08.348 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.092337+0000 mon.smithi031 (mon.0) 702 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:14:08.348 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.092337+0000 mon.smithi031 (mon.0) 702 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:14:08.348 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.093890+0000 mon.smithi031 (mon.0) 703 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:14:08.348 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.093890+0000 mon.smithi031 (mon.0) 703 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:14:08.348 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.095454+0000 mon.smithi031 (mon.0) 704 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:14:08.349 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.095454+0000 mon.smithi031 (mon.0) 704 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:14:08.349 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: cephadm 2024-04-25T05:14:07.096616+0000 mgr.smithi031.wbrsoo (mgr.14201) 136 : cephadm [INF] Adjusting osd_memory_target on smithi031 to 3005M 2024-04-25T05:14:08.349 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: cephadm 2024-04-25T05:14:07.096616+0000 mgr.smithi031.wbrsoo (mgr.14201) 136 : cephadm [INF] Adjusting osd_memory_target on smithi031 to 3005M 2024-04-25T05:14:08.349 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.104487+0000 mon.smithi031 (mon.0) 705 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:08.349 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.104487+0000 mon.smithi031 (mon.0) 705 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:08.349 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: cephadm 2024-04-25T05:14:07.208969+0000 mgr.smithi031.wbrsoo (mgr.14201) 137 : cephadm [INF] Detected new or changed devices on smithi040 2024-04-25T05:14:08.349 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: cephadm 2024-04-25T05:14:07.208969+0000 mgr.smithi031.wbrsoo (mgr.14201) 137 : cephadm [INF] Detected new or changed devices on smithi040 2024-04-25T05:14:08.349 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.220754+0000 mon.smithi031 (mon.0) 706 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:08.349 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.220754+0000 mon.smithi031 (mon.0) 706 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:08.349 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.233680+0000 mon.smithi031 (mon.0) 707 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:08.349 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.233680+0000 mon.smithi031 (mon.0) 707 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:08.349 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.237834+0000 mon.smithi031 (mon.0) 708 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:14:08.349 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.237834+0000 mon.smithi031 (mon.0) 708 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:14:08.349 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.239915+0000 mon.smithi031 (mon.0) 709 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:14:08.350 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.239915+0000 mon.smithi031 (mon.0) 709 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:14:08.350 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.241843+0000 mon.smithi031 (mon.0) 710 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:14:08.350 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.241843+0000 mon.smithi031 (mon.0) 710 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:14:08.350 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.243807+0000 mon.smithi031 (mon.0) 711 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:14:08.350 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.243807+0000 mon.smithi031 (mon.0) 711 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:14:08.350 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: cephadm 2024-04-25T05:14:07.245222+0000 mgr.smithi031.wbrsoo (mgr.14201) 138 : cephadm [INF] Adjusting osd_memory_target on smithi040 to 3773M 2024-04-25T05:14:08.350 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: cephadm 2024-04-25T05:14:07.245222+0000 mgr.smithi031.wbrsoo (mgr.14201) 138 : cephadm [INF] Adjusting osd_memory_target on smithi040 to 3773M 2024-04-25T05:14:08.350 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.251537+0000 mon.smithi031 (mon.0) 712 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:08.350 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.251537+0000 mon.smithi031 (mon.0) 712 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:08.350 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.255946+0000 mon.smithi031 (mon.0) 713 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:14:08.350 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.255946+0000 mon.smithi031 (mon.0) 713 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:14:08.350 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.257873+0000 mon.smithi031 (mon.0) 714 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:14:08.350 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.257873+0000 mon.smithi031 (mon.0) 714 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:14:08.351 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.268004+0000 mon.smithi031 (mon.0) 715 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:08.351 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.268004+0000 mon.smithi031 (mon.0) 715 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:08.351 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.276237+0000 mon.smithi031 (mon.0) 716 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T05:14:08.351 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.276237+0000 mon.smithi031 (mon.0) 716 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T05:14:08.351 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.286555+0000 mon.smithi031 (mon.0) 717 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T05:14:08.351 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.286555+0000 mon.smithi031 (mon.0) 717 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T05:14:08.351 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.288259+0000 mon.smithi031 (mon.0) 718 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:14:08.351 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.288259+0000 mon.smithi031 (mon.0) 718 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:14:08.351 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.296306+0000 mon.smithi031 (mon.0) 719 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T05:14:08.351 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.296306+0000 mon.smithi031 (mon.0) 719 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T05:14:08.351 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.297964+0000 mon.smithi031 (mon.0) 720 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:14:08.351 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:08 smithi031 bash[18647]: audit 2024-04-25T05:14:07.297964+0000 mon.smithi031 (mon.0) 720 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:14:08.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: cephadm 2024-04-25T05:14:07.063853+0000 mgr.smithi031.wbrsoo (mgr.14201) 135 : cephadm [INF] Detected new or changed devices on smithi031 2024-04-25T05:14:08.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: cephadm 2024-04-25T05:14:07.063853+0000 mgr.smithi031.wbrsoo (mgr.14201) 135 : cephadm [INF] Detected new or changed devices on smithi031 2024-04-25T05:14:08.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.074464+0000 mon.smithi031 (mon.0) 699 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:08.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.074464+0000 mon.smithi031 (mon.0) 699 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:08.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.086327+0000 mon.smithi031 (mon.0) 700 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:08.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.086327+0000 mon.smithi031 (mon.0) 700 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:08.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.090706+0000 mon.smithi031 (mon.0) 701 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:14:08.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.090706+0000 mon.smithi031 (mon.0) 701 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:14:08.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.092337+0000 mon.smithi031 (mon.0) 702 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:14:08.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.092337+0000 mon.smithi031 (mon.0) 702 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:14:08.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.093890+0000 mon.smithi031 (mon.0) 703 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:14:08.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.093890+0000 mon.smithi031 (mon.0) 703 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:14:08.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.095454+0000 mon.smithi031 (mon.0) 704 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:14:08.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.095454+0000 mon.smithi031 (mon.0) 704 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:14:08.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: cephadm 2024-04-25T05:14:07.096616+0000 mgr.smithi031.wbrsoo (mgr.14201) 136 : cephadm [INF] Adjusting osd_memory_target on smithi031 to 3005M 2024-04-25T05:14:08.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: cephadm 2024-04-25T05:14:07.096616+0000 mgr.smithi031.wbrsoo (mgr.14201) 136 : cephadm [INF] Adjusting osd_memory_target on smithi031 to 3005M 2024-04-25T05:14:08.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.104487+0000 mon.smithi031 (mon.0) 705 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:08.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.104487+0000 mon.smithi031 (mon.0) 705 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:08.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: cephadm 2024-04-25T05:14:07.208969+0000 mgr.smithi031.wbrsoo (mgr.14201) 137 : cephadm [INF] Detected new or changed devices on smithi040 2024-04-25T05:14:08.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: cephadm 2024-04-25T05:14:07.208969+0000 mgr.smithi031.wbrsoo (mgr.14201) 137 : cephadm [INF] Detected new or changed devices on smithi040 2024-04-25T05:14:08.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.220754+0000 mon.smithi031 (mon.0) 706 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:08.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.220754+0000 mon.smithi031 (mon.0) 706 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:08.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.233680+0000 mon.smithi031 (mon.0) 707 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:08.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.233680+0000 mon.smithi031 (mon.0) 707 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:08.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.237834+0000 mon.smithi031 (mon.0) 708 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:14:08.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.237834+0000 mon.smithi031 (mon.0) 708 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:14:08.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.239915+0000 mon.smithi031 (mon.0) 709 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:14:08.472 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.239915+0000 mon.smithi031 (mon.0) 709 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:14:08.472 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.241843+0000 mon.smithi031 (mon.0) 710 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:14:08.472 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.241843+0000 mon.smithi031 (mon.0) 710 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:14:08.472 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.243807+0000 mon.smithi031 (mon.0) 711 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:14:08.472 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.243807+0000 mon.smithi031 (mon.0) 711 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-04-25T05:14:08.472 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: cephadm 2024-04-25T05:14:07.245222+0000 mgr.smithi031.wbrsoo (mgr.14201) 138 : cephadm [INF] Adjusting osd_memory_target on smithi040 to 3773M 2024-04-25T05:14:08.472 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: cephadm 2024-04-25T05:14:07.245222+0000 mgr.smithi031.wbrsoo (mgr.14201) 138 : cephadm [INF] Adjusting osd_memory_target on smithi040 to 3773M 2024-04-25T05:14:08.472 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.251537+0000 mon.smithi031 (mon.0) 712 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:08.472 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.251537+0000 mon.smithi031 (mon.0) 712 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:08.472 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.255946+0000 mon.smithi031 (mon.0) 713 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:14:08.472 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.255946+0000 mon.smithi031 (mon.0) 713 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:14:08.472 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.257873+0000 mon.smithi031 (mon.0) 714 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:14:08.472 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.257873+0000 mon.smithi031 (mon.0) 714 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:14:08.472 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.268004+0000 mon.smithi031 (mon.0) 715 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:08.473 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.268004+0000 mon.smithi031 (mon.0) 715 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:08.473 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.276237+0000 mon.smithi031 (mon.0) 716 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T05:14:08.473 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.276237+0000 mon.smithi031 (mon.0) 716 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T05:14:08.473 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.286555+0000 mon.smithi031 (mon.0) 717 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T05:14:08.473 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.286555+0000 mon.smithi031 (mon.0) 717 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T05:14:08.473 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.288259+0000 mon.smithi031 (mon.0) 718 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:14:08.473 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.288259+0000 mon.smithi031 (mon.0) 718 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:14:08.473 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.296306+0000 mon.smithi031 (mon.0) 719 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T05:14:08.473 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.296306+0000 mon.smithi031 (mon.0) 719 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-25T05:14:08.473 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.297964+0000 mon.smithi031 (mon.0) 720 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:14:08.473 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:08 smithi040 bash[23838]: audit 2024-04-25T05:14:07.297964+0000 mon.smithi031 (mon.0) 720 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:14:09.574 INFO:teuthology.orchestra.run.smithi031.stdout:pg_num: 1 2024-04-25T05:14:09.588 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:09 smithi031 bash[18647]: cluster 2024-04-25T05:14:07.802346+0000 mgr.smithi031.wbrsoo (mgr.14201) 139 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:09.588 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:09 smithi031 bash[18647]: cluster 2024-04-25T05:14:07.802346+0000 mgr.smithi031.wbrsoo (mgr.14201) 139 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:09.721 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:09 smithi040 bash[23838]: cluster 2024-04-25T05:14:07.802346+0000 mgr.smithi031.wbrsoo (mgr.14201) 139 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:09.721 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:09 smithi040 bash[23838]: cluster 2024-04-25T05:14:07.802346+0000 mgr.smithi031.wbrsoo (mgr.14201) 139 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:10.323 INFO:tasks.cephadm:Setting up client nodes... 2024-04-25T05:14:10.324 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-04-25T05:14:10.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:10 smithi031 bash[18647]: audit 2024-04-25T05:14:09.576199+0000 mon.smithi031 (mon.0) 721 : audit [DBG] from='client.? 172.21.15.31:0/2623042713' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-25T05:14:10.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:10 smithi031 bash[18647]: audit 2024-04-25T05:14:09.576199+0000 mon.smithi031 (mon.0) 721 : audit [DBG] from='client.? 172.21.15.31:0/2623042713' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-25T05:14:10.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:10 smithi040 bash[23838]: audit 2024-04-25T05:14:09.576199+0000 mon.smithi031 (mon.0) 721 : audit [DBG] from='client.? 172.21.15.31:0/2623042713' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-25T05:14:10.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:10 smithi040 bash[23838]: audit 2024-04-25T05:14:09.576199+0000 mon.smithi031 (mon.0) 721 : audit [DBG] from='client.? 172.21.15.31:0/2623042713' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-25T05:14:11.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:11 smithi031 bash[18647]: cluster 2024-04-25T05:14:09.802878+0000 mgr.smithi031.wbrsoo (mgr.14201) 140 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:11.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:11 smithi031 bash[18647]: cluster 2024-04-25T05:14:09.802878+0000 mgr.smithi031.wbrsoo (mgr.14201) 140 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:11.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:11 smithi040 bash[23838]: cluster 2024-04-25T05:14:09.802878+0000 mgr.smithi031.wbrsoo (mgr.14201) 140 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:11.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:11 smithi040 bash[23838]: cluster 2024-04-25T05:14:09.802878+0000 mgr.smithi031.wbrsoo (mgr.14201) 140 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:13.562 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:13 smithi040 bash[23838]: cluster 2024-04-25T05:14:11.803490+0000 mgr.smithi031.wbrsoo (mgr.14201) 141 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:13.563 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:13 smithi040 bash[23838]: cluster 2024-04-25T05:14:11.803490+0000 mgr.smithi031.wbrsoo (mgr.14201) 141 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:13.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:13 smithi031 bash[18647]: cluster 2024-04-25T05:14:11.803490+0000 mgr.smithi031.wbrsoo (mgr.14201) 141 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:13.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:13 smithi031 bash[18647]: cluster 2024-04-25T05:14:11.803490+0000 mgr.smithi031.wbrsoo (mgr.14201) 141 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:14.893 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:14:15.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:15 smithi031 bash[18647]: cluster 2024-04-25T05:14:13.804115+0000 mgr.smithi031.wbrsoo (mgr.14201) 142 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:15.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:15 smithi031 bash[18647]: cluster 2024-04-25T05:14:13.804115+0000 mgr.smithi031.wbrsoo (mgr.14201) 142 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:15.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:15 smithi040 bash[23838]: cluster 2024-04-25T05:14:13.804115+0000 mgr.smithi031.wbrsoo (mgr.14201) 142 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:15.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:15 smithi040 bash[23838]: cluster 2024-04-25T05:14:13.804115+0000 mgr.smithi031.wbrsoo (mgr.14201) 142 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:16.414 INFO:teuthology.orchestra.run.smithi031.stdout:[client.0] 2024-04-25T05:14:16.414 INFO:teuthology.orchestra.run.smithi031.stdout: key = AQCo5ilmu0uaGBAAymPM8hM2+FuFwvTosduxDg== 2024-04-25T05:14:17.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:17 smithi031 bash[18647]: cluster 2024-04-25T05:14:15.804751+0000 mgr.smithi031.wbrsoo (mgr.14201) 143 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:17.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:17 smithi031 bash[18647]: cluster 2024-04-25T05:14:15.804751+0000 mgr.smithi031.wbrsoo (mgr.14201) 143 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:17.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:17 smithi031 bash[18647]: audit 2024-04-25T05:14:16.412288+0000 mon.smithi031 (mon.0) 722 : audit [INF] from='client.? 172.21.15.31:0/255092549' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-25T05:14:17.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:17 smithi031 bash[18647]: audit 2024-04-25T05:14:16.412288+0000 mon.smithi031 (mon.0) 722 : audit [INF] from='client.? 172.21.15.31:0/255092549' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-25T05:14:17.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:17 smithi031 bash[18647]: audit 2024-04-25T05:14:16.415993+0000 mon.smithi031 (mon.0) 723 : audit [INF] from='client.? 172.21.15.31:0/255092549' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-04-25T05:14:17.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:17 smithi031 bash[18647]: audit 2024-04-25T05:14:16.415993+0000 mon.smithi031 (mon.0) 723 : audit [INF] from='client.? 172.21.15.31:0/255092549' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-04-25T05:14:17.517 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-04-25T05:14:17.517 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-04-25T05:14:17.517 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-04-25T05:14:17.538 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-04-25T05:14:17.548 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:17 smithi040 bash[23838]: cluster 2024-04-25T05:14:15.804751+0000 mgr.smithi031.wbrsoo (mgr.14201) 143 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:17.548 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:17 smithi040 bash[23838]: cluster 2024-04-25T05:14:15.804751+0000 mgr.smithi031.wbrsoo (mgr.14201) 143 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:17.549 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:17 smithi040 bash[23838]: audit 2024-04-25T05:14:16.412288+0000 mon.smithi031 (mon.0) 722 : audit [INF] from='client.? 172.21.15.31:0/255092549' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-25T05:14:17.549 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:17 smithi040 bash[23838]: audit 2024-04-25T05:14:16.412288+0000 mon.smithi031 (mon.0) 722 : audit [INF] from='client.? 172.21.15.31:0/255092549' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-25T05:14:17.549 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:17 smithi040 bash[23838]: audit 2024-04-25T05:14:16.415993+0000 mon.smithi031 (mon.0) 723 : audit [INF] from='client.? 172.21.15.31:0/255092549' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-04-25T05:14:17.549 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:17 smithi040 bash[23838]: audit 2024-04-25T05:14:16.415993+0000 mon.smithi031 (mon.0) 723 : audit [INF] from='client.? 172.21.15.31:0/255092549' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-04-25T05:14:18.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:18 smithi031 bash[18647]: cluster 2024-04-25T05:14:17.805286+0000 mgr.smithi031.wbrsoo (mgr.14201) 144 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:18.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:18 smithi031 bash[18647]: cluster 2024-04-25T05:14:17.805286+0000 mgr.smithi031.wbrsoo (mgr.14201) 144 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:18.722 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:18 smithi040 bash[23838]: cluster 2024-04-25T05:14:17.805286+0000 mgr.smithi031.wbrsoo (mgr.14201) 144 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:18.722 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:18 smithi040 bash[23838]: cluster 2024-04-25T05:14:17.805286+0000 mgr.smithi031.wbrsoo (mgr.14201) 144 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:21.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:20 smithi031 bash[18647]: cluster 2024-04-25T05:14:19.805882+0000 mgr.smithi031.wbrsoo (mgr.14201) 145 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:21.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:20 smithi031 bash[18647]: cluster 2024-04-25T05:14:19.805882+0000 mgr.smithi031.wbrsoo (mgr.14201) 145 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:21.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:20 smithi040 bash[23838]: cluster 2024-04-25T05:14:19.805882+0000 mgr.smithi031.wbrsoo (mgr.14201) 145 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:21.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:20 smithi040 bash[23838]: cluster 2024-04-25T05:14:19.805882+0000 mgr.smithi031.wbrsoo (mgr.14201) 145 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:22.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:21 smithi031 bash[18647]: audit 2024-04-25T05:14:21.854906+0000 mon.smithi031 (mon.0) 724 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:14:22.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:21 smithi031 bash[18647]: audit 2024-04-25T05:14:21.854906+0000 mon.smithi031 (mon.0) 724 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:14:22.151 INFO:teuthology.orchestra.run.smithi040.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi040/config 2024-04-25T05:14:22.171 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:21 smithi040 bash[23838]: audit 2024-04-25T05:14:21.854906+0000 mon.smithi031 (mon.0) 724 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:14:22.171 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:21 smithi040 bash[23838]: audit 2024-04-25T05:14:21.854906+0000 mon.smithi031 (mon.0) 724 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:14:23.197 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:22 smithi031 bash[18647]: cluster 2024-04-25T05:14:21.806470+0000 mgr.smithi031.wbrsoo (mgr.14201) 146 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:23.197 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:22 smithi031 bash[18647]: cluster 2024-04-25T05:14:21.806470+0000 mgr.smithi031.wbrsoo (mgr.14201) 146 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:23.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:22 smithi040 bash[23838]: cluster 2024-04-25T05:14:21.806470+0000 mgr.smithi031.wbrsoo (mgr.14201) 146 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:23.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:22 smithi040 bash[23838]: cluster 2024-04-25T05:14:21.806470+0000 mgr.smithi031.wbrsoo (mgr.14201) 146 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:23.937 INFO:teuthology.orchestra.run.smithi040.stdout:[client.1] 2024-04-25T05:14:23.937 INFO:teuthology.orchestra.run.smithi040.stdout: key = AQCv5ilm3MCNNxAA0i35s921Fv1Mtbgfm8Ixqw== 2024-04-25T05:14:25.123 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-25T05:14:25.123 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-04-25T05:14:25.123 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-04-25T05:14:25.176 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:24 smithi040 bash[23838]: cluster 2024-04-25T05:14:23.807075+0000 mgr.smithi031.wbrsoo (mgr.14201) 147 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:25.176 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:24 smithi040 bash[23838]: cluster 2024-04-25T05:14:23.807075+0000 mgr.smithi031.wbrsoo (mgr.14201) 147 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:25.176 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:24 smithi040 bash[23838]: audit 2024-04-25T05:14:23.930303+0000 mon.smithi040 (mon.1) 20 : audit [INF] from='client.? 172.21.15.40:0/4284109989' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-25T05:14:25.177 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:24 smithi040 bash[23838]: audit 2024-04-25T05:14:23.930303+0000 mon.smithi040 (mon.1) 20 : audit [INF] from='client.? 172.21.15.40:0/4284109989' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-25T05:14:25.177 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:24 smithi040 bash[23838]: audit 2024-04-25T05:14:23.931706+0000 mon.smithi031 (mon.0) 725 : 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-04-25T05:14:25.177 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:24 smithi040 bash[23838]: audit 2024-04-25T05:14:23.931706+0000 mon.smithi031 (mon.0) 725 : 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-04-25T05:14:25.177 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:24 smithi040 bash[23838]: audit 2024-04-25T05:14:23.936637+0000 mon.smithi031 (mon.0) 726 : 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-04-25T05:14:25.177 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:24 smithi040 bash[23838]: audit 2024-04-25T05:14:23.936637+0000 mon.smithi031 (mon.0) 726 : 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-04-25T05:14:25.188 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-04-25T05:14:25.188 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-04-25T05:14:25.188 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph mgr dump --format=json 2024-04-25T05:14:25.199 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:24 smithi031 bash[18647]: cluster 2024-04-25T05:14:23.807075+0000 mgr.smithi031.wbrsoo (mgr.14201) 147 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:25.199 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:24 smithi031 bash[18647]: cluster 2024-04-25T05:14:23.807075+0000 mgr.smithi031.wbrsoo (mgr.14201) 147 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:25.199 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:24 smithi031 bash[18647]: audit 2024-04-25T05:14:23.930303+0000 mon.smithi040 (mon.1) 20 : audit [INF] from='client.? 172.21.15.40:0/4284109989' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-25T05:14:25.199 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:24 smithi031 bash[18647]: audit 2024-04-25T05:14:23.930303+0000 mon.smithi040 (mon.1) 20 : audit [INF] from='client.? 172.21.15.40:0/4284109989' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-04-25T05:14:25.199 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:24 smithi031 bash[18647]: audit 2024-04-25T05:14:23.931706+0000 mon.smithi031 (mon.0) 725 : 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-04-25T05:14:25.199 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:24 smithi031 bash[18647]: audit 2024-04-25T05:14:23.931706+0000 mon.smithi031 (mon.0) 725 : 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-04-25T05:14:25.199 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:24 smithi031 bash[18647]: audit 2024-04-25T05:14:23.936637+0000 mon.smithi031 (mon.0) 726 : 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-04-25T05:14:25.200 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:24 smithi031 bash[18647]: audit 2024-04-25T05:14:23.936637+0000 mon.smithi031 (mon.0) 726 : 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-04-25T05:14:27.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:26 smithi040 bash[23838]: cluster 2024-04-25T05:14:25.807662+0000 mgr.smithi031.wbrsoo (mgr.14201) 148 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:27.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:26 smithi040 bash[23838]: cluster 2024-04-25T05:14:25.807662+0000 mgr.smithi031.wbrsoo (mgr.14201) 148 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:27.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:26 smithi031 bash[18647]: cluster 2024-04-25T05:14:25.807662+0000 mgr.smithi031.wbrsoo (mgr.14201) 148 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:27.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:26 smithi031 bash[18647]: cluster 2024-04-25T05:14:25.807662+0000 mgr.smithi031.wbrsoo (mgr.14201) 148 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:29.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:28 smithi040 bash[23838]: cluster 2024-04-25T05:14:27.808269+0000 mgr.smithi031.wbrsoo (mgr.14201) 149 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:29.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:28 smithi040 bash[23838]: cluster 2024-04-25T05:14:27.808269+0000 mgr.smithi031.wbrsoo (mgr.14201) 149 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:29.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:28 smithi031 bash[18647]: cluster 2024-04-25T05:14:27.808269+0000 mgr.smithi031.wbrsoo (mgr.14201) 149 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:29.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:28 smithi031 bash[18647]: cluster 2024-04-25T05:14:27.808269+0000 mgr.smithi031.wbrsoo (mgr.14201) 149 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:30.124 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:14:31.160 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:30 smithi031 bash[18647]: cluster 2024-04-25T05:14:29.808878+0000 mgr.smithi031.wbrsoo (mgr.14201) 150 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:31.160 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:30 smithi031 bash[18647]: cluster 2024-04-25T05:14:29.808878+0000 mgr.smithi031.wbrsoo (mgr.14201) 150 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:31.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:30 smithi040 bash[23838]: cluster 2024-04-25T05:14:29.808878+0000 mgr.smithi031.wbrsoo (mgr.14201) 150 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:31.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:30 smithi040 bash[23838]: cluster 2024-04-25T05:14:29.808878+0000 mgr.smithi031.wbrsoo (mgr.14201) 150 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:31.472 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-25T05:14:32.150 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:31 smithi031 bash[18647]: audit 2024-04-25T05:14:31.463871+0000 mon.smithi031 (mon.0) 727 : audit [DBG] from='client.? 172.21.15.31:0/3919686168' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-25T05:14:32.150 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:31 smithi031 bash[18647]: audit 2024-04-25T05:14:31.463871+0000 mon.smithi031 (mon.0) 727 : audit [DBG] from='client.? 172.21.15.31:0/3919686168' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-25T05:14:32.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:31 smithi040 bash[23838]: audit 2024-04-25T05:14:31.463871+0000 mon.smithi031 (mon.0) 727 : audit [DBG] from='client.? 172.21.15.31:0/3919686168' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-25T05:14:32.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:31 smithi040 bash[23838]: audit 2024-04-25T05:14:31.463871+0000 mon.smithi031 (mon.0) 727 : audit [DBG] from='client.? 172.21.15.31:0/3919686168' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-25T05:14:32.578 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":19,"flags":0,"active_gid":14201,"active_name":"smithi031.wbrsoo","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6800","nonce":2890227586},{"type":"v1","addr":"172.21.15.31:6801","nonce":2890227586}]},"active_addr":"172.21.15.31:6801/2890227586","active_change":"2024-04-25T05:11:21.754707+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":14220,"name":"smithi040.dlwybf","mgr_features":4540701547738038271,"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","read","upmap","upmap-read"],"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":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","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/grafana:9.4.12","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:2.4.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.2.1","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:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB 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":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","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":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","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":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","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","read","upmap","upmap-read"],"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":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","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/grafana:9.4.12","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:2.4.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.2.1","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:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB 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":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","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":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","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":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","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.31:8443/","prometheus":"http://172.21.15.31: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"],"squid":["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.31:0","nonce":792595270}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.31:0","nonce":1005306179}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.31:0","nonce":1930615602}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.31:0","nonce":1826044855}]}]} 2024-04-25T05:14:32.584 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-04-25T05:14:32.585 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-04-25T05:14:32.585 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph osd dump --format=json 2024-04-25T05:14:33.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:32 smithi040 bash[23838]: cluster 2024-04-25T05:14:31.809503+0000 mgr.smithi031.wbrsoo (mgr.14201) 151 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:33.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:32 smithi040 bash[23838]: cluster 2024-04-25T05:14:31.809503+0000 mgr.smithi031.wbrsoo (mgr.14201) 151 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:33.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:32 smithi031 bash[18647]: cluster 2024-04-25T05:14:31.809503+0000 mgr.smithi031.wbrsoo (mgr.14201) 151 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:33.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:32 smithi031 bash[18647]: cluster 2024-04-25T05:14:31.809503+0000 mgr.smithi031.wbrsoo (mgr.14201) 151 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:35.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:34 smithi040 bash[23838]: cluster 2024-04-25T05:14:33.810145+0000 mgr.smithi031.wbrsoo (mgr.14201) 152 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:35.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:34 smithi040 bash[23838]: cluster 2024-04-25T05:14:33.810145+0000 mgr.smithi031.wbrsoo (mgr.14201) 152 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:35.333 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:34 smithi031 bash[18647]: cluster 2024-04-25T05:14:33.810145+0000 mgr.smithi031.wbrsoo (mgr.14201) 152 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:35.333 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:34 smithi031 bash[18647]: cluster 2024-04-25T05:14:33.810145+0000 mgr.smithi031.wbrsoo (mgr.14201) 152 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:36.968 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:36 smithi040 bash[23838]: audit 2024-04-25T05:14:35.710255+0000 mon.smithi031 (mon.0) 728 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:36.968 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:36 smithi040 bash[23838]: audit 2024-04-25T05:14:35.710255+0000 mon.smithi031 (mon.0) 728 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:36.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:36 smithi040 bash[23838]: audit 2024-04-25T05:14:35.720751+0000 mon.smithi031 (mon.0) 729 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:36.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:36 smithi040 bash[23838]: audit 2024-04-25T05:14:35.720751+0000 mon.smithi031 (mon.0) 729 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:36.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:36 smithi040 bash[23838]: audit 2024-04-25T05:14:35.776084+0000 mon.smithi031 (mon.0) 730 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:36.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:36 smithi040 bash[23838]: audit 2024-04-25T05:14:35.776084+0000 mon.smithi031 (mon.0) 730 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:36.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:36 smithi040 bash[23838]: audit 2024-04-25T05:14:35.789293+0000 mon.smithi031 (mon.0) 731 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:36.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:36 smithi040 bash[23838]: audit 2024-04-25T05:14:35.789293+0000 mon.smithi031 (mon.0) 731 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:36.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:36 smithi040 bash[23838]: cluster 2024-04-25T05:14:35.810744+0000 mgr.smithi031.wbrsoo (mgr.14201) 153 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:36.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:36 smithi040 bash[23838]: cluster 2024-04-25T05:14:35.810744+0000 mgr.smithi031.wbrsoo (mgr.14201) 153 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:37.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:36 smithi031 bash[18647]: audit 2024-04-25T05:14:35.710255+0000 mon.smithi031 (mon.0) 728 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:37.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:36 smithi031 bash[18647]: audit 2024-04-25T05:14:35.710255+0000 mon.smithi031 (mon.0) 728 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:37.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:36 smithi031 bash[18647]: audit 2024-04-25T05:14:35.720751+0000 mon.smithi031 (mon.0) 729 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:37.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:36 smithi031 bash[18647]: audit 2024-04-25T05:14:35.720751+0000 mon.smithi031 (mon.0) 729 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:37.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:36 smithi031 bash[18647]: audit 2024-04-25T05:14:35.776084+0000 mon.smithi031 (mon.0) 730 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:37.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:36 smithi031 bash[18647]: audit 2024-04-25T05:14:35.776084+0000 mon.smithi031 (mon.0) 730 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:37.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:36 smithi031 bash[18647]: audit 2024-04-25T05:14:35.789293+0000 mon.smithi031 (mon.0) 731 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:37.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:36 smithi031 bash[18647]: audit 2024-04-25T05:14:35.789293+0000 mon.smithi031 (mon.0) 731 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:14:37.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:36 smithi031 bash[18647]: cluster 2024-04-25T05:14:35.810744+0000 mgr.smithi031.wbrsoo (mgr.14201) 153 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:37.121 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:36 smithi031 bash[18647]: cluster 2024-04-25T05:14:35.810744+0000 mgr.smithi031.wbrsoo (mgr.14201) 153 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:38.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:37 smithi031 bash[18647]: audit 2024-04-25T05:14:36.855267+0000 mon.smithi031 (mon.0) 732 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:14:38.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:37 smithi031 bash[18647]: audit 2024-04-25T05:14:36.855267+0000 mon.smithi031 (mon.0) 732 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:14:38.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:37 smithi040 bash[23838]: audit 2024-04-25T05:14:36.855267+0000 mon.smithi031 (mon.0) 732 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:14:38.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:37 smithi040 bash[23838]: audit 2024-04-25T05:14:36.855267+0000 mon.smithi031 (mon.0) 732 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:14:38.749 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:14:39.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:38 smithi031 bash[18647]: cluster 2024-04-25T05:14:37.811329+0000 mgr.smithi031.wbrsoo (mgr.14201) 154 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:39.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:38 smithi031 bash[18647]: cluster 2024-04-25T05:14:37.811329+0000 mgr.smithi031.wbrsoo (mgr.14201) 154 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:39.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:38 smithi040 bash[23838]: cluster 2024-04-25T05:14:37.811329+0000 mgr.smithi031.wbrsoo (mgr.14201) 154 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:39.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:38 smithi040 bash[23838]: cluster 2024-04-25T05:14:37.811329+0000 mgr.smithi031.wbrsoo (mgr.14201) 154 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:40.106 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-25T05:14:40.106 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":41,"fsid":"b4616124-02c1-11ef-bc93-c7b262605968","created":"2024-04-25T05:08:39.598204+0000","modified":"2024-04-25T05:13:53.156224+0000","last_up_change":"2024-04-25T05:13:49.115108+0000","last_in_change":"2024-04-25T05:12:59.544936+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"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":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-25T05:13:32.203267+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","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":"307408f8-8d9f-4bb5-bece-43e7cc20c76b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6800","nonce":1348343022},{"type":"v1","addr":"172.21.15.40:6801","nonce":1348343022}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6802","nonce":1348343022},{"type":"v1","addr":"172.21.15.40:6803","nonce":1348343022}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6806","nonce":1348343022},{"type":"v1","addr":"172.21.15.40:6807","nonce":1348343022}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6804","nonce":1348343022},{"type":"v1","addr":"172.21.15.40:6805","nonce":1348343022}]},"public_addr":"172.21.15.40:6801/1348343022","cluster_addr":"172.21.15.40:6803/1348343022","heartbeat_back_addr":"172.21.15.40:6807/1348343022","heartbeat_front_addr":"172.21.15.40:6805/1348343022","state":["exists","up"]},{"osd":1,"uuid":"871b35c3-9c5e-499f-90f6-0d496eff074f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6802","nonce":4257988232},{"type":"v1","addr":"172.21.15.31:6803","nonce":4257988232}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6804","nonce":4257988232},{"type":"v1","addr":"172.21.15.31:6805","nonce":4257988232}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6808","nonce":4257988232},{"type":"v1","addr":"172.21.15.31:6809","nonce":4257988232}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6806","nonce":4257988232},{"type":"v1","addr":"172.21.15.31:6807","nonce":4257988232}]},"public_addr":"172.21.15.31:6803/4257988232","cluster_addr":"172.21.15.31:6805/4257988232","heartbeat_back_addr":"172.21.15.31:6809/4257988232","heartbeat_front_addr":"172.21.15.31:6807/4257988232","state":["exists","up"]},{"osd":2,"uuid":"a2dfb623-e73c-41a8-8a75-d67964d0ff91","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6808","nonce":613501136},{"type":"v1","addr":"172.21.15.40:6809","nonce":613501136}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6810","nonce":613501136},{"type":"v1","addr":"172.21.15.40:6811","nonce":613501136}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6814","nonce":613501136},{"type":"v1","addr":"172.21.15.40:6815","nonce":613501136}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6812","nonce":613501136},{"type":"v1","addr":"172.21.15.40:6813","nonce":613501136}]},"public_addr":"172.21.15.40:6809/613501136","cluster_addr":"172.21.15.40:6811/613501136","heartbeat_back_addr":"172.21.15.40:6815/613501136","heartbeat_front_addr":"172.21.15.40:6813/613501136","state":["exists","up"]},{"osd":3,"uuid":"38e268ed-e3d3-4ad7-b9a2-72b413678f4d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6810","nonce":176429436},{"type":"v1","addr":"172.21.15.31:6811","nonce":176429436}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6812","nonce":176429436},{"type":"v1","addr":"172.21.15.31:6813","nonce":176429436}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6816","nonce":176429436},{"type":"v1","addr":"172.21.15.31:6817","nonce":176429436}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6814","nonce":176429436},{"type":"v1","addr":"172.21.15.31:6815","nonce":176429436}]},"public_addr":"172.21.15.31:6811/176429436","cluster_addr":"172.21.15.31:6813/176429436","heartbeat_back_addr":"172.21.15.31:6817/176429436","heartbeat_front_addr":"172.21.15.31:6815/176429436","state":["exists","up"]},{"osd":4,"uuid":"82395a7e-6678-4162-a016-808fd72e4588","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6816","nonce":3017367772},{"type":"v1","addr":"172.21.15.40:6817","nonce":3017367772}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6818","nonce":3017367772},{"type":"v1","addr":"172.21.15.40:6819","nonce":3017367772}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6822","nonce":3017367772},{"type":"v1","addr":"172.21.15.40:6823","nonce":3017367772}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6820","nonce":3017367772},{"type":"v1","addr":"172.21.15.40:6821","nonce":3017367772}]},"public_addr":"172.21.15.40:6817/3017367772","cluster_addr":"172.21.15.40:6819/3017367772","heartbeat_back_addr":"172.21.15.40:6823/3017367772","heartbeat_front_addr":"172.21.15.40:6821/3017367772","state":["exists","up"]},{"osd":5,"uuid":"45255c86-8b9e-49f5-a887-3c4725627569","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6818","nonce":1096788845},{"type":"v1","addr":"172.21.15.31:6819","nonce":1096788845}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6820","nonce":1096788845},{"type":"v1","addr":"172.21.15.31:6821","nonce":1096788845}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6824","nonce":1096788845},{"type":"v1","addr":"172.21.15.31:6825","nonce":1096788845}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6822","nonce":1096788845},{"type":"v1","addr":"172.21.15.31:6823","nonce":1096788845}]},"public_addr":"172.21.15.31:6819/1096788845","cluster_addr":"172.21.15.31:6821/1096788845","heartbeat_back_addr":"172.21.15.31:6825/1096788845","heartbeat_front_addr":"172.21.15.31:6823/1096788845","state":["exists","up"]},{"osd":6,"uuid":"74290abc-5101-44f1-baf4-8ad44a01f55f","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.40:6824","nonce":1976688130},{"type":"v1","addr":"172.21.15.40:6825","nonce":1976688130}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6826","nonce":1976688130},{"type":"v1","addr":"172.21.15.40:6827","nonce":1976688130}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6830","nonce":1976688130},{"type":"v1","addr":"172.21.15.40:6831","nonce":1976688130}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6828","nonce":1976688130},{"type":"v1","addr":"172.21.15.40:6829","nonce":1976688130}]},"public_addr":"172.21.15.40:6825/1976688130","cluster_addr":"172.21.15.40:6827/1976688130","heartbeat_back_addr":"172.21.15.40:6831/1976688130","heartbeat_front_addr":"172.21.15.40:6829/1976688130","state":["exists","up"]},{"osd":7,"uuid":"15f17d7b-1cc5-4d96-8c4d-7f5dd2e13f6b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6826","nonce":665017475},{"type":"v1","addr":"172.21.15.31:6827","nonce":665017475}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6828","nonce":665017475},{"type":"v1","addr":"172.21.15.31:6829","nonce":665017475}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6832","nonce":665017475},{"type":"v1","addr":"172.21.15.31:6833","nonce":665017475}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6830","nonce":665017475},{"type":"v1","addr":"172.21.15.31:6831","nonce":665017475}]},"public_addr":"172.21.15.31:6827/665017475","cluster_addr":"172.21.15.31:6829/665017475","heartbeat_back_addr":"172.21.15.31:6833/665017475","heartbeat_front_addr":"172.21.15.31:6831/665017475","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T05:13:24.079614+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T05:13:27.877274+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T05:13:29.373899+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T05:13:35.232984+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T05:13:35.290286+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T05:13:43.000343+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T05:13:39.775175+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T05:13:47.876949+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.31:0/1473136842":"2024-04-26T05:11:21.754373+0000","172.21.15.31:6800/2517490888":"2024-04-26T05:11:21.754373+0000","172.21.15.31:0/1649233241":"2024-04-26T05:11:21.754373+0000","172.21.15.31:0/2422569300":"2024-04-26T05:11:21.754373+0000","172.21.15.31:0/3814589695":"2024-04-26T05:10:00.930696+0000","172.21.15.31:6801/2517490888":"2024-04-26T05:11:21.754373+0000","172.21.15.31:0/2375153575":"2024-04-26T05:10:00.930696+0000","172.21.15.31:0/1064489808":"2024-04-26T05:10:00.930696+0000","172.21.15.31:6801/1464399365":"2024-04-26T05:10:00.930696+0000","172.21.15.31:6800/1408653407":"2024-04-26T05:09:11.819156+0000","172.21.15.31:6800/1464399365":"2024-04-26T05:10:00.930696+0000","172.21.15.31:0/271181327":"2024-04-26T05:09:11.819156+0000","172.21.15.31:0/3757202347":"2024-04-26T05:09:11.819156+0000","172.21.15.31:6801/1408653407":"2024-04-26T05:09:11.819156+0000","172.21.15.31:0/1918292661":"2024-04-26T05:09:11.819156+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-04-25T05:14:40.782 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-04-25T05:14:40.783 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph osd dump --format=json 2024-04-25T05:14:41.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:40 smithi031 bash[18647]: cluster 2024-04-25T05:14:39.811806+0000 mgr.smithi031.wbrsoo (mgr.14201) 155 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:41.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:40 smithi031 bash[18647]: cluster 2024-04-25T05:14:39.811806+0000 mgr.smithi031.wbrsoo (mgr.14201) 155 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:41.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:40 smithi031 bash[18647]: audit 2024-04-25T05:14:40.107159+0000 mon.smithi031 (mon.0) 733 : audit [DBG] from='client.? 172.21.15.31:0/848043758' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-25T05:14:41.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:40 smithi031 bash[18647]: audit 2024-04-25T05:14:40.107159+0000 mon.smithi031 (mon.0) 733 : audit [DBG] from='client.? 172.21.15.31:0/848043758' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-25T05:14:41.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:40 smithi040 bash[23838]: cluster 2024-04-25T05:14:39.811806+0000 mgr.smithi031.wbrsoo (mgr.14201) 155 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:41.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:40 smithi040 bash[23838]: cluster 2024-04-25T05:14:39.811806+0000 mgr.smithi031.wbrsoo (mgr.14201) 155 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:41.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:40 smithi040 bash[23838]: audit 2024-04-25T05:14:40.107159+0000 mon.smithi031 (mon.0) 733 : audit [DBG] from='client.? 172.21.15.31:0/848043758' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-25T05:14:41.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:40 smithi040 bash[23838]: audit 2024-04-25T05:14:40.107159+0000 mon.smithi031 (mon.0) 733 : audit [DBG] from='client.? 172.21.15.31:0/848043758' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-25T05:14:43.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:42 smithi031 bash[18647]: cluster 2024-04-25T05:14:41.812505+0000 mgr.smithi031.wbrsoo (mgr.14201) 156 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:43.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:42 smithi031 bash[18647]: cluster 2024-04-25T05:14:41.812505+0000 mgr.smithi031.wbrsoo (mgr.14201) 156 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:43.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:42 smithi040 bash[23838]: cluster 2024-04-25T05:14:41.812505+0000 mgr.smithi031.wbrsoo (mgr.14201) 156 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:43.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:42 smithi040 bash[23838]: cluster 2024-04-25T05:14:41.812505+0000 mgr.smithi031.wbrsoo (mgr.14201) 156 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:45.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:44 smithi040 bash[23838]: cluster 2024-04-25T05:14:43.813130+0000 mgr.smithi031.wbrsoo (mgr.14201) 157 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:45.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:44 smithi040 bash[23838]: cluster 2024-04-25T05:14:43.813130+0000 mgr.smithi031.wbrsoo (mgr.14201) 157 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:45.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:44 smithi031 bash[18647]: cluster 2024-04-25T05:14:43.813130+0000 mgr.smithi031.wbrsoo (mgr.14201) 157 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:45.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:44 smithi031 bash[18647]: cluster 2024-04-25T05:14:43.813130+0000 mgr.smithi031.wbrsoo (mgr.14201) 157 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:45.590 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:14:46.969 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-25T05:14:46.969 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":41,"fsid":"b4616124-02c1-11ef-bc93-c7b262605968","created":"2024-04-25T05:08:39.598204+0000","modified":"2024-04-25T05:13:53.156224+0000","last_up_change":"2024-04-25T05:13:49.115108+0000","last_in_change":"2024-04-25T05:12:59.544936+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":15,"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":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-25T05:13:32.203267+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","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":"307408f8-8d9f-4bb5-bece-43e7cc20c76b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6800","nonce":1348343022},{"type":"v1","addr":"172.21.15.40:6801","nonce":1348343022}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6802","nonce":1348343022},{"type":"v1","addr":"172.21.15.40:6803","nonce":1348343022}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6806","nonce":1348343022},{"type":"v1","addr":"172.21.15.40:6807","nonce":1348343022}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6804","nonce":1348343022},{"type":"v1","addr":"172.21.15.40:6805","nonce":1348343022}]},"public_addr":"172.21.15.40:6801/1348343022","cluster_addr":"172.21.15.40:6803/1348343022","heartbeat_back_addr":"172.21.15.40:6807/1348343022","heartbeat_front_addr":"172.21.15.40:6805/1348343022","state":["exists","up"]},{"osd":1,"uuid":"871b35c3-9c5e-499f-90f6-0d496eff074f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6802","nonce":4257988232},{"type":"v1","addr":"172.21.15.31:6803","nonce":4257988232}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6804","nonce":4257988232},{"type":"v1","addr":"172.21.15.31:6805","nonce":4257988232}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6808","nonce":4257988232},{"type":"v1","addr":"172.21.15.31:6809","nonce":4257988232}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6806","nonce":4257988232},{"type":"v1","addr":"172.21.15.31:6807","nonce":4257988232}]},"public_addr":"172.21.15.31:6803/4257988232","cluster_addr":"172.21.15.31:6805/4257988232","heartbeat_back_addr":"172.21.15.31:6809/4257988232","heartbeat_front_addr":"172.21.15.31:6807/4257988232","state":["exists","up"]},{"osd":2,"uuid":"a2dfb623-e73c-41a8-8a75-d67964d0ff91","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6808","nonce":613501136},{"type":"v1","addr":"172.21.15.40:6809","nonce":613501136}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6810","nonce":613501136},{"type":"v1","addr":"172.21.15.40:6811","nonce":613501136}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6814","nonce":613501136},{"type":"v1","addr":"172.21.15.40:6815","nonce":613501136}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6812","nonce":613501136},{"type":"v1","addr":"172.21.15.40:6813","nonce":613501136}]},"public_addr":"172.21.15.40:6809/613501136","cluster_addr":"172.21.15.40:6811/613501136","heartbeat_back_addr":"172.21.15.40:6815/613501136","heartbeat_front_addr":"172.21.15.40:6813/613501136","state":["exists","up"]},{"osd":3,"uuid":"38e268ed-e3d3-4ad7-b9a2-72b413678f4d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6810","nonce":176429436},{"type":"v1","addr":"172.21.15.31:6811","nonce":176429436}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6812","nonce":176429436},{"type":"v1","addr":"172.21.15.31:6813","nonce":176429436}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6816","nonce":176429436},{"type":"v1","addr":"172.21.15.31:6817","nonce":176429436}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6814","nonce":176429436},{"type":"v1","addr":"172.21.15.31:6815","nonce":176429436}]},"public_addr":"172.21.15.31:6811/176429436","cluster_addr":"172.21.15.31:6813/176429436","heartbeat_back_addr":"172.21.15.31:6817/176429436","heartbeat_front_addr":"172.21.15.31:6815/176429436","state":["exists","up"]},{"osd":4,"uuid":"82395a7e-6678-4162-a016-808fd72e4588","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6816","nonce":3017367772},{"type":"v1","addr":"172.21.15.40:6817","nonce":3017367772}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6818","nonce":3017367772},{"type":"v1","addr":"172.21.15.40:6819","nonce":3017367772}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6822","nonce":3017367772},{"type":"v1","addr":"172.21.15.40:6823","nonce":3017367772}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6820","nonce":3017367772},{"type":"v1","addr":"172.21.15.40:6821","nonce":3017367772}]},"public_addr":"172.21.15.40:6817/3017367772","cluster_addr":"172.21.15.40:6819/3017367772","heartbeat_back_addr":"172.21.15.40:6823/3017367772","heartbeat_front_addr":"172.21.15.40:6821/3017367772","state":["exists","up"]},{"osd":5,"uuid":"45255c86-8b9e-49f5-a887-3c4725627569","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6818","nonce":1096788845},{"type":"v1","addr":"172.21.15.31:6819","nonce":1096788845}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6820","nonce":1096788845},{"type":"v1","addr":"172.21.15.31:6821","nonce":1096788845}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6824","nonce":1096788845},{"type":"v1","addr":"172.21.15.31:6825","nonce":1096788845}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6822","nonce":1096788845},{"type":"v1","addr":"172.21.15.31:6823","nonce":1096788845}]},"public_addr":"172.21.15.31:6819/1096788845","cluster_addr":"172.21.15.31:6821/1096788845","heartbeat_back_addr":"172.21.15.31:6825/1096788845","heartbeat_front_addr":"172.21.15.31:6823/1096788845","state":["exists","up"]},{"osd":6,"uuid":"74290abc-5101-44f1-baf4-8ad44a01f55f","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.40:6824","nonce":1976688130},{"type":"v1","addr":"172.21.15.40:6825","nonce":1976688130}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6826","nonce":1976688130},{"type":"v1","addr":"172.21.15.40:6827","nonce":1976688130}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6830","nonce":1976688130},{"type":"v1","addr":"172.21.15.40:6831","nonce":1976688130}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.40:6828","nonce":1976688130},{"type":"v1","addr":"172.21.15.40:6829","nonce":1976688130}]},"public_addr":"172.21.15.40:6825/1976688130","cluster_addr":"172.21.15.40:6827/1976688130","heartbeat_back_addr":"172.21.15.40:6831/1976688130","heartbeat_front_addr":"172.21.15.40:6829/1976688130","state":["exists","up"]},{"osd":7,"uuid":"15f17d7b-1cc5-4d96-8c4d-7f5dd2e13f6b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6826","nonce":665017475},{"type":"v1","addr":"172.21.15.31:6827","nonce":665017475}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6828","nonce":665017475},{"type":"v1","addr":"172.21.15.31:6829","nonce":665017475}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6832","nonce":665017475},{"type":"v1","addr":"172.21.15.31:6833","nonce":665017475}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6830","nonce":665017475},{"type":"v1","addr":"172.21.15.31:6831","nonce":665017475}]},"public_addr":"172.21.15.31:6827/665017475","cluster_addr":"172.21.15.31:6829/665017475","heartbeat_back_addr":"172.21.15.31:6833/665017475","heartbeat_front_addr":"172.21.15.31:6831/665017475","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T05:13:24.079614+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T05:13:27.877274+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T05:13:29.373899+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T05:13:35.232984+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T05:13:35.290286+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T05:13:43.000343+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T05:13:39.775175+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-25T05:13:47.876949+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.31:0/1473136842":"2024-04-26T05:11:21.754373+0000","172.21.15.31:6800/2517490888":"2024-04-26T05:11:21.754373+0000","172.21.15.31:0/1649233241":"2024-04-26T05:11:21.754373+0000","172.21.15.31:0/2422569300":"2024-04-26T05:11:21.754373+0000","172.21.15.31:0/3814589695":"2024-04-26T05:10:00.930696+0000","172.21.15.31:6801/2517490888":"2024-04-26T05:11:21.754373+0000","172.21.15.31:0/2375153575":"2024-04-26T05:10:00.930696+0000","172.21.15.31:0/1064489808":"2024-04-26T05:10:00.930696+0000","172.21.15.31:6801/1464399365":"2024-04-26T05:10:00.930696+0000","172.21.15.31:6800/1408653407":"2024-04-26T05:09:11.819156+0000","172.21.15.31:6800/1464399365":"2024-04-26T05:10:00.930696+0000","172.21.15.31:0/271181327":"2024-04-26T05:09:11.819156+0000","172.21.15.31:0/3757202347":"2024-04-26T05:09:11.819156+0000","172.21.15.31:6801/1408653407":"2024-04-26T05:09:11.819156+0000","172.21.15.31:0/1918292661":"2024-04-26T05:09:11.819156+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-04-25T05:14:47.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:46 smithi031 bash[18647]: cluster 2024-04-25T05:14:45.813764+0000 mgr.smithi031.wbrsoo (mgr.14201) 158 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:47.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:46 smithi031 bash[18647]: cluster 2024-04-25T05:14:45.813764+0000 mgr.smithi031.wbrsoo (mgr.14201) 158 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:47.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:46 smithi040 bash[23838]: cluster 2024-04-25T05:14:45.813764+0000 mgr.smithi031.wbrsoo (mgr.14201) 158 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:47.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:46 smithi040 bash[23838]: cluster 2024-04-25T05:14:45.813764+0000 mgr.smithi031.wbrsoo (mgr.14201) 158 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:47.690 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-04-25T05:14:47.690 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-04-25T05:14:47.691 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-04-25T05:14:47.691 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-04-25T05:14:47.691 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-04-25T05:14:47.692 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-04-25T05:14:47.692 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-04-25T05:14:47.693 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-04-25T05:14:48.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:47 smithi031 bash[18647]: audit 2024-04-25T05:14:46.969937+0000 mon.smithi031 (mon.0) 734 : audit [DBG] from='client.? 172.21.15.31:0/2359519111' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-25T05:14:48.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:47 smithi031 bash[18647]: audit 2024-04-25T05:14:46.969937+0000 mon.smithi031 (mon.0) 734 : audit [DBG] from='client.? 172.21.15.31:0/2359519111' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-25T05:14:48.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:47 smithi040 bash[23838]: audit 2024-04-25T05:14:46.969937+0000 mon.smithi031 (mon.0) 734 : audit [DBG] from='client.? 172.21.15.31:0/2359519111' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-25T05:14:48.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:47 smithi040 bash[23838]: audit 2024-04-25T05:14:46.969937+0000 mon.smithi031 (mon.0) 734 : audit [DBG] from='client.? 172.21.15.31:0/2359519111' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-25T05:14:49.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:48 smithi040 bash[23838]: cluster 2024-04-25T05:14:47.814218+0000 mgr.smithi031.wbrsoo (mgr.14201) 159 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:49.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:48 smithi040 bash[23838]: cluster 2024-04-25T05:14:47.814218+0000 mgr.smithi031.wbrsoo (mgr.14201) 159 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:49.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:48 smithi031 bash[18647]: cluster 2024-04-25T05:14:47.814218+0000 mgr.smithi031.wbrsoo (mgr.14201) 159 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:49.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:48 smithi031 bash[18647]: cluster 2024-04-25T05:14:47.814218+0000 mgr.smithi031.wbrsoo (mgr.14201) 159 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:51.189 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:50 smithi031 bash[18647]: cluster 2024-04-25T05:14:49.814794+0000 mgr.smithi031.wbrsoo (mgr.14201) 160 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:51.189 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:50 smithi031 bash[18647]: cluster 2024-04-25T05:14:49.814794+0000 mgr.smithi031.wbrsoo (mgr.14201) 160 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:51.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:50 smithi040 bash[23838]: cluster 2024-04-25T05:14:49.814794+0000 mgr.smithi031.wbrsoo (mgr.14201) 160 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:51.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:50 smithi040 bash[23838]: cluster 2024-04-25T05:14:49.814794+0000 mgr.smithi031.wbrsoo (mgr.14201) 160 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:52.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:51 smithi040 bash[23838]: audit 2024-04-25T05:14:51.855692+0000 mon.smithi031 (mon.0) 735 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:14:52.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:51 smithi040 bash[23838]: audit 2024-04-25T05:14:51.855692+0000 mon.smithi031 (mon.0) 735 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:14:52.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:51 smithi031 bash[18647]: audit 2024-04-25T05:14:51.855692+0000 mon.smithi031 (mon.0) 735 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:14:52.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:51 smithi031 bash[18647]: audit 2024-04-25T05:14:51.855692+0000 mon.smithi031 (mon.0) 735 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:14:52.626 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:14:52.627 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:14:52.628 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:14:52.628 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:14:52.628 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:14:52.629 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:14:52.632 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:14:52.632 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:14:53.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:52 smithi040 bash[23838]: cluster 2024-04-25T05:14:51.815421+0000 mgr.smithi031.wbrsoo (mgr.14201) 161 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:53.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:52 smithi040 bash[23838]: cluster 2024-04-25T05:14:51.815421+0000 mgr.smithi031.wbrsoo (mgr.14201) 161 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:53.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:52 smithi031 bash[18647]: cluster 2024-04-25T05:14:51.815421+0000 mgr.smithi031.wbrsoo (mgr.14201) 161 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:53.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:52 smithi031 bash[18647]: cluster 2024-04-25T05:14:51.815421+0000 mgr.smithi031.wbrsoo (mgr.14201) 161 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:55.131 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:54 smithi031 bash[18647]: cluster 2024-04-25T05:14:53.816031+0000 mgr.smithi031.wbrsoo (mgr.14201) 162 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:55.131 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:54 smithi031 bash[18647]: cluster 2024-04-25T05:14:53.816031+0000 mgr.smithi031.wbrsoo (mgr.14201) 162 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:55.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:54 smithi040 bash[23838]: cluster 2024-04-25T05:14:53.816031+0000 mgr.smithi031.wbrsoo (mgr.14201) 162 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:55.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:54 smithi040 bash[23838]: cluster 2024-04-25T05:14:53.816031+0000 mgr.smithi031.wbrsoo (mgr.14201) 162 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:56.957 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:56 smithi031 bash[18647]: cluster 2024-04-25T05:14:55.816599+0000 mgr.smithi031.wbrsoo (mgr.14201) 163 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:56.957 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:56 smithi031 bash[18647]: cluster 2024-04-25T05:14:55.816599+0000 mgr.smithi031.wbrsoo (mgr.14201) 163 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:57.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:56 smithi040 bash[23838]: cluster 2024-04-25T05:14:55.816599+0000 mgr.smithi031.wbrsoo (mgr.14201) 163 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:57.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:56 smithi040 bash[23838]: cluster 2024-04-25T05:14:55.816599+0000 mgr.smithi031.wbrsoo (mgr.14201) 163 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:57.618 INFO:teuthology.orchestra.run.smithi031.stdout:158913789967 2024-04-25T05:14:57.618 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-04-25T05:14:58.070 INFO:teuthology.orchestra.run.smithi031.stdout:68719476757 2024-04-25T05:14:58.071 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-04-25T05:14:58.090 INFO:teuthology.orchestra.run.smithi031.stdout:128849018897 2024-04-25T05:14:58.090 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-04-25T05:14:59.210 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:58 smithi031 bash[18647]: cluster 2024-04-25T05:14:57.816919+0000 mgr.smithi031.wbrsoo (mgr.14201) 164 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:59.210 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:14:58 smithi031 bash[18647]: cluster 2024-04-25T05:14:57.816919+0000 mgr.smithi031.wbrsoo (mgr.14201) 164 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:59.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:58 smithi040 bash[23838]: cluster 2024-04-25T05:14:57.816919+0000 mgr.smithi031.wbrsoo (mgr.14201) 164 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:59.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:14:58 smithi040 bash[23838]: cluster 2024-04-25T05:14:57.816919+0000 mgr.smithi031.wbrsoo (mgr.14201) 164 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:14:59.780 INFO:teuthology.orchestra.run.smithi031.stdout:85899345940 2024-04-25T05:14:59.781 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-04-25T05:14:59.906 INFO:teuthology.orchestra.run.smithi031.stdout:141733920785 2024-04-25T05:14:59.907 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-04-25T05:14:59.952 INFO:teuthology.orchestra.run.smithi031.stdout:111669149715 2024-04-25T05:14:59.952 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-04-25T05:15:00.791 INFO:teuthology.orchestra.run.smithi031.stdout:90194313237 2024-04-25T05:15:00.792 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-04-25T05:15:00.799 INFO:teuthology.orchestra.run.smithi031.stdout:111669149716 2024-04-25T05:15:00.799 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-04-25T05:15:01.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:00 smithi031 bash[18647]: cluster 2024-04-25T05:14:59.817338+0000 mgr.smithi031.wbrsoo (mgr.14201) 165 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:01.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:00 smithi031 bash[18647]: cluster 2024-04-25T05:14:59.817338+0000 mgr.smithi031.wbrsoo (mgr.14201) 165 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:01.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:00 smithi040 bash[23838]: cluster 2024-04-25T05:14:59.817338+0000 mgr.smithi031.wbrsoo (mgr.14201) 165 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:01.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:00 smithi040 bash[23838]: cluster 2024-04-25T05:14:59.817338+0000 mgr.smithi031.wbrsoo (mgr.14201) 165 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:03.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:02 smithi040 bash[23838]: cluster 2024-04-25T05:15:01.817933+0000 mgr.smithi031.wbrsoo (mgr.14201) 166 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:03.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:02 smithi040 bash[23838]: cluster 2024-04-25T05:15:01.817933+0000 mgr.smithi031.wbrsoo (mgr.14201) 166 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:03.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:02 smithi031 bash[18647]: cluster 2024-04-25T05:15:01.817933+0000 mgr.smithi031.wbrsoo (mgr.14201) 166 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:03.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:02 smithi031 bash[18647]: cluster 2024-04-25T05:15:01.817933+0000 mgr.smithi031.wbrsoo (mgr.14201) 166 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:03.423 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:15:03.425 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:15:03.425 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:15:04.442 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:15:04.442 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:15:04.443 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:15:05.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:04 smithi040 bash[23838]: cluster 2024-04-25T05:15:03.818534+0000 mgr.smithi031.wbrsoo (mgr.14201) 167 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:05.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:04 smithi040 bash[23838]: cluster 2024-04-25T05:15:03.818534+0000 mgr.smithi031.wbrsoo (mgr.14201) 167 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:05.426 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:04 smithi031 bash[18647]: cluster 2024-04-25T05:15:03.818534+0000 mgr.smithi031.wbrsoo (mgr.14201) 167 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:05.426 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:04 smithi031 bash[18647]: cluster 2024-04-25T05:15:03.818534+0000 mgr.smithi031.wbrsoo (mgr.14201) 167 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:05.472 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:15:05.473 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:15:06.531 INFO:teuthology.orchestra.run.smithi031.stdout:128849018899 2024-04-25T05:15:06.803 INFO:teuthology.orchestra.run.smithi031.stdout:68719476759 2024-04-25T05:15:07.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:06 smithi031 bash[18647]: cluster 2024-04-25T05:15:05.819184+0000 mgr.smithi031.wbrsoo (mgr.14201) 168 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:07.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:06 smithi031 bash[18647]: cluster 2024-04-25T05:15:05.819184+0000 mgr.smithi031.wbrsoo (mgr.14201) 168 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:07.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:06 smithi031 bash[18647]: audit 2024-04-25T05:15:06.533727+0000 mon.smithi031 (mon.0) 736 : audit [DBG] from='client.? 172.21.15.31:0/3860463762' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-04-25T05:15:07.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:06 smithi031 bash[18647]: audit 2024-04-25T05:15:06.533727+0000 mon.smithi031 (mon.0) 736 : audit [DBG] from='client.? 172.21.15.31:0/3860463762' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-04-25T05:15:07.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:06 smithi031 bash[18647]: audit 2024-04-25T05:15:06.805049+0000 mon.smithi031 (mon.0) 737 : audit [DBG] from='client.? 172.21.15.31:0/2077002414' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-25T05:15:07.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:06 smithi031 bash[18647]: audit 2024-04-25T05:15:06.805049+0000 mon.smithi031 (mon.0) 737 : audit [DBG] from='client.? 172.21.15.31:0/2077002414' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-25T05:15:07.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:06 smithi031 bash[18647]: audit 2024-04-25T05:15:06.855427+0000 mon.smithi031 (mon.0) 738 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:15:07.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:06 smithi031 bash[18647]: audit 2024-04-25T05:15:06.855427+0000 mon.smithi031 (mon.0) 738 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:15:07.178 INFO:teuthology.orchestra.run.smithi031.stdout:158913789970 2024-04-25T05:15:07.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:06 smithi040 bash[23838]: cluster 2024-04-25T05:15:05.819184+0000 mgr.smithi031.wbrsoo (mgr.14201) 168 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:07.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:06 smithi040 bash[23838]: cluster 2024-04-25T05:15:05.819184+0000 mgr.smithi031.wbrsoo (mgr.14201) 168 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:07.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:06 smithi040 bash[23838]: audit 2024-04-25T05:15:06.533727+0000 mon.smithi031 (mon.0) 736 : audit [DBG] from='client.? 172.21.15.31:0/3860463762' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-04-25T05:15:07.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:06 smithi040 bash[23838]: audit 2024-04-25T05:15:06.533727+0000 mon.smithi031 (mon.0) 736 : audit [DBG] from='client.? 172.21.15.31:0/3860463762' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-04-25T05:15:07.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:06 smithi040 bash[23838]: audit 2024-04-25T05:15:06.805049+0000 mon.smithi031 (mon.0) 737 : audit [DBG] from='client.? 172.21.15.31:0/2077002414' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-25T05:15:07.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:06 smithi040 bash[23838]: audit 2024-04-25T05:15:06.805049+0000 mon.smithi031 (mon.0) 737 : audit [DBG] from='client.? 172.21.15.31:0/2077002414' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-25T05:15:07.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:06 smithi040 bash[23838]: audit 2024-04-25T05:15:06.855427+0000 mon.smithi031 (mon.0) 738 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:15:07.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:06 smithi040 bash[23838]: audit 2024-04-25T05:15:06.855427+0000 mon.smithi031 (mon.0) 738 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:15:07.540 INFO:teuthology.orchestra.run.smithi031.stdout:141733920787 2024-04-25T05:15:08.216 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:07 smithi031 bash[18647]: audit 2024-04-25T05:15:07.179986+0000 mon.smithi031 (mon.0) 739 : audit [DBG] from='client.? 172.21.15.31:0/1203211741' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-04-25T05:15:08.216 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:07 smithi031 bash[18647]: audit 2024-04-25T05:15:07.179986+0000 mon.smithi031 (mon.0) 739 : audit [DBG] from='client.? 172.21.15.31:0/1203211741' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-04-25T05:15:08.216 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:07 smithi031 bash[18647]: audit 2024-04-25T05:15:07.542916+0000 mon.smithi031 (mon.0) 740 : audit [DBG] from='client.? 172.21.15.31:0/3349177355' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-25T05:15:08.216 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:07 smithi031 bash[18647]: audit 2024-04-25T05:15:07.542916+0000 mon.smithi031 (mon.0) 740 : audit [DBG] from='client.? 172.21.15.31:0/3349177355' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-25T05:15:08.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:07 smithi040 bash[23838]: audit 2024-04-25T05:15:07.179986+0000 mon.smithi031 (mon.0) 739 : audit [DBG] from='client.? 172.21.15.31:0/1203211741' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-04-25T05:15:08.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:07 smithi040 bash[23838]: audit 2024-04-25T05:15:07.179986+0000 mon.smithi031 (mon.0) 739 : audit [DBG] from='client.? 172.21.15.31:0/1203211741' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-04-25T05:15:08.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:07 smithi040 bash[23838]: audit 2024-04-25T05:15:07.542916+0000 mon.smithi031 (mon.0) 740 : audit [DBG] from='client.? 172.21.15.31:0/3349177355' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-25T05:15:08.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:07 smithi040 bash[23838]: audit 2024-04-25T05:15:07.542916+0000 mon.smithi031 (mon.0) 740 : audit [DBG] from='client.? 172.21.15.31:0/3349177355' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-04-25T05:15:08.647 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018897 got 128849018899 for osd.6 2024-04-25T05:15:08.647 DEBUG:teuthology.parallel:result is None 2024-04-25T05:15:09.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:08 smithi040 bash[23838]: cluster 2024-04-25T05:15:07.819730+0000 mgr.smithi031.wbrsoo (mgr.14201) 169 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:09.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:08 smithi040 bash[23838]: cluster 2024-04-25T05:15:07.819730+0000 mgr.smithi031.wbrsoo (mgr.14201) 169 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:09.261 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:08 smithi031 bash[18647]: cluster 2024-04-25T05:15:07.819730+0000 mgr.smithi031.wbrsoo (mgr.14201) 169 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:09.261 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:08 smithi031 bash[18647]: cluster 2024-04-25T05:15:07.819730+0000 mgr.smithi031.wbrsoo (mgr.14201) 169 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:09.262 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476757 got 68719476759 for osd.0 2024-04-25T05:15:09.262 DEBUG:teuthology.parallel:result is None 2024-04-25T05:15:09.775 INFO:teuthology.orchestra.run.smithi031.stdout:111669149717 2024-04-25T05:15:09.834 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789967 got 158913789970 for osd.7 2024-04-25T05:15:09.834 DEBUG:teuthology.parallel:result is None 2024-04-25T05:15:10.054 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:09 smithi031 bash[18647]: audit 2024-04-25T05:15:09.777936+0000 mon.smithi031 (mon.0) 741 : audit [DBG] from='client.? 172.21.15.31:0/1321424051' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-25T05:15:10.054 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:09 smithi031 bash[18647]: audit 2024-04-25T05:15:09.777936+0000 mon.smithi031 (mon.0) 741 : audit [DBG] from='client.? 172.21.15.31:0/1321424051' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-25T05:15:10.202 INFO:teuthology.orchestra.run.smithi031.stdout:90194313239 2024-04-25T05:15:10.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:09 smithi040 bash[23838]: audit 2024-04-25T05:15:09.777936+0000 mon.smithi031 (mon.0) 741 : audit [DBG] from='client.? 172.21.15.31:0/1321424051' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-25T05:15:10.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:09 smithi040 bash[23838]: audit 2024-04-25T05:15:09.777936+0000 mon.smithi031 (mon.0) 741 : audit [DBG] from='client.? 172.21.15.31:0/1321424051' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-04-25T05:15:10.401 INFO:teuthology.orchestra.run.smithi031.stdout:85899345942 2024-04-25T05:15:11.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:10 smithi031 bash[18647]: cluster 2024-04-25T05:15:09.820113+0000 mgr.smithi031.wbrsoo (mgr.14201) 170 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:11.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:10 smithi031 bash[18647]: cluster 2024-04-25T05:15:09.820113+0000 mgr.smithi031.wbrsoo (mgr.14201) 170 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:11.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:10 smithi031 bash[18647]: audit 2024-04-25T05:15:10.204221+0000 mon.smithi031 (mon.0) 742 : audit [DBG] from='client.? 172.21.15.31:0/100634625' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-25T05:15:11.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:10 smithi031 bash[18647]: audit 2024-04-25T05:15:10.204221+0000 mon.smithi031 (mon.0) 742 : audit [DBG] from='client.? 172.21.15.31:0/100634625' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-25T05:15:11.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:10 smithi031 bash[18647]: audit 2024-04-25T05:15:10.403824+0000 mon.smithi031 (mon.0) 743 : audit [DBG] from='client.? 172.21.15.31:0/1639214652' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-25T05:15:11.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:10 smithi031 bash[18647]: audit 2024-04-25T05:15:10.403824+0000 mon.smithi031 (mon.0) 743 : audit [DBG] from='client.? 172.21.15.31:0/1639214652' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-25T05:15:11.165 INFO:teuthology.orchestra.run.smithi031.stdout:111669149718 2024-04-25T05:15:11.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:10 smithi040 bash[23838]: cluster 2024-04-25T05:15:09.820113+0000 mgr.smithi031.wbrsoo (mgr.14201) 170 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:11.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:10 smithi040 bash[23838]: cluster 2024-04-25T05:15:09.820113+0000 mgr.smithi031.wbrsoo (mgr.14201) 170 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:11.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:10 smithi040 bash[23838]: audit 2024-04-25T05:15:10.204221+0000 mon.smithi031 (mon.0) 742 : audit [DBG] from='client.? 172.21.15.31:0/100634625' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-25T05:15:11.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:10 smithi040 bash[23838]: audit 2024-04-25T05:15:10.204221+0000 mon.smithi031 (mon.0) 742 : audit [DBG] from='client.? 172.21.15.31:0/100634625' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-25T05:15:11.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:10 smithi040 bash[23838]: audit 2024-04-25T05:15:10.403824+0000 mon.smithi031 (mon.0) 743 : audit [DBG] from='client.? 172.21.15.31:0/1639214652' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-25T05:15:11.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:10 smithi040 bash[23838]: audit 2024-04-25T05:15:10.403824+0000 mon.smithi031 (mon.0) 743 : audit [DBG] from='client.? 172.21.15.31:0/1639214652' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-25T05:15:11.413 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920785 got 141733920787 for osd.5 2024-04-25T05:15:11.413 DEBUG:teuthology.parallel:result is None 2024-04-25T05:15:11.873 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149715 got 111669149717 for osd.3 2024-04-25T05:15:11.873 DEBUG:teuthology.parallel:result is None 2024-04-25T05:15:12.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:11 smithi040 bash[23838]: audit 2024-04-25T05:15:11.167282+0000 mon.smithi031 (mon.0) 744 : audit [DBG] from='client.? 172.21.15.31:0/1154405483' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-25T05:15:12.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:11 smithi040 bash[23838]: audit 2024-04-25T05:15:11.167282+0000 mon.smithi031 (mon.0) 744 : audit [DBG] from='client.? 172.21.15.31:0/1154405483' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-25T05:15:12.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:11 smithi031 bash[18647]: audit 2024-04-25T05:15:11.167282+0000 mon.smithi031 (mon.0) 744 : audit [DBG] from='client.? 172.21.15.31:0/1154405483' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-25T05:15:12.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:11 smithi031 bash[18647]: audit 2024-04-25T05:15:11.167282+0000 mon.smithi031 (mon.0) 744 : audit [DBG] from='client.? 172.21.15.31:0/1154405483' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-04-25T05:15:12.848 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313237 got 90194313239 for osd.2 2024-04-25T05:15:12.849 DEBUG:teuthology.parallel:result is None 2024-04-25T05:15:12.849 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345940 got 85899345942 for osd.1 2024-04-25T05:15:12.849 DEBUG:teuthology.parallel:result is None 2024-04-25T05:15:12.870 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149716 got 111669149718 for osd.4 2024-04-25T05:15:12.871 DEBUG:teuthology.parallel:result is None 2024-04-25T05:15:12.871 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-04-25T05:15:12.871 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph pg dump --format=json 2024-04-25T05:15:13.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:12 smithi031 bash[18647]: cluster 2024-04-25T05:15:11.820794+0000 mgr.smithi031.wbrsoo (mgr.14201) 171 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:13.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:12 smithi031 bash[18647]: cluster 2024-04-25T05:15:11.820794+0000 mgr.smithi031.wbrsoo (mgr.14201) 171 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:13.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:12 smithi040 bash[23838]: cluster 2024-04-25T05:15:11.820794+0000 mgr.smithi031.wbrsoo (mgr.14201) 171 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:13.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:12 smithi040 bash[23838]: cluster 2024-04-25T05:15:11.820794+0000 mgr.smithi031.wbrsoo (mgr.14201) 171 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:15.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:14 smithi031 bash[18647]: cluster 2024-04-25T05:15:13.821397+0000 mgr.smithi031.wbrsoo (mgr.14201) 172 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:15.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:14 smithi031 bash[18647]: cluster 2024-04-25T05:15:13.821397+0000 mgr.smithi031.wbrsoo (mgr.14201) 172 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:15.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:14 smithi040 bash[23838]: cluster 2024-04-25T05:15:13.821397+0000 mgr.smithi031.wbrsoo (mgr.14201) 172 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:15.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:14 smithi040 bash[23838]: cluster 2024-04-25T05:15:13.821397+0000 mgr.smithi031.wbrsoo (mgr.14201) 172 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:17.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:16 smithi031 bash[18647]: cluster 2024-04-25T05:15:15.822006+0000 mgr.smithi031.wbrsoo (mgr.14201) 173 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:17.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:16 smithi031 bash[18647]: cluster 2024-04-25T05:15:15.822006+0000 mgr.smithi031.wbrsoo (mgr.14201) 173 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:17.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:16 smithi040 bash[23838]: cluster 2024-04-25T05:15:15.822006+0000 mgr.smithi031.wbrsoo (mgr.14201) 173 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:17.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:16 smithi040 bash[23838]: cluster 2024-04-25T05:15:15.822006+0000 mgr.smithi031.wbrsoo (mgr.14201) 173 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:17.721 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:15:19.059 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-25T05:15:19.061 INFO:teuthology.orchestra.run.smithi031.stderr:dumped all 2024-04-25T05:15:19.310 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:18 smithi031 bash[18647]: cluster 2024-04-25T05:15:17.822566+0000 mgr.smithi031.wbrsoo (mgr.14201) 174 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:19.310 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:18 smithi031 bash[18647]: cluster 2024-04-25T05:15:17.822566+0000 mgr.smithi031.wbrsoo (mgr.14201) 174 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:19.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:18 smithi040 bash[23838]: cluster 2024-04-25T05:15:17.822566+0000 mgr.smithi031.wbrsoo (mgr.14201) 174 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:19.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:18 smithi040 bash[23838]: cluster 2024-04-25T05:15:17.822566+0000 mgr.smithi031.wbrsoo (mgr.14201) 174 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:19.805 INFO:teuthology.orchestra.run.smithi031.stdout:{"pg_ready":true,"pg_map":{"version":147,"stamp":"2024-04-25T05:15:17.822293+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":146,"num_read_kb":127,"num_write":225,"num_write_kb":3982,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":177,"ondisk_log_size":177,"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":237772,"kb_used_data":4940,"kb_used_omap":12,"kb_used_meta":232691,"kb_avail":749690676,"statfs":{"total":767926730752,"available":767683252224,"internally_reserved":0,"allocated":5058560,"data_stored":3102592,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12752,"internal_metadata":238276144},"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.003417"},"pg_stats":[{"pgid":"1.0","version":"23'177","reported_seq":243,"reported_epoch":41,"state":"active+clean","last_fresh":"2024-04-25T05:13:53.170555+0000","last_change":"2024-04-25T05:13:53.169612+0000","last_active":"2024-04-25T05:13:53.170555+0000","last_peered":"2024-04-25T05:13:53.170555+0000","last_clean":"2024-04-25T05:13:53.170555+0000","last_became_active":"2024-04-25T05:13:53.168050+0000","last_became_peered":"2024-04-25T05:13:53.168050+0000","last_unstale":"2024-04-25T05:13:53.170555+0000","last_undegraded":"2024-04-25T05:13:53.170555+0000","last_fullsized":"2024-04-25T05:13:53.170555+0000","mapping_epoch":40,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":41,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-25T05:13:32.947381+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-25T05:13:32.947381+0000","last_clean_scrub_stamp":"2024-04-25T05:13:32.947381+0000","objects_scrubbed":0,"log_size":177,"log_dups_size":0,"ondisk_log_size":177,"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-04-26T11:00:00.182115+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":146,"num_read_kb":127,"num_write":225,"num_write_kb":3982,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":146,"num_read_kb":127,"num_write":225,"num_write_kb":3982,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":177,"ondisk_log_size":177,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":37,"seq":158913789972,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28008,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713048,"statfs":{"total":95990841344,"available":95962161152,"internally_reserved":0,"allocated":1003520,"data_stored":756804,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27654602},"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":[]},{"osd":5,"up_from":33,"seq":141733920789,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27428,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713628,"statfs":{"total":95990841344,"available":95962755072,"internally_reserved":0,"allocated":409600,"data_stored":166436,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":1,"up_from":20,"seq":85899345944,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31580,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709476,"statfs":{"total":95990841344,"available":95958503424,"internally_reserved":0,"allocated":409600,"data_stored":166436,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":[]},{"osd":0,"up_from":16,"seq":68719476762,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28000,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713056,"statfs":{"total":95990841344,"available":95962169344,"internally_reserved":0,"allocated":1003520,"data_stored":756804,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":2,"up_from":21,"seq":90194313241,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31588,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709468,"statfs":{"total":95990841344,"available":95958495232,"internally_reserved":0,"allocated":409600,"data_stored":166436,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":[]},{"osd":3,"up_from":26,"seq":111669149719,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32164,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708892,"statfs":{"total":95990841344,"available":95957905408,"internally_reserved":0,"allocated":1003520,"data_stored":756804,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":31914439},"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":[]},{"osd":4,"up_from":26,"seq":111669149719,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27424,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713632,"statfs":{"total":95990841344,"available":95962759168,"internally_reserved":0,"allocated":409600,"data_stored":166436,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":6,"up_from":30,"seq":128849018902,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31580,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709476,"statfs":{"total":95990841344,"available":95958503424,"internally_reserved":0,"allocated":409600,"data_stored":166436,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"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":[]}],"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-04-25T05:15:19.806 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph pg dump --format=json 2024-04-25T05:15:20.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:19 smithi031 bash[18647]: audit 2024-04-25T05:15:19.059234+0000 mgr.smithi031.wbrsoo (mgr.14201) 175 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T05:15:20.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:19 smithi031 bash[18647]: audit 2024-04-25T05:15:19.059234+0000 mgr.smithi031.wbrsoo (mgr.14201) 175 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T05:15:20.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:19 smithi040 bash[23838]: audit 2024-04-25T05:15:19.059234+0000 mgr.smithi031.wbrsoo (mgr.14201) 175 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T05:15:20.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:19 smithi040 bash[23838]: audit 2024-04-25T05:15:19.059234+0000 mgr.smithi031.wbrsoo (mgr.14201) 175 : audit [DBG] from='client.14468 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T05:15:21.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:20 smithi031 bash[18647]: cluster 2024-04-25T05:15:19.823144+0000 mgr.smithi031.wbrsoo (mgr.14201) 176 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:21.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:20 smithi031 bash[18647]: cluster 2024-04-25T05:15:19.823144+0000 mgr.smithi031.wbrsoo (mgr.14201) 176 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:21.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:20 smithi040 bash[23838]: cluster 2024-04-25T05:15:19.823144+0000 mgr.smithi031.wbrsoo (mgr.14201) 176 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:21.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:20 smithi040 bash[23838]: cluster 2024-04-25T05:15:19.823144+0000 mgr.smithi031.wbrsoo (mgr.14201) 176 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:22.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:22 smithi031 bash[18647]: audit 2024-04-25T05:15:21.864719+0000 mon.smithi031 (mon.0) 745 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:15:22.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:22 smithi031 bash[18647]: audit 2024-04-25T05:15:21.864719+0000 mon.smithi031 (mon.0) 745 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:15:22.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:22 smithi040 bash[23838]: audit 2024-04-25T05:15:21.864719+0000 mon.smithi031 (mon.0) 745 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:15:22.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:22 smithi040 bash[23838]: audit 2024-04-25T05:15:21.864719+0000 mon.smithi031 (mon.0) 745 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:15:23.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:23 smithi031 bash[18647]: cluster 2024-04-25T05:15:21.823803+0000 mgr.smithi031.wbrsoo (mgr.14201) 177 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:23.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:23 smithi031 bash[18647]: cluster 2024-04-25T05:15:21.823803+0000 mgr.smithi031.wbrsoo (mgr.14201) 177 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:23.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:23 smithi040 bash[23838]: cluster 2024-04-25T05:15:21.823803+0000 mgr.smithi031.wbrsoo (mgr.14201) 177 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:23.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:23 smithi040 bash[23838]: cluster 2024-04-25T05:15:21.823803+0000 mgr.smithi031.wbrsoo (mgr.14201) 177 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:24.620 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:15:25.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:25 smithi031 bash[18647]: cluster 2024-04-25T05:15:23.824425+0000 mgr.smithi031.wbrsoo (mgr.14201) 178 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:25.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:25 smithi031 bash[18647]: cluster 2024-04-25T05:15:23.824425+0000 mgr.smithi031.wbrsoo (mgr.14201) 178 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:25.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:25 smithi040 bash[23838]: cluster 2024-04-25T05:15:23.824425+0000 mgr.smithi031.wbrsoo (mgr.14201) 178 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:25.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:25 smithi040 bash[23838]: cluster 2024-04-25T05:15:23.824425+0000 mgr.smithi031.wbrsoo (mgr.14201) 178 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:25.907 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-25T05:15:25.910 INFO:teuthology.orchestra.run.smithi031.stderr:dumped all 2024-04-25T05:15:26.625 INFO:teuthology.orchestra.run.smithi031.stdout:{"pg_ready":true,"pg_map":{"version":151,"stamp":"2024-04-25T05:15:25.824703+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":146,"num_read_kb":127,"num_write":225,"num_write_kb":3982,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":177,"ondisk_log_size":177,"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":237772,"kb_used_data":4940,"kb_used_omap":12,"kb_used_meta":232691,"kb_avail":749690676,"statfs":{"total":767926730752,"available":767683252224,"internally_reserved":0,"allocated":5058560,"data_stored":3102592,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12752,"internal_metadata":238276144},"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.003587"},"pg_stats":[{"pgid":"1.0","version":"23'177","reported_seq":243,"reported_epoch":41,"state":"active+clean","last_fresh":"2024-04-25T05:13:53.170555+0000","last_change":"2024-04-25T05:13:53.169612+0000","last_active":"2024-04-25T05:13:53.170555+0000","last_peered":"2024-04-25T05:13:53.170555+0000","last_clean":"2024-04-25T05:13:53.170555+0000","last_became_active":"2024-04-25T05:13:53.168050+0000","last_became_peered":"2024-04-25T05:13:53.168050+0000","last_unstale":"2024-04-25T05:13:53.170555+0000","last_undegraded":"2024-04-25T05:13:53.170555+0000","last_fullsized":"2024-04-25T05:13:53.170555+0000","mapping_epoch":40,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":41,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-25T05:13:32.947381+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-25T05:13:32.947381+0000","last_clean_scrub_stamp":"2024-04-25T05:13:32.947381+0000","objects_scrubbed":0,"log_size":177,"log_dups_size":0,"ondisk_log_size":177,"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-04-26T11:00:00.182115+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":146,"num_read_kb":127,"num_write":225,"num_write_kb":3982,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":146,"num_read_kb":127,"num_write":225,"num_write_kb":3982,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"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":177,"ondisk_log_size":177,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":37,"seq":158913789974,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28008,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713048,"statfs":{"total":95990841344,"available":95962161152,"internally_reserved":0,"allocated":1003520,"data_stored":756804,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1590,"internal_metadata":27654602},"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":[]},{"osd":5,"up_from":33,"seq":141733920791,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27428,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713628,"statfs":{"total":95990841344,"available":95962755072,"internally_reserved":0,"allocated":409600,"data_stored":166436,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":1,"up_from":20,"seq":85899345946,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31580,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709476,"statfs":{"total":95990841344,"available":95958503424,"internally_reserved":0,"allocated":409600,"data_stored":166436,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":[]},{"osd":0,"up_from":16,"seq":68719476763,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28000,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713056,"statfs":{"total":95990841344,"available":95962169344,"internally_reserved":0,"allocated":1003520,"data_stored":756804,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":2,"up_from":21,"seq":90194313242,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31588,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709468,"statfs":{"total":95990841344,"available":95958495232,"internally_reserved":0,"allocated":409600,"data_stored":166436,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":[]},{"osd":3,"up_from":26,"seq":111669149721,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32164,"kb_used_data":980,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93708892,"statfs":{"total":95990841344,"available":95957905408,"internally_reserved":0,"allocated":1003520,"data_stored":756804,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":31914439},"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":[]},{"osd":4,"up_from":26,"seq":111669149721,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27424,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713632,"statfs":{"total":95990841344,"available":95962759168,"internally_reserved":0,"allocated":409600,"data_stored":166436,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"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":[]},{"osd":6,"up_from":30,"seq":128849018903,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31580,"kb_used_data":400,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93709476,"statfs":{"total":95990841344,"available":95958503424,"internally_reserved":0,"allocated":409600,"data_stored":166436,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"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":[]}],"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-04-25T05:15:26.625 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-04-25T05:15:26.625 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-04-25T05:15:26.626 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-04-25T05:15:26.626 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph health --format=json 2024-04-25T05:15:27.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:27 smithi031 bash[18647]: cluster 2024-04-25T05:15:25.824989+0000 mgr.smithi031.wbrsoo (mgr.14201) 179 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:27.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:27 smithi031 bash[18647]: cluster 2024-04-25T05:15:25.824989+0000 mgr.smithi031.wbrsoo (mgr.14201) 179 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:27.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:27 smithi031 bash[18647]: audit 2024-04-25T05:15:25.907330+0000 mgr.smithi031.wbrsoo (mgr.14201) 180 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T05:15:27.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:27 smithi031 bash[18647]: audit 2024-04-25T05:15:25.907330+0000 mgr.smithi031.wbrsoo (mgr.14201) 180 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T05:15:27.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:27 smithi040 bash[23838]: cluster 2024-04-25T05:15:25.824989+0000 mgr.smithi031.wbrsoo (mgr.14201) 179 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:27.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:27 smithi040 bash[23838]: cluster 2024-04-25T05:15:25.824989+0000 mgr.smithi031.wbrsoo (mgr.14201) 179 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:27.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:27 smithi040 bash[23838]: audit 2024-04-25T05:15:25.907330+0000 mgr.smithi031.wbrsoo (mgr.14201) 180 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T05:15:27.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:27 smithi040 bash[23838]: audit 2024-04-25T05:15:25.907330+0000 mgr.smithi031.wbrsoo (mgr.14201) 180 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T05:15:29.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:29 smithi031 bash[18647]: cluster 2024-04-25T05:15:27.825584+0000 mgr.smithi031.wbrsoo (mgr.14201) 181 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:29.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:29 smithi031 bash[18647]: cluster 2024-04-25T05:15:27.825584+0000 mgr.smithi031.wbrsoo (mgr.14201) 181 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:29.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:29 smithi040 bash[23838]: cluster 2024-04-25T05:15:27.825584+0000 mgr.smithi031.wbrsoo (mgr.14201) 181 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:29.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:29 smithi040 bash[23838]: cluster 2024-04-25T05:15:27.825584+0000 mgr.smithi031.wbrsoo (mgr.14201) 181 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:31.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:31 smithi031 bash[18647]: cluster 2024-04-25T05:15:29.826169+0000 mgr.smithi031.wbrsoo (mgr.14201) 182 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:31.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:31 smithi031 bash[18647]: cluster 2024-04-25T05:15:29.826169+0000 mgr.smithi031.wbrsoo (mgr.14201) 182 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:31.437 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:15:31.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:31 smithi040 bash[23838]: cluster 2024-04-25T05:15:29.826169+0000 mgr.smithi031.wbrsoo (mgr.14201) 182 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:31.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:31 smithi040 bash[23838]: cluster 2024-04-25T05:15:29.826169+0000 mgr.smithi031.wbrsoo (mgr.14201) 182 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:32.783 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-25T05:15:32.783 INFO:teuthology.orchestra.run.smithi031.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-04-25T05:15:33.100 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:33 smithi031 bash[18647]: cluster 2024-04-25T05:15:31.826766+0000 mgr.smithi031.wbrsoo (mgr.14201) 183 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:33.100 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:33 smithi031 bash[18647]: cluster 2024-04-25T05:15:31.826766+0000 mgr.smithi031.wbrsoo (mgr.14201) 183 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:33.100 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:33 smithi031 bash[18647]: audit 2024-04-25T05:15:32.785929+0000 mon.smithi031 (mon.0) 746 : audit [DBG] from='client.? 172.21.15.31:0/2873356528' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-25T05:15:33.100 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:33 smithi031 bash[18647]: audit 2024-04-25T05:15:32.785929+0000 mon.smithi031 (mon.0) 746 : audit [DBG] from='client.? 172.21.15.31:0/2873356528' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-25T05:15:33.424 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-04-25T05:15:33.425 INFO:tasks.cephadm:Setup complete, yielding 2024-04-25T05:15:33.425 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-25T05:15:33.435 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi031.front.sepia.ceph.com 2024-04-25T05:15:33.435 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- bash -c 'ceph orch status' 2024-04-25T05:15:33.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:33 smithi040 bash[23838]: cluster 2024-04-25T05:15:31.826766+0000 mgr.smithi031.wbrsoo (mgr.14201) 183 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:33.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:33 smithi040 bash[23838]: cluster 2024-04-25T05:15:31.826766+0000 mgr.smithi031.wbrsoo (mgr.14201) 183 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:33.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:33 smithi040 bash[23838]: audit 2024-04-25T05:15:32.785929+0000 mon.smithi031 (mon.0) 746 : audit [DBG] from='client.? 172.21.15.31:0/2873356528' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-25T05:15:33.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:33 smithi040 bash[23838]: audit 2024-04-25T05:15:32.785929+0000 mon.smithi031 (mon.0) 746 : audit [DBG] from='client.? 172.21.15.31:0/2873356528' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-25T05:15:35.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:35 smithi031 bash[18647]: cluster 2024-04-25T05:15:33.827331+0000 mgr.smithi031.wbrsoo (mgr.14201) 184 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:35.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:35 smithi031 bash[18647]: cluster 2024-04-25T05:15:33.827331+0000 mgr.smithi031.wbrsoo (mgr.14201) 184 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:35.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:35 smithi040 bash[23838]: cluster 2024-04-25T05:15:33.827331+0000 mgr.smithi031.wbrsoo (mgr.14201) 184 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:35.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:35 smithi040 bash[23838]: cluster 2024-04-25T05:15:33.827331+0000 mgr.smithi031.wbrsoo (mgr.14201) 184 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:36.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:36 smithi031 bash[18647]: audit 2024-04-25T05:15:35.918979+0000 mon.smithi031 (mon.0) 747 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:15:36.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:36 smithi031 bash[18647]: audit 2024-04-25T05:15:35.918979+0000 mon.smithi031 (mon.0) 747 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:15:36.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:36 smithi040 bash[23838]: audit 2024-04-25T05:15:35.918979+0000 mon.smithi031 (mon.0) 747 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:15:36.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:36 smithi040 bash[23838]: audit 2024-04-25T05:15:35.918979+0000 mon.smithi031 (mon.0) 747 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:15:37.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:37 smithi031 bash[18647]: cluster 2024-04-25T05:15:35.827945+0000 mgr.smithi031.wbrsoo (mgr.14201) 185 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:37.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:37 smithi031 bash[18647]: cluster 2024-04-25T05:15:35.827945+0000 mgr.smithi031.wbrsoo (mgr.14201) 185 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:37.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:37 smithi031 bash[18647]: audit 2024-04-25T05:15:36.865184+0000 mon.smithi031 (mon.0) 748 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:15:37.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:37 smithi031 bash[18647]: audit 2024-04-25T05:15:36.865184+0000 mon.smithi031 (mon.0) 748 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:15:37.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:37 smithi040 bash[23838]: cluster 2024-04-25T05:15:35.827945+0000 mgr.smithi031.wbrsoo (mgr.14201) 185 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:37.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:37 smithi040 bash[23838]: cluster 2024-04-25T05:15:35.827945+0000 mgr.smithi031.wbrsoo (mgr.14201) 185 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:37.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:37 smithi040 bash[23838]: audit 2024-04-25T05:15:36.865184+0000 mon.smithi031 (mon.0) 748 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:15:37.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:37 smithi040 bash[23838]: audit 2024-04-25T05:15:36.865184+0000 mon.smithi031 (mon.0) 748 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:15:38.249 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:15:39.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:39 smithi031 bash[18647]: cluster 2024-04-25T05:15:37.828566+0000 mgr.smithi031.wbrsoo (mgr.14201) 186 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:39.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:39 smithi031 bash[18647]: cluster 2024-04-25T05:15:37.828566+0000 mgr.smithi031.wbrsoo (mgr.14201) 186 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:39.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:39 smithi040 bash[23838]: cluster 2024-04-25T05:15:37.828566+0000 mgr.smithi031.wbrsoo (mgr.14201) 186 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:39.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:39 smithi040 bash[23838]: cluster 2024-04-25T05:15:37.828566+0000 mgr.smithi031.wbrsoo (mgr.14201) 186 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:39.598 INFO:teuthology.orchestra.run.smithi031.stdout:Backend: cephadm 2024-04-25T05:15:39.598 INFO:teuthology.orchestra.run.smithi031.stdout:Available: Yes 2024-04-25T05:15:39.598 INFO:teuthology.orchestra.run.smithi031.stdout:Paused: No 2024-04-25T05:15:40.322 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- bash -c 'ceph orch ps' 2024-04-25T05:15:41.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:41 smithi031 bash[18647]: audit 2024-04-25T05:15:39.599890+0000 mgr.smithi031.wbrsoo (mgr.14201) 187 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:15:41.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:41 smithi031 bash[18647]: audit 2024-04-25T05:15:39.599890+0000 mgr.smithi031.wbrsoo (mgr.14201) 187 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:15:41.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:41 smithi031 bash[18647]: cluster 2024-04-25T05:15:39.828927+0000 mgr.smithi031.wbrsoo (mgr.14201) 188 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:41.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:41 smithi031 bash[18647]: cluster 2024-04-25T05:15:39.828927+0000 mgr.smithi031.wbrsoo (mgr.14201) 188 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:41.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:41 smithi040 bash[23838]: audit 2024-04-25T05:15:39.599890+0000 mgr.smithi031.wbrsoo (mgr.14201) 187 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:15:41.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:41 smithi040 bash[23838]: audit 2024-04-25T05:15:39.599890+0000 mgr.smithi031.wbrsoo (mgr.14201) 187 : audit [DBG] from='client.14480 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:15:41.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:41 smithi040 bash[23838]: cluster 2024-04-25T05:15:39.828927+0000 mgr.smithi031.wbrsoo (mgr.14201) 188 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:41.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:41 smithi040 bash[23838]: cluster 2024-04-25T05:15:39.828927+0000 mgr.smithi031.wbrsoo (mgr.14201) 188 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:42.870 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:42 smithi031 bash[18647]: audit 2024-04-25T05:15:41.566737+0000 mon.smithi031 (mon.0) 749 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:15:42.870 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:42 smithi031 bash[18647]: audit 2024-04-25T05:15:41.566737+0000 mon.smithi031 (mon.0) 749 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:15:42.870 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:42 smithi031 bash[18647]: audit 2024-04-25T05:15:41.571069+0000 mon.smithi031 (mon.0) 750 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:15:42.870 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:42 smithi031 bash[18647]: audit 2024-04-25T05:15:41.571069+0000 mon.smithi031 (mon.0) 750 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:15:42.870 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:42 smithi031 bash[18647]: audit 2024-04-25T05:15:41.776506+0000 mon.smithi031 (mon.0) 751 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:15:42.870 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:42 smithi031 bash[18647]: audit 2024-04-25T05:15:41.776506+0000 mon.smithi031 (mon.0) 751 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:15:42.870 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:42 smithi031 bash[18647]: audit 2024-04-25T05:15:41.785614+0000 mon.smithi031 (mon.0) 752 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:15:42.870 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:42 smithi031 bash[18647]: audit 2024-04-25T05:15:41.785614+0000 mon.smithi031 (mon.0) 752 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:15:42.870 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:42 smithi031 bash[18647]: cluster 2024-04-25T05:15:41.829519+0000 mgr.smithi031.wbrsoo (mgr.14201) 189 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:42.870 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:42 smithi031 bash[18647]: cluster 2024-04-25T05:15:41.829519+0000 mgr.smithi031.wbrsoo (mgr.14201) 189 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:42.870 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:42 smithi031 bash[18647]: audit 2024-04-25T05:15:42.414145+0000 mon.smithi031 (mon.0) 753 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:15:42.870 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:42 smithi031 bash[18647]: audit 2024-04-25T05:15:42.414145+0000 mon.smithi031 (mon.0) 753 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:15:42.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:42 smithi031 bash[18647]: audit 2024-04-25T05:15:42.415780+0000 mon.smithi031 (mon.0) 754 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:15:42.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:42 smithi031 bash[18647]: audit 2024-04-25T05:15:42.415780+0000 mon.smithi031 (mon.0) 754 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:15:42.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:42 smithi031 bash[18647]: audit 2024-04-25T05:15:42.425010+0000 mon.smithi031 (mon.0) 755 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:15:42.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:42 smithi031 bash[18647]: audit 2024-04-25T05:15:42.425010+0000 mon.smithi031 (mon.0) 755 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:15:42.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:42 smithi031 bash[18647]: audit 2024-04-25T05:15:42.431617+0000 mon.smithi031 (mon.0) 756 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T05:15:42.871 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:42 smithi031 bash[18647]: audit 2024-04-25T05:15:42.431617+0000 mon.smithi031 (mon.0) 756 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T05:15:42.968 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:42 smithi040 bash[23838]: audit 2024-04-25T05:15:41.566737+0000 mon.smithi031 (mon.0) 749 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:15:42.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:42 smithi040 bash[23838]: audit 2024-04-25T05:15:41.566737+0000 mon.smithi031 (mon.0) 749 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:15:42.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:42 smithi040 bash[23838]: audit 2024-04-25T05:15:41.571069+0000 mon.smithi031 (mon.0) 750 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:15:42.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:42 smithi040 bash[23838]: audit 2024-04-25T05:15:41.571069+0000 mon.smithi031 (mon.0) 750 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:15:42.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:42 smithi040 bash[23838]: audit 2024-04-25T05:15:41.776506+0000 mon.smithi031 (mon.0) 751 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:15:42.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:42 smithi040 bash[23838]: audit 2024-04-25T05:15:41.776506+0000 mon.smithi031 (mon.0) 751 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:15:42.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:42 smithi040 bash[23838]: audit 2024-04-25T05:15:41.785614+0000 mon.smithi031 (mon.0) 752 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:15:42.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:42 smithi040 bash[23838]: audit 2024-04-25T05:15:41.785614+0000 mon.smithi031 (mon.0) 752 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:15:42.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:42 smithi040 bash[23838]: cluster 2024-04-25T05:15:41.829519+0000 mgr.smithi031.wbrsoo (mgr.14201) 189 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:42.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:42 smithi040 bash[23838]: cluster 2024-04-25T05:15:41.829519+0000 mgr.smithi031.wbrsoo (mgr.14201) 189 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:42.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:42 smithi040 bash[23838]: audit 2024-04-25T05:15:42.414145+0000 mon.smithi031 (mon.0) 753 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:15:42.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:42 smithi040 bash[23838]: audit 2024-04-25T05:15:42.414145+0000 mon.smithi031 (mon.0) 753 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:15:42.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:42 smithi040 bash[23838]: audit 2024-04-25T05:15:42.415780+0000 mon.smithi031 (mon.0) 754 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:15:42.970 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:42 smithi040 bash[23838]: audit 2024-04-25T05:15:42.415780+0000 mon.smithi031 (mon.0) 754 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:15:42.970 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:42 smithi040 bash[23838]: audit 2024-04-25T05:15:42.425010+0000 mon.smithi031 (mon.0) 755 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:15:42.970 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:42 smithi040 bash[23838]: audit 2024-04-25T05:15:42.425010+0000 mon.smithi031 (mon.0) 755 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:15:42.970 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:42 smithi040 bash[23838]: audit 2024-04-25T05:15:42.431617+0000 mon.smithi031 (mon.0) 756 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T05:15:42.970 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:42 smithi040 bash[23838]: audit 2024-04-25T05:15:42.431617+0000 mon.smithi031 (mon.0) 756 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T05:15:44.858 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:15:45.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:44 smithi040 bash[23838]: cluster 2024-04-25T05:15:43.830059+0000 mgr.smithi031.wbrsoo (mgr.14201) 190 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:45.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:44 smithi040 bash[23838]: cluster 2024-04-25T05:15:43.830059+0000 mgr.smithi031.wbrsoo (mgr.14201) 190 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:45.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:44 smithi031 bash[18647]: cluster 2024-04-25T05:15:43.830059+0000 mgr.smithi031.wbrsoo (mgr.14201) 190 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:45.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:44 smithi031 bash[18647]: cluster 2024-04-25T05:15:43.830059+0000 mgr.smithi031.wbrsoo (mgr.14201) 190 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:46.211 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-25T05:15:46.211 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.smithi031 smithi031 *:9093,9094 running (3m) 4s ago 5m 13.9M - 0.25.0 c8568f914cd2 9fe2c8e30a45 2024-04-25T05:15:46.211 INFO:teuthology.orchestra.run.smithi031.stdout:ceph-exporter.smithi031 smithi031 running (5m) 4s ago 5m 8439k - 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 26fd17db169d 2024-04-25T05:15:46.211 INFO:teuthology.orchestra.run.smithi031.stdout:ceph-exporter.smithi040 smithi040 running (4m) 4s ago 4m 5888k - 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 d98803b75374 2024-04-25T05:15:46.212 INFO:teuthology.orchestra.run.smithi031.stdout:crash.smithi031 smithi031 running (5m) 4s ago 5m 7079k - 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 cfb12ef35c4e 2024-04-25T05:15:46.212 INFO:teuthology.orchestra.run.smithi031.stdout:crash.smithi040 smithi040 running (4m) 4s ago 4m 7084k - 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 f08d3b4ceedd 2024-04-25T05:15:46.212 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.smithi031 smithi031 *:3000 running (3m) 4s ago 4m 72.3M - 9.4.12 2bacad6d85d8 ab016180d55f 2024-04-25T05:15:46.212 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.smithi031.wbrsoo smithi031 *:9283,8765,8443 running (6m) 4s ago 6m 490M - 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 70edc05bc3c1 2024-04-25T05:15:46.212 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.smithi040.dlwybf smithi040 *:8443,9283,8765 running (4m) 4s ago 4m 436M - 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 4f7870393b3e 2024-04-25T05:15:46.212 INFO:teuthology.orchestra.run.smithi031.stdout:mon.smithi031 smithi031 running (7m) 4s ago 7m 47.0M 2048M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 1e01cc86f096 2024-04-25T05:15:46.212 INFO:teuthology.orchestra.run.smithi031.stdout:mon.smithi040 smithi040 running (3m) 4s ago 3m 40.0M 2048M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 a9124b83cc8b 2024-04-25T05:15:46.212 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.smithi031 smithi031 *:9100 running (5m) 4s ago 5m 8336k - 1.5.0 0da6a335fe13 a2796c09c23d 2024-04-25T05:15:46.212 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.smithi040 smithi040 *:9100 running (4m) 4s ago 4m 8672k - 1.5.0 0da6a335fe13 aee8a5d079d2 2024-04-25T05:15:46.212 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi040 running (2m) 4s ago 2m 39.6M 3773M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 28364f90696b 2024-04-25T05:15:46.212 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (2m) 4s ago 2m 47.8M 3005M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 ac028016e3c7 2024-04-25T05:15:46.212 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi040 running (2m) 4s ago 2m 45.7M 3773M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 2e018f14b019 2024-04-25T05:15:46.212 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (2m) 4s ago 2m 46.1M 3005M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 d2d3720b5630 2024-04-25T05:15:46.212 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi040 running (2m) 4s ago 2m 34.9M 3773M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 45c3bcc5b4a4 2024-04-25T05:15:46.212 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi031 running (2m) 4s ago 2m 36.4M 3005M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 e76c4dc1bfa9 2024-04-25T05:15:46.213 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi040 running (2m) 4s ago 2m 42.6M 3773M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 eb19355cca73 2024-04-25T05:15:46.213 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi031 running (2m) 4s ago 2m 46.9M 3005M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 659f4af4cf78 2024-04-25T05:15:46.213 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.smithi031 smithi031 *:9095 running (3m) 4s ago 4m 48.6M - 2.43.0 a07b618ecd1d 5f49cbdc560a 2024-04-25T05:15:46.893 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- bash -c 'ceph orch ls' 2024-04-25T05:15:47.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:46 smithi040 bash[23838]: cluster 2024-04-25T05:15:45.830450+0000 mgr.smithi031.wbrsoo (mgr.14201) 191 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:47.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:46 smithi040 bash[23838]: cluster 2024-04-25T05:15:45.830450+0000 mgr.smithi031.wbrsoo (mgr.14201) 191 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:47.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:46 smithi040 bash[23838]: audit 2024-04-25T05:15:46.181290+0000 mgr.smithi031.wbrsoo (mgr.14201) 192 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:15:47.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:46 smithi040 bash[23838]: audit 2024-04-25T05:15:46.181290+0000 mgr.smithi031.wbrsoo (mgr.14201) 192 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:15:47.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:46 smithi031 bash[18647]: cluster 2024-04-25T05:15:45.830450+0000 mgr.smithi031.wbrsoo (mgr.14201) 191 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:47.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:46 smithi031 bash[18647]: cluster 2024-04-25T05:15:45.830450+0000 mgr.smithi031.wbrsoo (mgr.14201) 191 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:47.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:46 smithi031 bash[18647]: audit 2024-04-25T05:15:46.181290+0000 mgr.smithi031.wbrsoo (mgr.14201) 192 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:15:47.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:46 smithi031 bash[18647]: audit 2024-04-25T05:15:46.181290+0000 mgr.smithi031.wbrsoo (mgr.14201) 192 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:15:49.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:48 smithi040 bash[23838]: cluster 2024-04-25T05:15:47.831068+0000 mgr.smithi031.wbrsoo (mgr.14201) 193 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:49.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:48 smithi040 bash[23838]: cluster 2024-04-25T05:15:47.831068+0000 mgr.smithi031.wbrsoo (mgr.14201) 193 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:49.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:48 smithi031 bash[18647]: cluster 2024-04-25T05:15:47.831068+0000 mgr.smithi031.wbrsoo (mgr.14201) 193 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:49.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:48 smithi031 bash[18647]: cluster 2024-04-25T05:15:47.831068+0000 mgr.smithi031.wbrsoo (mgr.14201) 193 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:51.187 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:50 smithi031 bash[18647]: cluster 2024-04-25T05:15:49.831663+0000 mgr.smithi031.wbrsoo (mgr.14201) 194 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:51.188 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:50 smithi031 bash[18647]: cluster 2024-04-25T05:15:49.831663+0000 mgr.smithi031.wbrsoo (mgr.14201) 194 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:51.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:50 smithi040 bash[23838]: cluster 2024-04-25T05:15:49.831663+0000 mgr.smithi031.wbrsoo (mgr.14201) 194 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:51.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:50 smithi040 bash[23838]: cluster 2024-04-25T05:15:49.831663+0000 mgr.smithi031.wbrsoo (mgr.14201) 194 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:51.700 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:15:52.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:51 smithi031 bash[18647]: audit 2024-04-25T05:15:51.865678+0000 mon.smithi031 (mon.0) 757 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:15:52.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:51 smithi031 bash[18647]: audit 2024-04-25T05:15:51.865678+0000 mon.smithi031 (mon.0) 757 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:15:52.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:51 smithi040 bash[23838]: audit 2024-04-25T05:15:51.865678+0000 mon.smithi031 (mon.0) 757 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:15:52.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:51 smithi040 bash[23838]: audit 2024-04-25T05:15:51.865678+0000 mon.smithi031 (mon.0) 757 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:15:53.060 INFO:teuthology.orchestra.run.smithi031.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-04-25T05:15:53.061 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager ?:9093,9094 1/1 11s ago 6m count:1 2024-04-25T05:15:53.061 INFO:teuthology.orchestra.run.smithi031.stdout:ceph-exporter 2/2 11s ago 6m * 2024-04-25T05:15:53.061 INFO:teuthology.orchestra.run.smithi031.stdout:crash 2/2 11s ago 6m * 2024-04-25T05:15:53.061 INFO:teuthology.orchestra.run.smithi031.stdout:grafana ?:3000 1/1 11s ago 6m count:1 2024-04-25T05:15:53.061 INFO:teuthology.orchestra.run.smithi031.stdout:mgr 2/2 11s ago 6m count:2 2024-04-25T05:15:53.061 INFO:teuthology.orchestra.run.smithi031.stdout:mon 2/2 11s ago 4m smithi031:172.21.15.31=smithi031;smithi040:172.21.15.40=smithi040;count:2 2024-04-25T05:15:53.061 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter ?:9100 2/2 11s ago 6m * 2024-04-25T05:15:53.061 INFO:teuthology.orchestra.run.smithi031.stdout:osd.all-available-devices 8 11s ago 3m * 2024-04-25T05:15:53.061 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus ?:9095 1/1 11s ago 6m count:1 2024-04-25T05:15:53.074 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:52 smithi031 bash[18647]: cluster 2024-04-25T05:15:51.832400+0000 mgr.smithi031.wbrsoo (mgr.14201) 195 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:53.075 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:52 smithi031 bash[18647]: cluster 2024-04-25T05:15:51.832400+0000 mgr.smithi031.wbrsoo (mgr.14201) 195 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:53.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:52 smithi040 bash[23838]: cluster 2024-04-25T05:15:51.832400+0000 mgr.smithi031.wbrsoo (mgr.14201) 195 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:53.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:52 smithi040 bash[23838]: cluster 2024-04-25T05:15:51.832400+0000 mgr.smithi031.wbrsoo (mgr.14201) 195 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:53.785 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- bash -c 'ceph orch host ls' 2024-04-25T05:15:54.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:53 smithi031 bash[18647]: audit 2024-04-25T05:15:53.057189+0000 mgr.smithi031.wbrsoo (mgr.14201) 196 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:15:54.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:53 smithi031 bash[18647]: audit 2024-04-25T05:15:53.057189+0000 mgr.smithi031.wbrsoo (mgr.14201) 196 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:15:54.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:53 smithi040 bash[23838]: audit 2024-04-25T05:15:53.057189+0000 mgr.smithi031.wbrsoo (mgr.14201) 196 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:15:54.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:53 smithi040 bash[23838]: audit 2024-04-25T05:15:53.057189+0000 mgr.smithi031.wbrsoo (mgr.14201) 196 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:15:55.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:54 smithi040 bash[23838]: cluster 2024-04-25T05:15:53.832995+0000 mgr.smithi031.wbrsoo (mgr.14201) 197 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:55.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:54 smithi040 bash[23838]: cluster 2024-04-25T05:15:53.832995+0000 mgr.smithi031.wbrsoo (mgr.14201) 197 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:55.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:54 smithi031 bash[18647]: cluster 2024-04-25T05:15:53.832995+0000 mgr.smithi031.wbrsoo (mgr.14201) 197 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:55.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:54 smithi031 bash[18647]: cluster 2024-04-25T05:15:53.832995+0000 mgr.smithi031.wbrsoo (mgr.14201) 197 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:57.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:56 smithi040 bash[23838]: cluster 2024-04-25T05:15:55.833525+0000 mgr.smithi031.wbrsoo (mgr.14201) 198 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:57.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:56 smithi040 bash[23838]: cluster 2024-04-25T05:15:55.833525+0000 mgr.smithi031.wbrsoo (mgr.14201) 198 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:57.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:56 smithi031 bash[18647]: cluster 2024-04-25T05:15:55.833525+0000 mgr.smithi031.wbrsoo (mgr.14201) 198 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:57.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:56 smithi031 bash[18647]: cluster 2024-04-25T05:15:55.833525+0000 mgr.smithi031.wbrsoo (mgr.14201) 198 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:58.600 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:15:59.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:58 smithi040 bash[23838]: cluster 2024-04-25T05:15:57.834097+0000 mgr.smithi031.wbrsoo (mgr.14201) 199 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:59.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:15:58 smithi040 bash[23838]: cluster 2024-04-25T05:15:57.834097+0000 mgr.smithi031.wbrsoo (mgr.14201) 199 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:59.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:58 smithi031 bash[18647]: cluster 2024-04-25T05:15:57.834097+0000 mgr.smithi031.wbrsoo (mgr.14201) 199 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:59.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:15:58 smithi031 bash[18647]: cluster 2024-04-25T05:15:57.834097+0000 mgr.smithi031.wbrsoo (mgr.14201) 199 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:15:59.875 INFO:teuthology.orchestra.run.smithi031.stdout:HOST ADDR LABELS STATUS 2024-04-25T05:15:59.875 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 172.21.15.31 2024-04-25T05:15:59.875 INFO:teuthology.orchestra.run.smithi031.stdout:smithi040 172.21.15.40 2024-04-25T05:15:59.875 INFO:teuthology.orchestra.run.smithi031.stdout:2 hosts in cluster 2024-04-25T05:16:00.626 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- bash -c 'ceph orch device ls' 2024-04-25T05:16:01.189 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:00 smithi031 bash[18647]: cluster 2024-04-25T05:15:59.834641+0000 mgr.smithi031.wbrsoo (mgr.14201) 200 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:01.189 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:00 smithi031 bash[18647]: cluster 2024-04-25T05:15:59.834641+0000 mgr.smithi031.wbrsoo (mgr.14201) 200 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:01.189 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:00 smithi031 bash[18647]: audit 2024-04-25T05:15:59.875847+0000 mgr.smithi031.wbrsoo (mgr.14201) 201 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:16:01.190 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:00 smithi031 bash[18647]: audit 2024-04-25T05:15:59.875847+0000 mgr.smithi031.wbrsoo (mgr.14201) 201 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:16:01.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:00 smithi040 bash[23838]: cluster 2024-04-25T05:15:59.834641+0000 mgr.smithi031.wbrsoo (mgr.14201) 200 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:01.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:00 smithi040 bash[23838]: cluster 2024-04-25T05:15:59.834641+0000 mgr.smithi031.wbrsoo (mgr.14201) 200 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:01.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:00 smithi040 bash[23838]: audit 2024-04-25T05:15:59.875847+0000 mgr.smithi031.wbrsoo (mgr.14201) 201 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:16:01.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:00 smithi040 bash[23838]: audit 2024-04-25T05:15:59.875847+0000 mgr.smithi031.wbrsoo (mgr.14201) 201 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:16:03.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:02 smithi040 bash[23838]: cluster 2024-04-25T05:16:01.835157+0000 mgr.smithi031.wbrsoo (mgr.14201) 202 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:03.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:02 smithi040 bash[23838]: cluster 2024-04-25T05:16:01.835157+0000 mgr.smithi031.wbrsoo (mgr.14201) 202 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:03.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:02 smithi031 bash[18647]: cluster 2024-04-25T05:16:01.835157+0000 mgr.smithi031.wbrsoo (mgr.14201) 202 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:03.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:02 smithi031 bash[18647]: cluster 2024-04-25T05:16:01.835157+0000 mgr.smithi031.wbrsoo (mgr.14201) 202 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:05.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:04 smithi040 bash[23838]: cluster 2024-04-25T05:16:03.835686+0000 mgr.smithi031.wbrsoo (mgr.14201) 203 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:05.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:04 smithi040 bash[23838]: cluster 2024-04-25T05:16:03.835686+0000 mgr.smithi031.wbrsoo (mgr.14201) 203 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:05.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:04 smithi031 bash[18647]: cluster 2024-04-25T05:16:03.835686+0000 mgr.smithi031.wbrsoo (mgr.14201) 203 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:05.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:04 smithi031 bash[18647]: cluster 2024-04-25T05:16:03.835686+0000 mgr.smithi031.wbrsoo (mgr.14201) 203 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:05.439 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:16:06.747 INFO:teuthology.orchestra.run.smithi031.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-04-25T05:16:06.747 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT53310008400BGN 372G No 119s ago Has a FileSystem, LVM detected 2024-04-25T05:16:06.747 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 /dev/nvme1n1 ssd Linux_3bccdb017bf8c1cebeb1 89.4G No 119s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T05:16:06.747 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 /dev/nvme2n1 ssd Linux_6d2e5737dd67f2bcff17 89.4G No 119s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T05:16:06.747 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 /dev/nvme3n1 ssd Linux_32a4d2ffdcc43dc4456e 89.4G No 119s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T05:16:06.747 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 /dev/nvme4n1 ssd Linux_619d1aeb9e819bd8c216 89.4G No 119s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T05:16:06.747 INFO:teuthology.orchestra.run.smithi031.stdout:smithi040 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT5330009J400BGN 372G No 119s ago Has a FileSystem, LVM detected 2024-04-25T05:16:06.747 INFO:teuthology.orchestra.run.smithi031.stdout:smithi040 /dev/nvme1n1 ssd Linux_7188ee53b6e9774f2558 89.4G No 119s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T05:16:06.747 INFO:teuthology.orchestra.run.smithi031.stdout:smithi040 /dev/nvme2n1 ssd Linux_0c5a9f37581f900091b7 89.4G No 119s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T05:16:06.747 INFO:teuthology.orchestra.run.smithi031.stdout:smithi040 /dev/nvme3n1 ssd Linux_acea2a39907ce713729e 89.4G No 119s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T05:16:06.748 INFO:teuthology.orchestra.run.smithi031.stdout:smithi040 /dev/nvme4n1 ssd Linux_da3dc093c0dc1215c7d0 89.4G No 119s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T05:16:07.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:06 smithi031 bash[18647]: cluster 2024-04-25T05:16:05.836299+0000 mgr.smithi031.wbrsoo (mgr.14201) 204 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:07.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:06 smithi031 bash[18647]: cluster 2024-04-25T05:16:05.836299+0000 mgr.smithi031.wbrsoo (mgr.14201) 204 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:07.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:06 smithi031 bash[18647]: audit 2024-04-25T05:16:06.865275+0000 mon.smithi031 (mon.0) 758 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:16:07.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:06 smithi031 bash[18647]: audit 2024-04-25T05:16:06.865275+0000 mon.smithi031 (mon.0) 758 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:16:07.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:06 smithi040 bash[23838]: cluster 2024-04-25T05:16:05.836299+0000 mgr.smithi031.wbrsoo (mgr.14201) 204 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:07.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:06 smithi040 bash[23838]: cluster 2024-04-25T05:16:05.836299+0000 mgr.smithi031.wbrsoo (mgr.14201) 204 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:07.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:06 smithi040 bash[23838]: audit 2024-04-25T05:16:06.865275+0000 mon.smithi031 (mon.0) 758 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:16:07.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:06 smithi040 bash[23838]: audit 2024-04-25T05:16:06.865275+0000 mon.smithi031 (mon.0) 758 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:16:07.400 INFO:teuthology.run_tasks:Running task vip... 2024-04-25T05:16:07.413 INFO:tasks.vip:Allocating static IPs for each host... 2024-04-25T05:16:07.413 INFO:tasks.vip:peername 172.21.15.31 2024-04-25T05:16:07.417 INFO:tasks.vip:172.21.15.31 in 172.21.0.0/20, pos 3870 2024-04-25T05:16:07.422 INFO:tasks.vip:smithi031.front.sepia.ceph.com static 10.0.15.31, vnet 10.0.0.0/16 2024-04-25T05:16:07.422 INFO:tasks.vip:VIPs are [IPv4Address('10.0.31.31')] 2024-04-25T05:16:07.423 DEBUG:teuthology.orchestra.run.smithi031:> sudo ip route ls 2024-04-25T05:16:07.436 INFO:teuthology.orchestra.run.smithi031.stdout:default via 172.21.15.254 dev ens1f0 2024-04-25T05:16:07.436 INFO:teuthology.orchestra.run.smithi031.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-04-25T05:16:07.436 INFO:teuthology.orchestra.run.smithi031.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.31 2024-04-25T05:16:07.438 INFO:tasks.vip:Configuring 10.0.15.31 on smithi031.front.sepia.ceph.com iface ens1f0... 2024-04-25T05:16:07.438 DEBUG:teuthology.orchestra.run.smithi031:> sudo ip addr add 10.0.15.31/16 dev ens1f0 2024-04-25T05:16:07.495 INFO:tasks.vip:peername 172.21.15.40 2024-04-25T05:16:07.498 INFO:tasks.vip:172.21.15.40 in 172.21.0.0/20, pos 3879 2024-04-25T05:16:07.502 INFO:tasks.vip:smithi040.front.sepia.ceph.com static 10.0.15.40, vnet 10.0.0.0/16 2024-04-25T05:16:07.502 DEBUG:teuthology.orchestra.run.smithi040:> sudo ip route ls 2024-04-25T05:16:07.519 INFO:teuthology.orchestra.run.smithi040.stdout:default via 172.21.15.254 dev ens1f0 2024-04-25T05:16:07.519 INFO:teuthology.orchestra.run.smithi040.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-04-25T05:16:07.519 INFO:teuthology.orchestra.run.smithi040.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.40 2024-04-25T05:16:07.520 INFO:tasks.vip:Configuring 10.0.15.40 on smithi040.front.sepia.ceph.com iface ens1f0... 2024-04-25T05:16:07.520 DEBUG:teuthology.orchestra.run.smithi040:> sudo ip addr add 10.0.15.40/16 dev ens1f0 2024-04-25T05:16:07.576 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-25T05:16:07.585 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi031.front.sepia.ceph.com 2024-04-25T05:16:07.585 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- bash -c 'ceph orch device ls --refresh' 2024-04-25T05:16:08.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:07 smithi040 bash[23838]: audit 2024-04-25T05:16:06.740203+0000 mgr.smithi031.wbrsoo (mgr.14201) 205 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:16:08.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:07 smithi040 bash[23838]: audit 2024-04-25T05:16:06.740203+0000 mgr.smithi031.wbrsoo (mgr.14201) 205 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:16:08.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:07 smithi031 bash[18647]: audit 2024-04-25T05:16:06.740203+0000 mgr.smithi031.wbrsoo (mgr.14201) 205 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:16:08.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:07 smithi031 bash[18647]: audit 2024-04-25T05:16:06.740203+0000 mgr.smithi031.wbrsoo (mgr.14201) 205 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:16:09.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:08 smithi040 bash[23838]: cluster 2024-04-25T05:16:07.836702+0000 mgr.smithi031.wbrsoo (mgr.14201) 206 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:09.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:08 smithi040 bash[23838]: cluster 2024-04-25T05:16:07.836702+0000 mgr.smithi031.wbrsoo (mgr.14201) 206 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:09.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:08 smithi031 bash[18647]: cluster 2024-04-25T05:16:07.836702+0000 mgr.smithi031.wbrsoo (mgr.14201) 206 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:09.296 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:08 smithi031 bash[18647]: cluster 2024-04-25T05:16:07.836702+0000 mgr.smithi031.wbrsoo (mgr.14201) 206 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:11.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:10 smithi040 bash[23838]: cluster 2024-04-25T05:16:09.837219+0000 mgr.smithi031.wbrsoo (mgr.14201) 207 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:11.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:10 smithi040 bash[23838]: cluster 2024-04-25T05:16:09.837219+0000 mgr.smithi031.wbrsoo (mgr.14201) 207 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:11.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:10 smithi031 bash[18647]: cluster 2024-04-25T05:16:09.837219+0000 mgr.smithi031.wbrsoo (mgr.14201) 207 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:11.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:10 smithi031 bash[18647]: cluster 2024-04-25T05:16:09.837219+0000 mgr.smithi031.wbrsoo (mgr.14201) 207 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:12.400 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:16:13.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:12 smithi040 bash[23838]: cluster 2024-04-25T05:16:11.837819+0000 mgr.smithi031.wbrsoo (mgr.14201) 208 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:13.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:12 smithi040 bash[23838]: cluster 2024-04-25T05:16:11.837819+0000 mgr.smithi031.wbrsoo (mgr.14201) 208 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:13.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:12 smithi031 bash[18647]: cluster 2024-04-25T05:16:11.837819+0000 mgr.smithi031.wbrsoo (mgr.14201) 208 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:13.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:12 smithi031 bash[18647]: cluster 2024-04-25T05:16:11.837819+0000 mgr.smithi031.wbrsoo (mgr.14201) 208 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:13.763 INFO:teuthology.orchestra.run.smithi031.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-04-25T05:16:13.763 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT53310008400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-04-25T05:16:13.763 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 /dev/nvme1n1 ssd Linux_3bccdb017bf8c1cebeb1 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T05:16:13.763 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 /dev/nvme2n1 ssd Linux_6d2e5737dd67f2bcff17 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T05:16:13.763 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 /dev/nvme3n1 ssd Linux_32a4d2ffdcc43dc4456e 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T05:16:13.763 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 /dev/nvme4n1 ssd Linux_619d1aeb9e819bd8c216 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T05:16:13.763 INFO:teuthology.orchestra.run.smithi031.stdout:smithi040 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT5330009J400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-04-25T05:16:13.763 INFO:teuthology.orchestra.run.smithi031.stdout:smithi040 /dev/nvme1n1 ssd Linux_7188ee53b6e9774f2558 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T05:16:13.763 INFO:teuthology.orchestra.run.smithi031.stdout:smithi040 /dev/nvme2n1 ssd Linux_0c5a9f37581f900091b7 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T05:16:13.763 INFO:teuthology.orchestra.run.smithi031.stdout:smithi040 /dev/nvme3n1 ssd Linux_acea2a39907ce713729e 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T05:16:13.763 INFO:teuthology.orchestra.run.smithi031.stdout:smithi040 /dev/nvme4n1 ssd Linux_da3dc093c0dc1215c7d0 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T05:16:14.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:13 smithi031 bash[18647]: audit 2024-04-25T05:16:13.778932+0000 mon.smithi031 (mon.0) 759 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:16:14.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:13 smithi031 bash[18647]: audit 2024-04-25T05:16:13.778932+0000 mon.smithi031 (mon.0) 759 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:16:14.217 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:13 smithi040 bash[23838]: audit 2024-04-25T05:16:13.778932+0000 mon.smithi031 (mon.0) 759 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:16:14.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:13 smithi040 bash[23838]: audit 2024-04-25T05:16:13.778932+0000 mon.smithi031 (mon.0) 759 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:16:14.482 INFO:teuthology.run_tasks:Running task vip.exec... 2024-04-25T05:16:14.493 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi031.front.sepia.ceph.com 2024-04-25T05:16:14.493 DEBUG:teuthology.orchestra.run.smithi031:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-04-25T05:16:14.506 INFO:teuthology.orchestra.run.smithi031.stderr:+ systemctl stop nfs-server 2024-04-25T05:16:14.621 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi040.front.sepia.ceph.com 2024-04-25T05:16:14.622 DEBUG:teuthology.orchestra.run.smithi040:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-04-25T05:16:14.636 INFO:teuthology.orchestra.run.smithi040.stderr:+ systemctl stop nfs-server 2024-04-25T05:16:14.797 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-25T05:16:14.811 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi031.front.sepia.ceph.com 2024-04-25T05:16:14.811 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2024-04-25T05:16:15.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:14 smithi031 bash[18647]: audit 2024-04-25T05:16:13.762111+0000 mgr.smithi031.wbrsoo (mgr.14201) 209 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:16:15.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:14 smithi031 bash[18647]: audit 2024-04-25T05:16:13.762111+0000 mgr.smithi031.wbrsoo (mgr.14201) 209 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:16:15.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:14 smithi031 bash[18647]: cluster 2024-04-25T05:16:13.838182+0000 mgr.smithi031.wbrsoo (mgr.14201) 210 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:15.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:14 smithi031 bash[18647]: cluster 2024-04-25T05:16:13.838182+0000 mgr.smithi031.wbrsoo (mgr.14201) 210 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:15.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:14 smithi040 bash[23838]: audit 2024-04-25T05:16:13.762111+0000 mgr.smithi031.wbrsoo (mgr.14201) 209 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:16:15.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:14 smithi040 bash[23838]: audit 2024-04-25T05:16:13.762111+0000 mgr.smithi031.wbrsoo (mgr.14201) 209 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:16:15.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:14 smithi040 bash[23838]: cluster 2024-04-25T05:16:13.838182+0000 mgr.smithi031.wbrsoo (mgr.14201) 210 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:15.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:14 smithi040 bash[23838]: cluster 2024-04-25T05:16:13.838182+0000 mgr.smithi031.wbrsoo (mgr.14201) 210 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:17.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:16 smithi031 bash[18647]: cluster 2024-04-25T05:16:15.838750+0000 mgr.smithi031.wbrsoo (mgr.14201) 211 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:17.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:16 smithi031 bash[18647]: cluster 2024-04-25T05:16:15.838750+0000 mgr.smithi031.wbrsoo (mgr.14201) 211 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:17.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:16 smithi040 bash[23838]: cluster 2024-04-25T05:16:15.838750+0000 mgr.smithi031.wbrsoo (mgr.14201) 211 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:17.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:16 smithi040 bash[23838]: cluster 2024-04-25T05:16:15.838750+0000 mgr.smithi031.wbrsoo (mgr.14201) 211 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:18.805 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:16:19.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:18 smithi031 bash[18647]: cluster 2024-04-25T05:16:17.839364+0000 mgr.smithi031.wbrsoo (mgr.14201) 212 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:19.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:18 smithi031 bash[18647]: cluster 2024-04-25T05:16:17.839364+0000 mgr.smithi031.wbrsoo (mgr.14201) 212 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:19.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:18 smithi040 bash[23838]: cluster 2024-04-25T05:16:17.839364+0000 mgr.smithi031.wbrsoo (mgr.14201) 212 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:19.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:18 smithi040 bash[23838]: cluster 2024-04-25T05:16:17.839364+0000 mgr.smithi031.wbrsoo (mgr.14201) 212 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:20.336 INFO:teuthology.orchestra.run.smithi031.stdout:Scheduled rgw.foorgw update... 2024-04-25T05:16:20.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:20 smithi031 bash[18647]: audit 2024-04-25T05:16:19.315798+0000 mon.smithi031 (mon.0) 760 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:20.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:20 smithi031 bash[18647]: audit 2024-04-25T05:16:19.315798+0000 mon.smithi031 (mon.0) 760 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:20.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:20 smithi031 bash[18647]: audit 2024-04-25T05:16:19.321135+0000 mon.smithi031 (mon.0) 761 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:20.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:20 smithi031 bash[18647]: audit 2024-04-25T05:16:19.321135+0000 mon.smithi031 (mon.0) 761 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:20.566 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:20 smithi031 bash[18647]: audit 2024-04-25T05:16:19.742040+0000 mon.smithi031 (mon.0) 762 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:20.567 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:20 smithi031 bash[18647]: audit 2024-04-25T05:16:19.742040+0000 mon.smithi031 (mon.0) 762 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:20.567 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:20 smithi031 bash[18647]: audit 2024-04-25T05:16:19.747187+0000 mon.smithi031 (mon.0) 763 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:20.567 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:20 smithi031 bash[18647]: audit 2024-04-25T05:16:19.747187+0000 mon.smithi031 (mon.0) 763 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:20.567 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:20 smithi031 bash[18647]: audit 2024-04-25T05:16:19.820664+0000 mon.smithi031 (mon.0) 764 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:20.567 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:20 smithi031 bash[18647]: audit 2024-04-25T05:16:19.820664+0000 mon.smithi031 (mon.0) 764 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:20.567 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:20 smithi031 bash[18647]: audit 2024-04-25T05:16:19.828777+0000 mon.smithi031 (mon.0) 765 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:20.567 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:20 smithi031 bash[18647]: audit 2024-04-25T05:16:19.828777+0000 mon.smithi031 (mon.0) 765 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:20.567 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:20 smithi031 bash[18647]: audit 2024-04-25T05:16:20.252843+0000 mon.smithi031 (mon.0) 766 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:20.567 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:20 smithi031 bash[18647]: audit 2024-04-25T05:16:20.252843+0000 mon.smithi031 (mon.0) 766 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:20.567 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:20 smithi031 bash[18647]: audit 2024-04-25T05:16:20.259810+0000 mon.smithi031 (mon.0) 767 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:20.567 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:20 smithi031 bash[18647]: audit 2024-04-25T05:16:20.259810+0000 mon.smithi031 (mon.0) 767 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:20.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:20 smithi040 bash[23838]: audit 2024-04-25T05:16:19.315798+0000 mon.smithi031 (mon.0) 760 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:20.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:20 smithi040 bash[23838]: audit 2024-04-25T05:16:19.315798+0000 mon.smithi031 (mon.0) 760 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:20.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:20 smithi040 bash[23838]: audit 2024-04-25T05:16:19.321135+0000 mon.smithi031 (mon.0) 761 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:20.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:20 smithi040 bash[23838]: audit 2024-04-25T05:16:19.321135+0000 mon.smithi031 (mon.0) 761 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:20.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:20 smithi040 bash[23838]: audit 2024-04-25T05:16:19.742040+0000 mon.smithi031 (mon.0) 762 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:20.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:20 smithi040 bash[23838]: audit 2024-04-25T05:16:19.742040+0000 mon.smithi031 (mon.0) 762 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:20.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:20 smithi040 bash[23838]: audit 2024-04-25T05:16:19.747187+0000 mon.smithi031 (mon.0) 763 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:20.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:20 smithi040 bash[23838]: audit 2024-04-25T05:16:19.747187+0000 mon.smithi031 (mon.0) 763 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:20.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:20 smithi040 bash[23838]: audit 2024-04-25T05:16:19.820664+0000 mon.smithi031 (mon.0) 764 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:20.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:20 smithi040 bash[23838]: audit 2024-04-25T05:16:19.820664+0000 mon.smithi031 (mon.0) 764 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:20.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:20 smithi040 bash[23838]: audit 2024-04-25T05:16:19.828777+0000 mon.smithi031 (mon.0) 765 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:20.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:20 smithi040 bash[23838]: audit 2024-04-25T05:16:19.828777+0000 mon.smithi031 (mon.0) 765 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:20.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:20 smithi040 bash[23838]: audit 2024-04-25T05:16:20.252843+0000 mon.smithi031 (mon.0) 766 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:20.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:20 smithi040 bash[23838]: audit 2024-04-25T05:16:20.252843+0000 mon.smithi031 (mon.0) 766 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:20.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:20 smithi040 bash[23838]: audit 2024-04-25T05:16:20.259810+0000 mon.smithi031 (mon.0) 767 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:20.720 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:20 smithi040 bash[23838]: audit 2024-04-25T05:16:20.259810+0000 mon.smithi031 (mon.0) 767 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:21.112 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.31/16' 2024-04-25T05:16:21.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:21 smithi031 bash[18647]: cluster 2024-04-25T05:16:19.839738+0000 mgr.smithi031.wbrsoo (mgr.14201) 213 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:21.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:21 smithi031 bash[18647]: cluster 2024-04-25T05:16:19.839738+0000 mgr.smithi031.wbrsoo (mgr.14201) 213 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:21.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:21 smithi031 bash[18647]: audit 2024-04-25T05:16:20.338276+0000 mon.smithi031 (mon.0) 768 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:21.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:21 smithi031 bash[18647]: audit 2024-04-25T05:16:20.338276+0000 mon.smithi031 (mon.0) 768 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:21.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:21 smithi040 bash[23838]: cluster 2024-04-25T05:16:19.839738+0000 mgr.smithi031.wbrsoo (mgr.14201) 213 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:21.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:21 smithi040 bash[23838]: cluster 2024-04-25T05:16:19.839738+0000 mgr.smithi031.wbrsoo (mgr.14201) 213 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:21.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:21 smithi040 bash[23838]: audit 2024-04-25T05:16:20.338276+0000 mon.smithi031 (mon.0) 768 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:21.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:21 smithi040 bash[23838]: audit 2024-04-25T05:16:20.338276+0000 mon.smithi031 (mon.0) 768 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:22.619 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:22 smithi031 bash[18647]: audit 2024-04-25T05:16:20.332060+0000 mgr.smithi031.wbrsoo (mgr.14201) 214 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:16:22.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:22 smithi031 bash[18647]: audit 2024-04-25T05:16:20.332060+0000 mgr.smithi031.wbrsoo (mgr.14201) 214 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:16:22.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:22 smithi031 bash[18647]: cephadm 2024-04-25T05:16:20.333527+0000 mgr.smithi031.wbrsoo (mgr.14201) 215 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-04-25T05:16:22.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:22 smithi031 bash[18647]: cephadm 2024-04-25T05:16:20.333527+0000 mgr.smithi031.wbrsoo (mgr.14201) 215 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-04-25T05:16:22.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:22 smithi031 bash[18647]: cluster 2024-04-25T05:16:21.840245+0000 mgr.smithi031.wbrsoo (mgr.14201) 216 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:22.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:22 smithi031 bash[18647]: cluster 2024-04-25T05:16:21.840245+0000 mgr.smithi031.wbrsoo (mgr.14201) 216 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:22.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:22 smithi031 bash[18647]: audit 2024-04-25T05:16:21.868667+0000 mon.smithi031 (mon.0) 769 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:16:22.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:22 smithi031 bash[18647]: audit 2024-04-25T05:16:21.868667+0000 mon.smithi031 (mon.0) 769 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:16:22.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:22 smithi040 bash[23838]: audit 2024-04-25T05:16:20.332060+0000 mgr.smithi031.wbrsoo (mgr.14201) 214 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:16:22.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:22 smithi040 bash[23838]: audit 2024-04-25T05:16:20.332060+0000 mgr.smithi031.wbrsoo (mgr.14201) 214 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:16:22.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:22 smithi040 bash[23838]: cephadm 2024-04-25T05:16:20.333527+0000 mgr.smithi031.wbrsoo (mgr.14201) 215 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-04-25T05:16:22.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:22 smithi040 bash[23838]: cephadm 2024-04-25T05:16:20.333527+0000 mgr.smithi031.wbrsoo (mgr.14201) 215 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-04-25T05:16:22.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:22 smithi040 bash[23838]: cluster 2024-04-25T05:16:21.840245+0000 mgr.smithi031.wbrsoo (mgr.14201) 216 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:22.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:22 smithi040 bash[23838]: cluster 2024-04-25T05:16:21.840245+0000 mgr.smithi031.wbrsoo (mgr.14201) 216 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:22.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:22 smithi040 bash[23838]: audit 2024-04-25T05:16:21.868667+0000 mon.smithi031 (mon.0) 769 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:16:22.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:22 smithi040 bash[23838]: audit 2024-04-25T05:16:21.868667+0000 mon.smithi031 (mon.0) 769 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:16:25.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:24 smithi040 bash[23838]: cluster 2024-04-25T05:16:23.840869+0000 mgr.smithi031.wbrsoo (mgr.14201) 217 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:25.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:24 smithi040 bash[23838]: cluster 2024-04-25T05:16:23.840869+0000 mgr.smithi031.wbrsoo (mgr.14201) 217 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:25.280 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:16:25.301 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:24 smithi031 bash[18647]: cluster 2024-04-25T05:16:23.840869+0000 mgr.smithi031.wbrsoo (mgr.14201) 217 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:25.301 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:24 smithi031 bash[18647]: cluster 2024-04-25T05:16:23.840869+0000 mgr.smithi031.wbrsoo (mgr.14201) 217 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:27.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:26 smithi031 bash[18647]: cluster 2024-04-25T05:16:25.841476+0000 mgr.smithi031.wbrsoo (mgr.14201) 218 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:27.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:26 smithi031 bash[18647]: cluster 2024-04-25T05:16:25.841476+0000 mgr.smithi031.wbrsoo (mgr.14201) 218 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:27.167 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:26 smithi040 bash[23838]: cluster 2024-04-25T05:16:25.841476+0000 mgr.smithi031.wbrsoo (mgr.14201) 218 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:27.167 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:26 smithi040 bash[23838]: cluster 2024-04-25T05:16:25.841476+0000 mgr.smithi031.wbrsoo (mgr.14201) 218 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:28.200 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:27 smithi031 bash[18647]: audit 2024-04-25T05:16:26.952975+0000 mgr.smithi031.wbrsoo (mgr.14201) 219 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.31/16", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:16:28.200 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:27 smithi031 bash[18647]: audit 2024-04-25T05:16:26.952975+0000 mgr.smithi031.wbrsoo (mgr.14201) 219 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.31/16", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:16:28.200 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:27 smithi031 bash[18647]: audit 2024-04-25T05:16:26.955956+0000 mon.smithi031 (mon.0) 770 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-04-25T05:16:28.200 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:27 smithi031 bash[18647]: audit 2024-04-25T05:16:26.955956+0000 mon.smithi031 (mon.0) 770 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-04-25T05:16:28.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:27 smithi040 bash[23838]: audit 2024-04-25T05:16:26.952975+0000 mgr.smithi031.wbrsoo (mgr.14201) 219 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.31/16", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:16:28.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:27 smithi040 bash[23838]: audit 2024-04-25T05:16:26.952975+0000 mgr.smithi031.wbrsoo (mgr.14201) 219 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.31/16", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:16:28.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:27 smithi040 bash[23838]: audit 2024-04-25T05:16:26.955956+0000 mon.smithi031 (mon.0) 770 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-04-25T05:16:28.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:27 smithi040 bash[23838]: audit 2024-04-25T05:16:26.955956+0000 mon.smithi031 (mon.0) 770 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-04-25T05:16:29.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:28 smithi040 bash[23838]: cluster 2024-04-25T05:16:27.842068+0000 mgr.smithi031.wbrsoo (mgr.14201) 220 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:29.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:28 smithi040 bash[23838]: cluster 2024-04-25T05:16:27.842068+0000 mgr.smithi031.wbrsoo (mgr.14201) 220 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:29.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:28 smithi040 bash[23838]: audit 2024-04-25T05:16:27.911589+0000 mon.smithi031 (mon.0) 771 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-04-25T05:16:29.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:28 smithi040 bash[23838]: audit 2024-04-25T05:16:27.911589+0000 mon.smithi031 (mon.0) 771 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-04-25T05:16:29.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:28 smithi040 bash[23838]: cluster 2024-04-25T05:16:27.917532+0000 mon.smithi031 (mon.0) 772 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-04-25T05:16:29.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:28 smithi040 bash[23838]: cluster 2024-04-25T05:16:27.917532+0000 mon.smithi031 (mon.0) 772 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-04-25T05:16:29.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:28 smithi040 bash[23838]: audit 2024-04-25T05:16:27.919888+0000 mon.smithi031 (mon.0) 773 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-04-25T05:16:29.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:28 smithi040 bash[23838]: audit 2024-04-25T05:16:27.919888+0000 mon.smithi031 (mon.0) 773 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-04-25T05:16:29.280 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:28 smithi031 bash[18647]: cluster 2024-04-25T05:16:27.842068+0000 mgr.smithi031.wbrsoo (mgr.14201) 220 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:29.280 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:28 smithi031 bash[18647]: cluster 2024-04-25T05:16:27.842068+0000 mgr.smithi031.wbrsoo (mgr.14201) 220 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:29.280 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:28 smithi031 bash[18647]: audit 2024-04-25T05:16:27.911589+0000 mon.smithi031 (mon.0) 771 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-04-25T05:16:29.280 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:28 smithi031 bash[18647]: audit 2024-04-25T05:16:27.911589+0000 mon.smithi031 (mon.0) 771 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-04-25T05:16:29.280 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:28 smithi031 bash[18647]: cluster 2024-04-25T05:16:27.917532+0000 mon.smithi031 (mon.0) 772 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-04-25T05:16:29.280 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:28 smithi031 bash[18647]: cluster 2024-04-25T05:16:27.917532+0000 mon.smithi031 (mon.0) 772 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-04-25T05:16:29.280 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:28 smithi031 bash[18647]: audit 2024-04-25T05:16:27.919888+0000 mon.smithi031 (mon.0) 773 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-04-25T05:16:29.280 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:28 smithi031 bash[18647]: audit 2024-04-25T05:16:27.919888+0000 mon.smithi031 (mon.0) 773 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-04-25T05:16:29.808 INFO:teuthology.run_tasks:Running task vip.exec... 2024-04-25T05:16:29.825 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi031.front.sepia.ceph.com 2024-04-25T05:16:29.825 DEBUG:teuthology.orchestra.run.smithi031:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2024-04-25T05:16:29.838 INFO:teuthology.orchestra.run.smithi031.stderr:+ dnf install -y python3-boto3 2024-04-25T05:16:29.838 INFO:teuthology.orchestra.run.smithi031.stderr:bash: line 1: dnf: command not found 2024-04-25T05:16:29.838 INFO:teuthology.orchestra.run.smithi031.stderr:+ apt install -y python3-boto3 2024-04-25T05:16:29.841 INFO:teuthology.orchestra.run.smithi031.stderr: 2024-04-25T05:16:29.841 INFO:teuthology.orchestra.run.smithi031.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2024-04-25T05:16:29.842 INFO:teuthology.orchestra.run.smithi031.stderr: 2024-04-25T05:16:29.884 INFO:teuthology.orchestra.run.smithi031.stdout:Reading package lists... 2024-04-25T05:16:30.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:29 smithi031 bash[18647]: audit 2024-04-25T05:16:28.919666+0000 mon.smithi031 (mon.0) 774 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-04-25T05:16:30.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:29 smithi031 bash[18647]: audit 2024-04-25T05:16:28.919666+0000 mon.smithi031 (mon.0) 774 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-04-25T05:16:30.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:29 smithi031 bash[18647]: cluster 2024-04-25T05:16:28.924194+0000 mon.smithi031 (mon.0) 775 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-04-25T05:16:30.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:29 smithi031 bash[18647]: cluster 2024-04-25T05:16:28.924194+0000 mon.smithi031 (mon.0) 775 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-04-25T05:16:30.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:29 smithi031 bash[18647]: cephadm 2024-04-25T05:16:28.966763+0000 mgr.smithi031.wbrsoo (mgr.14201) 221 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-04-25T05:16:30.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:29 smithi031 bash[18647]: cephadm 2024-04-25T05:16:28.966763+0000 mgr.smithi031.wbrsoo (mgr.14201) 221 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-04-25T05:16:30.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:29 smithi031 bash[18647]: audit 2024-04-25T05:16:28.970567+0000 mon.smithi031 (mon.0) 776 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:30.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:29 smithi031 bash[18647]: audit 2024-04-25T05:16:28.970567+0000 mon.smithi031 (mon.0) 776 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:30.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:29 smithi031 bash[18647]: cephadm 2024-04-25T05:16:28.972742+0000 mgr.smithi031.wbrsoo (mgr.14201) 222 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-04-25T05:16:30.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:29 smithi031 bash[18647]: cephadm 2024-04-25T05:16:28.972742+0000 mgr.smithi031.wbrsoo (mgr.14201) 222 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-04-25T05:16:30.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:29 smithi031 bash[18647]: audit 2024-04-25T05:16:28.976319+0000 mon.smithi031 (mon.0) 777 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:30.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:29 smithi031 bash[18647]: audit 2024-04-25T05:16:28.976319+0000 mon.smithi031 (mon.0) 777 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:30.121 INFO:teuthology.orchestra.run.smithi031.stdout:Building dependency tree... 2024-04-25T05:16:30.122 INFO:teuthology.orchestra.run.smithi031.stdout:Reading state information... 2024-04-25T05:16:30.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:29 smithi040 bash[23838]: audit 2024-04-25T05:16:28.919666+0000 mon.smithi031 (mon.0) 774 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-04-25T05:16:30.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:29 smithi040 bash[23838]: audit 2024-04-25T05:16:28.919666+0000 mon.smithi031 (mon.0) 774 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-04-25T05:16:30.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:29 smithi040 bash[23838]: cluster 2024-04-25T05:16:28.924194+0000 mon.smithi031 (mon.0) 775 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-04-25T05:16:30.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:29 smithi040 bash[23838]: cluster 2024-04-25T05:16:28.924194+0000 mon.smithi031 (mon.0) 775 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-04-25T05:16:30.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:29 smithi040 bash[23838]: cephadm 2024-04-25T05:16:28.966763+0000 mgr.smithi031.wbrsoo (mgr.14201) 221 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-04-25T05:16:30.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:29 smithi040 bash[23838]: cephadm 2024-04-25T05:16:28.966763+0000 mgr.smithi031.wbrsoo (mgr.14201) 221 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-04-25T05:16:30.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:29 smithi040 bash[23838]: audit 2024-04-25T05:16:28.970567+0000 mon.smithi031 (mon.0) 776 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:30.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:29 smithi040 bash[23838]: audit 2024-04-25T05:16:28.970567+0000 mon.smithi031 (mon.0) 776 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:30.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:29 smithi040 bash[23838]: cephadm 2024-04-25T05:16:28.972742+0000 mgr.smithi031.wbrsoo (mgr.14201) 222 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-04-25T05:16:30.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:29 smithi040 bash[23838]: cephadm 2024-04-25T05:16:28.972742+0000 mgr.smithi031.wbrsoo (mgr.14201) 222 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-04-25T05:16:30.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:29 smithi040 bash[23838]: audit 2024-04-25T05:16:28.976319+0000 mon.smithi031 (mon.0) 777 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:30.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:29 smithi040 bash[23838]: audit 2024-04-25T05:16:28.976319+0000 mon.smithi031 (mon.0) 777 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:30.359 INFO:teuthology.orchestra.run.smithi031.stdout:The following packages were automatically installed and are no longer required: 2024-04-25T05:16:30.359 INFO:teuthology.orchestra.run.smithi031.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-25T05:16:30.359 INFO:teuthology.orchestra.run.smithi031.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-25T05:16:30.359 INFO:teuthology.orchestra.run.smithi031.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-25T05:16:30.360 INFO:teuthology.orchestra.run.smithi031.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-25T05:16:30.360 INFO:teuthology.orchestra.run.smithi031.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-25T05:16:30.360 INFO:teuthology.orchestra.run.smithi031.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-25T05:16:30.362 INFO:teuthology.orchestra.run.smithi031.stdout:The following additional packages will be installed: 2024-04-25T05:16:30.362 INFO:teuthology.orchestra.run.smithi031.stdout: python3-botocore python3-certifi python3-idna python3-jmespath 2024-04-25T05:16:30.362 INFO:teuthology.orchestra.run.smithi031.stdout: python3-requests python3-s3transfer python3-urllib3 2024-04-25T05:16:30.363 INFO:teuthology.orchestra.run.smithi031.stdout:Suggested packages: 2024-04-25T05:16:30.363 INFO:teuthology.orchestra.run.smithi031.stdout: python3-openssl python3-socks python-requests-doc 2024-04-25T05:16:30.391 INFO:teuthology.orchestra.run.smithi031.stdout:The following NEW packages will be installed: 2024-04-25T05:16:30.391 INFO:teuthology.orchestra.run.smithi031.stdout: python3-boto3 python3-botocore python3-certifi python3-idna python3-jmespath 2024-04-25T05:16:30.391 INFO:teuthology.orchestra.run.smithi031.stdout: python3-requests python3-s3transfer python3-urllib3 2024-04-25T05:16:30.453 INFO:teuthology.orchestra.run.smithi031.stdout:0 upgraded, 8 newly installed, 0 to remove and 302 not upgraded. 2024-04-25T05:16:30.453 INFO:teuthology.orchestra.run.smithi031.stdout:Need to get 4,996 kB of archives. 2024-04-25T05:16:30.454 INFO:teuthology.orchestra.run.smithi031.stdout:After this operation, 66.8 MB of additional disk space will be used. 2024-04-25T05:16:30.454 INFO:teuthology.orchestra.run.smithi031.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jmespath all 0.10.0-1 [21.7 kB] 2024-04-25T05:16:30.506 INFO:teuthology.orchestra.run.smithi031.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-04-25T05:16:30.551 INFO:teuthology.orchestra.run.smithi031.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-25T05:16:30.577 INFO:teuthology.orchestra.run.smithi031.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-25T05:16:30.582 INFO:teuthology.orchestra.run.smithi031.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-04-25T05:16:30.586 INFO:teuthology.orchestra.run.smithi031.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-botocore all 1.23.34+repack-1 [4,508 kB] 2024-04-25T05:16:30.674 INFO:teuthology.orchestra.run.smithi031.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-s3transfer all 0.5.0-1 [51.5 kB] 2024-04-25T05:16:30.674 INFO:teuthology.orchestra.run.smithi031.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-boto3 all 1.20.34+dfsg-1 [68.0 kB] 2024-04-25T05:16:30.968 INFO:teuthology.orchestra.run.smithi031.stderr:debconf: unable to initialize frontend: Dialog 2024-04-25T05:16:30.968 INFO:teuthology.orchestra.run.smithi031.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2024-04-25T05:16:30.968 INFO:teuthology.orchestra.run.smithi031.stderr:debconf: falling back to frontend: Readline 2024-04-25T05:16:31.189 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:30 smithi031 bash[18647]: cluster 2024-04-25T05:16:29.842493+0000 mgr.smithi031.wbrsoo (mgr.14201) 223 : cluster [DBG] pgmap v185: 33 pgs: 9 creating+peering, 1 active+clean, 23 unknown; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:31.189 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:30 smithi031 bash[18647]: cluster 2024-04-25T05:16:29.842493+0000 mgr.smithi031.wbrsoo (mgr.14201) 223 : cluster [DBG] pgmap v185: 33 pgs: 9 creating+peering, 1 active+clean, 23 unknown; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:31.189 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:30 smithi031 bash[18647]: cluster 2024-04-25T05:16:29.932136+0000 mon.smithi031 (mon.0) 778 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-04-25T05:16:31.189 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:30 smithi031 bash[18647]: cluster 2024-04-25T05:16:29.932136+0000 mon.smithi031 (mon.0) 778 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-04-25T05:16:31.189 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:30 smithi031 bash[18647]: audit 2024-04-25T05:16:30.057862+0000 mon.smithi031 (mon.0) 779 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:31.189 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:30 smithi031 bash[18647]: audit 2024-04-25T05:16:30.057862+0000 mon.smithi031 (mon.0) 779 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:31.190 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:30 smithi031 bash[18647]: audit 2024-04-25T05:16:30.065498+0000 mon.smithi031 (mon.0) 780 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:31.190 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:30 smithi031 bash[18647]: audit 2024-04-25T05:16:30.065498+0000 mon.smithi031 (mon.0) 780 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:31.205 INFO:teuthology.orchestra.run.smithi031.stderr:debconf: unable to initialize frontend: Readline 2024-04-25T05:16:31.205 INFO:teuthology.orchestra.run.smithi031.stderr:debconf: (This frontend requires a controlling tty.) 2024-04-25T05:16:31.205 INFO:teuthology.orchestra.run.smithi031.stderr:debconf: falling back to frontend: Teletype 2024-04-25T05:16:31.210 INFO:teuthology.orchestra.run.smithi031.stderr:dpkg-preconfigure: unable to re-open stdin: 2024-04-25T05:16:31.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:30 smithi040 bash[23838]: cluster 2024-04-25T05:16:29.842493+0000 mgr.smithi031.wbrsoo (mgr.14201) 223 : cluster [DBG] pgmap v185: 33 pgs: 9 creating+peering, 1 active+clean, 23 unknown; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:31.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:30 smithi040 bash[23838]: cluster 2024-04-25T05:16:29.842493+0000 mgr.smithi031.wbrsoo (mgr.14201) 223 : cluster [DBG] pgmap v185: 33 pgs: 9 creating+peering, 1 active+clean, 23 unknown; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:16:31.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:30 smithi040 bash[23838]: cluster 2024-04-25T05:16:29.932136+0000 mon.smithi031 (mon.0) 778 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-04-25T05:16:31.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:30 smithi040 bash[23838]: cluster 2024-04-25T05:16:29.932136+0000 mon.smithi031 (mon.0) 778 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-04-25T05:16:31.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:30 smithi040 bash[23838]: audit 2024-04-25T05:16:30.057862+0000 mon.smithi031 (mon.0) 779 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:31.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:30 smithi040 bash[23838]: audit 2024-04-25T05:16:30.057862+0000 mon.smithi031 (mon.0) 779 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:31.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:30 smithi040 bash[23838]: audit 2024-04-25T05:16:30.065498+0000 mon.smithi031 (mon.0) 780 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:31.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:30 smithi040 bash[23838]: audit 2024-04-25T05:16:30.065498+0000 mon.smithi031 (mon.0) 780 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:31.247 INFO:teuthology.orchestra.run.smithi031.stdout:Fetched 4,996 kB in 0s (18.2 MB/s) 2024-04-25T05:16:31.566 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-jmespath. 2024-04-25T05:16:31.649 INFO:teuthology.orchestra.run.smithi031.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 ... 165995 files and directories currently installed.) 2024-04-25T05:16:31.654 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../0-python3-jmespath_0.10.0-1_all.deb ... 2024-04-25T05:16:31.698 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-jmespath (0.10.0-1) ... 2024-04-25T05:16:32.009 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-urllib3. 2024-04-25T05:16:32.037 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../1-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-25T05:16:32.080 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-25T05:16:32.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:32 smithi031 bash[18647]: cluster 2024-04-25T05:16:31.082970+0000 mon.smithi031 (mon.0) 781 : cluster [DBG] mgrmap e20: smithi031.wbrsoo(active, since 5m), standbys: smithi040.dlwybf 2024-04-25T05:16:32.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:32 smithi031 bash[18647]: cluster 2024-04-25T05:16:31.082970+0000 mon.smithi031 (mon.0) 781 : cluster [DBG] mgrmap e20: smithi031.wbrsoo(active, since 5m), standbys: smithi040.dlwybf 2024-04-25T05:16:32.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:32 smithi031 bash[18647]: audit 2024-04-25T05:16:31.618493+0000 mon.smithi031 (mon.0) 782 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:32.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:32 smithi031 bash[18647]: audit 2024-04-25T05:16:31.618493+0000 mon.smithi031 (mon.0) 782 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:32.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:32 smithi031 bash[18647]: audit 2024-04-25T05:16:31.632178+0000 mon.smithi031 (mon.0) 783 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:32.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:32 smithi031 bash[18647]: audit 2024-04-25T05:16:31.632178+0000 mon.smithi031 (mon.0) 783 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:32.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:32 smithi031 bash[18647]: audit 2024-04-25T05:16:31.635155+0000 mon.smithi031 (mon.0) 784 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:16:32.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:32 smithi031 bash[18647]: audit 2024-04-25T05:16:31.635155+0000 mon.smithi031 (mon.0) 784 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:16:32.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:32 smithi031 bash[18647]: audit 2024-04-25T05:16:31.637004+0000 mon.smithi031 (mon.0) 785 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:16:32.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:32 smithi031 bash[18647]: audit 2024-04-25T05:16:31.637004+0000 mon.smithi031 (mon.0) 785 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:16:32.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:32 smithi031 bash[18647]: audit 2024-04-25T05:16:31.647236+0000 mon.smithi031 (mon.0) 786 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:32.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:32 smithi031 bash[18647]: audit 2024-04-25T05:16:31.647236+0000 mon.smithi031 (mon.0) 786 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:32.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:32 smithi031 bash[18647]: audit 2024-04-25T05:16:31.654103+0000 mon.smithi031 (mon.0) 787 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T05:16:32.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:32 smithi031 bash[18647]: audit 2024-04-25T05:16:31.654103+0000 mon.smithi031 (mon.0) 787 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T05:16:32.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:32 smithi031 bash[18647]: audit 2024-04-25T05:16:31.676043+0000 mon.smithi031 (mon.0) 788 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi040.pmgapf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-25T05:16:32.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:32 smithi031 bash[18647]: audit 2024-04-25T05:16:31.676043+0000 mon.smithi031 (mon.0) 788 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi040.pmgapf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-25T05:16:32.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:32 smithi031 bash[18647]: audit 2024-04-25T05:16:31.679609+0000 mon.smithi031 (mon.0) 789 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi040.pmgapf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-25T05:16:32.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:32 smithi031 bash[18647]: audit 2024-04-25T05:16:31.679609+0000 mon.smithi031 (mon.0) 789 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi040.pmgapf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-25T05:16:32.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:32 smithi031 bash[18647]: audit 2024-04-25T05:16:31.690670+0000 mon.smithi031 (mon.0) 790 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:32.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:32 smithi031 bash[18647]: audit 2024-04-25T05:16:31.690670+0000 mon.smithi031 (mon.0) 790 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:32.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:32 smithi031 bash[18647]: audit 2024-04-25T05:16:31.694539+0000 mon.smithi031 (mon.0) 791 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:16:32.373 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:32 smithi031 bash[18647]: audit 2024-04-25T05:16:31.694539+0000 mon.smithi031 (mon.0) 791 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:16:32.405 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-certifi. 2024-04-25T05:16:32.432 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../2-python3-certifi_2020.6.20-1_all.deb ... 2024-04-25T05:16:32.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:32 smithi040 bash[23838]: cluster 2024-04-25T05:16:31.082970+0000 mon.smithi031 (mon.0) 781 : cluster [DBG] mgrmap e20: smithi031.wbrsoo(active, since 5m), standbys: smithi040.dlwybf 2024-04-25T05:16:32.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:32 smithi040 bash[23838]: cluster 2024-04-25T05:16:31.082970+0000 mon.smithi031 (mon.0) 781 : cluster [DBG] mgrmap e20: smithi031.wbrsoo(active, since 5m), standbys: smithi040.dlwybf 2024-04-25T05:16:32.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:32 smithi040 bash[23838]: audit 2024-04-25T05:16:31.618493+0000 mon.smithi031 (mon.0) 782 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:32.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:32 smithi040 bash[23838]: audit 2024-04-25T05:16:31.618493+0000 mon.smithi031 (mon.0) 782 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:32.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:32 smithi040 bash[23838]: audit 2024-04-25T05:16:31.632178+0000 mon.smithi031 (mon.0) 783 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:32.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:32 smithi040 bash[23838]: audit 2024-04-25T05:16:31.632178+0000 mon.smithi031 (mon.0) 783 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:32.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:32 smithi040 bash[23838]: audit 2024-04-25T05:16:31.635155+0000 mon.smithi031 (mon.0) 784 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:16:32.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:32 smithi040 bash[23838]: audit 2024-04-25T05:16:31.635155+0000 mon.smithi031 (mon.0) 784 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:16:32.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:32 smithi040 bash[23838]: audit 2024-04-25T05:16:31.637004+0000 mon.smithi031 (mon.0) 785 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:16:32.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:32 smithi040 bash[23838]: audit 2024-04-25T05:16:31.637004+0000 mon.smithi031 (mon.0) 785 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:16:32.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:32 smithi040 bash[23838]: audit 2024-04-25T05:16:31.647236+0000 mon.smithi031 (mon.0) 786 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:32.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:32 smithi040 bash[23838]: audit 2024-04-25T05:16:31.647236+0000 mon.smithi031 (mon.0) 786 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:32.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:32 smithi040 bash[23838]: audit 2024-04-25T05:16:31.654103+0000 mon.smithi031 (mon.0) 787 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T05:16:32.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:32 smithi040 bash[23838]: audit 2024-04-25T05:16:31.654103+0000 mon.smithi031 (mon.0) 787 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T05:16:32.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:32 smithi040 bash[23838]: audit 2024-04-25T05:16:31.676043+0000 mon.smithi031 (mon.0) 788 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi040.pmgapf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-25T05:16:32.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:32 smithi040 bash[23838]: audit 2024-04-25T05:16:31.676043+0000 mon.smithi031 (mon.0) 788 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi040.pmgapf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-25T05:16:32.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:32 smithi040 bash[23838]: audit 2024-04-25T05:16:31.679609+0000 mon.smithi031 (mon.0) 789 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi040.pmgapf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-25T05:16:32.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:32 smithi040 bash[23838]: audit 2024-04-25T05:16:31.679609+0000 mon.smithi031 (mon.0) 789 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi040.pmgapf", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-25T05:16:32.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:32 smithi040 bash[23838]: audit 2024-04-25T05:16:31.690670+0000 mon.smithi031 (mon.0) 790 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:32.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:32 smithi040 bash[23838]: audit 2024-04-25T05:16:31.690670+0000 mon.smithi031 (mon.0) 790 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:32.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:32 smithi040 bash[23838]: audit 2024-04-25T05:16:31.694539+0000 mon.smithi031 (mon.0) 791 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:16:32.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:32 smithi040 bash[23838]: audit 2024-04-25T05:16:31.694539+0000 mon.smithi031 (mon.0) 791 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:16:32.471 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-25T05:16:32.757 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-idna. 2024-04-25T05:16:32.771 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../3-python3-idna_3.3-1_all.deb ... 2024-04-25T05:16:32.799 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-25T05:16:33.119 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-requests. 2024-04-25T05:16:33.146 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../4-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-25T05:16:33.193 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-25T05:16:33.217 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:33 smithi040 bash[23838]: cephadm 2024-04-25T05:16:31.696798+0000 mgr.smithi031.wbrsoo (mgr.14201) 224 : cephadm [INF] Deploying daemon rgw.foorgw.smithi040.pmgapf on smithi040 2024-04-25T05:16:33.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:33 smithi040 bash[23838]: cephadm 2024-04-25T05:16:31.696798+0000 mgr.smithi031.wbrsoo (mgr.14201) 224 : cephadm [INF] Deploying daemon rgw.foorgw.smithi040.pmgapf on smithi040 2024-04-25T05:16:33.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:33 smithi040 bash[23838]: cluster 2024-04-25T05:16:31.843158+0000 mgr.smithi031.wbrsoo (mgr.14201) 225 : cluster [DBG] pgmap v187: 33 pgs: 17 active+clean, 9 creating+peering, 7 unknown; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-25T05:16:33.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:33 smithi040 bash[23838]: cluster 2024-04-25T05:16:31.843158+0000 mgr.smithi031.wbrsoo (mgr.14201) 225 : cluster [DBG] pgmap v187: 33 pgs: 17 active+clean, 9 creating+peering, 7 unknown; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-25T05:16:33.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:33 smithi031 bash[18647]: cephadm 2024-04-25T05:16:31.696798+0000 mgr.smithi031.wbrsoo (mgr.14201) 224 : cephadm [INF] Deploying daemon rgw.foorgw.smithi040.pmgapf on smithi040 2024-04-25T05:16:33.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:33 smithi031 bash[18647]: cephadm 2024-04-25T05:16:31.696798+0000 mgr.smithi031.wbrsoo (mgr.14201) 224 : cephadm [INF] Deploying daemon rgw.foorgw.smithi040.pmgapf on smithi040 2024-04-25T05:16:33.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:33 smithi031 bash[18647]: cluster 2024-04-25T05:16:31.843158+0000 mgr.smithi031.wbrsoo (mgr.14201) 225 : cluster [DBG] pgmap v187: 33 pgs: 17 active+clean, 9 creating+peering, 7 unknown; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-25T05:16:33.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:33 smithi031 bash[18647]: cluster 2024-04-25T05:16:31.843158+0000 mgr.smithi031.wbrsoo (mgr.14201) 225 : cluster [DBG] pgmap v187: 33 pgs: 17 active+clean, 9 creating+peering, 7 unknown; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-25T05:16:33.488 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-botocore. 2024-04-25T05:16:33.516 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../5-python3-botocore_1.23.34+repack-1_all.deb ... 2024-04-25T05:16:33.546 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-botocore (1.23.34+repack-1) ... 2024-04-25T05:16:34.142 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:34 smithi040 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:16:34.426 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:34 smithi040 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:16:34.950 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-s3transfer. 2024-04-25T05:16:34.966 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../6-python3-s3transfer_0.5.0-1_all.deb ... 2024-04-25T05:16:35.049 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-s3transfer (0.5.0-1) ... 2024-04-25T05:16:35.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:35 smithi031 bash[18647]: cluster 2024-04-25T05:16:33.843855+0000 mgr.smithi031.wbrsoo (mgr.14201) 226 : cluster [DBG] pgmap v188: 33 pgs: 33 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-25T05:16:35.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:35 smithi031 bash[18647]: cluster 2024-04-25T05:16:33.843855+0000 mgr.smithi031.wbrsoo (mgr.14201) 226 : cluster [DBG] pgmap v188: 33 pgs: 33 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-25T05:16:35.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:35 smithi031 bash[18647]: audit 2024-04-25T05:16:34.481214+0000 mon.smithi031 (mon.0) 792 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:35.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:35 smithi031 bash[18647]: audit 2024-04-25T05:16:34.481214+0000 mon.smithi031 (mon.0) 792 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:35.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:35 smithi031 bash[18647]: audit 2024-04-25T05:16:34.492945+0000 mon.smithi031 (mon.0) 793 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:35.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:35 smithi031 bash[18647]: audit 2024-04-25T05:16:34.492945+0000 mon.smithi031 (mon.0) 793 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:35.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:35 smithi031 bash[18647]: audit 2024-04-25T05:16:34.523863+0000 mon.smithi031 (mon.0) 794 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:35.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:35 smithi031 bash[18647]: audit 2024-04-25T05:16:34.523863+0000 mon.smithi031 (mon.0) 794 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:35.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:35 smithi031 bash[18647]: audit 2024-04-25T05:16:34.525022+0000 mon.smithi031 (mon.0) 795 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi031.vhhjck", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-25T05:16:35.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:35 smithi031 bash[18647]: audit 2024-04-25T05:16:34.525022+0000 mon.smithi031 (mon.0) 795 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi031.vhhjck", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-25T05:16:35.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:35 smithi031 bash[18647]: audit 2024-04-25T05:16:34.526984+0000 mon.smithi031 (mon.0) 796 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi031.vhhjck", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-25T05:16:35.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:35 smithi031 bash[18647]: audit 2024-04-25T05:16:34.526984+0000 mon.smithi031 (mon.0) 796 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi031.vhhjck", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-25T05:16:35.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:35 smithi031 bash[18647]: audit 2024-04-25T05:16:34.532716+0000 mon.smithi031 (mon.0) 797 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:35.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:35 smithi031 bash[18647]: audit 2024-04-25T05:16:34.532716+0000 mon.smithi031 (mon.0) 797 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:35.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:35 smithi031 bash[18647]: audit 2024-04-25T05:16:34.534723+0000 mon.smithi031 (mon.0) 798 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:16:35.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:35 smithi031 bash[18647]: audit 2024-04-25T05:16:34.534723+0000 mon.smithi031 (mon.0) 798 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:16:35.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:35 smithi040 bash[23838]: cluster 2024-04-25T05:16:33.843855+0000 mgr.smithi031.wbrsoo (mgr.14201) 226 : cluster [DBG] pgmap v188: 33 pgs: 33 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-25T05:16:35.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:35 smithi040 bash[23838]: cluster 2024-04-25T05:16:33.843855+0000 mgr.smithi031.wbrsoo (mgr.14201) 226 : cluster [DBG] pgmap v188: 33 pgs: 33 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-25T05:16:35.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:35 smithi040 bash[23838]: audit 2024-04-25T05:16:34.481214+0000 mon.smithi031 (mon.0) 792 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:35.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:35 smithi040 bash[23838]: audit 2024-04-25T05:16:34.481214+0000 mon.smithi031 (mon.0) 792 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:35.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:35 smithi040 bash[23838]: audit 2024-04-25T05:16:34.492945+0000 mon.smithi031 (mon.0) 793 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:35.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:35 smithi040 bash[23838]: audit 2024-04-25T05:16:34.492945+0000 mon.smithi031 (mon.0) 793 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:35.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:35 smithi040 bash[23838]: audit 2024-04-25T05:16:34.523863+0000 mon.smithi031 (mon.0) 794 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:35.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:35 smithi040 bash[23838]: audit 2024-04-25T05:16:34.523863+0000 mon.smithi031 (mon.0) 794 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:35.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:35 smithi040 bash[23838]: audit 2024-04-25T05:16:34.525022+0000 mon.smithi031 (mon.0) 795 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi031.vhhjck", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-25T05:16:35.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:35 smithi040 bash[23838]: audit 2024-04-25T05:16:34.525022+0000 mon.smithi031 (mon.0) 795 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi031.vhhjck", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-25T05:16:35.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:35 smithi040 bash[23838]: audit 2024-04-25T05:16:34.526984+0000 mon.smithi031 (mon.0) 796 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi031.vhhjck", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-25T05:16:35.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:35 smithi040 bash[23838]: audit 2024-04-25T05:16:34.526984+0000 mon.smithi031 (mon.0) 796 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi031.vhhjck", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-25T05:16:35.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:35 smithi040 bash[23838]: audit 2024-04-25T05:16:34.532716+0000 mon.smithi031 (mon.0) 797 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:35.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:35 smithi040 bash[23838]: audit 2024-04-25T05:16:34.532716+0000 mon.smithi031 (mon.0) 797 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:35.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:35 smithi040 bash[23838]: audit 2024-04-25T05:16:34.534723+0000 mon.smithi031 (mon.0) 798 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:16:35.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:35 smithi040 bash[23838]: audit 2024-04-25T05:16:34.534723+0000 mon.smithi031 (mon.0) 798 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:16:36.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:36 smithi031 bash[18647]: cephadm 2024-04-25T05:16:34.536041+0000 mgr.smithi031.wbrsoo (mgr.14201) 227 : cephadm [INF] Deploying daemon rgw.foorgw.smithi031.vhhjck on smithi031 2024-04-25T05:16:36.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:36 smithi031 bash[18647]: cephadm 2024-04-25T05:16:34.536041+0000 mgr.smithi031.wbrsoo (mgr.14201) 227 : cephadm [INF] Deploying daemon rgw.foorgw.smithi031.vhhjck on smithi031 2024-04-25T05:16:36.399 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package python3-boto3. 2024-04-25T05:16:36.420 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../7-python3-boto3_1.20.34+dfsg-1_all.deb ... 2024-04-25T05:16:36.457 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking python3-boto3 (1.20.34+dfsg-1) ... 2024-04-25T05:16:36.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:36 smithi040 bash[23838]: cephadm 2024-04-25T05:16:34.536041+0000 mgr.smithi031.wbrsoo (mgr.14201) 227 : cephadm [INF] Deploying daemon rgw.foorgw.smithi031.vhhjck on smithi031 2024-04-25T05:16:36.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:36 smithi040 bash[23838]: cephadm 2024-04-25T05:16:34.536041+0000 mgr.smithi031.wbrsoo (mgr.14201) 227 : cephadm [INF] Deploying daemon rgw.foorgw.smithi031.vhhjck on smithi031 2024-04-25T05:16:37.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:37 smithi031 bash[18647]: cluster 2024-04-25T05:16:35.844584+0000 mgr.smithi031.wbrsoo (mgr.14201) 228 : cluster [DBG] pgmap v189: 33 pgs: 33 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-25T05:16:37.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:37 smithi031 bash[18647]: cluster 2024-04-25T05:16:35.844584+0000 mgr.smithi031.wbrsoo (mgr.14201) 228 : cluster [DBG] pgmap v189: 33 pgs: 33 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-25T05:16:37.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:37 smithi031 bash[18647]: cluster 2024-04-25T05:16:36.091804+0000 mon.smithi031 (mon.0) 799 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-04-25T05:16:37.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:37 smithi031 bash[18647]: cluster 2024-04-25T05:16:36.091804+0000 mon.smithi031 (mon.0) 799 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-04-25T05:16:37.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:37 smithi031 bash[18647]: audit 2024-04-25T05:16:36.102265+0000 mon.smithi040 (mon.1) 21 : audit [INF] from='client.? 172.21.15.40:0/3871251001' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-04-25T05:16:37.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:37 smithi031 bash[18647]: audit 2024-04-25T05:16:36.102265+0000 mon.smithi040 (mon.1) 21 : audit [INF] from='client.? 172.21.15.40:0/3871251001' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-04-25T05:16:37.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:37 smithi031 bash[18647]: audit 2024-04-25T05:16:36.105041+0000 mon.smithi031 (mon.0) 800 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-04-25T05:16:37.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:37 smithi031 bash[18647]: audit 2024-04-25T05:16:36.105041+0000 mon.smithi031 (mon.0) 800 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-04-25T05:16:37.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:37 smithi031 bash[18647]: audit 2024-04-25T05:16:36.869057+0000 mon.smithi031 (mon.0) 801 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:16:37.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:37 smithi031 bash[18647]: audit 2024-04-25T05:16:36.869057+0000 mon.smithi031 (mon.0) 801 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:16:37.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:37 smithi040 bash[23838]: cluster 2024-04-25T05:16:35.844584+0000 mgr.smithi031.wbrsoo (mgr.14201) 228 : cluster [DBG] pgmap v189: 33 pgs: 33 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-25T05:16:37.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:37 smithi040 bash[23838]: cluster 2024-04-25T05:16:35.844584+0000 mgr.smithi031.wbrsoo (mgr.14201) 228 : cluster [DBG] pgmap v189: 33 pgs: 33 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-25T05:16:37.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:37 smithi040 bash[23838]: cluster 2024-04-25T05:16:36.091804+0000 mon.smithi031 (mon.0) 799 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-04-25T05:16:37.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:37 smithi040 bash[23838]: cluster 2024-04-25T05:16:36.091804+0000 mon.smithi031 (mon.0) 799 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-04-25T05:16:37.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:37 smithi040 bash[23838]: audit 2024-04-25T05:16:36.102265+0000 mon.smithi040 (mon.1) 21 : audit [INF] from='client.? 172.21.15.40:0/3871251001' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-04-25T05:16:37.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:37 smithi040 bash[23838]: audit 2024-04-25T05:16:36.102265+0000 mon.smithi040 (mon.1) 21 : audit [INF] from='client.? 172.21.15.40:0/3871251001' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-04-25T05:16:37.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:37 smithi040 bash[23838]: audit 2024-04-25T05:16:36.105041+0000 mon.smithi031 (mon.0) 800 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-04-25T05:16:37.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:37 smithi040 bash[23838]: audit 2024-04-25T05:16:36.105041+0000 mon.smithi031 (mon.0) 800 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-04-25T05:16:37.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:37 smithi040 bash[23838]: audit 2024-04-25T05:16:36.869057+0000 mon.smithi031 (mon.0) 801 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:16:37.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:37 smithi040 bash[23838]: audit 2024-04-25T05:16:36.869057+0000 mon.smithi031 (mon.0) 801 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:16:37.500 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-25T05:16:37.842 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-jmespath (0.10.0-1) ... 2024-04-25T05:16:37.946 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:37 smithi031 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:16:38.119 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-idna (3.3-1) ... 2024-04-25T05:16:38.212 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:38 smithi031 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:16:38.213 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:38 smithi031 bash[18647]: audit 2024-04-25T05:16:37.088389+0000 mon.smithi031 (mon.0) 802 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-04-25T05:16:38.213 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:38 smithi031 bash[18647]: audit 2024-04-25T05:16:37.088389+0000 mon.smithi031 (mon.0) 802 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-04-25T05:16:38.213 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:38 smithi031 bash[18647]: cluster 2024-04-25T05:16:37.095025+0000 mon.smithi031 (mon.0) 803 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-04-25T05:16:38.213 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:38 smithi031 bash[18647]: cluster 2024-04-25T05:16:37.095025+0000 mon.smithi031 (mon.0) 803 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-04-25T05:16:38.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:38 smithi040 bash[23838]: audit 2024-04-25T05:16:37.088389+0000 mon.smithi031 (mon.0) 802 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-04-25T05:16:38.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:38 smithi040 bash[23838]: audit 2024-04-25T05:16:37.088389+0000 mon.smithi031 (mon.0) 802 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-04-25T05:16:38.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:38 smithi040 bash[23838]: cluster 2024-04-25T05:16:37.095025+0000 mon.smithi031 (mon.0) 803 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-04-25T05:16:38.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:38 smithi040 bash[23838]: cluster 2024-04-25T05:16:37.095025+0000 mon.smithi031 (mon.0) 803 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-04-25T05:16:38.914 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-25T05:16:39.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: cluster 2024-04-25T05:16:37.844963+0000 mgr.smithi031.wbrsoo (mgr.14201) 229 : cluster [DBG] pgmap v192: 65 pgs: 7 creating+peering, 25 unknown, 33 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-25T05:16:39.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: cluster 2024-04-25T05:16:37.844963+0000 mgr.smithi031.wbrsoo (mgr.14201) 229 : cluster [DBG] pgmap v192: 65 pgs: 7 creating+peering, 25 unknown, 33 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-25T05:16:39.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: cluster 2024-04-25T05:16:38.113790+0000 mon.smithi031 (mon.0) 804 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-04-25T05:16:39.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: cluster 2024-04-25T05:16:38.113790+0000 mon.smithi031 (mon.0) 804 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-04-25T05:16:39.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: audit 2024-04-25T05:16:38.121498+0000 mon.smithi040 (mon.1) 22 : audit [INF] from='client.? 172.21.15.40:0/3518353416' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-04-25T05:16:39.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: audit 2024-04-25T05:16:38.121498+0000 mon.smithi040 (mon.1) 22 : audit [INF] from='client.? 172.21.15.40:0/3518353416' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-04-25T05:16:39.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: audit 2024-04-25T05:16:38.123037+0000 mon.smithi031 (mon.0) 805 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-04-25T05:16:39.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: audit 2024-04-25T05:16:38.123037+0000 mon.smithi031 (mon.0) 805 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-04-25T05:16:39.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: audit 2024-04-25T05:16:38.263247+0000 mon.smithi031 (mon.0) 806 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:39.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: audit 2024-04-25T05:16:38.263247+0000 mon.smithi031 (mon.0) 806 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:39.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: audit 2024-04-25T05:16:38.272530+0000 mon.smithi031 (mon.0) 807 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:39.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: audit 2024-04-25T05:16:38.272530+0000 mon.smithi031 (mon.0) 807 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:39.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: audit 2024-04-25T05:16:38.322036+0000 mon.smithi031 (mon.0) 808 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:39.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: audit 2024-04-25T05:16:38.322036+0000 mon.smithi031 (mon.0) 808 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:39.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: audit 2024-04-25T05:16:38.326555+0000 mon.smithi031 (mon.0) 809 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:39.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: audit 2024-04-25T05:16:38.326555+0000 mon.smithi031 (mon.0) 809 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:39.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: audit 2024-04-25T05:16:38.334755+0000 mon.smithi031 (mon.0) 810 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:39.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: audit 2024-04-25T05:16:38.334755+0000 mon.smithi031 (mon.0) 810 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:39.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: audit 2024-04-25T05:16:38.339730+0000 mon.smithi031 (mon.0) 811 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:39.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: audit 2024-04-25T05:16:38.339730+0000 mon.smithi031 (mon.0) 811 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:39.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: audit 2024-04-25T05:16:38.340677+0000 mon.smithi031 (mon.0) 812 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi031.bigzkz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-25T05:16:39.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: audit 2024-04-25T05:16:38.340677+0000 mon.smithi031 (mon.0) 812 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi031.bigzkz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-25T05:16:39.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: audit 2024-04-25T05:16:38.344745+0000 mon.smithi031 (mon.0) 813 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi031.bigzkz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-04-25T05:16:39.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: audit 2024-04-25T05:16:38.344745+0000 mon.smithi031 (mon.0) 813 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi031.bigzkz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-04-25T05:16:39.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: audit 2024-04-25T05:16:38.347641+0000 mon.smithi031 (mon.0) 814 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-25T05:16:39.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: audit 2024-04-25T05:16:38.347641+0000 mon.smithi031 (mon.0) 814 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-25T05:16:39.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: audit 2024-04-25T05:16:38.351216+0000 mon.smithi031 (mon.0) 815 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-25T05:16:39.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: audit 2024-04-25T05:16:38.351216+0000 mon.smithi031 (mon.0) 815 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-25T05:16:39.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: audit 2024-04-25T05:16:38.572819+0000 mon.smithi031 (mon.0) 816 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:16:39.472 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: audit 2024-04-25T05:16:38.572819+0000 mon.smithi031 (mon.0) 816 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:16:39.472 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: audit 2024-04-25T05:16:38.640645+0000 mon.smithi031 (mon.0) 817 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-25T05:16:39.472 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: audit 2024-04-25T05:16:38.640645+0000 mon.smithi031 (mon.0) 817 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-25T05:16:39.472 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: audit 2024-04-25T05:16:38.642776+0000 mon.smithi031 (mon.0) 818 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-25T05:16:39.472 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: audit 2024-04-25T05:16:38.642776+0000 mon.smithi031 (mon.0) 818 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-25T05:16:39.472 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: audit 2024-04-25T05:16:38.707496+0000 mon.smithi031 (mon.0) 819 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi031.bigzkz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-25T05:16:39.472 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: audit 2024-04-25T05:16:38.707496+0000 mon.smithi031 (mon.0) 819 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi031.bigzkz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-25T05:16:39.472 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: audit 2024-04-25T05:16:38.709538+0000 mon.smithi031 (mon.0) 820 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi031.bigzkz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-25T05:16:39.472 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: audit 2024-04-25T05:16:38.709538+0000 mon.smithi031 (mon.0) 820 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi031.bigzkz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-25T05:16:39.472 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: audit 2024-04-25T05:16:38.717865+0000 mon.smithi031 (mon.0) 821 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:16:39.472 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:39 smithi040 bash[23838]: audit 2024-04-25T05:16:38.717865+0000 mon.smithi031 (mon.0) 821 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:16:39.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: cluster 2024-04-25T05:16:37.844963+0000 mgr.smithi031.wbrsoo (mgr.14201) 229 : cluster [DBG] pgmap v192: 65 pgs: 7 creating+peering, 25 unknown, 33 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-25T05:16:39.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: cluster 2024-04-25T05:16:37.844963+0000 mgr.smithi031.wbrsoo (mgr.14201) 229 : cluster [DBG] pgmap v192: 65 pgs: 7 creating+peering, 25 unknown, 33 active+clean; 577 KiB data, 232 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-25T05:16:39.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: cluster 2024-04-25T05:16:38.113790+0000 mon.smithi031 (mon.0) 804 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-04-25T05:16:39.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: cluster 2024-04-25T05:16:38.113790+0000 mon.smithi031 (mon.0) 804 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-04-25T05:16:39.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: audit 2024-04-25T05:16:38.121498+0000 mon.smithi040 (mon.1) 22 : audit [INF] from='client.? 172.21.15.40:0/3518353416' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-04-25T05:16:39.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: audit 2024-04-25T05:16:38.121498+0000 mon.smithi040 (mon.1) 22 : audit [INF] from='client.? 172.21.15.40:0/3518353416' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-04-25T05:16:39.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: audit 2024-04-25T05:16:38.123037+0000 mon.smithi031 (mon.0) 805 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-04-25T05:16:39.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: audit 2024-04-25T05:16:38.123037+0000 mon.smithi031 (mon.0) 805 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-04-25T05:16:39.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: audit 2024-04-25T05:16:38.263247+0000 mon.smithi031 (mon.0) 806 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:39.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: audit 2024-04-25T05:16:38.263247+0000 mon.smithi031 (mon.0) 806 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:39.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: audit 2024-04-25T05:16:38.272530+0000 mon.smithi031 (mon.0) 807 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:39.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: audit 2024-04-25T05:16:38.272530+0000 mon.smithi031 (mon.0) 807 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:39.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: audit 2024-04-25T05:16:38.322036+0000 mon.smithi031 (mon.0) 808 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:39.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: audit 2024-04-25T05:16:38.322036+0000 mon.smithi031 (mon.0) 808 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:39.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: audit 2024-04-25T05:16:38.326555+0000 mon.smithi031 (mon.0) 809 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:39.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: audit 2024-04-25T05:16:38.326555+0000 mon.smithi031 (mon.0) 809 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:39.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: audit 2024-04-25T05:16:38.334755+0000 mon.smithi031 (mon.0) 810 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:39.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: audit 2024-04-25T05:16:38.334755+0000 mon.smithi031 (mon.0) 810 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:39.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: audit 2024-04-25T05:16:38.339730+0000 mon.smithi031 (mon.0) 811 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:39.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: audit 2024-04-25T05:16:38.339730+0000 mon.smithi031 (mon.0) 811 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:39.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: audit 2024-04-25T05:16:38.340677+0000 mon.smithi031 (mon.0) 812 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi031.bigzkz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-25T05:16:39.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: audit 2024-04-25T05:16:38.340677+0000 mon.smithi031 (mon.0) 812 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi031.bigzkz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-04-25T05:16:39.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: audit 2024-04-25T05:16:38.344745+0000 mon.smithi031 (mon.0) 813 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi031.bigzkz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-04-25T05:16:39.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: audit 2024-04-25T05:16:38.344745+0000 mon.smithi031 (mon.0) 813 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi031.bigzkz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-04-25T05:16:39.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: audit 2024-04-25T05:16:38.347641+0000 mon.smithi031 (mon.0) 814 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-25T05:16:39.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: audit 2024-04-25T05:16:38.347641+0000 mon.smithi031 (mon.0) 814 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-04-25T05:16:39.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: audit 2024-04-25T05:16:38.351216+0000 mon.smithi031 (mon.0) 815 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-25T05:16:39.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: audit 2024-04-25T05:16:38.351216+0000 mon.smithi031 (mon.0) 815 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-04-25T05:16:39.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: audit 2024-04-25T05:16:38.572819+0000 mon.smithi031 (mon.0) 816 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:16:39.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: audit 2024-04-25T05:16:38.572819+0000 mon.smithi031 (mon.0) 816 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:16:39.622 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: audit 2024-04-25T05:16:38.640645+0000 mon.smithi031 (mon.0) 817 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-25T05:16:39.623 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: audit 2024-04-25T05:16:38.640645+0000 mon.smithi031 (mon.0) 817 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-04-25T05:16:39.623 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: audit 2024-04-25T05:16:38.642776+0000 mon.smithi031 (mon.0) 818 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-25T05:16:39.623 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: audit 2024-04-25T05:16:38.642776+0000 mon.smithi031 (mon.0) 818 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-04-25T05:16:39.623 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: audit 2024-04-25T05:16:38.707496+0000 mon.smithi031 (mon.0) 819 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi031.bigzkz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-25T05:16:39.623 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: audit 2024-04-25T05:16:38.707496+0000 mon.smithi031 (mon.0) 819 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi031.bigzkz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-04-25T05:16:39.623 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: audit 2024-04-25T05:16:38.709538+0000 mon.smithi031 (mon.0) 820 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi031.bigzkz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-25T05:16:39.623 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: audit 2024-04-25T05:16:38.709538+0000 mon.smithi031 (mon.0) 820 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi031.bigzkz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-04-25T05:16:39.623 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: audit 2024-04-25T05:16:38.717865+0000 mon.smithi031 (mon.0) 821 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:16:39.623 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:39 smithi031 bash[18647]: audit 2024-04-25T05:16:38.717865+0000 mon.smithi031 (mon.0) 821 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:16:39.839 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-25T05:16:40.351 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:40 smithi031 bash[18647]: cephadm 2024-04-25T05:16:38.322907+0000 mgr.smithi031.wbrsoo (mgr.14201) 230 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-04-25T05:16:40.351 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:40 smithi031 bash[18647]: cephadm 2024-04-25T05:16:38.322907+0000 mgr.smithi031.wbrsoo (mgr.14201) 230 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-04-25T05:16:40.351 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:40 smithi031 bash[18647]: cephadm 2024-04-25T05:16:38.340399+0000 mgr.smithi031.wbrsoo (mgr.14201) 231 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi031.bigzkz 2024-04-25T05:16:40.351 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:40 smithi031 bash[18647]: cephadm 2024-04-25T05:16:38.340399+0000 mgr.smithi031.wbrsoo (mgr.14201) 231 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi031.bigzkz 2024-04-25T05:16:40.351 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:40 smithi031 bash[18647]: cephadm 2024-04-25T05:16:38.347300+0000 mgr.smithi031.wbrsoo (mgr.14201) 232 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-04-25T05:16:40.351 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:40 smithi031 bash[18647]: cephadm 2024-04-25T05:16:38.347300+0000 mgr.smithi031.wbrsoo (mgr.14201) 232 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-04-25T05:16:40.351 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:40 smithi031 bash[18647]: cephadm 2024-04-25T05:16:38.706931+0000 mgr.smithi031.wbrsoo (mgr.14201) 233 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-04-25T05:16:40.351 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:40 smithi031 bash[18647]: cephadm 2024-04-25T05:16:38.706931+0000 mgr.smithi031.wbrsoo (mgr.14201) 233 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-04-25T05:16:40.351 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:40 smithi031 bash[18647]: cephadm 2024-04-25T05:16:38.707052+0000 mgr.smithi031.wbrsoo (mgr.14201) 234 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi031.bigzkz-rgw 2024-04-25T05:16:40.352 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:40 smithi031 bash[18647]: cephadm 2024-04-25T05:16:38.707052+0000 mgr.smithi031.wbrsoo (mgr.14201) 234 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi031.bigzkz-rgw 2024-04-25T05:16:40.352 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:40 smithi031 bash[18647]: cephadm 2024-04-25T05:16:38.712219+0000 mgr.smithi031.wbrsoo (mgr.14201) 235 : cephadm [WRN] Bind address in nfs.foo.0.0.smithi031.bigzkz's ganesha conf is defaulting to empty 2024-04-25T05:16:40.352 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:40 smithi031 bash[18647]: cephadm 2024-04-25T05:16:38.712219+0000 mgr.smithi031.wbrsoo (mgr.14201) 235 : cephadm [WRN] Bind address in nfs.foo.0.0.smithi031.bigzkz's ganesha conf is defaulting to empty 2024-04-25T05:16:40.352 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:40 smithi031 bash[18647]: cephadm 2024-04-25T05:16:38.719117+0000 mgr.smithi031.wbrsoo (mgr.14201) 236 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi031.bigzkz on smithi031 2024-04-25T05:16:40.352 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:40 smithi031 bash[18647]: cephadm 2024-04-25T05:16:38.719117+0000 mgr.smithi031.wbrsoo (mgr.14201) 236 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi031.bigzkz on smithi031 2024-04-25T05:16:40.352 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:40 smithi031 bash[18647]: audit 2024-04-25T05:16:39.108289+0000 mon.smithi031 (mon.0) 822 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-04-25T05:16:40.352 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:40 smithi031 bash[18647]: audit 2024-04-25T05:16:39.108289+0000 mon.smithi031 (mon.0) 822 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-04-25T05:16:40.352 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:40 smithi031 bash[18647]: cluster 2024-04-25T05:16:39.111348+0000 mon.smithi031 (mon.0) 823 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-04-25T05:16:40.352 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:40 smithi031 bash[18647]: cluster 2024-04-25T05:16:39.111348+0000 mon.smithi031 (mon.0) 823 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-04-25T05:16:40.352 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:40 smithi031 bash[18647]: cluster 2024-04-25T05:16:40.118080+0000 mon.smithi031 (mon.0) 824 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-04-25T05:16:40.352 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:40 smithi031 bash[18647]: cluster 2024-04-25T05:16:40.118080+0000 mon.smithi031 (mon.0) 824 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-04-25T05:16:40.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:40 smithi040 bash[23838]: cephadm 2024-04-25T05:16:38.322907+0000 mgr.smithi031.wbrsoo (mgr.14201) 230 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-04-25T05:16:40.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:40 smithi040 bash[23838]: cephadm 2024-04-25T05:16:38.322907+0000 mgr.smithi031.wbrsoo (mgr.14201) 230 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-04-25T05:16:40.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:40 smithi040 bash[23838]: cephadm 2024-04-25T05:16:38.340399+0000 mgr.smithi031.wbrsoo (mgr.14201) 231 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi031.bigzkz 2024-04-25T05:16:40.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:40 smithi040 bash[23838]: cephadm 2024-04-25T05:16:38.340399+0000 mgr.smithi031.wbrsoo (mgr.14201) 231 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi031.bigzkz 2024-04-25T05:16:40.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:40 smithi040 bash[23838]: cephadm 2024-04-25T05:16:38.347300+0000 mgr.smithi031.wbrsoo (mgr.14201) 232 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-04-25T05:16:40.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:40 smithi040 bash[23838]: cephadm 2024-04-25T05:16:38.347300+0000 mgr.smithi031.wbrsoo (mgr.14201) 232 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-04-25T05:16:40.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:40 smithi040 bash[23838]: cephadm 2024-04-25T05:16:38.706931+0000 mgr.smithi031.wbrsoo (mgr.14201) 233 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-04-25T05:16:40.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:40 smithi040 bash[23838]: cephadm 2024-04-25T05:16:38.706931+0000 mgr.smithi031.wbrsoo (mgr.14201) 233 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-04-25T05:16:40.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:40 smithi040 bash[23838]: cephadm 2024-04-25T05:16:38.707052+0000 mgr.smithi031.wbrsoo (mgr.14201) 234 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi031.bigzkz-rgw 2024-04-25T05:16:40.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:40 smithi040 bash[23838]: cephadm 2024-04-25T05:16:38.707052+0000 mgr.smithi031.wbrsoo (mgr.14201) 234 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi031.bigzkz-rgw 2024-04-25T05:16:40.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:40 smithi040 bash[23838]: cephadm 2024-04-25T05:16:38.712219+0000 mgr.smithi031.wbrsoo (mgr.14201) 235 : cephadm [WRN] Bind address in nfs.foo.0.0.smithi031.bigzkz's ganesha conf is defaulting to empty 2024-04-25T05:16:40.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:40 smithi040 bash[23838]: cephadm 2024-04-25T05:16:38.712219+0000 mgr.smithi031.wbrsoo (mgr.14201) 235 : cephadm [WRN] Bind address in nfs.foo.0.0.smithi031.bigzkz's ganesha conf is defaulting to empty 2024-04-25T05:16:40.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:40 smithi040 bash[23838]: cephadm 2024-04-25T05:16:38.719117+0000 mgr.smithi031.wbrsoo (mgr.14201) 236 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi031.bigzkz on smithi031 2024-04-25T05:16:40.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:40 smithi040 bash[23838]: cephadm 2024-04-25T05:16:38.719117+0000 mgr.smithi031.wbrsoo (mgr.14201) 236 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi031.bigzkz on smithi031 2024-04-25T05:16:40.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:40 smithi040 bash[23838]: audit 2024-04-25T05:16:39.108289+0000 mon.smithi031 (mon.0) 822 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-04-25T05:16:40.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:40 smithi040 bash[23838]: audit 2024-04-25T05:16:39.108289+0000 mon.smithi031 (mon.0) 822 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-04-25T05:16:40.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:40 smithi040 bash[23838]: cluster 2024-04-25T05:16:39.111348+0000 mon.smithi031 (mon.0) 823 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-04-25T05:16:40.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:40 smithi040 bash[23838]: cluster 2024-04-25T05:16:39.111348+0000 mon.smithi031 (mon.0) 823 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-04-25T05:16:40.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:40 smithi040 bash[23838]: cluster 2024-04-25T05:16:40.118080+0000 mon.smithi031 (mon.0) 824 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-04-25T05:16:40.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:40 smithi040 bash[23838]: cluster 2024-04-25T05:16:40.118080+0000 mon.smithi031 (mon.0) 824 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-04-25T05:16:40.492 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-botocore (1.23.34+repack-1) ... 2024-04-25T05:16:40.986 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-s3transfer (0.5.0-1) ... 2024-04-25T05:16:41.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:41 smithi031 bash[18647]: cluster 2024-04-25T05:16:39.845407+0000 mgr.smithi031.wbrsoo (mgr.14201) 237 : cluster [DBG] pgmap v195: 97 pgs: 7 creating+peering, 47 unknown, 43 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-04-25T05:16:41.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:41 smithi031 bash[18647]: cluster 2024-04-25T05:16:39.845407+0000 mgr.smithi031.wbrsoo (mgr.14201) 237 : cluster [DBG] pgmap v195: 97 pgs: 7 creating+peering, 47 unknown, 43 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-04-25T05:16:41.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:41 smithi031 bash[18647]: audit 2024-04-25T05:16:40.120980+0000 mon.smithi040 (mon.1) 23 : audit [INF] from='client.? 172.21.15.40:0/3518353416' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-04-25T05:16:41.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:41 smithi031 bash[18647]: audit 2024-04-25T05:16:40.120980+0000 mon.smithi040 (mon.1) 23 : audit [INF] from='client.? 172.21.15.40:0/3518353416' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-04-25T05:16:41.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:41 smithi031 bash[18647]: audit 2024-04-25T05:16:40.130405+0000 mon.smithi031 (mon.0) 825 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-04-25T05:16:41.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:41 smithi031 bash[18647]: audit 2024-04-25T05:16:40.130405+0000 mon.smithi031 (mon.0) 825 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-04-25T05:16:41.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:41 smithi031 bash[18647]: audit 2024-04-25T05:16:40.963912+0000 mon.smithi031 (mon.0) 826 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:41.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:41 smithi031 bash[18647]: audit 2024-04-25T05:16:40.963912+0000 mon.smithi031 (mon.0) 826 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:41.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:41 smithi031 bash[18647]: audit 2024-04-25T05:16:41.115088+0000 mon.smithi031 (mon.0) 827 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-04-25T05:16:41.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:41 smithi031 bash[18647]: audit 2024-04-25T05:16:41.115088+0000 mon.smithi031 (mon.0) 827 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-04-25T05:16:41.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:41 smithi031 bash[18647]: cluster 2024-04-25T05:16:41.123013+0000 mon.smithi031 (mon.0) 828 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-04-25T05:16:41.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:41 smithi031 bash[18647]: cluster 2024-04-25T05:16:41.123013+0000 mon.smithi031 (mon.0) 828 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-04-25T05:16:41.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:41 smithi040 bash[23838]: cluster 2024-04-25T05:16:39.845407+0000 mgr.smithi031.wbrsoo (mgr.14201) 237 : cluster [DBG] pgmap v195: 97 pgs: 7 creating+peering, 47 unknown, 43 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-04-25T05:16:41.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:41 smithi040 bash[23838]: cluster 2024-04-25T05:16:39.845407+0000 mgr.smithi031.wbrsoo (mgr.14201) 237 : cluster [DBG] pgmap v195: 97 pgs: 7 creating+peering, 47 unknown, 43 active+clean; 577 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-04-25T05:16:41.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:41 smithi040 bash[23838]: audit 2024-04-25T05:16:40.120980+0000 mon.smithi040 (mon.1) 23 : audit [INF] from='client.? 172.21.15.40:0/3518353416' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-04-25T05:16:41.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:41 smithi040 bash[23838]: audit 2024-04-25T05:16:40.120980+0000 mon.smithi040 (mon.1) 23 : audit [INF] from='client.? 172.21.15.40:0/3518353416' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-04-25T05:16:41.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:41 smithi040 bash[23838]: audit 2024-04-25T05:16:40.130405+0000 mon.smithi031 (mon.0) 825 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-04-25T05:16:41.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:41 smithi040 bash[23838]: audit 2024-04-25T05:16:40.130405+0000 mon.smithi031 (mon.0) 825 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-04-25T05:16:41.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:41 smithi040 bash[23838]: audit 2024-04-25T05:16:40.963912+0000 mon.smithi031 (mon.0) 826 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:41.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:41 smithi040 bash[23838]: audit 2024-04-25T05:16:40.963912+0000 mon.smithi031 (mon.0) 826 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:41.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:41 smithi040 bash[23838]: audit 2024-04-25T05:16:41.115088+0000 mon.smithi031 (mon.0) 827 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-04-25T05:16:41.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:41 smithi040 bash[23838]: audit 2024-04-25T05:16:41.115088+0000 mon.smithi031 (mon.0) 827 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-04-25T05:16:41.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:41 smithi040 bash[23838]: cluster 2024-04-25T05:16:41.123013+0000 mon.smithi031 (mon.0) 828 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-04-25T05:16:41.471 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:41 smithi040 bash[23838]: cluster 2024-04-25T05:16:41.123013+0000 mon.smithi031 (mon.0) 828 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-04-25T05:16:41.823 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up python3-boto3 (1.20.34+dfsg-1) ... 2024-04-25T05:16:42.363 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:42 smithi031 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:16:42.495 DEBUG:teuthology.orchestra.run.smithi031:> 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-04-25T05:16:42.565 INFO:teuthology.orchestra.run.smithi031.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2024-04-25T05:16:42.619 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:42 smithi031 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:16:43.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:43 smithi040 bash[23838]: cluster 2024-04-25T05:16:41.846110+0000 mgr.smithi031.wbrsoo (mgr.14201) 238 : cluster [DBG] pgmap v198: 129 pgs: 11 creating+peering, 49 unknown, 69 active+clean; 578 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1023 B/s wr, 3 op/s 2024-04-25T05:16:43.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:43 smithi040 bash[23838]: cluster 2024-04-25T05:16:41.846110+0000 mgr.smithi031.wbrsoo (mgr.14201) 238 : cluster [DBG] pgmap v198: 129 pgs: 11 creating+peering, 49 unknown, 69 active+clean; 578 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1023 B/s wr, 3 op/s 2024-04-25T05:16:43.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:43 smithi040 bash[23838]: cluster 2024-04-25T05:16:42.148530+0000 mon.smithi031 (mon.0) 829 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-04-25T05:16:43.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:43 smithi040 bash[23838]: cluster 2024-04-25T05:16:42.148530+0000 mon.smithi031 (mon.0) 829 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-04-25T05:16:43.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:43 smithi040 bash[23838]: audit 2024-04-25T05:16:42.149506+0000 mon.smithi031 (mon.0) 830 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-04-25T05:16:43.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:43 smithi040 bash[23838]: audit 2024-04-25T05:16:42.149506+0000 mon.smithi031 (mon.0) 830 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-04-25T05:16:43.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:43 smithi040 bash[23838]: audit 2024-04-25T05:16:42.153483+0000 mon.smithi040 (mon.1) 24 : audit [INF] from='client.? 172.21.15.40:0/3518353416' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-04-25T05:16:43.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:43 smithi040 bash[23838]: audit 2024-04-25T05:16:42.153483+0000 mon.smithi040 (mon.1) 24 : audit [INF] from='client.? 172.21.15.40:0/3518353416' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-04-25T05:16:43.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:43 smithi040 bash[23838]: audit 2024-04-25T05:16:42.159018+0000 mon.smithi031 (mon.0) 831 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-04-25T05:16:43.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:43 smithi040 bash[23838]: audit 2024-04-25T05:16:42.159018+0000 mon.smithi031 (mon.0) 831 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-04-25T05:16:43.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:43 smithi040 bash[23838]: audit 2024-04-25T05:16:42.676057+0000 mon.smithi031 (mon.0) 832 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:43.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:43 smithi040 bash[23838]: audit 2024-04-25T05:16:42.676057+0000 mon.smithi031 (mon.0) 832 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:43.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:43 smithi040 bash[23838]: audit 2024-04-25T05:16:42.684537+0000 mon.smithi031 (mon.0) 833 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:43.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:43 smithi040 bash[23838]: audit 2024-04-25T05:16:42.684537+0000 mon.smithi031 (mon.0) 833 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:43.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:43 smithi040 bash[23838]: audit 2024-04-25T05:16:42.701993+0000 mon.smithi031 (mon.0) 834 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:43.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:43 smithi040 bash[23838]: audit 2024-04-25T05:16:42.701993+0000 mon.smithi031 (mon.0) 834 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:43.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:43 smithi040 bash[23838]: audit 2024-04-25T05:16:42.733087+0000 mon.smithi031 (mon.0) 835 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:43.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:43 smithi040 bash[23838]: audit 2024-04-25T05:16:42.733087+0000 mon.smithi031 (mon.0) 835 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:43.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:43 smithi040 bash[23838]: audit 2024-04-25T05:16:42.741889+0000 mon.smithi031 (mon.0) 836 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:43.470 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:43 smithi040 bash[23838]: audit 2024-04-25T05:16:42.741889+0000 mon.smithi031 (mon.0) 836 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:43.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:43 smithi031 bash[18647]: cluster 2024-04-25T05:16:41.846110+0000 mgr.smithi031.wbrsoo (mgr.14201) 238 : cluster [DBG] pgmap v198: 129 pgs: 11 creating+peering, 49 unknown, 69 active+clean; 578 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1023 B/s wr, 3 op/s 2024-04-25T05:16:43.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:43 smithi031 bash[18647]: cluster 2024-04-25T05:16:41.846110+0000 mgr.smithi031.wbrsoo (mgr.14201) 238 : cluster [DBG] pgmap v198: 129 pgs: 11 creating+peering, 49 unknown, 69 active+clean; 578 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1023 B/s wr, 3 op/s 2024-04-25T05:16:43.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:43 smithi031 bash[18647]: cluster 2024-04-25T05:16:42.148530+0000 mon.smithi031 (mon.0) 829 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-04-25T05:16:43.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:43 smithi031 bash[18647]: cluster 2024-04-25T05:16:42.148530+0000 mon.smithi031 (mon.0) 829 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-04-25T05:16:43.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:43 smithi031 bash[18647]: audit 2024-04-25T05:16:42.149506+0000 mon.smithi031 (mon.0) 830 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-04-25T05:16:43.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:43 smithi031 bash[18647]: audit 2024-04-25T05:16:42.149506+0000 mon.smithi031 (mon.0) 830 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-04-25T05:16:43.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:43 smithi031 bash[18647]: audit 2024-04-25T05:16:42.153483+0000 mon.smithi040 (mon.1) 24 : audit [INF] from='client.? 172.21.15.40:0/3518353416' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-04-25T05:16:43.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:43 smithi031 bash[18647]: audit 2024-04-25T05:16:42.153483+0000 mon.smithi040 (mon.1) 24 : audit [INF] from='client.? 172.21.15.40:0/3518353416' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-04-25T05:16:43.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:43 smithi031 bash[18647]: audit 2024-04-25T05:16:42.159018+0000 mon.smithi031 (mon.0) 831 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-04-25T05:16:43.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:43 smithi031 bash[18647]: audit 2024-04-25T05:16:42.159018+0000 mon.smithi031 (mon.0) 831 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-04-25T05:16:43.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:43 smithi031 bash[18647]: audit 2024-04-25T05:16:42.676057+0000 mon.smithi031 (mon.0) 832 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:43.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:43 smithi031 bash[18647]: audit 2024-04-25T05:16:42.676057+0000 mon.smithi031 (mon.0) 832 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:43.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:43 smithi031 bash[18647]: audit 2024-04-25T05:16:42.684537+0000 mon.smithi031 (mon.0) 833 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:43.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:43 smithi031 bash[18647]: audit 2024-04-25T05:16:42.684537+0000 mon.smithi031 (mon.0) 833 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:43.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:43 smithi031 bash[18647]: audit 2024-04-25T05:16:42.701993+0000 mon.smithi031 (mon.0) 834 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:43.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:43 smithi031 bash[18647]: audit 2024-04-25T05:16:42.701993+0000 mon.smithi031 (mon.0) 834 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:43.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:43 smithi031 bash[18647]: audit 2024-04-25T05:16:42.733087+0000 mon.smithi031 (mon.0) 835 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:43.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:43 smithi031 bash[18647]: audit 2024-04-25T05:16:42.733087+0000 mon.smithi031 (mon.0) 835 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:43.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:43 smithi031 bash[18647]: audit 2024-04-25T05:16:42.741889+0000 mon.smithi031 (mon.0) 836 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:43.621 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:43 smithi031 bash[18647]: audit 2024-04-25T05:16:42.741889+0000 mon.smithi031 (mon.0) 836 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:44.414 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:44 smithi031 bash[18647]: cephadm 2024-04-25T05:16:42.756102+0000 mgr.smithi031.wbrsoo (mgr.14201) 239 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi031.hgibwf on smithi031 2024-04-25T05:16:44.415 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:44 smithi031 bash[18647]: cephadm 2024-04-25T05:16:42.756102+0000 mgr.smithi031.wbrsoo (mgr.14201) 239 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi031.hgibwf on smithi031 2024-04-25T05:16:44.415 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:44 smithi031 bash[18647]: audit 2024-04-25T05:16:43.148099+0000 mon.smithi031 (mon.0) 837 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-04-25T05:16:44.415 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:44 smithi031 bash[18647]: audit 2024-04-25T05:16:43.148099+0000 mon.smithi031 (mon.0) 837 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-04-25T05:16:44.415 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:44 smithi031 bash[18647]: audit 2024-04-25T05:16:43.148172+0000 mon.smithi031 (mon.0) 838 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-04-25T05:16:44.415 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:44 smithi031 bash[18647]: audit 2024-04-25T05:16:43.148172+0000 mon.smithi031 (mon.0) 838 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-04-25T05:16:44.415 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:44 smithi031 bash[18647]: cluster 2024-04-25T05:16:43.155520+0000 mon.smithi031 (mon.0) 839 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-04-25T05:16:44.415 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:44 smithi031 bash[18647]: cluster 2024-04-25T05:16:43.155520+0000 mon.smithi031 (mon.0) 839 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-04-25T05:16:44.415 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:44 smithi031 bash[18647]: audit 2024-04-25T05:16:43.155685+0000 mon.smithi040 (mon.1) 25 : audit [INF] from='client.? 172.21.15.40:0/3518353416' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-04-25T05:16:44.415 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:44 smithi031 bash[18647]: audit 2024-04-25T05:16:43.155685+0000 mon.smithi040 (mon.1) 25 : audit [INF] from='client.? 172.21.15.40:0/3518353416' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-04-25T05:16:44.415 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:44 smithi031 bash[18647]: audit 2024-04-25T05:16:43.158533+0000 mon.smithi031 (mon.0) 840 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-04-25T05:16:44.415 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:44 smithi031 bash[18647]: audit 2024-04-25T05:16:43.158533+0000 mon.smithi031 (mon.0) 840 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-04-25T05:16:44.415 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:44 smithi031 bash[18647]: audit 2024-04-25T05:16:43.165004+0000 mon.smithi031 (mon.0) 841 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-04-25T05:16:44.415 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:44 smithi031 bash[18647]: audit 2024-04-25T05:16:43.165004+0000 mon.smithi031 (mon.0) 841 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-04-25T05:16:44.416 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:44 smithi031 bash[18647]: audit 2024-04-25T05:16:44.150984+0000 mon.smithi031 (mon.0) 842 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-04-25T05:16:44.416 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:44 smithi031 bash[18647]: audit 2024-04-25T05:16:44.150984+0000 mon.smithi031 (mon.0) 842 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-04-25T05:16:44.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:44 smithi040 bash[23838]: cephadm 2024-04-25T05:16:42.756102+0000 mgr.smithi031.wbrsoo (mgr.14201) 239 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi031.hgibwf on smithi031 2024-04-25T05:16:44.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:44 smithi040 bash[23838]: cephadm 2024-04-25T05:16:42.756102+0000 mgr.smithi031.wbrsoo (mgr.14201) 239 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi031.hgibwf on smithi031 2024-04-25T05:16:44.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:44 smithi040 bash[23838]: audit 2024-04-25T05:16:43.148099+0000 mon.smithi031 (mon.0) 837 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-04-25T05:16:44.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:44 smithi040 bash[23838]: audit 2024-04-25T05:16:43.148099+0000 mon.smithi031 (mon.0) 837 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-04-25T05:16:44.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:44 smithi040 bash[23838]: audit 2024-04-25T05:16:43.148172+0000 mon.smithi031 (mon.0) 838 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-04-25T05:16:44.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:44 smithi040 bash[23838]: audit 2024-04-25T05:16:43.148172+0000 mon.smithi031 (mon.0) 838 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-04-25T05:16:44.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:44 smithi040 bash[23838]: cluster 2024-04-25T05:16:43.155520+0000 mon.smithi031 (mon.0) 839 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-04-25T05:16:44.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:44 smithi040 bash[23838]: cluster 2024-04-25T05:16:43.155520+0000 mon.smithi031 (mon.0) 839 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-04-25T05:16:44.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:44 smithi040 bash[23838]: audit 2024-04-25T05:16:43.155685+0000 mon.smithi040 (mon.1) 25 : audit [INF] from='client.? 172.21.15.40:0/3518353416' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-04-25T05:16:44.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:44 smithi040 bash[23838]: audit 2024-04-25T05:16:43.155685+0000 mon.smithi040 (mon.1) 25 : audit [INF] from='client.? 172.21.15.40:0/3518353416' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-04-25T05:16:44.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:44 smithi040 bash[23838]: audit 2024-04-25T05:16:43.158533+0000 mon.smithi031 (mon.0) 840 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-04-25T05:16:44.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:44 smithi040 bash[23838]: audit 2024-04-25T05:16:43.158533+0000 mon.smithi031 (mon.0) 840 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-04-25T05:16:44.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:44 smithi040 bash[23838]: audit 2024-04-25T05:16:43.165004+0000 mon.smithi031 (mon.0) 841 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-04-25T05:16:44.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:44 smithi040 bash[23838]: audit 2024-04-25T05:16:43.165004+0000 mon.smithi031 (mon.0) 841 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-04-25T05:16:44.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:44 smithi040 bash[23838]: audit 2024-04-25T05:16:44.150984+0000 mon.smithi031 (mon.0) 842 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-04-25T05:16:44.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:44 smithi040 bash[23838]: audit 2024-04-25T05:16:44.150984+0000 mon.smithi031 (mon.0) 842 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi040.pmgapf' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-04-25T05:16:45.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:45 smithi031 bash[18647]: cluster 2024-04-25T05:16:43.846920+0000 mgr.smithi031.wbrsoo (mgr.14201) 240 : cluster [DBG] pgmap v201: 161 pgs: 13 creating+peering, 32 unknown, 116 active+clean; 578 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 2.0 KiB/s wr, 7 op/s 2024-04-25T05:16:45.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:45 smithi031 bash[18647]: cluster 2024-04-25T05:16:43.846920+0000 mgr.smithi031.wbrsoo (mgr.14201) 240 : cluster [DBG] pgmap v201: 161 pgs: 13 creating+peering, 32 unknown, 116 active+clean; 578 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 2.0 KiB/s wr, 7 op/s 2024-04-25T05:16:45.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:45 smithi031 bash[18647]: audit 2024-04-25T05:16:44.151154+0000 mon.smithi031 (mon.0) 843 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-04-25T05:16:45.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:45 smithi031 bash[18647]: audit 2024-04-25T05:16:44.151154+0000 mon.smithi031 (mon.0) 843 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-04-25T05:16:45.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:45 smithi031 bash[18647]: cluster 2024-04-25T05:16:44.158325+0000 mon.smithi031 (mon.0) 844 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-04-25T05:16:45.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:45 smithi031 bash[18647]: cluster 2024-04-25T05:16:44.158325+0000 mon.smithi031 (mon.0) 844 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-04-25T05:16:45.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:45 smithi040 bash[23838]: cluster 2024-04-25T05:16:43.846920+0000 mgr.smithi031.wbrsoo (mgr.14201) 240 : cluster [DBG] pgmap v201: 161 pgs: 13 creating+peering, 32 unknown, 116 active+clean; 578 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 2.0 KiB/s wr, 7 op/s 2024-04-25T05:16:45.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:45 smithi040 bash[23838]: cluster 2024-04-25T05:16:43.846920+0000 mgr.smithi031.wbrsoo (mgr.14201) 240 : cluster [DBG] pgmap v201: 161 pgs: 13 creating+peering, 32 unknown, 116 active+clean; 578 KiB data, 233 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 2.0 KiB/s wr, 7 op/s 2024-04-25T05:16:45.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:45 smithi040 bash[23838]: audit 2024-04-25T05:16:44.151154+0000 mon.smithi031 (mon.0) 843 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-04-25T05:16:45.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:45 smithi040 bash[23838]: audit 2024-04-25T05:16:44.151154+0000 mon.smithi031 (mon.0) 843 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-04-25T05:16:45.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:45 smithi040 bash[23838]: cluster 2024-04-25T05:16:44.158325+0000 mon.smithi031 (mon.0) 844 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-04-25T05:16:45.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:45 smithi040 bash[23838]: cluster 2024-04-25T05:16:44.158325+0000 mon.smithi031 (mon.0) 844 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-04-25T05:16:47.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:46 smithi031 bash[18647]: cluster 2024-04-25T05:16:45.848043+0000 mgr.smithi031.wbrsoo (mgr.14201) 241 : cluster [DBG] pgmap v203: 161 pgs: 11 creating+peering, 12 unknown, 138 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 70 KiB/s rd, 2.3 KiB/s wr, 133 op/s 2024-04-25T05:16:47.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:46 smithi031 bash[18647]: cluster 2024-04-25T05:16:45.848043+0000 mgr.smithi031.wbrsoo (mgr.14201) 241 : cluster [DBG] pgmap v203: 161 pgs: 11 creating+peering, 12 unknown, 138 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 70 KiB/s rd, 2.3 KiB/s wr, 133 op/s 2024-04-25T05:16:47.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:46 smithi031 bash[18647]: audit 2024-04-25T05:16:45.980720+0000 mon.smithi031 (mon.0) 845 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:47.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:46 smithi031 bash[18647]: audit 2024-04-25T05:16:45.980720+0000 mon.smithi031 (mon.0) 845 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:47.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:46 smithi040 bash[23838]: cluster 2024-04-25T05:16:45.848043+0000 mgr.smithi031.wbrsoo (mgr.14201) 241 : cluster [DBG] pgmap v203: 161 pgs: 11 creating+peering, 12 unknown, 138 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 70 KiB/s rd, 2.3 KiB/s wr, 133 op/s 2024-04-25T05:16:47.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:46 smithi040 bash[23838]: cluster 2024-04-25T05:16:45.848043+0000 mgr.smithi031.wbrsoo (mgr.14201) 241 : cluster [DBG] pgmap v203: 161 pgs: 11 creating+peering, 12 unknown, 138 active+clean; 579 KiB data, 237 MiB used, 715 GiB / 715 GiB avail; 70 KiB/s rd, 2.3 KiB/s wr, 133 op/s 2024-04-25T05:16:47.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:46 smithi040 bash[23838]: audit 2024-04-25T05:16:45.980720+0000 mon.smithi031 (mon.0) 845 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:47.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:46 smithi040 bash[23838]: audit 2024-04-25T05:16:45.980720+0000 mon.smithi031 (mon.0) 845 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:48.358 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring fsid b4616124-02c1-11ef-bc93-c7b262605968 2024-04-25T05:16:49.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:48 smithi031 bash[18647]: cluster 2024-04-25T05:16:47.849958+0000 mgr.smithi031.wbrsoo (mgr.14201) 242 : cluster [DBG] pgmap v204: 161 pgs: 9 creating+peering, 152 active+clean; 581 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 174 KiB/s rd, 4.7 KiB/s wr, 330 op/s 2024-04-25T05:16:49.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:48 smithi031 bash[18647]: cluster 2024-04-25T05:16:47.849958+0000 mgr.smithi031.wbrsoo (mgr.14201) 242 : cluster [DBG] pgmap v204: 161 pgs: 9 creating+peering, 152 active+clean; 581 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 174 KiB/s rd, 4.7 KiB/s wr, 330 op/s 2024-04-25T05:16:49.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:48 smithi040 bash[23838]: cluster 2024-04-25T05:16:47.849958+0000 mgr.smithi031.wbrsoo (mgr.14201) 242 : cluster [DBG] pgmap v204: 161 pgs: 9 creating+peering, 152 active+clean; 581 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 174 KiB/s rd, 4.7 KiB/s wr, 330 op/s 2024-04-25T05:16:49.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:48 smithi040 bash[23838]: cluster 2024-04-25T05:16:47.849958+0000 mgr.smithi031.wbrsoo (mgr.14201) 242 : cluster [DBG] pgmap v204: 161 pgs: 9 creating+peering, 152 active+clean; 581 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 174 KiB/s rd, 4.7 KiB/s wr, 330 op/s 2024-04-25T05:16:51.023 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:50 smithi031 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:16:51.023 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:50 smithi031 bash[18647]: cluster 2024-04-25T05:16:49.851210+0000 mgr.smithi031.wbrsoo (mgr.14201) 243 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 197 KiB/s rd, 5.5 KiB/s wr, 373 op/s 2024-04-25T05:16:51.023 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:50 smithi031 bash[18647]: cluster 2024-04-25T05:16:49.851210+0000 mgr.smithi031.wbrsoo (mgr.14201) 243 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 197 KiB/s rd, 5.5 KiB/s wr, 373 op/s 2024-04-25T05:16:51.316 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:51 smithi031 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:16:51.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:50 smithi040 bash[23838]: cluster 2024-04-25T05:16:49.851210+0000 mgr.smithi031.wbrsoo (mgr.14201) 243 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 197 KiB/s rd, 5.5 KiB/s wr, 373 op/s 2024-04-25T05:16:51.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:50 smithi040 bash[23838]: cluster 2024-04-25T05:16:49.851210+0000 mgr.smithi031.wbrsoo (mgr.14201) 243 : cluster [DBG] pgmap v205: 161 pgs: 161 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 197 KiB/s rd, 5.5 KiB/s wr, 373 op/s 2024-04-25T05:16:52.467 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:16:52.619 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:52 smithi031 bash[18647]: audit 2024-04-25T05:16:51.366491+0000 mon.smithi031 (mon.0) 846 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:52.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:52 smithi031 bash[18647]: audit 2024-04-25T05:16:51.366491+0000 mon.smithi031 (mon.0) 846 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:52.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:52 smithi031 bash[18647]: audit 2024-04-25T05:16:51.372209+0000 mon.smithi031 (mon.0) 847 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:52.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:52 smithi031 bash[18647]: audit 2024-04-25T05:16:51.372209+0000 mon.smithi031 (mon.0) 847 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:52.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:52 smithi031 bash[18647]: audit 2024-04-25T05:16:51.394160+0000 mon.smithi031 (mon.0) 848 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:52.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:52 smithi031 bash[18647]: audit 2024-04-25T05:16:51.394160+0000 mon.smithi031 (mon.0) 848 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:52.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:52 smithi031 bash[18647]: cephadm 2024-04-25T05:16:51.396557+0000 mgr.smithi031.wbrsoo (mgr.14201) 244 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi040.wdcxkr on smithi040 2024-04-25T05:16:52.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:52 smithi031 bash[18647]: cephadm 2024-04-25T05:16:51.396557+0000 mgr.smithi031.wbrsoo (mgr.14201) 244 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi040.wdcxkr on smithi040 2024-04-25T05:16:52.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:52 smithi031 bash[18647]: cluster 2024-04-25T05:16:51.852522+0000 mgr.smithi031.wbrsoo (mgr.14201) 245 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 174 KiB/s rd, 4.5 KiB/s wr, 329 op/s 2024-04-25T05:16:52.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:52 smithi031 bash[18647]: cluster 2024-04-25T05:16:51.852522+0000 mgr.smithi031.wbrsoo (mgr.14201) 245 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 174 KiB/s rd, 4.5 KiB/s wr, 329 op/s 2024-04-25T05:16:52.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:52 smithi031 bash[18647]: audit 2024-04-25T05:16:51.870370+0000 mon.smithi031 (mon.0) 849 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:16:52.620 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:52 smithi031 bash[18647]: audit 2024-04-25T05:16:51.870370+0000 mon.smithi031 (mon.0) 849 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:16:52.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:52 smithi040 bash[23838]: audit 2024-04-25T05:16:51.366491+0000 mon.smithi031 (mon.0) 846 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:52.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:52 smithi040 bash[23838]: audit 2024-04-25T05:16:51.366491+0000 mon.smithi031 (mon.0) 846 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:52.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:52 smithi040 bash[23838]: audit 2024-04-25T05:16:51.372209+0000 mon.smithi031 (mon.0) 847 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:52.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:52 smithi040 bash[23838]: audit 2024-04-25T05:16:51.372209+0000 mon.smithi031 (mon.0) 847 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:52.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:52 smithi040 bash[23838]: audit 2024-04-25T05:16:51.394160+0000 mon.smithi031 (mon.0) 848 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:52.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:52 smithi040 bash[23838]: audit 2024-04-25T05:16:51.394160+0000 mon.smithi031 (mon.0) 848 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:52.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:52 smithi040 bash[23838]: cephadm 2024-04-25T05:16:51.396557+0000 mgr.smithi031.wbrsoo (mgr.14201) 244 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi040.wdcxkr on smithi040 2024-04-25T05:16:52.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:52 smithi040 bash[23838]: cephadm 2024-04-25T05:16:51.396557+0000 mgr.smithi031.wbrsoo (mgr.14201) 244 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi040.wdcxkr on smithi040 2024-04-25T05:16:52.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:52 smithi040 bash[23838]: cluster 2024-04-25T05:16:51.852522+0000 mgr.smithi031.wbrsoo (mgr.14201) 245 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 174 KiB/s rd, 4.5 KiB/s wr, 329 op/s 2024-04-25T05:16:52.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:52 smithi040 bash[23838]: cluster 2024-04-25T05:16:51.852522+0000 mgr.smithi031.wbrsoo (mgr.14201) 245 : cluster [DBG] pgmap v206: 161 pgs: 161 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 174 KiB/s rd, 4.5 KiB/s wr, 329 op/s 2024-04-25T05:16:52.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:52 smithi040 bash[23838]: audit 2024-04-25T05:16:51.870370+0000 mon.smithi031 (mon.0) 849 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:16:52.719 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:52 smithi040 bash[23838]: audit 2024-04-25T05:16:51.870370+0000 mon.smithi031 (mon.0) 849 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:16:55.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:54 smithi040 bash[23838]: cluster 2024-04-25T05:16:53.853898+0000 mgr.smithi031.wbrsoo (mgr.14201) 246 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 151 KiB/s rd, 3.9 KiB/s wr, 286 op/s 2024-04-25T05:16:55.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:54 smithi040 bash[23838]: cluster 2024-04-25T05:16:53.853898+0000 mgr.smithi031.wbrsoo (mgr.14201) 246 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 151 KiB/s rd, 3.9 KiB/s wr, 286 op/s 2024-04-25T05:16:55.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:54 smithi031 bash[18647]: cluster 2024-04-25T05:16:53.853898+0000 mgr.smithi031.wbrsoo (mgr.14201) 246 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 151 KiB/s rd, 3.9 KiB/s wr, 286 op/s 2024-04-25T05:16:55.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:54 smithi031 bash[18647]: cluster 2024-04-25T05:16:53.853898+0000 mgr.smithi031.wbrsoo (mgr.14201) 246 : cluster [DBG] pgmap v207: 161 pgs: 161 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 151 KiB/s rd, 3.9 KiB/s wr, 286 op/s 2024-04-25T05:16:56.645 INFO:teuthology.orchestra.run.smithi031.stderr:Using ceph image with id '3d0c579d3b62' and tag 'd6f5f4e5ec08db21b2896cb71b4cb907b7fb4737' created on 2024-04-25 02:12:37 +0000 UTC 2024-04-25T05:16:56.645 INFO:teuthology.orchestra.run.smithi031.stderr:quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:53547c167dfd1636c2f97ada3832867c494b7ad3a6f460c09753bd0677c85e72 2024-04-25T05:16:57.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:56 smithi031 bash[18647]: cluster 2024-04-25T05:16:55.855049+0000 mgr.smithi031.wbrsoo (mgr.14201) 247 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 129 KiB/s rd, 3.3 KiB/s wr, 244 op/s 2024-04-25T05:16:57.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:56 smithi031 bash[18647]: cluster 2024-04-25T05:16:55.855049+0000 mgr.smithi031.wbrsoo (mgr.14201) 247 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 129 KiB/s rd, 3.3 KiB/s wr, 244 op/s 2024-04-25T05:16:57.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:56 smithi031 bash[18647]: audit 2024-04-25T05:16:55.993206+0000 mon.smithi031 (mon.0) 850 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:57.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:56 smithi031 bash[18647]: audit 2024-04-25T05:16:55.993206+0000 mon.smithi031 (mon.0) 850 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:57.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:56 smithi040 bash[23838]: cluster 2024-04-25T05:16:55.855049+0000 mgr.smithi031.wbrsoo (mgr.14201) 247 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 129 KiB/s rd, 3.3 KiB/s wr, 244 op/s 2024-04-25T05:16:57.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:56 smithi040 bash[23838]: cluster 2024-04-25T05:16:55.855049+0000 mgr.smithi031.wbrsoo (mgr.14201) 247 : cluster [DBG] pgmap v208: 161 pgs: 161 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 129 KiB/s rd, 3.3 KiB/s wr, 244 op/s 2024-04-25T05:16:57.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:56 smithi040 bash[23838]: audit 2024-04-25T05:16:55.993206+0000 mon.smithi031 (mon.0) 850 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:57.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:56 smithi040 bash[23838]: audit 2024-04-25T05:16:55.993206+0000 mon.smithi031 (mon.0) 850 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:16:58.512 INFO:teuthology.run_tasks:Running task python... 2024-04-25T05:16:58.523 INFO:tasks.python:Running python on role host.a host ubuntu@smithi031.front.sepia.ceph.com 2024-04-25T05:16:58.523 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-04-25T05:16:58.523 DEBUG:teuthology.orchestra.run.smithi031:> sudo TESTDIR=/home/ubuntu/cephtest python3 2024-04-25T05:16:59.327 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:58 smithi040 bash[23838]: cluster 2024-04-25T05:16:57.855749+0000 mgr.smithi031.wbrsoo (mgr.14201) 248 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 99 KiB/s rd, 2.7 KiB/s wr, 187 op/s 2024-04-25T05:16:59.327 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:16:58 smithi040 bash[23838]: cluster 2024-04-25T05:16:57.855749+0000 mgr.smithi031.wbrsoo (mgr.14201) 248 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 99 KiB/s rd, 2.7 KiB/s wr, 187 op/s 2024-04-25T05:16:59.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:58 smithi031 bash[18647]: cluster 2024-04-25T05:16:57.855749+0000 mgr.smithi031.wbrsoo (mgr.14201) 248 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 99 KiB/s rd, 2.7 KiB/s wr, 187 op/s 2024-04-25T05:16:59.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:16:58 smithi031 bash[18647]: cluster 2024-04-25T05:16:57.855749+0000 mgr.smithi031.wbrsoo (mgr.14201) 248 : cluster [DBG] pgmap v209: 161 pgs: 161 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 99 KiB/s rd, 2.7 KiB/s wr, 187 op/s 2024-04-25T05:17:00.340 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:00 smithi040 bash[23838]: cluster 2024-04-25T05:16:59.011273+0000 mon.smithi031 (mon.0) 851 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-04-25T05:17:00.340 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:00 smithi040 bash[23838]: cluster 2024-04-25T05:16:59.011273+0000 mon.smithi031 (mon.0) 851 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-04-25T05:17:00.340 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:00 smithi040 bash[23838]: audit 2024-04-25T05:16:59.013844+0000 mon.smithi031 (mon.0) 852 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-04-25T05:17:00.340 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:00 smithi040 bash[23838]: audit 2024-04-25T05:16:59.013844+0000 mon.smithi031 (mon.0) 852 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-04-25T05:17:00.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:00 smithi031 bash[18647]: cluster 2024-04-25T05:16:59.011273+0000 mon.smithi031 (mon.0) 851 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-04-25T05:17:00.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:00 smithi031 bash[18647]: cluster 2024-04-25T05:16:59.011273+0000 mon.smithi031 (mon.0) 851 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-04-25T05:17:00.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:00 smithi031 bash[18647]: audit 2024-04-25T05:16:59.013844+0000 mon.smithi031 (mon.0) 852 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-04-25T05:17:00.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:00 smithi031 bash[18647]: audit 2024-04-25T05:16:59.013844+0000 mon.smithi031 (mon.0) 852 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-04-25T05:17:00.613 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:00 smithi040 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:17:00.967 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:00 smithi040 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:17:01.346 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:01 smithi031 bash[18647]: cluster 2024-04-25T05:16:59.856702+0000 mgr.smithi031.wbrsoo (mgr.14201) 249 : cluster [DBG] pgmap v211: 193 pgs: 32 unknown, 161 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 409 B/s rd, 0 op/s 2024-04-25T05:17:01.347 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:01 smithi031 bash[18647]: cluster 2024-04-25T05:16:59.856702+0000 mgr.smithi031.wbrsoo (mgr.14201) 249 : cluster [DBG] pgmap v211: 193 pgs: 32 unknown, 161 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 409 B/s rd, 0 op/s 2024-04-25T05:17:01.347 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:01 smithi031 bash[18647]: cluster 2024-04-25T05:17:00.004962+0000 mon.smithi031 (mon.0) 853 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-25T05:17:01.347 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:01 smithi031 bash[18647]: cluster 2024-04-25T05:17:00.004962+0000 mon.smithi031 (mon.0) 853 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-25T05:17:01.347 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:01 smithi031 bash[18647]: audit 2024-04-25T05:17:00.015419+0000 mon.smithi031 (mon.0) 854 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-04-25T05:17:01.347 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:01 smithi031 bash[18647]: audit 2024-04-25T05:17:00.015419+0000 mon.smithi031 (mon.0) 854 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-04-25T05:17:01.347 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:01 smithi031 bash[18647]: cluster 2024-04-25T05:17:00.026742+0000 mon.smithi031 (mon.0) 855 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-04-25T05:17:01.347 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:01 smithi031 bash[18647]: cluster 2024-04-25T05:17:00.026742+0000 mon.smithi031 (mon.0) 855 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-04-25T05:17:01.347 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:01 smithi031 bash[18647]: audit 2024-04-25T05:17:00.064190+0000 mon.smithi031 (mon.0) 856 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-04-25T05:17:01.347 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:01 smithi031 bash[18647]: audit 2024-04-25T05:17:00.064190+0000 mon.smithi031 (mon.0) 856 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-04-25T05:17:01.347 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:01 smithi031 bash[18647]: audit 2024-04-25T05:17:00.798767+0000 mon.smithi031 (mon.0) 857 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:01.347 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:01 smithi031 bash[18647]: audit 2024-04-25T05:17:00.798767+0000 mon.smithi031 (mon.0) 857 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:01.347 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:01 smithi031 bash[18647]: audit 2024-04-25T05:17:00.811373+0000 mon.smithi031 (mon.0) 858 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:01.347 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:01 smithi031 bash[18647]: audit 2024-04-25T05:17:00.811373+0000 mon.smithi031 (mon.0) 858 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:01.347 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:01 smithi031 bash[18647]: audit 2024-04-25T05:17:00.858965+0000 mon.smithi031 (mon.0) 859 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:01.348 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:01 smithi031 bash[18647]: audit 2024-04-25T05:17:00.858965+0000 mon.smithi031 (mon.0) 859 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:01.348 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:01 smithi031 bash[18647]: audit 2024-04-25T05:17:00.870188+0000 mon.smithi031 (mon.0) 860 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:01.348 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:01 smithi031 bash[18647]: audit 2024-04-25T05:17:00.870188+0000 mon.smithi031 (mon.0) 860 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:01.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:01 smithi040 bash[23838]: cluster 2024-04-25T05:16:59.856702+0000 mgr.smithi031.wbrsoo (mgr.14201) 249 : cluster [DBG] pgmap v211: 193 pgs: 32 unknown, 161 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 409 B/s rd, 0 op/s 2024-04-25T05:17:01.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:01 smithi040 bash[23838]: cluster 2024-04-25T05:16:59.856702+0000 mgr.smithi031.wbrsoo (mgr.14201) 249 : cluster [DBG] pgmap v211: 193 pgs: 32 unknown, 161 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 409 B/s rd, 0 op/s 2024-04-25T05:17:01.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:01 smithi040 bash[23838]: cluster 2024-04-25T05:17:00.004962+0000 mon.smithi031 (mon.0) 853 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-25T05:17:01.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:01 smithi040 bash[23838]: cluster 2024-04-25T05:17:00.004962+0000 mon.smithi031 (mon.0) 853 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-04-25T05:17:01.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:01 smithi040 bash[23838]: audit 2024-04-25T05:17:00.015419+0000 mon.smithi031 (mon.0) 854 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-04-25T05:17:01.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:01 smithi040 bash[23838]: audit 2024-04-25T05:17:00.015419+0000 mon.smithi031 (mon.0) 854 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-04-25T05:17:01.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:01 smithi040 bash[23838]: cluster 2024-04-25T05:17:00.026742+0000 mon.smithi031 (mon.0) 855 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-04-25T05:17:01.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:01 smithi040 bash[23838]: cluster 2024-04-25T05:17:00.026742+0000 mon.smithi031 (mon.0) 855 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-04-25T05:17:01.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:01 smithi040 bash[23838]: audit 2024-04-25T05:17:00.064190+0000 mon.smithi031 (mon.0) 856 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-04-25T05:17:01.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:01 smithi040 bash[23838]: audit 2024-04-25T05:17:00.064190+0000 mon.smithi031 (mon.0) 856 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-04-25T05:17:01.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:01 smithi040 bash[23838]: audit 2024-04-25T05:17:00.798767+0000 mon.smithi031 (mon.0) 857 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:01.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:01 smithi040 bash[23838]: audit 2024-04-25T05:17:00.798767+0000 mon.smithi031 (mon.0) 857 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:01.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:01 smithi040 bash[23838]: audit 2024-04-25T05:17:00.811373+0000 mon.smithi031 (mon.0) 858 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:01.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:01 smithi040 bash[23838]: audit 2024-04-25T05:17:00.811373+0000 mon.smithi031 (mon.0) 858 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:01.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:01 smithi040 bash[23838]: audit 2024-04-25T05:17:00.858965+0000 mon.smithi031 (mon.0) 859 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:01.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:01 smithi040 bash[23838]: audit 2024-04-25T05:17:00.858965+0000 mon.smithi031 (mon.0) 859 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:01.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:01 smithi040 bash[23838]: audit 2024-04-25T05:17:00.870188+0000 mon.smithi031 (mon.0) 860 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:01.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:01 smithi040 bash[23838]: audit 2024-04-25T05:17:00.870188+0000 mon.smithi031 (mon.0) 860 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:02.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:02 smithi040 bash[23838]: cephadm 2024-04-25T05:17:00.871620+0000 mgr.smithi031.wbrsoo (mgr.14201) 250 : cephadm [INF] 10.0.31.31 is in 10.0.0.0/16 on smithi031 interface ens1f0 2024-04-25T05:17:02.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:02 smithi040 bash[23838]: cephadm 2024-04-25T05:17:00.871620+0000 mgr.smithi031.wbrsoo (mgr.14201) 250 : cephadm [INF] 10.0.31.31 is in 10.0.0.0/16 on smithi031 interface ens1f0 2024-04-25T05:17:02.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:02 smithi040 bash[23838]: cephadm 2024-04-25T05:17:00.872058+0000 mgr.smithi031.wbrsoo (mgr.14201) 251 : cephadm [INF] 10.0.31.31 is in 10.0.0.0/16 on smithi040 interface ens1f0 2024-04-25T05:17:02.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:02 smithi040 bash[23838]: cephadm 2024-04-25T05:17:00.872058+0000 mgr.smithi031.wbrsoo (mgr.14201) 251 : cephadm [INF] 10.0.31.31 is in 10.0.0.0/16 on smithi040 interface ens1f0 2024-04-25T05:17:02.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:02 smithi040 bash[23838]: cephadm 2024-04-25T05:17:00.889703+0000 mgr.smithi031.wbrsoo (mgr.14201) 252 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi031.bwubmv on smithi031 2024-04-25T05:17:02.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:02 smithi040 bash[23838]: cephadm 2024-04-25T05:17:00.889703+0000 mgr.smithi031.wbrsoo (mgr.14201) 252 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi031.bwubmv on smithi031 2024-04-25T05:17:02.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:02 smithi040 bash[23838]: audit 2024-04-25T05:17:01.027596+0000 mon.smithi031 (mon.0) 861 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-04-25T05:17:02.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:02 smithi040 bash[23838]: audit 2024-04-25T05:17:01.027596+0000 mon.smithi031 (mon.0) 861 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-04-25T05:17:02.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:02 smithi040 bash[23838]: cluster 2024-04-25T05:17:01.033119+0000 mon.smithi031 (mon.0) 862 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-04-25T05:17:02.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:02 smithi040 bash[23838]: cluster 2024-04-25T05:17:01.033119+0000 mon.smithi031 (mon.0) 862 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-04-25T05:17:02.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:02 smithi031 bash[18647]: cephadm 2024-04-25T05:17:00.871620+0000 mgr.smithi031.wbrsoo (mgr.14201) 250 : cephadm [INF] 10.0.31.31 is in 10.0.0.0/16 on smithi031 interface ens1f0 2024-04-25T05:17:02.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:02 smithi031 bash[18647]: cephadm 2024-04-25T05:17:00.871620+0000 mgr.smithi031.wbrsoo (mgr.14201) 250 : cephadm [INF] 10.0.31.31 is in 10.0.0.0/16 on smithi031 interface ens1f0 2024-04-25T05:17:02.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:02 smithi031 bash[18647]: cephadm 2024-04-25T05:17:00.872058+0000 mgr.smithi031.wbrsoo (mgr.14201) 251 : cephadm [INF] 10.0.31.31 is in 10.0.0.0/16 on smithi040 interface ens1f0 2024-04-25T05:17:02.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:02 smithi031 bash[18647]: cephadm 2024-04-25T05:17:00.872058+0000 mgr.smithi031.wbrsoo (mgr.14201) 251 : cephadm [INF] 10.0.31.31 is in 10.0.0.0/16 on smithi040 interface ens1f0 2024-04-25T05:17:02.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:02 smithi031 bash[18647]: cephadm 2024-04-25T05:17:00.889703+0000 mgr.smithi031.wbrsoo (mgr.14201) 252 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi031.bwubmv on smithi031 2024-04-25T05:17:02.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:02 smithi031 bash[18647]: cephadm 2024-04-25T05:17:00.889703+0000 mgr.smithi031.wbrsoo (mgr.14201) 252 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi031.bwubmv on smithi031 2024-04-25T05:17:02.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:02 smithi031 bash[18647]: audit 2024-04-25T05:17:01.027596+0000 mon.smithi031 (mon.0) 861 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-04-25T05:17:02.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:02 smithi031 bash[18647]: audit 2024-04-25T05:17:01.027596+0000 mon.smithi031 (mon.0) 861 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-04-25T05:17:02.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:02 smithi031 bash[18647]: cluster 2024-04-25T05:17:01.033119+0000 mon.smithi031 (mon.0) 862 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-04-25T05:17:02.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:02 smithi031 bash[18647]: cluster 2024-04-25T05:17:01.033119+0000 mon.smithi031 (mon.0) 862 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-04-25T05:17:03.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:03 smithi031 bash[18647]: cluster 2024-04-25T05:17:01.857746+0000 mgr.smithi031.wbrsoo (mgr.14201) 253 : cluster [DBG] pgmap v214: 193 pgs: 3 creating+peering, 18 unknown, 172 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 170 B/s wr, 2 op/s 2024-04-25T05:17:03.502 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:03 smithi031 bash[18647]: cluster 2024-04-25T05:17:01.857746+0000 mgr.smithi031.wbrsoo (mgr.14201) 253 : cluster [DBG] pgmap v214: 193 pgs: 3 creating+peering, 18 unknown, 172 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 170 B/s wr, 2 op/s 2024-04-25T05:17:03.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:03 smithi031 bash[18647]: cluster 2024-04-25T05:17:02.027600+0000 mon.smithi031 (mon.0) 863 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-25T05:17:03.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:03 smithi031 bash[18647]: cluster 2024-04-25T05:17:02.027600+0000 mon.smithi031 (mon.0) 863 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-25T05:17:03.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:03 smithi031 bash[18647]: cluster 2024-04-25T05:17:02.027676+0000 mon.smithi031 (mon.0) 864 : cluster [INF] Cluster is now healthy 2024-04-25T05:17:03.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:03 smithi031 bash[18647]: cluster 2024-04-25T05:17:02.027676+0000 mon.smithi031 (mon.0) 864 : cluster [INF] Cluster is now healthy 2024-04-25T05:17:03.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:03 smithi031 bash[18647]: cluster 2024-04-25T05:17:02.049267+0000 mon.smithi031 (mon.0) 865 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-04-25T05:17:03.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:03 smithi031 bash[18647]: cluster 2024-04-25T05:17:02.049267+0000 mon.smithi031 (mon.0) 865 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-04-25T05:17:03.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:03 smithi031 bash[18647]: audit 2024-04-25T05:17:02.054426+0000 mon.smithi031 (mon.0) 866 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-04-25T05:17:03.503 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:03 smithi031 bash[18647]: audit 2024-04-25T05:17:02.054426+0000 mon.smithi031 (mon.0) 866 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-04-25T05:17:03.504 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:03 smithi040 bash[23838]: cluster 2024-04-25T05:17:01.857746+0000 mgr.smithi031.wbrsoo (mgr.14201) 253 : cluster [DBG] pgmap v214: 193 pgs: 3 creating+peering, 18 unknown, 172 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 170 B/s wr, 2 op/s 2024-04-25T05:17:03.504 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:03 smithi040 bash[23838]: cluster 2024-04-25T05:17:01.857746+0000 mgr.smithi031.wbrsoo (mgr.14201) 253 : cluster [DBG] pgmap v214: 193 pgs: 3 creating+peering, 18 unknown, 172 active+clean; 582 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 170 B/s wr, 2 op/s 2024-04-25T05:17:03.504 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:03 smithi040 bash[23838]: cluster 2024-04-25T05:17:02.027600+0000 mon.smithi031 (mon.0) 863 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-25T05:17:03.504 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:03 smithi040 bash[23838]: cluster 2024-04-25T05:17:02.027600+0000 mon.smithi031 (mon.0) 863 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-04-25T05:17:03.504 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:03 smithi040 bash[23838]: cluster 2024-04-25T05:17:02.027676+0000 mon.smithi031 (mon.0) 864 : cluster [INF] Cluster is now healthy 2024-04-25T05:17:03.504 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:03 smithi040 bash[23838]: cluster 2024-04-25T05:17:02.027676+0000 mon.smithi031 (mon.0) 864 : cluster [INF] Cluster is now healthy 2024-04-25T05:17:03.504 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:03 smithi040 bash[23838]: cluster 2024-04-25T05:17:02.049267+0000 mon.smithi031 (mon.0) 865 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-04-25T05:17:03.504 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:03 smithi040 bash[23838]: cluster 2024-04-25T05:17:02.049267+0000 mon.smithi031 (mon.0) 865 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-04-25T05:17:03.504 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:03 smithi040 bash[23838]: audit 2024-04-25T05:17:02.054426+0000 mon.smithi031 (mon.0) 866 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-04-25T05:17:03.505 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:03 smithi040 bash[23838]: audit 2024-04-25T05:17:02.054426+0000 mon.smithi031 (mon.0) 866 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-04-25T05:17:04.142 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-25T05:17:04.190 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi031.front.sepia.ceph.com 2024-04-25T05:17:04.190 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- bash -c 'ceph nfs export create rgw --bucket foobucket --cluster-id foo --pseudo-path /foobucket' 2024-04-25T05:17:04.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:04 smithi031 bash[18647]: audit 2024-04-25T05:17:03.042634+0000 mon.smithi031 (mon.0) 867 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-04-25T05:17:04.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:04 smithi031 bash[18647]: audit 2024-04-25T05:17:03.042634+0000 mon.smithi031 (mon.0) 867 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-04-25T05:17:04.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:04 smithi031 bash[18647]: cluster 2024-04-25T05:17:03.051664+0000 mon.smithi031 (mon.0) 868 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-04-25T05:17:04.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:04 smithi031 bash[18647]: cluster 2024-04-25T05:17:03.051664+0000 mon.smithi031 (mon.0) 868 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-04-25T05:17:04.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:04 smithi031 bash[18647]: audit 2024-04-25T05:17:03.086281+0000 mon.smithi031 (mon.0) 869 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.data", "var": "bulk", "val": "true"}]: dispatch 2024-04-25T05:17:04.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:04 smithi031 bash[18647]: audit 2024-04-25T05:17:03.086281+0000 mon.smithi031 (mon.0) 869 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.data", "var": "bulk", "val": "true"}]: dispatch 2024-04-25T05:17:04.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:04 smithi031 bash[18647]: audit 2024-04-25T05:17:04.045634+0000 mon.smithi031 (mon.0) 870 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.data", "var": "bulk", "val": "true"}]': finished 2024-04-25T05:17:04.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:04 smithi031 bash[18647]: audit 2024-04-25T05:17:04.045634+0000 mon.smithi031 (mon.0) 870 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.data", "var": "bulk", "val": "true"}]': finished 2024-04-25T05:17:04.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:04 smithi031 bash[18647]: cluster 2024-04-25T05:17:04.052835+0000 mon.smithi031 (mon.0) 871 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-04-25T05:17:04.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:04 smithi031 bash[18647]: cluster 2024-04-25T05:17:04.052835+0000 mon.smithi031 (mon.0) 871 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-04-25T05:17:04.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:04 smithi040 bash[23838]: audit 2024-04-25T05:17:03.042634+0000 mon.smithi031 (mon.0) 867 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-04-25T05:17:04.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:04 smithi040 bash[23838]: audit 2024-04-25T05:17:03.042634+0000 mon.smithi031 (mon.0) 867 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-04-25T05:17:04.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:04 smithi040 bash[23838]: cluster 2024-04-25T05:17:03.051664+0000 mon.smithi031 (mon.0) 868 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-04-25T05:17:04.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:04 smithi040 bash[23838]: cluster 2024-04-25T05:17:03.051664+0000 mon.smithi031 (mon.0) 868 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-04-25T05:17:04.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:04 smithi040 bash[23838]: audit 2024-04-25T05:17:03.086281+0000 mon.smithi031 (mon.0) 869 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.data", "var": "bulk", "val": "true"}]: dispatch 2024-04-25T05:17:04.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:04 smithi040 bash[23838]: audit 2024-04-25T05:17:03.086281+0000 mon.smithi031 (mon.0) 869 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.data", "var": "bulk", "val": "true"}]: dispatch 2024-04-25T05:17:04.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:04 smithi040 bash[23838]: audit 2024-04-25T05:17:04.045634+0000 mon.smithi031 (mon.0) 870 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.data", "var": "bulk", "val": "true"}]': finished 2024-04-25T05:17:04.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:04 smithi040 bash[23838]: audit 2024-04-25T05:17:04.045634+0000 mon.smithi031 (mon.0) 870 : audit [INF] from='client.? 172.21.15.31:0/708069503' entity='client.rgw.foorgw.smithi031.vhhjck' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.data", "var": "bulk", "val": "true"}]': finished 2024-04-25T05:17:04.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:04 smithi040 bash[23838]: cluster 2024-04-25T05:17:04.052835+0000 mon.smithi031 (mon.0) 871 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-04-25T05:17:04.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:04 smithi040 bash[23838]: cluster 2024-04-25T05:17:04.052835+0000 mon.smithi031 (mon.0) 871 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-04-25T05:17:05.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:05 smithi031 bash[18647]: cluster 2024-04-25T05:17:03.858737+0000 mgr.smithi031.wbrsoo (mgr.14201) 254 : cluster [DBG] pgmap v217: 225 pgs: 12 creating+peering, 23 unknown, 190 active+clean; 583 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 1023 B/s wr, 5 op/s 2024-04-25T05:17:05.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:05 smithi031 bash[18647]: cluster 2024-04-25T05:17:03.858737+0000 mgr.smithi031.wbrsoo (mgr.14201) 254 : cluster [DBG] pgmap v217: 225 pgs: 12 creating+peering, 23 unknown, 190 active+clean; 583 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 1023 B/s wr, 5 op/s 2024-04-25T05:17:05.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:05 smithi040 bash[23838]: cluster 2024-04-25T05:17:03.858737+0000 mgr.smithi031.wbrsoo (mgr.14201) 254 : cluster [DBG] pgmap v217: 225 pgs: 12 creating+peering, 23 unknown, 190 active+clean; 583 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 1023 B/s wr, 5 op/s 2024-04-25T05:17:05.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:05 smithi040 bash[23838]: cluster 2024-04-25T05:17:03.858737+0000 mgr.smithi031.wbrsoo (mgr.14201) 254 : cluster [DBG] pgmap v217: 225 pgs: 12 creating+peering, 23 unknown, 190 active+clean; 583 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 1023 B/s wr, 5 op/s 2024-04-25T05:17:07.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:07 smithi031 bash[18647]: cluster 2024-04-25T05:17:05.859504+0000 mgr.smithi031.wbrsoo (mgr.14201) 255 : cluster [DBG] pgmap v219: 225 pgs: 9 creating+peering, 10 unknown, 206 active+clean; 583 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.0 KiB/s wr, 5 op/s 2024-04-25T05:17:07.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:07 smithi031 bash[18647]: cluster 2024-04-25T05:17:05.859504+0000 mgr.smithi031.wbrsoo (mgr.14201) 255 : cluster [DBG] pgmap v219: 225 pgs: 9 creating+peering, 10 unknown, 206 active+clean; 583 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.0 KiB/s wr, 5 op/s 2024-04-25T05:17:07.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:07 smithi031 bash[18647]: audit 2024-04-25T05:17:06.871362+0000 mon.smithi031 (mon.0) 872 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:17:07.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:07 smithi031 bash[18647]: audit 2024-04-25T05:17:06.871362+0000 mon.smithi031 (mon.0) 872 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:17:07.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:07 smithi040 bash[23838]: cluster 2024-04-25T05:17:05.859504+0000 mgr.smithi031.wbrsoo (mgr.14201) 255 : cluster [DBG] pgmap v219: 225 pgs: 9 creating+peering, 10 unknown, 206 active+clean; 583 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.0 KiB/s wr, 5 op/s 2024-04-25T05:17:07.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:07 smithi040 bash[23838]: cluster 2024-04-25T05:17:05.859504+0000 mgr.smithi031.wbrsoo (mgr.14201) 255 : cluster [DBG] pgmap v219: 225 pgs: 9 creating+peering, 10 unknown, 206 active+clean; 583 KiB data, 246 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.0 KiB/s wr, 5 op/s 2024-04-25T05:17:07.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:07 smithi040 bash[23838]: audit 2024-04-25T05:17:06.871362+0000 mon.smithi031 (mon.0) 872 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:17:07.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:07 smithi040 bash[23838]: audit 2024-04-25T05:17:06.871362+0000 mon.smithi031 (mon.0) 872 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:17:09.050 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:17:09.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:09 smithi031 bash[18647]: cluster 2024-04-25T05:17:07.860853+0000 mgr.smithi031.wbrsoo (mgr.14201) 256 : cluster [DBG] pgmap v220: 225 pgs: 9 creating+peering, 216 active+clean; 583 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.2 KiB/s wr, 6 op/s 2024-04-25T05:17:09.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:09 smithi031 bash[18647]: cluster 2024-04-25T05:17:07.860853+0000 mgr.smithi031.wbrsoo (mgr.14201) 256 : cluster [DBG] pgmap v220: 225 pgs: 9 creating+peering, 216 active+clean; 583 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.2 KiB/s wr, 6 op/s 2024-04-25T05:17:09.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:09 smithi040 bash[23838]: cluster 2024-04-25T05:17:07.860853+0000 mgr.smithi031.wbrsoo (mgr.14201) 256 : cluster [DBG] pgmap v220: 225 pgs: 9 creating+peering, 216 active+clean; 583 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.2 KiB/s wr, 6 op/s 2024-04-25T05:17:09.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:09 smithi040 bash[23838]: cluster 2024-04-25T05:17:07.860853+0000 mgr.smithi031.wbrsoo (mgr.14201) 256 : cluster [DBG] pgmap v220: 225 pgs: 9 creating+peering, 216 active+clean; 583 KiB data, 247 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 1.2 KiB/s wr, 6 op/s 2024-04-25T05:17:11.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:11 smithi031 bash[18647]: cluster 2024-04-25T05:17:09.862218+0000 mgr.smithi031.wbrsoo (mgr.14201) 257 : cluster [DBG] pgmap v221: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 916 B/s rd, 654 B/s wr, 4 op/s 2024-04-25T05:17:11.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:11 smithi031 bash[18647]: cluster 2024-04-25T05:17:09.862218+0000 mgr.smithi031.wbrsoo (mgr.14201) 257 : cluster [DBG] pgmap v221: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 916 B/s rd, 654 B/s wr, 4 op/s 2024-04-25T05:17:11.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:11 smithi040 bash[23838]: cluster 2024-04-25T05:17:09.862218+0000 mgr.smithi031.wbrsoo (mgr.14201) 257 : cluster [DBG] pgmap v221: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 916 B/s rd, 654 B/s wr, 4 op/s 2024-04-25T05:17:11.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:11 smithi040 bash[23838]: cluster 2024-04-25T05:17:09.862218+0000 mgr.smithi031.wbrsoo (mgr.14201) 257 : cluster [DBG] pgmap v221: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 916 B/s rd, 654 B/s wr, 4 op/s 2024-04-25T05:17:11.485 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-04-25T05:17:11.485 INFO:teuthology.orchestra.run.smithi031.stdout: "bind": "/foobucket", 2024-04-25T05:17:11.486 INFO:teuthology.orchestra.run.smithi031.stdout: "cluster": "foo", 2024-04-25T05:17:11.486 INFO:teuthology.orchestra.run.smithi031.stdout: "mode": "RW", 2024-04-25T05:17:11.486 INFO:teuthology.orchestra.run.smithi031.stdout: "path": "foobucket", 2024-04-25T05:17:11.486 INFO:teuthology.orchestra.run.smithi031.stdout: "squash": "none" 2024-04-25T05:17:11.486 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-04-25T05:17:11.830 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:11 smithi031 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:17:12.106 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:11 smithi031 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:17:12.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:12 smithi031 bash[18647]: audit 2024-04-25T05:17:11.069374+0000 mgr.smithi031.wbrsoo (mgr.14201) 258 : audit [DBG] from='client.14562 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:17:12.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:12 smithi031 bash[18647]: audit 2024-04-25T05:17:11.069374+0000 mgr.smithi031.wbrsoo (mgr.14201) 258 : audit [DBG] from='client.14562 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:17:12.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:12 smithi031 bash[18647]: audit 2024-04-25T05:17:12.016665+0000 mon.smithi031 (mon.0) 873 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:12.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:12 smithi031 bash[18647]: audit 2024-04-25T05:17:12.016665+0000 mon.smithi031 (mon.0) 873 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:12.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:12 smithi031 bash[18647]: audit 2024-04-25T05:17:12.022827+0000 mon.smithi031 (mon.0) 874 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:12.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:12 smithi031 bash[18647]: audit 2024-04-25T05:17:12.022827+0000 mon.smithi031 (mon.0) 874 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:12.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:12 smithi031 bash[18647]: audit 2024-04-25T05:17:12.051887+0000 mon.smithi031 (mon.0) 875 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:12.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:12 smithi031 bash[18647]: audit 2024-04-25T05:17:12.051887+0000 mon.smithi031 (mon.0) 875 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:12.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:12 smithi040 bash[23838]: audit 2024-04-25T05:17:11.069374+0000 mgr.smithi031.wbrsoo (mgr.14201) 258 : audit [DBG] from='client.14562 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:17:12.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:12 smithi040 bash[23838]: audit 2024-04-25T05:17:11.069374+0000 mgr.smithi031.wbrsoo (mgr.14201) 258 : audit [DBG] from='client.14562 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:17:12.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:12 smithi040 bash[23838]: audit 2024-04-25T05:17:12.016665+0000 mon.smithi031 (mon.0) 873 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:12.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:12 smithi040 bash[23838]: audit 2024-04-25T05:17:12.016665+0000 mon.smithi031 (mon.0) 873 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:12.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:12 smithi040 bash[23838]: audit 2024-04-25T05:17:12.022827+0000 mon.smithi031 (mon.0) 874 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:12.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:12 smithi040 bash[23838]: audit 2024-04-25T05:17:12.022827+0000 mon.smithi031 (mon.0) 874 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:12.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:12 smithi040 bash[23838]: audit 2024-04-25T05:17:12.051887+0000 mon.smithi031 (mon.0) 875 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:12.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:12 smithi040 bash[23838]: audit 2024-04-25T05:17:12.051887+0000 mon.smithi031 (mon.0) 875 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:12.982 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-04-25T05:17:12.993 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-04-25T05:17:12.994 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-25T05:17:13.274 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:13 smithi031 bash[18647]: cluster 2024-04-25T05:17:11.863233+0000 mgr.smithi031.wbrsoo (mgr.14201) 259 : cluster [DBG] pgmap v222: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 812 B/s rd, 464 B/s wr, 3 op/s 2024-04-25T05:17:13.274 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:13 smithi031 bash[18647]: cluster 2024-04-25T05:17:11.863233+0000 mgr.smithi031.wbrsoo (mgr.14201) 259 : cluster [DBG] pgmap v222: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 812 B/s rd, 464 B/s wr, 3 op/s 2024-04-25T05:17:13.274 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:13 smithi031 bash[18647]: cephadm 2024-04-25T05:17:12.055757+0000 mgr.smithi031.wbrsoo (mgr.14201) 260 : cephadm [INF] 10.0.31.31 is in 10.0.0.0/16 on smithi040 interface ens1f0 2024-04-25T05:17:13.274 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:13 smithi031 bash[18647]: cephadm 2024-04-25T05:17:12.055757+0000 mgr.smithi031.wbrsoo (mgr.14201) 260 : cephadm [INF] 10.0.31.31 is in 10.0.0.0/16 on smithi040 interface ens1f0 2024-04-25T05:17:13.274 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:13 smithi031 bash[18647]: cephadm 2024-04-25T05:17:12.056072+0000 mgr.smithi031.wbrsoo (mgr.14201) 261 : cephadm [INF] 10.0.31.31 is in 10.0.0.0/16 on smithi031 interface ens1f0 2024-04-25T05:17:13.274 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:13 smithi031 bash[18647]: cephadm 2024-04-25T05:17:12.056072+0000 mgr.smithi031.wbrsoo (mgr.14201) 261 : cephadm [INF] 10.0.31.31 is in 10.0.0.0/16 on smithi031 interface ens1f0 2024-04-25T05:17:13.274 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:13 smithi031 bash[18647]: cephadm 2024-04-25T05:17:12.056945+0000 mgr.smithi031.wbrsoo (mgr.14201) 262 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi040.qizwce on smithi040 2024-04-25T05:17:13.274 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:13 smithi031 bash[18647]: cephadm 2024-04-25T05:17:12.056945+0000 mgr.smithi031.wbrsoo (mgr.14201) 262 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi040.qizwce on smithi040 2024-04-25T05:17:13.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:13 smithi040 bash[23838]: cluster 2024-04-25T05:17:11.863233+0000 mgr.smithi031.wbrsoo (mgr.14201) 259 : cluster [DBG] pgmap v222: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 812 B/s rd, 464 B/s wr, 3 op/s 2024-04-25T05:17:13.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:13 smithi040 bash[23838]: cluster 2024-04-25T05:17:11.863233+0000 mgr.smithi031.wbrsoo (mgr.14201) 259 : cluster [DBG] pgmap v222: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 812 B/s rd, 464 B/s wr, 3 op/s 2024-04-25T05:17:13.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:13 smithi040 bash[23838]: cephadm 2024-04-25T05:17:12.055757+0000 mgr.smithi031.wbrsoo (mgr.14201) 260 : cephadm [INF] 10.0.31.31 is in 10.0.0.0/16 on smithi040 interface ens1f0 2024-04-25T05:17:13.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:13 smithi040 bash[23838]: cephadm 2024-04-25T05:17:12.055757+0000 mgr.smithi031.wbrsoo (mgr.14201) 260 : cephadm [INF] 10.0.31.31 is in 10.0.0.0/16 on smithi040 interface ens1f0 2024-04-25T05:17:13.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:13 smithi040 bash[23838]: cephadm 2024-04-25T05:17:12.056072+0000 mgr.smithi031.wbrsoo (mgr.14201) 261 : cephadm [INF] 10.0.31.31 is in 10.0.0.0/16 on smithi031 interface ens1f0 2024-04-25T05:17:13.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:13 smithi040 bash[23838]: cephadm 2024-04-25T05:17:12.056072+0000 mgr.smithi031.wbrsoo (mgr.14201) 261 : cephadm [INF] 10.0.31.31 is in 10.0.0.0/16 on smithi031 interface ens1f0 2024-04-25T05:17:13.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:13 smithi040 bash[23838]: cephadm 2024-04-25T05:17:12.056945+0000 mgr.smithi031.wbrsoo (mgr.14201) 262 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi040.qizwce on smithi040 2024-04-25T05:17:13.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:13 smithi040 bash[23838]: cephadm 2024-04-25T05:17:12.056945+0000 mgr.smithi031.wbrsoo (mgr.14201) 262 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi040.qizwce on smithi040 2024-04-25T05:17:15.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:15 smithi031 bash[18647]: cluster 2024-04-25T05:17:13.864871+0000 mgr.smithi031.wbrsoo (mgr.14201) 263 : cluster [DBG] pgmap v223: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 409 B/s wr, 10 op/s 2024-04-25T05:17:15.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:15 smithi031 bash[18647]: cluster 2024-04-25T05:17:13.864871+0000 mgr.smithi031.wbrsoo (mgr.14201) 263 : cluster [DBG] pgmap v223: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 409 B/s wr, 10 op/s 2024-04-25T05:17:15.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:15 smithi040 bash[23838]: cluster 2024-04-25T05:17:13.864871+0000 mgr.smithi031.wbrsoo (mgr.14201) 263 : cluster [DBG] pgmap v223: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 409 B/s wr, 10 op/s 2024-04-25T05:17:15.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:15 smithi040 bash[23838]: cluster 2024-04-25T05:17:13.864871+0000 mgr.smithi031.wbrsoo (mgr.14201) 263 : cluster [DBG] pgmap v223: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 6.2 KiB/s rd, 409 B/s wr, 10 op/s 2024-04-25T05:17:17.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:17 smithi031 bash[18647]: cluster 2024-04-25T05:17:15.866197+0000 mgr.smithi031.wbrsoo (mgr.14201) 264 : cluster [DBG] pgmap v224: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 7.9 KiB/s rd, 433 B/s wr, 12 op/s 2024-04-25T05:17:17.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:17 smithi031 bash[18647]: cluster 2024-04-25T05:17:15.866197+0000 mgr.smithi031.wbrsoo (mgr.14201) 264 : cluster [DBG] pgmap v224: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 7.9 KiB/s rd, 433 B/s wr, 12 op/s 2024-04-25T05:17:17.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:17 smithi031 bash[18647]: audit 2024-04-25T05:17:16.025411+0000 mon.smithi031 (mon.0) 876 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:17.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:17 smithi031 bash[18647]: audit 2024-04-25T05:17:16.025411+0000 mon.smithi031 (mon.0) 876 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:17.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:17 smithi040 bash[23838]: cluster 2024-04-25T05:17:15.866197+0000 mgr.smithi031.wbrsoo (mgr.14201) 264 : cluster [DBG] pgmap v224: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 7.9 KiB/s rd, 433 B/s wr, 12 op/s 2024-04-25T05:17:17.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:17 smithi040 bash[23838]: cluster 2024-04-25T05:17:15.866197+0000 mgr.smithi031.wbrsoo (mgr.14201) 264 : cluster [DBG] pgmap v224: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 7.9 KiB/s rd, 433 B/s wr, 12 op/s 2024-04-25T05:17:17.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:17 smithi040 bash[23838]: audit 2024-04-25T05:17:16.025411+0000 mon.smithi031 (mon.0) 876 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:17.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:17 smithi040 bash[23838]: audit 2024-04-25T05:17:16.025411+0000 mon.smithi031 (mon.0) 876 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:17.835 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:17:19.347 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-25T05:17:19.348 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-25T05:09:44.602483Z", "last_refresh": "2024-04-25T05:16:19.812678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-25T05:11:36.289748Z 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-04-25T05:09:36.602543Z", "last_refresh": "2024-04-25T05:16:19.309027Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T05:11:39.687189Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-25T05:09:34.545449Z", "last_refresh": "2024-04-25T05:16:19.309170Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-25T05:09:40.639555Z", "last_refresh": "2024-04-25T05:16:19.812785Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-25T05:17:12.052122Z 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.31/16"}, "status": {"created": "2024-04-25T05:16:28.972756Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-04-25T05:11:44.070083Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-25T05:09:32.520464Z", "last_refresh": "2024-04-25T05:16:19.309445Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T05:11:49.822005Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-25T05:11:07.666890Z", "last_refresh": "2024-04-25T05:16:19.309576Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T05:16:42.733421Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-04-25T05:16:28.966782Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2024-04-25T05:11:40.870098Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-25T05:09:42.648014Z", "last_refresh": "2024-04-25T05:16:19.309303Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-25T05:12:11.828145Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-04-25T05:12:11.820129Z", "last_refresh": "2024-04-25T05:16:19.309710Z", "running": 8, "size": 8}}, {"events": ["2024-04-25T05:11:49.832462Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-25T05:09:38.636360Z", "last_refresh": "2024-04-25T05:16:19.812891Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-04-25T05:16:38.335051Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-04-25T05:16:38.322919Z", "ports": [8800], "running": 0, "size": 2}}] 2024-04-25T05:17:19.362 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:19 smithi031 bash[18647]: cluster 2024-04-25T05:17:17.867086+0000 mgr.smithi031.wbrsoo (mgr.14201) 265 : cluster [DBG] pgmap v225: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 596 B/s wr, 15 op/s 2024-04-25T05:17:19.362 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:19 smithi031 bash[18647]: cluster 2024-04-25T05:17:17.867086+0000 mgr.smithi031.wbrsoo (mgr.14201) 265 : cluster [DBG] pgmap v225: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 596 B/s wr, 15 op/s 2024-04-25T05:17:19.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:19 smithi040 bash[23838]: cluster 2024-04-25T05:17:17.867086+0000 mgr.smithi031.wbrsoo (mgr.14201) 265 : cluster [DBG] pgmap v225: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 596 B/s wr, 15 op/s 2024-04-25T05:17:19.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:19 smithi040 bash[23838]: cluster 2024-04-25T05:17:17.867086+0000 mgr.smithi031.wbrsoo (mgr.14201) 265 : cluster [DBG] pgmap v225: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 596 B/s wr, 15 op/s 2024-04-25T05:17:20.065 INFO:tasks.cephadm:nfs.foo has 0/1 2024-04-25T05:17:21.066 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-25T05:17:21.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:21 smithi031 bash[18647]: audit 2024-04-25T05:17:19.333771+0000 mgr.smithi031.wbrsoo (mgr.14201) 266 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T05:17:21.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:21 smithi031 bash[18647]: audit 2024-04-25T05:17:19.333771+0000 mgr.smithi031.wbrsoo (mgr.14201) 266 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T05:17:21.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:21 smithi031 bash[18647]: cluster 2024-04-25T05:17:19.868372+0000 mgr.smithi031.wbrsoo (mgr.14201) 267 : cluster [DBG] pgmap v226: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 341 B/s wr, 13 op/s 2024-04-25T05:17:21.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:21 smithi031 bash[18647]: cluster 2024-04-25T05:17:19.868372+0000 mgr.smithi031.wbrsoo (mgr.14201) 267 : cluster [DBG] pgmap v226: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 341 B/s wr, 13 op/s 2024-04-25T05:17:21.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:21 smithi040 bash[23838]: audit 2024-04-25T05:17:19.333771+0000 mgr.smithi031.wbrsoo (mgr.14201) 266 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T05:17:21.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:21 smithi040 bash[23838]: audit 2024-04-25T05:17:19.333771+0000 mgr.smithi031.wbrsoo (mgr.14201) 266 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T05:17:21.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:21 smithi040 bash[23838]: cluster 2024-04-25T05:17:19.868372+0000 mgr.smithi031.wbrsoo (mgr.14201) 267 : cluster [DBG] pgmap v226: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 341 B/s wr, 13 op/s 2024-04-25T05:17:21.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:21 smithi040 bash[23838]: cluster 2024-04-25T05:17:19.868372+0000 mgr.smithi031.wbrsoo (mgr.14201) 267 : cluster [DBG] pgmap v226: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 341 B/s wr, 13 op/s 2024-04-25T05:17:22.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:22 smithi031 bash[18647]: audit 2024-04-25T05:17:21.847585+0000 mon.smithi031 (mon.0) 877 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.a", "id": [4, 6]}]: dispatch 2024-04-25T05:17:22.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:22 smithi031 bash[18647]: audit 2024-04-25T05:17:21.847585+0000 mon.smithi031 (mon.0) 877 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.a", "id": [4, 6]}]: dispatch 2024-04-25T05:17:22.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:22 smithi031 bash[18647]: audit 2024-04-25T05:17:21.848080+0000 mon.smithi031 (mon.0) 878 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.4", "id": [5, 3]}]: dispatch 2024-04-25T05:17:22.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:22 smithi031 bash[18647]: audit 2024-04-25T05:17:21.848080+0000 mon.smithi031 (mon.0) 878 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.4", "id": [5, 3]}]: dispatch 2024-04-25T05:17:22.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:22 smithi031 bash[18647]: audit 2024-04-25T05:17:21.872169+0000 mon.smithi031 (mon.0) 879 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:17:22.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:22 smithi031 bash[18647]: audit 2024-04-25T05:17:21.872169+0000 mon.smithi031 (mon.0) 879 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:17:22.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:22 smithi040 bash[23838]: audit 2024-04-25T05:17:21.847585+0000 mon.smithi031 (mon.0) 877 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.a", "id": [4, 6]}]: dispatch 2024-04-25T05:17:22.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:22 smithi040 bash[23838]: audit 2024-04-25T05:17:21.847585+0000 mon.smithi031 (mon.0) 877 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.a", "id": [4, 6]}]: dispatch 2024-04-25T05:17:22.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:22 smithi040 bash[23838]: audit 2024-04-25T05:17:21.848080+0000 mon.smithi031 (mon.0) 878 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.4", "id": [5, 3]}]: dispatch 2024-04-25T05:17:22.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:22 smithi040 bash[23838]: audit 2024-04-25T05:17:21.848080+0000 mon.smithi031 (mon.0) 878 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.4", "id": [5, 3]}]: dispatch 2024-04-25T05:17:22.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:22 smithi040 bash[23838]: audit 2024-04-25T05:17:21.872169+0000 mon.smithi031 (mon.0) 879 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:17:22.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:22 smithi040 bash[23838]: audit 2024-04-25T05:17:21.872169+0000 mon.smithi031 (mon.0) 879 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:17:23.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:23 smithi040 bash[23838]: cluster 2024-04-25T05:17:21.869874+0000 mgr.smithi031.wbrsoo (mgr.14201) 268 : cluster [DBG] pgmap v227: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 341 B/s wr, 13 op/s 2024-04-25T05:17:23.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:23 smithi040 bash[23838]: cluster 2024-04-25T05:17:21.869874+0000 mgr.smithi031.wbrsoo (mgr.14201) 268 : cluster [DBG] pgmap v227: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 341 B/s wr, 13 op/s 2024-04-25T05:17:23.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:23 smithi040 bash[23838]: audit 2024-04-25T05:17:22.040046+0000 mon.smithi031 (mon.0) 880 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.a", "id": [4, 6]}]': finished 2024-04-25T05:17:23.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:23 smithi040 bash[23838]: audit 2024-04-25T05:17:22.040046+0000 mon.smithi031 (mon.0) 880 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.a", "id": [4, 6]}]': finished 2024-04-25T05:17:23.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:23 smithi040 bash[23838]: audit 2024-04-25T05:17:22.040243+0000 mon.smithi031 (mon.0) 881 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.4", "id": [5, 3]}]': finished 2024-04-25T05:17:23.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:23 smithi040 bash[23838]: audit 2024-04-25T05:17:22.040243+0000 mon.smithi031 (mon.0) 881 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.4", "id": [5, 3]}]': finished 2024-04-25T05:17:23.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:23 smithi040 bash[23838]: cluster 2024-04-25T05:17:22.049661+0000 mon.smithi031 (mon.0) 882 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-04-25T05:17:23.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:23 smithi040 bash[23838]: cluster 2024-04-25T05:17:22.049661+0000 mon.smithi031 (mon.0) 882 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-04-25T05:17:23.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:23 smithi031 bash[18647]: cluster 2024-04-25T05:17:21.869874+0000 mgr.smithi031.wbrsoo (mgr.14201) 268 : cluster [DBG] pgmap v227: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 341 B/s wr, 13 op/s 2024-04-25T05:17:23.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:23 smithi031 bash[18647]: cluster 2024-04-25T05:17:21.869874+0000 mgr.smithi031.wbrsoo (mgr.14201) 268 : cluster [DBG] pgmap v227: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 10 KiB/s rd, 341 B/s wr, 13 op/s 2024-04-25T05:17:23.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:23 smithi031 bash[18647]: audit 2024-04-25T05:17:22.040046+0000 mon.smithi031 (mon.0) 880 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.a", "id": [4, 6]}]': finished 2024-04-25T05:17:23.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:23 smithi031 bash[18647]: audit 2024-04-25T05:17:22.040046+0000 mon.smithi031 (mon.0) 880 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.a", "id": [4, 6]}]': finished 2024-04-25T05:17:23.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:23 smithi031 bash[18647]: audit 2024-04-25T05:17:22.040243+0000 mon.smithi031 (mon.0) 881 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.4", "id": [5, 3]}]': finished 2024-04-25T05:17:23.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:23 smithi031 bash[18647]: audit 2024-04-25T05:17:22.040243+0000 mon.smithi031 (mon.0) 881 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.4", "id": [5, 3]}]': finished 2024-04-25T05:17:23.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:23 smithi031 bash[18647]: cluster 2024-04-25T05:17:22.049661+0000 mon.smithi031 (mon.0) 882 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-04-25T05:17:23.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:23 smithi031 bash[18647]: cluster 2024-04-25T05:17:22.049661+0000 mon.smithi031 (mon.0) 882 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-04-25T05:17:23.710 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:23 smithi040 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:17:23.967 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:23 smithi040 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:17:24.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:24 smithi031 bash[18647]: cluster 2024-04-25T05:17:23.056128+0000 mon.smithi031 (mon.0) 883 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-04-25T05:17:24.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:24 smithi031 bash[18647]: cluster 2024-04-25T05:17:23.056128+0000 mon.smithi031 (mon.0) 883 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-04-25T05:17:24.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:24 smithi031 bash[18647]: audit 2024-04-25T05:17:24.028348+0000 mon.smithi031 (mon.0) 884 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:24.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:24 smithi031 bash[18647]: audit 2024-04-25T05:17:24.028348+0000 mon.smithi031 (mon.0) 884 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:24.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:24 smithi031 bash[18647]: audit 2024-04-25T05:17:24.041262+0000 mon.smithi031 (mon.0) 885 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:24.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:24 smithi031 bash[18647]: audit 2024-04-25T05:17:24.041262+0000 mon.smithi031 (mon.0) 885 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:24.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:24 smithi040 bash[23838]: cluster 2024-04-25T05:17:23.056128+0000 mon.smithi031 (mon.0) 883 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-04-25T05:17:24.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:24 smithi040 bash[23838]: cluster 2024-04-25T05:17:23.056128+0000 mon.smithi031 (mon.0) 883 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-04-25T05:17:24.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:24 smithi040 bash[23838]: audit 2024-04-25T05:17:24.028348+0000 mon.smithi031 (mon.0) 884 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:24.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:24 smithi040 bash[23838]: audit 2024-04-25T05:17:24.028348+0000 mon.smithi031 (mon.0) 884 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:24.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:24 smithi040 bash[23838]: audit 2024-04-25T05:17:24.041262+0000 mon.smithi031 (mon.0) 885 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:24.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:24 smithi040 bash[23838]: audit 2024-04-25T05:17:24.041262+0000 mon.smithi031 (mon.0) 885 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:25.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:25 smithi040 bash[23838]: cluster 2024-04-25T05:17:23.870426+0000 mgr.smithi031.wbrsoo (mgr.14201) 269 : cluster [DBG] pgmap v230: 225 pgs: 1 peering, 224 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 383 B/s wr, 5 op/s 2024-04-25T05:17:25.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:25 smithi040 bash[23838]: cluster 2024-04-25T05:17:23.870426+0000 mgr.smithi031.wbrsoo (mgr.14201) 269 : cluster [DBG] pgmap v230: 225 pgs: 1 peering, 224 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 383 B/s wr, 5 op/s 2024-04-25T05:17:25.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:25 smithi040 bash[23838]: audit 2024-04-25T05:17:24.082013+0000 mon.smithi031 (mon.0) 886 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:25.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:25 smithi040 bash[23838]: audit 2024-04-25T05:17:24.082013+0000 mon.smithi031 (mon.0) 886 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:25.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:25 smithi040 bash[23838]: audit 2024-04-25T05:17:24.092486+0000 mon.smithi031 (mon.0) 887 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:25.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:25 smithi040 bash[23838]: audit 2024-04-25T05:17:24.092486+0000 mon.smithi031 (mon.0) 887 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:25.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:25 smithi040 bash[23838]: audit 2024-04-25T05:17:24.224735+0000 mon.smithi031 (mon.0) 888 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:17:25.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:25 smithi040 bash[23838]: audit 2024-04-25T05:17:24.224735+0000 mon.smithi031 (mon.0) 888 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:17:25.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:25 smithi031 bash[18647]: cluster 2024-04-25T05:17:23.870426+0000 mgr.smithi031.wbrsoo (mgr.14201) 269 : cluster [DBG] pgmap v230: 225 pgs: 1 peering, 224 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 383 B/s wr, 5 op/s 2024-04-25T05:17:25.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:25 smithi031 bash[18647]: cluster 2024-04-25T05:17:23.870426+0000 mgr.smithi031.wbrsoo (mgr.14201) 269 : cluster [DBG] pgmap v230: 225 pgs: 1 peering, 224 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 383 B/s wr, 5 op/s 2024-04-25T05:17:25.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:25 smithi031 bash[18647]: audit 2024-04-25T05:17:24.082013+0000 mon.smithi031 (mon.0) 886 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:25.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:25 smithi031 bash[18647]: audit 2024-04-25T05:17:24.082013+0000 mon.smithi031 (mon.0) 886 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:25.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:25 smithi031 bash[18647]: audit 2024-04-25T05:17:24.092486+0000 mon.smithi031 (mon.0) 887 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:25.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:25 smithi031 bash[18647]: audit 2024-04-25T05:17:24.092486+0000 mon.smithi031 (mon.0) 887 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:25.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:25 smithi031 bash[18647]: audit 2024-04-25T05:17:24.224735+0000 mon.smithi031 (mon.0) 888 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:17:25.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:25 smithi031 bash[18647]: audit 2024-04-25T05:17:24.224735+0000 mon.smithi031 (mon.0) 888 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:17:25.922 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:17:27.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:27 smithi031 bash[18647]: cluster 2024-04-25T05:17:25.871865+0000 mgr.smithi031.wbrsoo (mgr.14201) 270 : cluster [DBG] pgmap v231: 225 pgs: 1 peering, 224 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-04-25T05:17:27.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:27 smithi031 bash[18647]: cluster 2024-04-25T05:17:25.871865+0000 mgr.smithi031.wbrsoo (mgr.14201) 270 : cluster [DBG] pgmap v231: 225 pgs: 1 peering, 224 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-04-25T05:17:27.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:27 smithi031 bash[18647]: audit 2024-04-25T05:17:26.039360+0000 mon.smithi031 (mon.0) 889 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:27.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:27 smithi031 bash[18647]: audit 2024-04-25T05:17:26.039360+0000 mon.smithi031 (mon.0) 889 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:27.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:27 smithi040 bash[23838]: cluster 2024-04-25T05:17:25.871865+0000 mgr.smithi031.wbrsoo (mgr.14201) 270 : cluster [DBG] pgmap v231: 225 pgs: 1 peering, 224 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-04-25T05:17:27.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:27 smithi040 bash[23838]: cluster 2024-04-25T05:17:25.871865+0000 mgr.smithi031.wbrsoo (mgr.14201) 270 : cluster [DBG] pgmap v231: 225 pgs: 1 peering, 224 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-04-25T05:17:27.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:27 smithi040 bash[23838]: audit 2024-04-25T05:17:26.039360+0000 mon.smithi031 (mon.0) 889 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:27.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:27 smithi040 bash[23838]: audit 2024-04-25T05:17:26.039360+0000 mon.smithi031 (mon.0) 889 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:27.490 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-25T05:17:27.490 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-25T05:09:44.602483Z", "last_refresh": "2024-04-25T05:16:19.812678Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-25T05:11:36.289748Z 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-04-25T05:09:36.602543Z", "last_refresh": "2024-04-25T05:16:19.309027Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T05:11:39.687189Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-25T05:09:34.545449Z", "last_refresh": "2024-04-25T05:16:19.309170Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-25T05:09:40.639555Z", "last_refresh": "2024-04-25T05:16:19.812785Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-25T05:17:24.093067Z 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.31/16"}, "status": {"created": "2024-04-25T05:16:28.972756Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-04-25T05:11:44.070083Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-25T05:09:32.520464Z", "last_refresh": "2024-04-25T05:16:19.309445Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T05:11:49.822005Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-25T05:11:07.666890Z", "last_refresh": "2024-04-25T05:16:19.309576Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T05:16:42.733421Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-04-25T05:16:28.966782Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2024-04-25T05:11:40.870098Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-25T05:09:42.648014Z", "last_refresh": "2024-04-25T05:16:19.309303Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-25T05:12:11.828145Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-04-25T05:12:11.820129Z", "last_refresh": "2024-04-25T05:16:19.309710Z", "running": 8, "size": 8}}, {"events": ["2024-04-25T05:11:49.832462Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-25T05:09:38.636360Z", "last_refresh": "2024-04-25T05:16:19.812891Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-04-25T05:16:38.335051Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-04-25T05:16:38.322919Z", "ports": [8800], "running": 0, "size": 2}}] 2024-04-25T05:17:28.233 INFO:tasks.cephadm:nfs.foo has 0/1 2024-04-25T05:17:29.235 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-25T05:17:29.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:29 smithi031 bash[18647]: audit 2024-04-25T05:17:27.487795+0000 mgr.smithi031.wbrsoo (mgr.14201) 271 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T05:17:29.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:29 smithi031 bash[18647]: audit 2024-04-25T05:17:27.487795+0000 mgr.smithi031.wbrsoo (mgr.14201) 271 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T05:17:29.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:29 smithi031 bash[18647]: cluster 2024-04-25T05:17:27.873461+0000 mgr.smithi031.wbrsoo (mgr.14201) 272 : cluster [DBG] pgmap v232: 225 pgs: 1 peering, 224 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:17:29.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:29 smithi031 bash[18647]: cluster 2024-04-25T05:17:27.873461+0000 mgr.smithi031.wbrsoo (mgr.14201) 272 : cluster [DBG] pgmap v232: 225 pgs: 1 peering, 224 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:17:29.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:29 smithi040 bash[23838]: audit 2024-04-25T05:17:27.487795+0000 mgr.smithi031.wbrsoo (mgr.14201) 271 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T05:17:29.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:29 smithi040 bash[23838]: audit 2024-04-25T05:17:27.487795+0000 mgr.smithi031.wbrsoo (mgr.14201) 271 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T05:17:29.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:29 smithi040 bash[23838]: cluster 2024-04-25T05:17:27.873461+0000 mgr.smithi031.wbrsoo (mgr.14201) 272 : cluster [DBG] pgmap v232: 225 pgs: 1 peering, 224 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:17:29.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:29 smithi040 bash[23838]: cluster 2024-04-25T05:17:27.873461+0000 mgr.smithi031.wbrsoo (mgr.14201) 272 : cluster [DBG] pgmap v232: 225 pgs: 1 peering, 224 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:17:31.365 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:31 smithi031 bash[18647]: cluster 2024-04-25T05:17:29.874621+0000 mgr.smithi031.wbrsoo (mgr.14201) 273 : cluster [DBG] pgmap v233: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-04-25T05:17:31.365 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:31 smithi031 bash[18647]: cluster 2024-04-25T05:17:29.874621+0000 mgr.smithi031.wbrsoo (mgr.14201) 273 : cluster [DBG] pgmap v233: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-04-25T05:17:31.365 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:31 smithi031 bash[18647]: audit 2024-04-25T05:17:30.016347+0000 mon.smithi031 (mon.0) 890 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:31.365 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:31 smithi031 bash[18647]: audit 2024-04-25T05:17:30.016347+0000 mon.smithi031 (mon.0) 890 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:31.365 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:31 smithi031 bash[18647]: audit 2024-04-25T05:17:30.022587+0000 mon.smithi031 (mon.0) 891 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:31.365 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:31 smithi031 bash[18647]: audit 2024-04-25T05:17:30.022587+0000 mon.smithi031 (mon.0) 891 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:31.365 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:31 smithi031 bash[18647]: audit 2024-04-25T05:17:30.269951+0000 mon.smithi031 (mon.0) 892 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:31.365 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:31 smithi031 bash[18647]: audit 2024-04-25T05:17:30.269951+0000 mon.smithi031 (mon.0) 892 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:31.365 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:31 smithi031 bash[18647]: audit 2024-04-25T05:17:30.276279+0000 mon.smithi031 (mon.0) 893 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:31.365 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:31 smithi031 bash[18647]: audit 2024-04-25T05:17:30.276279+0000 mon.smithi031 (mon.0) 893 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:31.365 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:31 smithi031 bash[18647]: audit 2024-04-25T05:17:30.859784+0000 mon.smithi031 (mon.0) 894 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:17:31.366 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:31 smithi031 bash[18647]: audit 2024-04-25T05:17:30.859784+0000 mon.smithi031 (mon.0) 894 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:17:31.366 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:31 smithi031 bash[18647]: audit 2024-04-25T05:17:30.861626+0000 mon.smithi031 (mon.0) 895 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:17:31.366 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:31 smithi031 bash[18647]: audit 2024-04-25T05:17:30.861626+0000 mon.smithi031 (mon.0) 895 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:17:31.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:31 smithi040 bash[23838]: cluster 2024-04-25T05:17:29.874621+0000 mgr.smithi031.wbrsoo (mgr.14201) 273 : cluster [DBG] pgmap v233: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-04-25T05:17:31.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:31 smithi040 bash[23838]: cluster 2024-04-25T05:17:29.874621+0000 mgr.smithi031.wbrsoo (mgr.14201) 273 : cluster [DBG] pgmap v233: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-04-25T05:17:31.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:31 smithi040 bash[23838]: audit 2024-04-25T05:17:30.016347+0000 mon.smithi031 (mon.0) 890 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:31.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:31 smithi040 bash[23838]: audit 2024-04-25T05:17:30.016347+0000 mon.smithi031 (mon.0) 890 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:31.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:31 smithi040 bash[23838]: audit 2024-04-25T05:17:30.022587+0000 mon.smithi031 (mon.0) 891 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:31.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:31 smithi040 bash[23838]: audit 2024-04-25T05:17:30.022587+0000 mon.smithi031 (mon.0) 891 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:31.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:31 smithi040 bash[23838]: audit 2024-04-25T05:17:30.269951+0000 mon.smithi031 (mon.0) 892 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:31.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:31 smithi040 bash[23838]: audit 2024-04-25T05:17:30.269951+0000 mon.smithi031 (mon.0) 892 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:31.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:31 smithi040 bash[23838]: audit 2024-04-25T05:17:30.276279+0000 mon.smithi031 (mon.0) 893 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:31.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:31 smithi040 bash[23838]: audit 2024-04-25T05:17:30.276279+0000 mon.smithi031 (mon.0) 893 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:31.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:31 smithi040 bash[23838]: audit 2024-04-25T05:17:30.859784+0000 mon.smithi031 (mon.0) 894 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:17:31.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:31 smithi040 bash[23838]: audit 2024-04-25T05:17:30.859784+0000 mon.smithi031 (mon.0) 894 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:17:31.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:31 smithi040 bash[23838]: audit 2024-04-25T05:17:30.861626+0000 mon.smithi031 (mon.0) 895 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:17:31.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:31 smithi040 bash[23838]: audit 2024-04-25T05:17:30.861626+0000 mon.smithi031 (mon.0) 895 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:17:32.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:32 smithi031 bash[18647]: cephadm 2024-04-25T05:17:30.871902+0000 mgr.smithi031.wbrsoo (mgr.14201) 274 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-25T05:17:32.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:32 smithi031 bash[18647]: cephadm 2024-04-25T05:17:30.871902+0000 mgr.smithi031.wbrsoo (mgr.14201) 274 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-25T05:17:32.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:32 smithi031 bash[18647]: audit 2024-04-25T05:17:31.349413+0000 mon.smithi031 (mon.0) 896 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:32.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:32 smithi031 bash[18647]: audit 2024-04-25T05:17:31.349413+0000 mon.smithi031 (mon.0) 896 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:32.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:32 smithi031 bash[18647]: audit 2024-04-25T05:17:31.356895+0000 mon.smithi031 (mon.0) 897 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:32.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:32 smithi031 bash[18647]: audit 2024-04-25T05:17:31.356895+0000 mon.smithi031 (mon.0) 897 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:32.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:32 smithi031 bash[18647]: audit 2024-04-25T05:17:31.363429+0000 mon.smithi031 (mon.0) 898 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:32.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:32 smithi031 bash[18647]: audit 2024-04-25T05:17:31.363429+0000 mon.smithi031 (mon.0) 898 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:32.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:32 smithi031 bash[18647]: audit 2024-04-25T05:17:31.367639+0000 mon.smithi031 (mon.0) 899 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T05:17:32.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:32 smithi031 bash[18647]: audit 2024-04-25T05:17:31.367639+0000 mon.smithi031 (mon.0) 899 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T05:17:32.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:32 smithi031 bash[18647]: audit 2024-04-25T05:17:31.387554+0000 mon.smithi031 (mon.0) 900 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:32.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:32 smithi031 bash[18647]: audit 2024-04-25T05:17:31.387554+0000 mon.smithi031 (mon.0) 900 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:32.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:32 smithi040 bash[23838]: cephadm 2024-04-25T05:17:30.871902+0000 mgr.smithi031.wbrsoo (mgr.14201) 274 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-25T05:17:32.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:32 smithi040 bash[23838]: cephadm 2024-04-25T05:17:30.871902+0000 mgr.smithi031.wbrsoo (mgr.14201) 274 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-25T05:17:32.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:32 smithi040 bash[23838]: audit 2024-04-25T05:17:31.349413+0000 mon.smithi031 (mon.0) 896 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:32.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:32 smithi040 bash[23838]: audit 2024-04-25T05:17:31.349413+0000 mon.smithi031 (mon.0) 896 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:32.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:32 smithi040 bash[23838]: audit 2024-04-25T05:17:31.356895+0000 mon.smithi031 (mon.0) 897 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:32.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:32 smithi040 bash[23838]: audit 2024-04-25T05:17:31.356895+0000 mon.smithi031 (mon.0) 897 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:32.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:32 smithi040 bash[23838]: audit 2024-04-25T05:17:31.363429+0000 mon.smithi031 (mon.0) 898 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:32.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:32 smithi040 bash[23838]: audit 2024-04-25T05:17:31.363429+0000 mon.smithi031 (mon.0) 898 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:32.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:32 smithi040 bash[23838]: audit 2024-04-25T05:17:31.367639+0000 mon.smithi031 (mon.0) 899 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T05:17:32.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:32 smithi040 bash[23838]: audit 2024-04-25T05:17:31.367639+0000 mon.smithi031 (mon.0) 899 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T05:17:32.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:32 smithi040 bash[23838]: audit 2024-04-25T05:17:31.387554+0000 mon.smithi031 (mon.0) 900 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:32.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:32 smithi040 bash[23838]: audit 2024-04-25T05:17:31.387554+0000 mon.smithi031 (mon.0) 900 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:33.135 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:17:33.272 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:33 smithi031 bash[18647]: cephadm 2024-04-25T05:17:31.455312+0000 mgr.smithi031.wbrsoo (mgr.14201) 275 : cephadm [INF] Reconfiguring prometheus.smithi031 (dependencies changed)... 2024-04-25T05:17:33.272 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:33 smithi031 bash[18647]: cephadm 2024-04-25T05:17:31.455312+0000 mgr.smithi031.wbrsoo (mgr.14201) 275 : cephadm [INF] Reconfiguring prometheus.smithi031 (dependencies changed)... 2024-04-25T05:17:33.272 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:33 smithi031 bash[18647]: cephadm 2024-04-25T05:17:31.704185+0000 mgr.smithi031.wbrsoo (mgr.14201) 276 : cephadm [INF] Reconfiguring daemon prometheus.smithi031 on smithi031 2024-04-25T05:17:33.272 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:33 smithi031 bash[18647]: cephadm 2024-04-25T05:17:31.704185+0000 mgr.smithi031.wbrsoo (mgr.14201) 276 : cephadm [INF] Reconfiguring daemon prometheus.smithi031 on smithi031 2024-04-25T05:17:33.272 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:33 smithi031 bash[18647]: cluster 2024-04-25T05:17:31.875994+0000 mgr.smithi031.wbrsoo (mgr.14201) 277 : cluster [DBG] pgmap v234: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2024-04-25T05:17:33.272 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:33 smithi031 bash[18647]: cluster 2024-04-25T05:17:31.875994+0000 mgr.smithi031.wbrsoo (mgr.14201) 277 : cluster [DBG] pgmap v234: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2024-04-25T05:17:33.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:33 smithi040 bash[23838]: cephadm 2024-04-25T05:17:31.455312+0000 mgr.smithi031.wbrsoo (mgr.14201) 275 : cephadm [INF] Reconfiguring prometheus.smithi031 (dependencies changed)... 2024-04-25T05:17:33.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:33 smithi040 bash[23838]: cephadm 2024-04-25T05:17:31.455312+0000 mgr.smithi031.wbrsoo (mgr.14201) 275 : cephadm [INF] Reconfiguring prometheus.smithi031 (dependencies changed)... 2024-04-25T05:17:33.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:33 smithi040 bash[23838]: cephadm 2024-04-25T05:17:31.704185+0000 mgr.smithi031.wbrsoo (mgr.14201) 276 : cephadm [INF] Reconfiguring daemon prometheus.smithi031 on smithi031 2024-04-25T05:17:33.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:33 smithi040 bash[23838]: cephadm 2024-04-25T05:17:31.704185+0000 mgr.smithi031.wbrsoo (mgr.14201) 276 : cephadm [INF] Reconfiguring daemon prometheus.smithi031 on smithi031 2024-04-25T05:17:33.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:33 smithi040 bash[23838]: cluster 2024-04-25T05:17:31.875994+0000 mgr.smithi031.wbrsoo (mgr.14201) 277 : cluster [DBG] pgmap v234: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2024-04-25T05:17:33.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:33 smithi040 bash[23838]: cluster 2024-04-25T05:17:31.875994+0000 mgr.smithi031.wbrsoo (mgr.14201) 277 : cluster [DBG] pgmap v234: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 104 B/s rd, 0 op/s 2024-04-25T05:17:35.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:35 smithi031 bash[18647]: cluster 2024-04-25T05:17:33.877654+0000 mgr.smithi031.wbrsoo (mgr.14201) 278 : cluster [DBG] pgmap v235: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 662 B/s rd, 189 B/s wr, 0 op/s 2024-04-25T05:17:35.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:35 smithi031 bash[18647]: cluster 2024-04-25T05:17:33.877654+0000 mgr.smithi031.wbrsoo (mgr.14201) 278 : cluster [DBG] pgmap v235: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 662 B/s rd, 189 B/s wr, 0 op/s 2024-04-25T05:17:35.411 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-25T05:17:35.411 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-25T05:09:44.602483Z", "last_refresh": "2024-04-25T05:17:30.263112Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-25T05:11:36.289748Z 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-04-25T05:09:36.602543Z", "last_refresh": "2024-04-25T05:17:30.009619Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T05:11:39.687189Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-25T05:09:34.545449Z", "last_refresh": "2024-04-25T05:17:30.009770Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-25T05:09:40.639555Z", "last_refresh": "2024-04-25T05:17:30.263221Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-25T05:17:24.093067Z 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.31/16"}, "status": {"created": "2024-04-25T05:16:28.972756Z", "last_refresh": "2024-04-25T05:17:30.010798Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-04-25T05:11:44.070083Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-25T05:09:32.520464Z", "last_refresh": "2024-04-25T05:17:30.010001Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T05:11:49.822005Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-25T05:11:07.666890Z", "last_refresh": "2024-04-25T05:17:30.010112Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T05:17:31.388013Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-04-25T05:16:28.966782Z", "last_refresh": "2024-04-25T05:17:30.263988Z", "ports": [12049], "running": 1, "size": 1}}, {"events": ["2024-04-25T05:11:40.870098Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-25T05:09:42.648014Z", "last_refresh": "2024-04-25T05:17:30.009887Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-25T05:12:11.828145Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-04-25T05:12:11.820129Z", "last_refresh": "2024-04-25T05:17:30.010242Z", "running": 8, "size": 8}}, {"events": ["2024-04-25T05:11:49.832462Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-25T05:09:38.636360Z", "last_refresh": "2024-04-25T05:17:30.263331Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-04-25T05:16:38.335051Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-04-25T05:16:38.322919Z", "last_refresh": "2024-04-25T05:17:30.010687Z", "ports": [8800], "running": 2, "size": 2}}] 2024-04-25T05:17:35.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:35 smithi040 bash[23838]: cluster 2024-04-25T05:17:33.877654+0000 mgr.smithi031.wbrsoo (mgr.14201) 278 : cluster [DBG] pgmap v235: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 662 B/s rd, 189 B/s wr, 0 op/s 2024-04-25T05:17:35.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:35 smithi040 bash[23838]: cluster 2024-04-25T05:17:33.877654+0000 mgr.smithi031.wbrsoo (mgr.14201) 278 : cluster [DBG] pgmap v235: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 662 B/s rd, 189 B/s wr, 0 op/s 2024-04-25T05:17:36.423 INFO:tasks.cephadm:nfs.foo has 1/1 2024-04-25T05:17:36.424 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-04-25T05:17:36.434 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-04-25T05:17:36.434 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- ceph orch ls -f json 2024-04-25T05:17:37.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:37 smithi031 bash[18647]: audit 2024-04-25T05:17:35.395241+0000 mgr.smithi031.wbrsoo (mgr.14201) 279 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T05:17:37.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:37 smithi031 bash[18647]: audit 2024-04-25T05:17:35.395241+0000 mgr.smithi031.wbrsoo (mgr.14201) 279 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T05:17:37.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:37 smithi031 bash[18647]: cluster 2024-04-25T05:17:35.879046+0000 mgr.smithi031.wbrsoo (mgr.14201) 280 : cluster [DBG] pgmap v236: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 170 B/s wr, 1 op/s 2024-04-25T05:17:37.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:37 smithi031 bash[18647]: cluster 2024-04-25T05:17:35.879046+0000 mgr.smithi031.wbrsoo (mgr.14201) 280 : cluster [DBG] pgmap v236: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 170 B/s wr, 1 op/s 2024-04-25T05:17:37.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:37 smithi031 bash[18647]: audit 2024-04-25T05:17:36.872559+0000 mon.smithi031 (mon.0) 901 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:17:37.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:37 smithi031 bash[18647]: audit 2024-04-25T05:17:36.872559+0000 mon.smithi031 (mon.0) 901 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:17:37.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:37 smithi040 bash[23838]: audit 2024-04-25T05:17:35.395241+0000 mgr.smithi031.wbrsoo (mgr.14201) 279 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T05:17:37.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:37 smithi040 bash[23838]: audit 2024-04-25T05:17:35.395241+0000 mgr.smithi031.wbrsoo (mgr.14201) 279 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T05:17:37.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:37 smithi040 bash[23838]: cluster 2024-04-25T05:17:35.879046+0000 mgr.smithi031.wbrsoo (mgr.14201) 280 : cluster [DBG] pgmap v236: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 170 B/s wr, 1 op/s 2024-04-25T05:17:37.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:37 smithi040 bash[23838]: cluster 2024-04-25T05:17:35.879046+0000 mgr.smithi031.wbrsoo (mgr.14201) 280 : cluster [DBG] pgmap v236: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 170 B/s wr, 1 op/s 2024-04-25T05:17:37.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:37 smithi040 bash[23838]: audit 2024-04-25T05:17:36.872559+0000 mon.smithi031 (mon.0) 901 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:17:37.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:37 smithi040 bash[23838]: audit 2024-04-25T05:17:36.872559+0000 mon.smithi031 (mon.0) 901 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:17:39.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:39 smithi031 bash[18647]: cluster 2024-04-25T05:17:37.880141+0000 mgr.smithi031.wbrsoo (mgr.14201) 281 : cluster [DBG] pgmap v237: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-04-25T05:17:39.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:39 smithi031 bash[18647]: cluster 2024-04-25T05:17:37.880141+0000 mgr.smithi031.wbrsoo (mgr.14201) 281 : cluster [DBG] pgmap v237: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-04-25T05:17:39.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:39 smithi031 bash[18647]: audit 2024-04-25T05:17:38.045044+0000 mon.smithi031 (mon.0) 902 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:39.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:39 smithi031 bash[18647]: audit 2024-04-25T05:17:38.045044+0000 mon.smithi031 (mon.0) 902 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:39.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:39 smithi031 bash[18647]: audit 2024-04-25T05:17:38.052264+0000 mon.smithi031 (mon.0) 903 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:39.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:39 smithi031 bash[18647]: audit 2024-04-25T05:17:38.052264+0000 mon.smithi031 (mon.0) 903 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:39.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:39 smithi031 bash[18647]: audit 2024-04-25T05:17:38.101398+0000 mon.smithi031 (mon.0) 904 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-25T05:17:39.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:39 smithi031 bash[18647]: audit 2024-04-25T05:17:38.101398+0000 mon.smithi031 (mon.0) 904 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-25T05:17:39.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:39 smithi031 bash[18647]: audit 2024-04-25T05:17:38.102184+0000 mgr.smithi031.wbrsoo (mgr.14201) 282 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-25T05:17:39.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:39 smithi031 bash[18647]: audit 2024-04-25T05:17:38.102184+0000 mgr.smithi031.wbrsoo (mgr.14201) 282 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-25T05:17:39.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:39 smithi031 bash[18647]: audit 2024-04-25T05:17:38.110705+0000 mon.smithi031 (mon.0) 905 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:17:39.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:39 smithi031 bash[18647]: audit 2024-04-25T05:17:38.110705+0000 mon.smithi031 (mon.0) 905 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:17:39.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:39 smithi040 bash[23838]: cluster 2024-04-25T05:17:37.880141+0000 mgr.smithi031.wbrsoo (mgr.14201) 281 : cluster [DBG] pgmap v237: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-04-25T05:17:39.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:39 smithi040 bash[23838]: cluster 2024-04-25T05:17:37.880141+0000 mgr.smithi031.wbrsoo (mgr.14201) 281 : cluster [DBG] pgmap v237: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-04-25T05:17:39.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:39 smithi040 bash[23838]: audit 2024-04-25T05:17:38.045044+0000 mon.smithi031 (mon.0) 902 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:39.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:39 smithi040 bash[23838]: audit 2024-04-25T05:17:38.045044+0000 mon.smithi031 (mon.0) 902 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:39.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:39 smithi040 bash[23838]: audit 2024-04-25T05:17:38.052264+0000 mon.smithi031 (mon.0) 903 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:39.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:39 smithi040 bash[23838]: audit 2024-04-25T05:17:38.052264+0000 mon.smithi031 (mon.0) 903 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:39.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:39 smithi040 bash[23838]: audit 2024-04-25T05:17:38.101398+0000 mon.smithi031 (mon.0) 904 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-25T05:17:39.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:39 smithi040 bash[23838]: audit 2024-04-25T05:17:38.101398+0000 mon.smithi031 (mon.0) 904 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-25T05:17:39.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:39 smithi040 bash[23838]: audit 2024-04-25T05:17:38.102184+0000 mgr.smithi031.wbrsoo (mgr.14201) 282 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-25T05:17:39.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:39 smithi040 bash[23838]: audit 2024-04-25T05:17:38.102184+0000 mgr.smithi031.wbrsoo (mgr.14201) 282 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-25T05:17:39.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:39 smithi040 bash[23838]: audit 2024-04-25T05:17:38.110705+0000 mon.smithi031 (mon.0) 905 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:17:39.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:39 smithi040 bash[23838]: audit 2024-04-25T05:17:38.110705+0000 mon.smithi031 (mon.0) 905 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:17:41.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:41 smithi031 bash[18647]: cluster 2024-04-25T05:17:39.881417+0000 mgr.smithi031.wbrsoo (mgr.14201) 283 : cluster [DBG] pgmap v238: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 170 B/s wr, 2 op/s 2024-04-25T05:17:41.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:41 smithi031 bash[18647]: cluster 2024-04-25T05:17:39.881417+0000 mgr.smithi031.wbrsoo (mgr.14201) 283 : cluster [DBG] pgmap v238: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 170 B/s wr, 2 op/s 2024-04-25T05:17:41.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:41 smithi040 bash[23838]: cluster 2024-04-25T05:17:39.881417+0000 mgr.smithi031.wbrsoo (mgr.14201) 283 : cluster [DBG] pgmap v238: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 170 B/s wr, 2 op/s 2024-04-25T05:17:41.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:41 smithi040 bash[23838]: cluster 2024-04-25T05:17:39.881417+0000 mgr.smithi031.wbrsoo (mgr.14201) 283 : cluster [DBG] pgmap v238: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 170 B/s wr, 2 op/s 2024-04-25T05:17:41.575 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:17:43.172 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-25T05:17:43.172 INFO:teuthology.orchestra.run.smithi031.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-04-25T05:09:44.602483Z", "last_refresh": "2024-04-25T05:17:30.263112Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-04-25T05:11:36.289748Z 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-04-25T05:09:36.602543Z", "last_refresh": "2024-04-25T05:17:30.009619Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T05:11:39.687189Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-04-25T05:09:34.545449Z", "last_refresh": "2024-04-25T05:17:30.009770Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-04-25T05:09:40.639555Z", "last_refresh": "2024-04-25T05:17:30.263221Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-04-25T05:17:24.093067Z 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.31/16"}, "status": {"created": "2024-04-25T05:16:28.972756Z", "last_refresh": "2024-04-25T05:17:30.010798Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.31/16"}}, {"events": ["2024-04-25T05:11:44.070083Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-04-25T05:09:32.520464Z", "last_refresh": "2024-04-25T05:17:30.010001Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T05:11:49.822005Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi031:172.21.15.31=smithi031", "smithi040:172.21.15.40=smithi040"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-04-25T05:11:07.666890Z", "last_refresh": "2024-04-25T05:17:30.010112Z", "running": 2, "size": 2}}, {"events": ["2024-04-25T05:17:31.388013Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-04-25T05:16:28.966782Z", "last_refresh": "2024-04-25T05:17:30.263988Z", "ports": [12049], "running": 1, "size": 1}}, {"events": ["2024-04-25T05:11:40.870098Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-04-25T05:09:42.648014Z", "last_refresh": "2024-04-25T05:17:30.009887Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-04-25T05:12:11.828145Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-04-25T05:12:11.820129Z", "last_refresh": "2024-04-25T05:17:30.010242Z", "running": 8, "size": 8}}, {"events": ["2024-04-25T05:11:49.832462Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-04-25T05:09:38.636360Z", "ports": [9095], "running": 0, "size": 1}}, {"events": ["2024-04-25T05:16:38.335051Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-04-25T05:16:38.322919Z", "last_refresh": "2024-04-25T05:17:30.010687Z", "ports": [8800], "running": 2, "size": 2}}] 2024-04-25T05:17:43.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:43 smithi031 bash[18647]: cluster 2024-04-25T05:17:41.882982+0000 mgr.smithi031.wbrsoo (mgr.14201) 284 : cluster [DBG] pgmap v239: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-04-25T05:17:43.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:43 smithi031 bash[18647]: cluster 2024-04-25T05:17:41.882982+0000 mgr.smithi031.wbrsoo (mgr.14201) 284 : cluster [DBG] pgmap v239: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-04-25T05:17:43.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:43 smithi040 bash[23838]: cluster 2024-04-25T05:17:41.882982+0000 mgr.smithi031.wbrsoo (mgr.14201) 284 : cluster [DBG] pgmap v239: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-04-25T05:17:43.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:43 smithi040 bash[23838]: cluster 2024-04-25T05:17:41.882982+0000 mgr.smithi031.wbrsoo (mgr.14201) 284 : cluster [DBG] pgmap v239: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-04-25T05:17:43.940 INFO:tasks.cephadm:ingress.nfs.foo has 4/4 2024-04-25T05:17:43.940 INFO:teuthology.run_tasks:Running task vip.exec... 2024-04-25T05:17:43.951 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi031.front.sepia.ceph.com 2024-04-25T05:17:43.951 DEBUG:teuthology.orchestra.run.smithi031:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-04-25T05:17:43.965 INFO:teuthology.orchestra.run.smithi031.stderr:+ mkdir /mnt/foo 2024-04-25T05:17:43.974 DEBUG:teuthology.orchestra.run.smithi031:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 5' 2024-04-25T05:17:44.031 INFO:teuthology.orchestra.run.smithi031.stderr:+ sleep 5 2024-04-25T05:17:44.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:44 smithi031 bash[18647]: audit 2024-04-25T05:17:43.163452+0000 mgr.smithi031.wbrsoo (mgr.14201) 285 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T05:17:44.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:44 smithi031 bash[18647]: audit 2024-04-25T05:17:43.163452+0000 mgr.smithi031.wbrsoo (mgr.14201) 285 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T05:17:44.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:44 smithi031 bash[18647]: audit 2024-04-25T05:17:43.912781+0000 mon.smithi031 (mon.0) 906 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:44.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:44 smithi031 bash[18647]: audit 2024-04-25T05:17:43.912781+0000 mon.smithi031 (mon.0) 906 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:44.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:44 smithi031 bash[18647]: audit 2024-04-25T05:17:43.927239+0000 mon.smithi031 (mon.0) 907 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:44.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:44 smithi031 bash[18647]: audit 2024-04-25T05:17:43.927239+0000 mon.smithi031 (mon.0) 907 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:44.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:44 smithi040 bash[23838]: audit 2024-04-25T05:17:43.163452+0000 mgr.smithi031.wbrsoo (mgr.14201) 285 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T05:17:44.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:44 smithi040 bash[23838]: audit 2024-04-25T05:17:43.163452+0000 mgr.smithi031.wbrsoo (mgr.14201) 285 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-25T05:17:44.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:44 smithi040 bash[23838]: audit 2024-04-25T05:17:43.912781+0000 mon.smithi031 (mon.0) 906 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:44.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:44 smithi040 bash[23838]: audit 2024-04-25T05:17:43.912781+0000 mon.smithi031 (mon.0) 906 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:44.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:44 smithi040 bash[23838]: audit 2024-04-25T05:17:43.927239+0000 mon.smithi031 (mon.0) 907 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:44.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:44 smithi040 bash[23838]: audit 2024-04-25T05:17:43.927239+0000 mon.smithi031 (mon.0) 907 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:45.368 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:45 smithi031 bash[18647]: cluster 2024-04-25T05:17:43.884638+0000 mgr.smithi031.wbrsoo (mgr.14201) 286 : cluster [DBG] pgmap v240: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-04-25T05:17:45.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:45 smithi031 bash[18647]: cluster 2024-04-25T05:17:43.884638+0000 mgr.smithi031.wbrsoo (mgr.14201) 286 : cluster [DBG] pgmap v240: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-04-25T05:17:45.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:45 smithi040 bash[23838]: cluster 2024-04-25T05:17:43.884638+0000 mgr.smithi031.wbrsoo (mgr.14201) 286 : cluster [DBG] pgmap v240: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-04-25T05:17:45.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:45 smithi040 bash[23838]: cluster 2024-04-25T05:17:43.884638+0000 mgr.smithi031.wbrsoo (mgr.14201) 286 : cluster [DBG] pgmap v240: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s rd, 170 B/s wr, 2 op/s 2024-04-25T05:17:46.968 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:46 smithi040 bash[23838]: audit 2024-04-25T05:17:45.626678+0000 mon.smithi031 (mon.0) 908 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:46.968 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:46 smithi040 bash[23838]: audit 2024-04-25T05:17:45.626678+0000 mon.smithi031 (mon.0) 908 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:46.968 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:46 smithi040 bash[23838]: audit 2024-04-25T05:17:45.637420+0000 mon.smithi031 (mon.0) 909 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:46.968 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:46 smithi040 bash[23838]: audit 2024-04-25T05:17:45.637420+0000 mon.smithi031 (mon.0) 909 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:46.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:46 smithi040 bash[23838]: audit 2024-04-25T05:17:45.640082+0000 mon.smithi031 (mon.0) 910 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:17:46.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:46 smithi040 bash[23838]: audit 2024-04-25T05:17:45.640082+0000 mon.smithi031 (mon.0) 910 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:17:46.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:46 smithi040 bash[23838]: audit 2024-04-25T05:17:45.641741+0000 mon.smithi031 (mon.0) 911 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:17:46.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:46 smithi040 bash[23838]: audit 2024-04-25T05:17:45.641741+0000 mon.smithi031 (mon.0) 911 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:17:46.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:46 smithi040 bash[23838]: cephadm 2024-04-25T05:17:45.646966+0000 mgr.smithi031.wbrsoo (mgr.14201) 287 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-25T05:17:46.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:46 smithi040 bash[23838]: cephadm 2024-04-25T05:17:45.646966+0000 mgr.smithi031.wbrsoo (mgr.14201) 287 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-25T05:17:46.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:46 smithi040 bash[23838]: cluster 2024-04-25T05:17:45.885560+0000 mgr.smithi031.wbrsoo (mgr.14201) 288 : cluster [DBG] pgmap v241: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-04-25T05:17:46.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:46 smithi040 bash[23838]: cluster 2024-04-25T05:17:45.885560+0000 mgr.smithi031.wbrsoo (mgr.14201) 288 : cluster [DBG] pgmap v241: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-04-25T05:17:46.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:46 smithi040 bash[23838]: audit 2024-04-25T05:17:45.922837+0000 mon.smithi031 (mon.0) 912 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:46.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:46 smithi040 bash[23838]: audit 2024-04-25T05:17:45.922837+0000 mon.smithi031 (mon.0) 912 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:46.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:46 smithi040 bash[23838]: audit 2024-04-25T05:17:45.926655+0000 mon.smithi031 (mon.0) 913 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T05:17:46.969 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:46 smithi040 bash[23838]: audit 2024-04-25T05:17:45.926655+0000 mon.smithi031 (mon.0) 913 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T05:17:46.970 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:46 smithi040 bash[23838]: audit 2024-04-25T05:17:45.938415+0000 mon.smithi031 (mon.0) 914 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:46.970 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:46 smithi040 bash[23838]: audit 2024-04-25T05:17:45.938415+0000 mon.smithi031 (mon.0) 914 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:47.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:46 smithi031 bash[18647]: audit 2024-04-25T05:17:45.626678+0000 mon.smithi031 (mon.0) 908 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:47.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:46 smithi031 bash[18647]: audit 2024-04-25T05:17:45.626678+0000 mon.smithi031 (mon.0) 908 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:47.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:46 smithi031 bash[18647]: audit 2024-04-25T05:17:45.637420+0000 mon.smithi031 (mon.0) 909 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:47.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:46 smithi031 bash[18647]: audit 2024-04-25T05:17:45.637420+0000 mon.smithi031 (mon.0) 909 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:47.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:46 smithi031 bash[18647]: audit 2024-04-25T05:17:45.640082+0000 mon.smithi031 (mon.0) 910 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:17:47.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:46 smithi031 bash[18647]: audit 2024-04-25T05:17:45.640082+0000 mon.smithi031 (mon.0) 910 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:17:47.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:46 smithi031 bash[18647]: audit 2024-04-25T05:17:45.641741+0000 mon.smithi031 (mon.0) 911 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:17:47.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:46 smithi031 bash[18647]: audit 2024-04-25T05:17:45.641741+0000 mon.smithi031 (mon.0) 911 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:17:47.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:46 smithi031 bash[18647]: cephadm 2024-04-25T05:17:45.646966+0000 mgr.smithi031.wbrsoo (mgr.14201) 287 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-25T05:17:47.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:46 smithi031 bash[18647]: cephadm 2024-04-25T05:17:45.646966+0000 mgr.smithi031.wbrsoo (mgr.14201) 287 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-04-25T05:17:47.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:46 smithi031 bash[18647]: cluster 2024-04-25T05:17:45.885560+0000 mgr.smithi031.wbrsoo (mgr.14201) 288 : cluster [DBG] pgmap v241: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-04-25T05:17:47.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:46 smithi031 bash[18647]: cluster 2024-04-25T05:17:45.885560+0000 mgr.smithi031.wbrsoo (mgr.14201) 288 : cluster [DBG] pgmap v241: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2024-04-25T05:17:47.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:46 smithi031 bash[18647]: audit 2024-04-25T05:17:45.922837+0000 mon.smithi031 (mon.0) 912 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:47.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:46 smithi031 bash[18647]: audit 2024-04-25T05:17:45.922837+0000 mon.smithi031 (mon.0) 912 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:47.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:46 smithi031 bash[18647]: audit 2024-04-25T05:17:45.926655+0000 mon.smithi031 (mon.0) 913 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T05:17:47.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:46 smithi031 bash[18647]: audit 2024-04-25T05:17:45.926655+0000 mon.smithi031 (mon.0) 913 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T05:17:47.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:46 smithi031 bash[18647]: audit 2024-04-25T05:17:45.938415+0000 mon.smithi031 (mon.0) 914 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:47.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:46 smithi031 bash[18647]: audit 2024-04-25T05:17:45.938415+0000 mon.smithi031 (mon.0) 914 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:17:49.034 DEBUG:teuthology.orchestra.run.smithi031:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mount -t nfs 10.0.31.31:/foobucket /mnt/foo' 2024-04-25T05:17:49.089 INFO:teuthology.orchestra.run.smithi031.stderr:+ mount -t nfs 10.0.31.31:/foobucket /mnt/foo 2024-04-25T05:17:49.217 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:48 smithi040 bash[23838]: cluster 2024-04-25T05:17:47.887153+0000 mgr.smithi031.wbrsoo (mgr.14201) 289 : cluster [DBG] pgmap v242: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-04-25T05:17:49.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:48 smithi040 bash[23838]: cluster 2024-04-25T05:17:47.887153+0000 mgr.smithi031.wbrsoo (mgr.14201) 289 : cluster [DBG] pgmap v242: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-04-25T05:17:49.273 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:48 smithi031 bash[18647]: cluster 2024-04-25T05:17:47.887153+0000 mgr.smithi031.wbrsoo (mgr.14201) 289 : cluster [DBG] pgmap v242: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-04-25T05:17:49.273 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:48 smithi031 bash[18647]: cluster 2024-04-25T05:17:47.887153+0000 mgr.smithi031.wbrsoo (mgr.14201) 289 : cluster [DBG] pgmap v242: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1.6 KiB/s rd, 1 op/s 2024-04-25T05:17:49.374 DEBUG:teuthology.orchestra.run.smithi031:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'find /mnt/foo -ls' 2024-04-25T05:17:49.428 INFO:teuthology.orchestra.run.smithi031.stderr:+ find /mnt/foo -ls 2024-04-25T05:17:49.435 INFO:teuthology.orchestra.run.smithi031.stdout:18304478605914051910 0 drwxrwxrwx 1 root root 0 Apr 25 05:17 /mnt/foo 2024-04-25T05:17:49.435 INFO:teuthology.orchestra.run.smithi031.stdout:10810806159419214356 0 -rw-rw-rw- 1 root root 7 Apr 25 05:17 /mnt/foo/myobject 2024-04-25T05:17:49.436 DEBUG:teuthology.orchestra.run.smithi031:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'grep thebody /mnt/foo/myobject' 2024-04-25T05:17:49.496 INFO:teuthology.orchestra.run.smithi031.stderr:+ grep thebody /mnt/foo/myobject 2024-04-25T05:17:49.503 INFO:teuthology.orchestra.run.smithi031.stdout:thebody 2024-04-25T05:17:49.504 DEBUG:teuthology.orchestra.run.smithi031:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/newobject' 2024-04-25T05:17:49.559 INFO:teuthology.orchestra.run.smithi031.stderr:+ echo test 2024-04-25T05:17:49.588 DEBUG:teuthology.orchestra.run.smithi031:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-04-25T05:17:49.643 INFO:teuthology.orchestra.run.smithi031.stderr:+ sync 2024-04-25T05:17:50.049 INFO:teuthology.run_tasks:Running task python... 2024-04-25T05:17:50.060 INFO:tasks.python:Running python on role host.a host ubuntu@smithi031.front.sepia.ceph.com 2024-04-25T05:17:50.060 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-04-25T05:17:50.060 DEBUG:teuthology.orchestra.run.smithi031:> sudo TESTDIR=/home/ubuntu/cephtest python3 2024-04-25T05:17:50.417 INFO:teuthology.orchestra.run.smithi031.stdout:b'test\n' 2024-04-25T05:17:50.475 INFO:teuthology.run_tasks:Running task vip.exec... 2024-04-25T05:17:50.485 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi031.front.sepia.ceph.com 2024-04-25T05:17:50.485 DEBUG:teuthology.orchestra.run.smithi031:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'umount /mnt/foo' 2024-04-25T05:17:50.498 INFO:teuthology.orchestra.run.smithi031.stderr:+ umount /mnt/foo 2024-04-25T05:17:50.550 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-25T05:17:50.560 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi031.front.sepia.ceph.com 2024-04-25T05:17:50.560 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- bash -c 'ceph nfs export rm foo /foobucket' 2024-04-25T05:17:51.217 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:50 smithi040 bash[23838]: cluster 2024-04-25T05:17:49.888478+0000 mgr.smithi031.wbrsoo (mgr.14201) 290 : cluster [DBG] pgmap v243: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-25T05:17:51.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:50 smithi040 bash[23838]: cluster 2024-04-25T05:17:49.888478+0000 mgr.smithi031.wbrsoo (mgr.14201) 290 : cluster [DBG] pgmap v243: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-25T05:17:51.368 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:50 smithi031 bash[18647]: cluster 2024-04-25T05:17:49.888478+0000 mgr.smithi031.wbrsoo (mgr.14201) 290 : cluster [DBG] pgmap v243: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-25T05:17:51.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:50 smithi031 bash[18647]: cluster 2024-04-25T05:17:49.888478+0000 mgr.smithi031.wbrsoo (mgr.14201) 290 : cluster [DBG] pgmap v243: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s 2024-04-25T05:17:52.217 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:51 smithi040 bash[23838]: audit 2024-04-25T05:17:51.873304+0000 mon.smithi031 (mon.0) 915 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:17:52.217 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:51 smithi040 bash[23838]: audit 2024-04-25T05:17:51.873304+0000 mon.smithi031 (mon.0) 915 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:17:52.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:51 smithi031 bash[18647]: audit 2024-04-25T05:17:51.873304+0000 mon.smithi031 (mon.0) 915 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:17:52.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:51 smithi031 bash[18647]: audit 2024-04-25T05:17:51.873304+0000 mon.smithi031 (mon.0) 915 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:17:53.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:52 smithi040 bash[23838]: cluster 2024-04-25T05:17:51.889936+0000 mgr.smithi031.wbrsoo (mgr.14201) 291 : cluster [DBG] pgmap v244: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 426 B/s wr, 8 op/s 2024-04-25T05:17:53.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:52 smithi040 bash[23838]: cluster 2024-04-25T05:17:51.889936+0000 mgr.smithi031.wbrsoo (mgr.14201) 291 : cluster [DBG] pgmap v244: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 426 B/s wr, 8 op/s 2024-04-25T05:17:53.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:52 smithi031 bash[18647]: cluster 2024-04-25T05:17:51.889936+0000 mgr.smithi031.wbrsoo (mgr.14201) 291 : cluster [DBG] pgmap v244: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 426 B/s wr, 8 op/s 2024-04-25T05:17:53.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:52 smithi031 bash[18647]: cluster 2024-04-25T05:17:51.889936+0000 mgr.smithi031.wbrsoo (mgr.14201) 291 : cluster [DBG] pgmap v244: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 6.0 KiB/s rd, 426 B/s wr, 8 op/s 2024-04-25T05:17:55.217 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:54 smithi040 bash[23838]: cluster 2024-04-25T05:17:53.891672+0000 mgr.smithi031.wbrsoo (mgr.14201) 292 : cluster [DBG] pgmap v245: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 511 B/s wr, 11 op/s 2024-04-25T05:17:55.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:54 smithi040 bash[23838]: cluster 2024-04-25T05:17:53.891672+0000 mgr.smithi031.wbrsoo (mgr.14201) 292 : cluster [DBG] pgmap v245: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 511 B/s wr, 11 op/s 2024-04-25T05:17:55.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:54 smithi031 bash[18647]: cluster 2024-04-25T05:17:53.891672+0000 mgr.smithi031.wbrsoo (mgr.14201) 292 : cluster [DBG] pgmap v245: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 511 B/s wr, 11 op/s 2024-04-25T05:17:55.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:54 smithi031 bash[18647]: cluster 2024-04-25T05:17:53.891672+0000 mgr.smithi031.wbrsoo (mgr.14201) 292 : cluster [DBG] pgmap v245: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 511 B/s wr, 11 op/s 2024-04-25T05:17:55.445 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:17:57.149 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:56 smithi031 bash[18647]: cluster 2024-04-25T05:17:55.893064+0000 mgr.smithi031.wbrsoo (mgr.14201) 293 : cluster [DBG] pgmap v246: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 511 B/s wr, 12 op/s 2024-04-25T05:17:57.150 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:56 smithi031 bash[18647]: cluster 2024-04-25T05:17:55.893064+0000 mgr.smithi031.wbrsoo (mgr.14201) 293 : cluster [DBG] pgmap v246: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 511 B/s wr, 12 op/s 2024-04-25T05:17:57.217 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:56 smithi040 bash[23838]: cluster 2024-04-25T05:17:55.893064+0000 mgr.smithi031.wbrsoo (mgr.14201) 293 : cluster [DBG] pgmap v246: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 511 B/s wr, 12 op/s 2024-04-25T05:17:57.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:56 smithi040 bash[23838]: cluster 2024-04-25T05:17:55.893064+0000 mgr.smithi031.wbrsoo (mgr.14201) 293 : cluster [DBG] pgmap v246: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 511 B/s wr, 12 op/s 2024-04-25T05:17:57.635 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- bash -c 'ceph nfs cluster rm foo' 2024-04-25T05:17:58.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:57 smithi031 bash[18647]: audit 2024-04-25T05:17:56.870505+0000 mgr.smithi031.wbrsoo (mgr.14201) 294 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "nfs export rm", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:17:58.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:57 smithi031 bash[18647]: audit 2024-04-25T05:17:56.870505+0000 mgr.smithi031.wbrsoo (mgr.14201) 294 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "nfs export rm", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:17:58.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:57 smithi040 bash[23838]: audit 2024-04-25T05:17:56.870505+0000 mgr.smithi031.wbrsoo (mgr.14201) 294 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "nfs export rm", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:17:58.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:57 smithi040 bash[23838]: audit 2024-04-25T05:17:56.870505+0000 mgr.smithi031.wbrsoo (mgr.14201) 294 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "nfs export rm", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:17:59.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:58 smithi031 bash[18647]: cluster 2024-04-25T05:17:57.894032+0000 mgr.smithi031.wbrsoo (mgr.14201) 295 : cluster [DBG] pgmap v247: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 511 B/s wr, 12 op/s 2024-04-25T05:17:59.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:17:58 smithi031 bash[18647]: cluster 2024-04-25T05:17:57.894032+0000 mgr.smithi031.wbrsoo (mgr.14201) 295 : cluster [DBG] pgmap v247: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 511 B/s wr, 12 op/s 2024-04-25T05:17:59.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:58 smithi040 bash[23838]: cluster 2024-04-25T05:17:57.894032+0000 mgr.smithi031.wbrsoo (mgr.14201) 295 : cluster [DBG] pgmap v247: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 511 B/s wr, 12 op/s 2024-04-25T05:17:59.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:17:58 smithi040 bash[23838]: cluster 2024-04-25T05:17:57.894032+0000 mgr.smithi031.wbrsoo (mgr.14201) 295 : cluster [DBG] pgmap v247: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 511 B/s wr, 12 op/s 2024-04-25T05:18:01.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:00 smithi031 bash[18647]: cluster 2024-04-25T05:17:59.895420+0000 mgr.smithi031.wbrsoo (mgr.14201) 296 : cluster [DBG] pgmap v248: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 511 B/s wr, 11 op/s 2024-04-25T05:18:01.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:00 smithi031 bash[18647]: cluster 2024-04-25T05:17:59.895420+0000 mgr.smithi031.wbrsoo (mgr.14201) 296 : cluster [DBG] pgmap v248: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 511 B/s wr, 11 op/s 2024-04-25T05:18:01.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:00 smithi040 bash[23838]: cluster 2024-04-25T05:17:59.895420+0000 mgr.smithi031.wbrsoo (mgr.14201) 296 : cluster [DBG] pgmap v248: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 511 B/s wr, 11 op/s 2024-04-25T05:18:01.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:00 smithi040 bash[23838]: cluster 2024-04-25T05:17:59.895420+0000 mgr.smithi031.wbrsoo (mgr.14201) 296 : cluster [DBG] pgmap v248: 225 pgs: 225 active+clean; 584 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 511 B/s wr, 11 op/s 2024-04-25T05:18:02.477 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:18:03.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:02 smithi031 bash[18647]: cluster 2024-04-25T05:18:01.897040+0000 mgr.smithi031.wbrsoo (mgr.14201) 297 : cluster [DBG] pgmap v249: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 8.2 KiB/s rd, 511 B/s wr, 11 op/s 2024-04-25T05:18:03.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:02 smithi031 bash[18647]: cluster 2024-04-25T05:18:01.897040+0000 mgr.smithi031.wbrsoo (mgr.14201) 297 : cluster [DBG] pgmap v249: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 8.2 KiB/s rd, 511 B/s wr, 11 op/s 2024-04-25T05:18:03.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:02 smithi040 bash[23838]: cluster 2024-04-25T05:18:01.897040+0000 mgr.smithi031.wbrsoo (mgr.14201) 297 : cluster [DBG] pgmap v249: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 8.2 KiB/s rd, 511 B/s wr, 11 op/s 2024-04-25T05:18:03.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:02 smithi040 bash[23838]: cluster 2024-04-25T05:18:01.897040+0000 mgr.smithi031.wbrsoo (mgr.14201) 297 : cluster [DBG] pgmap v249: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 8.2 KiB/s rd, 511 B/s wr, 11 op/s 2024-04-25T05:18:04.627 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-25T05:18:04.638 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi031.front.sepia.ceph.com 2024-04-25T05:18:04.639 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- bash -c 'stat -c '"'"'%u %g'"'"' /var/log/ceph | grep '"'"'167 167'"'"'' 2024-04-25T05:18:05.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:04 smithi031 bash[18647]: audit 2024-04-25T05:18:03.823194+0000 mgr.smithi031.wbrsoo (mgr.14201) 298 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "nfs cluster rm", "cluster_id": "foo", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:18:05.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:04 smithi031 bash[18647]: audit 2024-04-25T05:18:03.823194+0000 mgr.smithi031.wbrsoo (mgr.14201) 298 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "nfs cluster rm", "cluster_id": "foo", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:18:05.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:04 smithi031 bash[18647]: cephadm 2024-04-25T05:18:03.840070+0000 mgr.smithi031.wbrsoo (mgr.14201) 299 : cephadm [INF] Remove service ingress.nfs.foo 2024-04-25T05:18:05.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:04 smithi031 bash[18647]: cephadm 2024-04-25T05:18:03.840070+0000 mgr.smithi031.wbrsoo (mgr.14201) 299 : cephadm [INF] Remove service ingress.nfs.foo 2024-04-25T05:18:05.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:04 smithi031 bash[18647]: audit 2024-04-25T05:18:03.847027+0000 mon.smithi031 (mon.0) 916 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:05.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:04 smithi031 bash[18647]: audit 2024-04-25T05:18:03.847027+0000 mon.smithi031 (mon.0) 916 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:05.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:04 smithi031 bash[18647]: cephadm 2024-04-25T05:18:03.847885+0000 mgr.smithi031.wbrsoo (mgr.14201) 300 : cephadm [INF] Remove service nfs.foo 2024-04-25T05:18:05.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:04 smithi031 bash[18647]: cephadm 2024-04-25T05:18:03.847885+0000 mgr.smithi031.wbrsoo (mgr.14201) 300 : cephadm [INF] Remove service nfs.foo 2024-04-25T05:18:05.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:04 smithi031 bash[18647]: audit 2024-04-25T05:18:03.853749+0000 mon.smithi031 (mon.0) 917 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:05.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:04 smithi031 bash[18647]: audit 2024-04-25T05:18:03.853749+0000 mon.smithi031 (mon.0) 917 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:05.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:04 smithi031 bash[18647]: audit 2024-04-25T05:18:03.880168+0000 mon.smithi031 (mon.0) 918 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:18:05.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:04 smithi031 bash[18647]: audit 2024-04-25T05:18:03.880168+0000 mon.smithi031 (mon.0) 918 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:18:05.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:04 smithi031 bash[18647]: cluster 2024-04-25T05:18:03.898119+0000 mgr.smithi031.wbrsoo (mgr.14201) 301 : cluster [DBG] pgmap v250: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 3.3 KiB/s rd, 85 B/s wr, 3 op/s 2024-04-25T05:18:05.120 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:04 smithi031 bash[18647]: cluster 2024-04-25T05:18:03.898119+0000 mgr.smithi031.wbrsoo (mgr.14201) 301 : cluster [DBG] pgmap v250: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 3.3 KiB/s rd, 85 B/s wr, 3 op/s 2024-04-25T05:18:05.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:04 smithi040 bash[23838]: audit 2024-04-25T05:18:03.823194+0000 mgr.smithi031.wbrsoo (mgr.14201) 298 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "nfs cluster rm", "cluster_id": "foo", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:18:05.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:04 smithi040 bash[23838]: audit 2024-04-25T05:18:03.823194+0000 mgr.smithi031.wbrsoo (mgr.14201) 298 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "nfs cluster rm", "cluster_id": "foo", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:18:05.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:04 smithi040 bash[23838]: cephadm 2024-04-25T05:18:03.840070+0000 mgr.smithi031.wbrsoo (mgr.14201) 299 : cephadm [INF] Remove service ingress.nfs.foo 2024-04-25T05:18:05.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:04 smithi040 bash[23838]: cephadm 2024-04-25T05:18:03.840070+0000 mgr.smithi031.wbrsoo (mgr.14201) 299 : cephadm [INF] Remove service ingress.nfs.foo 2024-04-25T05:18:05.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:04 smithi040 bash[23838]: audit 2024-04-25T05:18:03.847027+0000 mon.smithi031 (mon.0) 916 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:05.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:04 smithi040 bash[23838]: audit 2024-04-25T05:18:03.847027+0000 mon.smithi031 (mon.0) 916 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:05.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:04 smithi040 bash[23838]: cephadm 2024-04-25T05:18:03.847885+0000 mgr.smithi031.wbrsoo (mgr.14201) 300 : cephadm [INF] Remove service nfs.foo 2024-04-25T05:18:05.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:04 smithi040 bash[23838]: cephadm 2024-04-25T05:18:03.847885+0000 mgr.smithi031.wbrsoo (mgr.14201) 300 : cephadm [INF] Remove service nfs.foo 2024-04-25T05:18:05.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:04 smithi040 bash[23838]: audit 2024-04-25T05:18:03.853749+0000 mon.smithi031 (mon.0) 917 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:05.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:04 smithi040 bash[23838]: audit 2024-04-25T05:18:03.853749+0000 mon.smithi031 (mon.0) 917 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:05.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:04 smithi040 bash[23838]: audit 2024-04-25T05:18:03.880168+0000 mon.smithi031 (mon.0) 918 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:18:05.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:04 smithi040 bash[23838]: audit 2024-04-25T05:18:03.880168+0000 mon.smithi031 (mon.0) 918 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:18:05.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:04 smithi040 bash[23838]: cluster 2024-04-25T05:18:03.898119+0000 mgr.smithi031.wbrsoo (mgr.14201) 301 : cluster [DBG] pgmap v250: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 3.3 KiB/s rd, 85 B/s wr, 3 op/s 2024-04-25T05:18:05.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:04 smithi040 bash[23838]: cluster 2024-04-25T05:18:03.898119+0000 mgr.smithi031.wbrsoo (mgr.14201) 301 : cluster [DBG] pgmap v250: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 3.3 KiB/s rd, 85 B/s wr, 3 op/s 2024-04-25T05:18:07.217 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:06 smithi040 bash[23838]: cluster 2024-04-25T05:18:05.899430+0000 mgr.smithi031.wbrsoo (mgr.14201) 302 : cluster [DBG] pgmap v251: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 0 B/s wr, 0 op/s 2024-04-25T05:18:07.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:06 smithi040 bash[23838]: cluster 2024-04-25T05:18:05.899430+0000 mgr.smithi031.wbrsoo (mgr.14201) 302 : cluster [DBG] pgmap v251: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 0 B/s wr, 0 op/s 2024-04-25T05:18:07.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:06 smithi040 bash[23838]: audit 2024-04-25T05:18:06.873372+0000 mon.smithi031 (mon.0) 919 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:18:07.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:06 smithi040 bash[23838]: audit 2024-04-25T05:18:06.873372+0000 mon.smithi031 (mon.0) 919 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:18:07.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:06 smithi031 bash[18647]: cluster 2024-04-25T05:18:05.899430+0000 mgr.smithi031.wbrsoo (mgr.14201) 302 : cluster [DBG] pgmap v251: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 0 B/s wr, 0 op/s 2024-04-25T05:18:07.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:06 smithi031 bash[18647]: cluster 2024-04-25T05:18:05.899430+0000 mgr.smithi031.wbrsoo (mgr.14201) 302 : cluster [DBG] pgmap v251: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 0 B/s wr, 0 op/s 2024-04-25T05:18:07.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:06 smithi031 bash[18647]: audit 2024-04-25T05:18:06.873372+0000 mon.smithi031 (mon.0) 919 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:18:07.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:06 smithi031 bash[18647]: audit 2024-04-25T05:18:06.873372+0000 mon.smithi031 (mon.0) 919 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:18:08.996 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:18:09.217 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:08 smithi040 bash[23838]: cluster 2024-04-25T05:18:07.900893+0000 mgr.smithi031.wbrsoo (mgr.14201) 303 : cluster [DBG] pgmap v252: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2024-04-25T05:18:09.217 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:08 smithi040 bash[23838]: cluster 2024-04-25T05:18:07.900893+0000 mgr.smithi031.wbrsoo (mgr.14201) 303 : cluster [DBG] pgmap v252: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2024-04-25T05:18:09.368 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:08 smithi031 bash[18647]: cluster 2024-04-25T05:18:07.900893+0000 mgr.smithi031.wbrsoo (mgr.14201) 303 : cluster [DBG] pgmap v252: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2024-04-25T05:18:09.368 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:08 smithi031 bash[18647]: cluster 2024-04-25T05:18:07.900893+0000 mgr.smithi031.wbrsoo (mgr.14201) 303 : cluster [DBG] pgmap v252: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2024-04-25T05:18:10.117 INFO:teuthology.orchestra.run.smithi031.stdout:167 167 2024-04-25T05:18:10.869 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- bash -c 'ceph orch status' 2024-04-25T05:18:10.878 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:10 smithi031 bash[18647]: audit 2024-04-25T05:18:09.726129+0000 mon.smithi031 (mon.0) 920 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:10.878 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:10 smithi031 bash[18647]: audit 2024-04-25T05:18:09.726129+0000 mon.smithi031 (mon.0) 920 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:10.878 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:10 smithi031 bash[18647]: audit 2024-04-25T05:18:09.732282+0000 mon.smithi031 (mon.0) 921 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:10.878 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:10 smithi031 bash[18647]: audit 2024-04-25T05:18:09.732282+0000 mon.smithi031 (mon.0) 921 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:10.878 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:10 smithi031 bash[18647]: cluster 2024-04-25T05:18:09.901604+0000 mgr.smithi031.wbrsoo (mgr.14201) 304 : cluster [DBG] pgmap v253: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2024-04-25T05:18:10.878 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:10 smithi031 bash[18647]: cluster 2024-04-25T05:18:09.901604+0000 mgr.smithi031.wbrsoo (mgr.14201) 304 : cluster [DBG] pgmap v253: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2024-04-25T05:18:10.878 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:10 smithi031 bash[18647]: audit 2024-04-25T05:18:10.177416+0000 mon.smithi031 (mon.0) 922 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:10.878 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:10 smithi031 bash[18647]: audit 2024-04-25T05:18:10.177416+0000 mon.smithi031 (mon.0) 922 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:10.878 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:10 smithi031 bash[18647]: audit 2024-04-25T05:18:10.183947+0000 mon.smithi031 (mon.0) 923 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:10.878 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:10 smithi031 bash[18647]: audit 2024-04-25T05:18:10.183947+0000 mon.smithi031 (mon.0) 923 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:10.878 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:10 smithi031 bash[18647]: audit 2024-04-25T05:18:10.185298+0000 mon.smithi031 (mon.0) 924 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:18:10.879 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:10 smithi031 bash[18647]: audit 2024-04-25T05:18:10.185298+0000 mon.smithi031 (mon.0) 924 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:18:10.879 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:10 smithi031 bash[18647]: audit 2024-04-25T05:18:10.186008+0000 mon.smithi031 (mon.0) 925 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:18:10.879 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:10 smithi031 bash[18647]: audit 2024-04-25T05:18:10.186008+0000 mon.smithi031 (mon.0) 925 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:18:10.879 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:10 smithi031 bash[18647]: audit 2024-04-25T05:18:10.190273+0000 mon.smithi031 (mon.0) 926 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:10.879 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:10 smithi031 bash[18647]: audit 2024-04-25T05:18:10.190273+0000 mon.smithi031 (mon.0) 926 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:10.879 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:10 smithi031 bash[18647]: audit 2024-04-25T05:18:10.193263+0000 mon.smithi031 (mon.0) 927 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T05:18:10.879 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:10 smithi031 bash[18647]: audit 2024-04-25T05:18:10.193263+0000 mon.smithi031 (mon.0) 927 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T05:18:10.879 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:10 smithi031 bash[18647]: cephadm 2024-04-25T05:18:10.255902+0000 mgr.smithi031.wbrsoo (mgr.14201) 305 : cephadm [INF] Removing orphan daemon nfs.foo.0.0.smithi031.bigzkz... 2024-04-25T05:18:10.879 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:10 smithi031 bash[18647]: cephadm 2024-04-25T05:18:10.255902+0000 mgr.smithi031.wbrsoo (mgr.14201) 305 : cephadm [INF] Removing orphan daemon nfs.foo.0.0.smithi031.bigzkz... 2024-04-25T05:18:10.879 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:10 smithi031 bash[18647]: cephadm 2024-04-25T05:18:10.256520+0000 mgr.smithi031.wbrsoo (mgr.14201) 306 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi031.bigzkz from smithi031 -- ports [12049] 2024-04-25T05:18:10.879 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:10 smithi031 bash[18647]: cephadm 2024-04-25T05:18:10.256520+0000 mgr.smithi031.wbrsoo (mgr.14201) 306 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi031.bigzkz from smithi031 -- ports [12049] 2024-04-25T05:18:11.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:10 smithi040 bash[23838]: audit 2024-04-25T05:18:09.726129+0000 mon.smithi031 (mon.0) 920 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:11.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:10 smithi040 bash[23838]: audit 2024-04-25T05:18:09.726129+0000 mon.smithi031 (mon.0) 920 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:11.218 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:10 smithi040 bash[23838]: audit 2024-04-25T05:18:09.732282+0000 mon.smithi031 (mon.0) 921 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:11.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:10 smithi040 bash[23838]: audit 2024-04-25T05:18:09.732282+0000 mon.smithi031 (mon.0) 921 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:11.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:10 smithi040 bash[23838]: cluster 2024-04-25T05:18:09.901604+0000 mgr.smithi031.wbrsoo (mgr.14201) 304 : cluster [DBG] pgmap v253: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2024-04-25T05:18:11.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:10 smithi040 bash[23838]: cluster 2024-04-25T05:18:09.901604+0000 mgr.smithi031.wbrsoo (mgr.14201) 304 : cluster [DBG] pgmap v253: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2024-04-25T05:18:11.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:10 smithi040 bash[23838]: audit 2024-04-25T05:18:10.177416+0000 mon.smithi031 (mon.0) 922 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:11.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:10 smithi040 bash[23838]: audit 2024-04-25T05:18:10.177416+0000 mon.smithi031 (mon.0) 922 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:11.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:10 smithi040 bash[23838]: audit 2024-04-25T05:18:10.183947+0000 mon.smithi031 (mon.0) 923 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:11.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:10 smithi040 bash[23838]: audit 2024-04-25T05:18:10.183947+0000 mon.smithi031 (mon.0) 923 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:11.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:10 smithi040 bash[23838]: audit 2024-04-25T05:18:10.185298+0000 mon.smithi031 (mon.0) 924 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:18:11.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:10 smithi040 bash[23838]: audit 2024-04-25T05:18:10.185298+0000 mon.smithi031 (mon.0) 924 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:18:11.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:10 smithi040 bash[23838]: audit 2024-04-25T05:18:10.186008+0000 mon.smithi031 (mon.0) 925 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:18:11.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:10 smithi040 bash[23838]: audit 2024-04-25T05:18:10.186008+0000 mon.smithi031 (mon.0) 925 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:18:11.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:10 smithi040 bash[23838]: audit 2024-04-25T05:18:10.190273+0000 mon.smithi031 (mon.0) 926 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:11.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:10 smithi040 bash[23838]: audit 2024-04-25T05:18:10.190273+0000 mon.smithi031 (mon.0) 926 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:11.219 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:10 smithi040 bash[23838]: audit 2024-04-25T05:18:10.193263+0000 mon.smithi031 (mon.0) 927 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T05:18:11.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:10 smithi040 bash[23838]: audit 2024-04-25T05:18:10.193263+0000 mon.smithi031 (mon.0) 927 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T05:18:11.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:10 smithi040 bash[23838]: cephadm 2024-04-25T05:18:10.255902+0000 mgr.smithi031.wbrsoo (mgr.14201) 305 : cephadm [INF] Removing orphan daemon nfs.foo.0.0.smithi031.bigzkz... 2024-04-25T05:18:11.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:10 smithi040 bash[23838]: cephadm 2024-04-25T05:18:10.255902+0000 mgr.smithi031.wbrsoo (mgr.14201) 305 : cephadm [INF] Removing orphan daemon nfs.foo.0.0.smithi031.bigzkz... 2024-04-25T05:18:11.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:10 smithi040 bash[23838]: cephadm 2024-04-25T05:18:10.256520+0000 mgr.smithi031.wbrsoo (mgr.14201) 306 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi031.bigzkz from smithi031 -- ports [12049] 2024-04-25T05:18:11.220 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:10 smithi040 bash[23838]: cephadm 2024-04-25T05:18:10.256520+0000 mgr.smithi031.wbrsoo (mgr.14201) 306 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi031.bigzkz from smithi031 -- ports [12049] 2024-04-25T05:18:13.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:12 smithi031 bash[18647]: cluster 2024-04-25T05:18:11.903096+0000 mgr.smithi031.wbrsoo (mgr.14201) 307 : cluster [DBG] pgmap v254: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 B/s wr, 0 op/s 2024-04-25T05:18:13.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:12 smithi031 bash[18647]: cluster 2024-04-25T05:18:11.903096+0000 mgr.smithi031.wbrsoo (mgr.14201) 307 : cluster [DBG] pgmap v254: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 B/s wr, 0 op/s 2024-04-25T05:18:13.217 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:12 smithi040 bash[23838]: cluster 2024-04-25T05:18:11.903096+0000 mgr.smithi031.wbrsoo (mgr.14201) 307 : cluster [DBG] pgmap v254: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 B/s wr, 0 op/s 2024-04-25T05:18:13.217 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:12 smithi040 bash[23838]: cluster 2024-04-25T05:18:11.903096+0000 mgr.smithi031.wbrsoo (mgr.14201) 307 : cluster [DBG] pgmap v254: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 B/s wr, 0 op/s 2024-04-25T05:18:15.217 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:14 smithi040 bash[23838]: cluster 2024-04-25T05:18:13.904747+0000 mgr.smithi031.wbrsoo (mgr.14201) 308 : cluster [DBG] pgmap v255: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-25T05:18:15.217 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:14 smithi040 bash[23838]: cluster 2024-04-25T05:18:13.904747+0000 mgr.smithi031.wbrsoo (mgr.14201) 308 : cluster [DBG] pgmap v255: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-25T05:18:15.368 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:14 smithi031 bash[18647]: cluster 2024-04-25T05:18:13.904747+0000 mgr.smithi031.wbrsoo (mgr.14201) 308 : cluster [DBG] pgmap v255: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-25T05:18:15.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:14 smithi031 bash[18647]: cluster 2024-04-25T05:18:13.904747+0000 mgr.smithi031.wbrsoo (mgr.14201) 308 : cluster [DBG] pgmap v255: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-25T05:18:15.713 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:18:17.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:16 smithi031 bash[18647]: cluster 2024-04-25T05:18:15.906109+0000 mgr.smithi031.wbrsoo (mgr.14201) 309 : cluster [DBG] pgmap v256: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-25T05:18:17.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:16 smithi031 bash[18647]: cluster 2024-04-25T05:18:15.906109+0000 mgr.smithi031.wbrsoo (mgr.14201) 309 : cluster [DBG] pgmap v256: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-25T05:18:17.217 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:16 smithi040 bash[23838]: cluster 2024-04-25T05:18:15.906109+0000 mgr.smithi031.wbrsoo (mgr.14201) 309 : cluster [DBG] pgmap v256: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-25T05:18:17.217 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:16 smithi040 bash[23838]: cluster 2024-04-25T05:18:15.906109+0000 mgr.smithi031.wbrsoo (mgr.14201) 309 : cluster [DBG] pgmap v256: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2024-04-25T05:18:17.243 INFO:teuthology.orchestra.run.smithi031.stdout:Backend: cephadm 2024-04-25T05:18:17.244 INFO:teuthology.orchestra.run.smithi031.stdout:Available: Yes 2024-04-25T05:18:17.244 INFO:teuthology.orchestra.run.smithi031.stdout:Paused: No 2024-04-25T05:18:17.996 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- bash -c 'ceph orch ps' 2024-04-25T05:18:18.368 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:17 smithi031 bash[18647]: audit 2024-04-25T05:18:17.246582+0000 mgr.smithi031.wbrsoo (mgr.14201) 310 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:18:18.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:17 smithi031 bash[18647]: audit 2024-04-25T05:18:17.246582+0000 mgr.smithi031.wbrsoo (mgr.14201) 310 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:18:18.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:17 smithi040 bash[23838]: audit 2024-04-25T05:18:17.246582+0000 mgr.smithi031.wbrsoo (mgr.14201) 310 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:18:18.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:17 smithi040 bash[23838]: audit 2024-04-25T05:18:17.246582+0000 mgr.smithi031.wbrsoo (mgr.14201) 310 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:18:19.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:18 smithi031 bash[18647]: cluster 2024-04-25T05:18:17.907529+0000 mgr.smithi031.wbrsoo (mgr.14201) 311 : cluster [DBG] pgmap v257: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-25T05:18:19.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:18 smithi031 bash[18647]: cluster 2024-04-25T05:18:17.907529+0000 mgr.smithi031.wbrsoo (mgr.14201) 311 : cluster [DBG] pgmap v257: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-25T05:18:19.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:18 smithi040 bash[23838]: cluster 2024-04-25T05:18:17.907529+0000 mgr.smithi031.wbrsoo (mgr.14201) 311 : cluster [DBG] pgmap v257: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-25T05:18:19.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:18 smithi040 bash[23838]: cluster 2024-04-25T05:18:17.907529+0000 mgr.smithi031.wbrsoo (mgr.14201) 311 : cluster [DBG] pgmap v257: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-25T05:18:21.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:20 smithi031 bash[18647]: cluster 2024-04-25T05:18:19.908833+0000 mgr.smithi031.wbrsoo (mgr.14201) 312 : cluster [DBG] pgmap v258: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-25T05:18:21.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:20 smithi031 bash[18647]: cluster 2024-04-25T05:18:19.908833+0000 mgr.smithi031.wbrsoo (mgr.14201) 312 : cluster [DBG] pgmap v258: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-25T05:18:21.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:20 smithi040 bash[23838]: cluster 2024-04-25T05:18:19.908833+0000 mgr.smithi031.wbrsoo (mgr.14201) 312 : cluster [DBG] pgmap v258: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-25T05:18:21.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:20 smithi040 bash[23838]: cluster 2024-04-25T05:18:19.908833+0000 mgr.smithi031.wbrsoo (mgr.14201) 312 : cluster [DBG] pgmap v258: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-25T05:18:22.368 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:21 smithi031 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:18:22.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:21 smithi031 bash[18647]: audit 2024-04-25T05:18:21.873121+0000 mon.smithi031 (mon.0) 928 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:18:22.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:21 smithi031 bash[18647]: audit 2024-04-25T05:18:21.873121+0000 mon.smithi031 (mon.0) 928 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:18:22.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:21 smithi040 bash[23838]: audit 2024-04-25T05:18:21.873121+0000 mon.smithi031 (mon.0) 928 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:18:22.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:21 smithi040 bash[23838]: audit 2024-04-25T05:18:21.873121+0000 mon.smithi031 (mon.0) 928 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:18:23.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:22 smithi031 bash[18647]: cluster 2024-04-25T05:18:21.911649+0000 mgr.smithi031.wbrsoo (mgr.14201) 313 : cluster [DBG] pgmap v259: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-25T05:18:23.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:22 smithi031 bash[18647]: cluster 2024-04-25T05:18:21.911649+0000 mgr.smithi031.wbrsoo (mgr.14201) 313 : cluster [DBG] pgmap v259: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-25T05:18:23.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:22 smithi031 bash[18647]: cephadm 2024-04-25T05:18:22.165193+0000 mgr.smithi031.wbrsoo (mgr.14201) 314 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi031.bigzkz 2024-04-25T05:18:23.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:23 smithi031 bash[18647]: cephadm 2024-04-25T05:18:22.165193+0000 mgr.smithi031.wbrsoo (mgr.14201) 314 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi031.bigzkz 2024-04-25T05:18:23.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:23 smithi031 bash[18647]: audit 2024-04-25T05:18:22.165679+0000 mon.smithi031 (mon.0) 929 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi031.bigzkz"}]: dispatch 2024-04-25T05:18:23.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:23 smithi031 bash[18647]: audit 2024-04-25T05:18:22.165679+0000 mon.smithi031 (mon.0) 929 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi031.bigzkz"}]: dispatch 2024-04-25T05:18:23.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:23 smithi031 bash[18647]: audit 2024-04-25T05:18:22.168481+0000 mon.smithi031 (mon.0) 930 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi031.bigzkz"}]': finished 2024-04-25T05:18:23.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:23 smithi031 bash[18647]: audit 2024-04-25T05:18:22.168481+0000 mon.smithi031 (mon.0) 930 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi031.bigzkz"}]': finished 2024-04-25T05:18:23.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:23 smithi031 bash[18647]: cephadm 2024-04-25T05:18:22.173241+0000 mgr.smithi031.wbrsoo (mgr.14201) 315 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi031.bigzkz-rgw 2024-04-25T05:18:23.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:23 smithi031 bash[18647]: cephadm 2024-04-25T05:18:22.173241+0000 mgr.smithi031.wbrsoo (mgr.14201) 315 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi031.bigzkz-rgw 2024-04-25T05:18:23.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:23 smithi031 bash[18647]: audit 2024-04-25T05:18:22.173698+0000 mon.smithi031 (mon.0) 931 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi031.bigzkz-rgw"}]: dispatch 2024-04-25T05:18:23.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:23 smithi031 bash[18647]: audit 2024-04-25T05:18:22.173698+0000 mon.smithi031 (mon.0) 931 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi031.bigzkz-rgw"}]: dispatch 2024-04-25T05:18:23.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:23 smithi031 bash[18647]: audit 2024-04-25T05:18:22.178380+0000 mon.smithi031 (mon.0) 932 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi031.bigzkz-rgw"}]': finished 2024-04-25T05:18:23.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:23 smithi031 bash[18647]: audit 2024-04-25T05:18:22.178380+0000 mon.smithi031 (mon.0) 932 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi031.bigzkz-rgw"}]': finished 2024-04-25T05:18:23.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:23 smithi031 bash[18647]: cephadm 2024-04-25T05:18:22.182595+0000 mgr.smithi031.wbrsoo (mgr.14201) 316 : cephadm [INF] Removing orphan daemon haproxy.nfs.foo.smithi031.hgibwf... 2024-04-25T05:18:23.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:23 smithi031 bash[18647]: cephadm 2024-04-25T05:18:22.182595+0000 mgr.smithi031.wbrsoo (mgr.14201) 316 : cephadm [INF] Removing orphan daemon haproxy.nfs.foo.smithi031.hgibwf... 2024-04-25T05:18:23.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:23 smithi031 bash[18647]: cephadm 2024-04-25T05:18:22.183012+0000 mgr.smithi031.wbrsoo (mgr.14201) 317 : cephadm [INF] Removing daemon haproxy.nfs.foo.smithi031.hgibwf from smithi031 -- ports [2049, 9049] 2024-04-25T05:18:23.372 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:23 smithi031 bash[18647]: cephadm 2024-04-25T05:18:22.183012+0000 mgr.smithi031.wbrsoo (mgr.14201) 317 : cephadm [INF] Removing daemon haproxy.nfs.foo.smithi031.hgibwf from smithi031 -- ports [2049, 9049] 2024-04-25T05:18:23.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:22 smithi040 bash[23838]: cluster 2024-04-25T05:18:21.911649+0000 mgr.smithi031.wbrsoo (mgr.14201) 313 : cluster [DBG] pgmap v259: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-25T05:18:23.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:22 smithi040 bash[23838]: cluster 2024-04-25T05:18:21.911649+0000 mgr.smithi031.wbrsoo (mgr.14201) 313 : cluster [DBG] pgmap v259: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-25T05:18:23.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:22 smithi040 bash[23838]: cephadm 2024-04-25T05:18:22.165193+0000 mgr.smithi031.wbrsoo (mgr.14201) 314 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi031.bigzkz 2024-04-25T05:18:23.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:22 smithi040 bash[23838]: cephadm 2024-04-25T05:18:22.165193+0000 mgr.smithi031.wbrsoo (mgr.14201) 314 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi031.bigzkz 2024-04-25T05:18:23.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:22 smithi040 bash[23838]: audit 2024-04-25T05:18:22.165679+0000 mon.smithi031 (mon.0) 929 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi031.bigzkz"}]: dispatch 2024-04-25T05:18:23.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:22 smithi040 bash[23838]: audit 2024-04-25T05:18:22.165679+0000 mon.smithi031 (mon.0) 929 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi031.bigzkz"}]: dispatch 2024-04-25T05:18:23.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:22 smithi040 bash[23838]: audit 2024-04-25T05:18:22.168481+0000 mon.smithi031 (mon.0) 930 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi031.bigzkz"}]': finished 2024-04-25T05:18:23.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:22 smithi040 bash[23838]: audit 2024-04-25T05:18:22.168481+0000 mon.smithi031 (mon.0) 930 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi031.bigzkz"}]': finished 2024-04-25T05:18:23.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:22 smithi040 bash[23838]: cephadm 2024-04-25T05:18:22.173241+0000 mgr.smithi031.wbrsoo (mgr.14201) 315 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi031.bigzkz-rgw 2024-04-25T05:18:23.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:22 smithi040 bash[23838]: cephadm 2024-04-25T05:18:22.173241+0000 mgr.smithi031.wbrsoo (mgr.14201) 315 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi031.bigzkz-rgw 2024-04-25T05:18:23.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:22 smithi040 bash[23838]: audit 2024-04-25T05:18:22.173698+0000 mon.smithi031 (mon.0) 931 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi031.bigzkz-rgw"}]: dispatch 2024-04-25T05:18:23.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:22 smithi040 bash[23838]: audit 2024-04-25T05:18:22.173698+0000 mon.smithi031 (mon.0) 931 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi031.bigzkz-rgw"}]: dispatch 2024-04-25T05:18:23.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:22 smithi040 bash[23838]: audit 2024-04-25T05:18:22.178380+0000 mon.smithi031 (mon.0) 932 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi031.bigzkz-rgw"}]': finished 2024-04-25T05:18:23.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:22 smithi040 bash[23838]: audit 2024-04-25T05:18:22.178380+0000 mon.smithi031 (mon.0) 932 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi031.bigzkz-rgw"}]': finished 2024-04-25T05:18:23.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:22 smithi040 bash[23838]: cephadm 2024-04-25T05:18:22.182595+0000 mgr.smithi031.wbrsoo (mgr.14201) 316 : cephadm [INF] Removing orphan daemon haproxy.nfs.foo.smithi031.hgibwf... 2024-04-25T05:18:23.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:22 smithi040 bash[23838]: cephadm 2024-04-25T05:18:22.182595+0000 mgr.smithi031.wbrsoo (mgr.14201) 316 : cephadm [INF] Removing orphan daemon haproxy.nfs.foo.smithi031.hgibwf... 2024-04-25T05:18:23.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:22 smithi040 bash[23838]: cephadm 2024-04-25T05:18:22.183012+0000 mgr.smithi031.wbrsoo (mgr.14201) 317 : cephadm [INF] Removing daemon haproxy.nfs.foo.smithi031.hgibwf from smithi031 -- ports [2049, 9049] 2024-04-25T05:18:23.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:22 smithi040 bash[23838]: cephadm 2024-04-25T05:18:22.183012+0000 mgr.smithi031.wbrsoo (mgr.14201) 317 : cephadm [INF] Removing daemon haproxy.nfs.foo.smithi031.hgibwf from smithi031 -- ports [2049, 9049] 2024-04-25T05:18:23.905 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:23 smithi031 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:18:24.155 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:18:25.113 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:25 smithi031 bash[18647]: cluster 2024-04-25T05:18:23.913187+0000 mgr.smithi031.wbrsoo (mgr.14201) 318 : cluster [DBG] pgmap v260: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-25T05:18:25.113 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:25 smithi031 bash[18647]: cluster 2024-04-25T05:18:23.913187+0000 mgr.smithi031.wbrsoo (mgr.14201) 318 : cluster [DBG] pgmap v260: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-25T05:18:25.114 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:25 smithi031 bash[18647]: cephadm 2024-04-25T05:18:24.001388+0000 mgr.smithi031.wbrsoo (mgr.14201) 319 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi031.hgibwf 2024-04-25T05:18:25.114 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:25 smithi031 bash[18647]: cephadm 2024-04-25T05:18:24.001388+0000 mgr.smithi031.wbrsoo (mgr.14201) 319 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi031.hgibwf 2024-04-25T05:18:25.114 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:25 smithi031 bash[18647]: audit 2024-04-25T05:18:24.001954+0000 mon.smithi031 (mon.0) 933 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi031.hgibwf"}]: dispatch 2024-04-25T05:18:25.114 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:25 smithi031 bash[18647]: audit 2024-04-25T05:18:24.001954+0000 mon.smithi031 (mon.0) 933 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi031.hgibwf"}]: dispatch 2024-04-25T05:18:25.114 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:25 smithi031 bash[18647]: cephadm 2024-04-25T05:18:24.002809+0000 mgr.smithi031.wbrsoo (mgr.14201) 320 : cephadm [INF] Removing orphan daemon keepalived.nfs.foo.smithi031.bwubmv... 2024-04-25T05:18:25.114 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:25 smithi031 bash[18647]: cephadm 2024-04-25T05:18:24.002809+0000 mgr.smithi031.wbrsoo (mgr.14201) 320 : cephadm [INF] Removing orphan daemon keepalived.nfs.foo.smithi031.bwubmv... 2024-04-25T05:18:25.114 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:25 smithi031 bash[18647]: cephadm 2024-04-25T05:18:24.003096+0000 mgr.smithi031.wbrsoo (mgr.14201) 321 : cephadm [INF] Removing daemon keepalived.nfs.foo.smithi031.bwubmv from smithi031 -- ports [] 2024-04-25T05:18:25.114 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:25 smithi031 bash[18647]: cephadm 2024-04-25T05:18:24.003096+0000 mgr.smithi031.wbrsoo (mgr.14201) 321 : cephadm [INF] Removing daemon keepalived.nfs.foo.smithi031.bwubmv from smithi031 -- ports [] 2024-04-25T05:18:25.409 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:25 smithi040 bash[23838]: cluster 2024-04-25T05:18:23.913187+0000 mgr.smithi031.wbrsoo (mgr.14201) 318 : cluster [DBG] pgmap v260: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-25T05:18:25.409 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:25 smithi040 bash[23838]: cluster 2024-04-25T05:18:23.913187+0000 mgr.smithi031.wbrsoo (mgr.14201) 318 : cluster [DBG] pgmap v260: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-25T05:18:25.409 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:25 smithi040 bash[23838]: cephadm 2024-04-25T05:18:24.001388+0000 mgr.smithi031.wbrsoo (mgr.14201) 319 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi031.hgibwf 2024-04-25T05:18:25.409 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:25 smithi040 bash[23838]: cephadm 2024-04-25T05:18:24.001388+0000 mgr.smithi031.wbrsoo (mgr.14201) 319 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi031.hgibwf 2024-04-25T05:18:25.409 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:25 smithi040 bash[23838]: audit 2024-04-25T05:18:24.001954+0000 mon.smithi031 (mon.0) 933 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi031.hgibwf"}]: dispatch 2024-04-25T05:18:25.409 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:25 smithi040 bash[23838]: audit 2024-04-25T05:18:24.001954+0000 mon.smithi031 (mon.0) 933 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi031.hgibwf"}]: dispatch 2024-04-25T05:18:25.409 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:25 smithi040 bash[23838]: cephadm 2024-04-25T05:18:24.002809+0000 mgr.smithi031.wbrsoo (mgr.14201) 320 : cephadm [INF] Removing orphan daemon keepalived.nfs.foo.smithi031.bwubmv... 2024-04-25T05:18:25.409 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:25 smithi040 bash[23838]: cephadm 2024-04-25T05:18:24.002809+0000 mgr.smithi031.wbrsoo (mgr.14201) 320 : cephadm [INF] Removing orphan daemon keepalived.nfs.foo.smithi031.bwubmv... 2024-04-25T05:18:25.410 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:25 smithi040 bash[23838]: cephadm 2024-04-25T05:18:24.003096+0000 mgr.smithi031.wbrsoo (mgr.14201) 321 : cephadm [INF] Removing daemon keepalived.nfs.foo.smithi031.bwubmv from smithi031 -- ports [] 2024-04-25T05:18:25.410 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:25 smithi040 bash[23838]: cephadm 2024-04-25T05:18:24.003096+0000 mgr.smithi031.wbrsoo (mgr.14201) 321 : cephadm [INF] Removing daemon keepalived.nfs.foo.smithi031.bwubmv from smithi031 -- ports [] 2024-04-25T05:18:25.569 INFO:teuthology.orchestra.run.smithi031.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-25T05:18:25.569 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager.smithi031 smithi031 *:9093,9094 running (6m) 15s ago 7m 13.2M - 0.25.0 c8568f914cd2 9fe2c8e30a45 2024-04-25T05:18:25.569 INFO:teuthology.orchestra.run.smithi031.stdout:ceph-exporter.smithi031 smithi031 running (8m) 15s ago 8m 8643k - 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 26fd17db169d 2024-04-25T05:18:25.569 INFO:teuthology.orchestra.run.smithi031.stdout:ceph-exporter.smithi040 smithi040 running (6m) 15s ago 6m 5888k - 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 d98803b75374 2024-04-25T05:18:25.569 INFO:teuthology.orchestra.run.smithi031.stdout:crash.smithi031 smithi031 running (7m) 15s ago 7m 7079k - 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 cfb12ef35c4e 2024-04-25T05:18:25.569 INFO:teuthology.orchestra.run.smithi031.stdout:crash.smithi040 smithi040 running (6m) 15s ago 6m 7084k - 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 f08d3b4ceedd 2024-04-25T05:18:25.570 INFO:teuthology.orchestra.run.smithi031.stdout:grafana.smithi031 smithi031 *:3000 running (6m) 15s ago 7m 72.8M - 9.4.12 2bacad6d85d8 ab016180d55f 2024-04-25T05:18:25.570 INFO:teuthology.orchestra.run.smithi031.stdout:haproxy.nfs.foo.smithi040.wdcxkr smithi040 *:2049,9049 running (84s) 15s ago 84s 4992k - 2.3.17-d1c9119 e85424b0d443 ed286c43e409 2024-04-25T05:18:25.570 INFO:teuthology.orchestra.run.smithi031.stdout:keepalived.nfs.foo.smithi031.bwubmv smithi031 running (73s) 15s ago 73s 2616k - 2.2.4 4a3a1ff181d9 f855a327e23d 2024-04-25T05:18:25.570 INFO:teuthology.orchestra.run.smithi031.stdout:keepalived.nfs.foo.smithi040.qizwce smithi040 running (61s) 15s ago 61s 2656k - 2.2.4 4a3a1ff181d9 c6d37d9ead82 2024-04-25T05:18:25.570 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.smithi031.wbrsoo smithi031 *:9283,8765,8443 running (9m) 15s ago 9m 506M - 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 70edc05bc3c1 2024-04-25T05:18:25.570 INFO:teuthology.orchestra.run.smithi031.stdout:mgr.smithi040.dlwybf smithi040 *:8443,9283,8765 running (6m) 15s ago 6m 438M - 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 4f7870393b3e 2024-04-25T05:18:25.570 INFO:teuthology.orchestra.run.smithi031.stdout:mon.smithi031 smithi031 running (9m) 15s ago 9m 50.1M 2048M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 1e01cc86f096 2024-04-25T05:18:25.570 INFO:teuthology.orchestra.run.smithi031.stdout:mon.smithi040 smithi040 running (6m) 15s ago 6m 38.5M 2048M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 a9124b83cc8b 2024-04-25T05:18:25.570 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.smithi031 smithi031 *:9100 running (7m) 15s ago 7m 8823k - 1.5.0 0da6a335fe13 a2796c09c23d 2024-04-25T05:18:25.570 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter.smithi040 smithi040 *:9100 running (6m) 15s ago 6m 8848k - 1.5.0 0da6a335fe13 aee8a5d079d2 2024-04-25T05:18:25.570 INFO:teuthology.orchestra.run.smithi031.stdout:osd.0 smithi040 running (5m) 15s ago 5m 52.3M 3773M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 28364f90696b 2024-04-25T05:18:25.570 INFO:teuthology.orchestra.run.smithi031.stdout:osd.1 smithi031 running (5m) 15s ago 5m 59.7M 3005M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 ac028016e3c7 2024-04-25T05:18:25.570 INFO:teuthology.orchestra.run.smithi031.stdout:osd.2 smithi040 running (5m) 15s ago 5m 58.2M 3773M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 2e018f14b019 2024-04-25T05:18:25.571 INFO:teuthology.orchestra.run.smithi031.stdout:osd.3 smithi031 running (4m) 15s ago 5m 59.7M 3005M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 d2d3720b5630 2024-04-25T05:18:25.571 INFO:teuthology.orchestra.run.smithi031.stdout:osd.4 smithi040 running (4m) 15s ago 4m 47.4M 3773M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 45c3bcc5b4a4 2024-04-25T05:18:25.571 INFO:teuthology.orchestra.run.smithi031.stdout:osd.5 smithi031 running (4m) 15s ago 4m 48.1M 3005M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 e76c4dc1bfa9 2024-04-25T05:18:25.571 INFO:teuthology.orchestra.run.smithi031.stdout:osd.6 smithi040 running (4m) 15s ago 4m 54.7M 3773M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 eb19355cca73 2024-04-25T05:18:25.571 INFO:teuthology.orchestra.run.smithi031.stdout:osd.7 smithi031 running (4m) 15s ago 4m 56.9M 3005M 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 659f4af4cf78 2024-04-25T05:18:25.571 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus.smithi031 smithi031 *:9095 running (47s) 15s ago 7m 42.1M - 2.43.0 a07b618ecd1d 383dfcbea30c 2024-04-25T05:18:25.571 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foorgw.smithi031.vhhjck smithi031 *:8800 running (107s) 15s ago 107s 90.3M - 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 fe99ad414522 2024-04-25T05:18:25.571 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foorgw.smithi040.pmgapf smithi040 *:8800 running (111s) 15s ago 111s 88.2M - 19.0.0-3293-gd6f5f4e5 3d0c579d3b62 54a6fd2820b4 2024-04-25T05:18:26.560 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- bash -c 'ceph orch ls' 2024-04-25T05:18:27.325 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:27 smithi040 bash[23838]: audit 2024-04-25T05:18:25.518820+0000 mgr.smithi031.wbrsoo (mgr.14201) 322 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:18:27.325 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:27 smithi040 bash[23838]: audit 2024-04-25T05:18:25.518820+0000 mgr.smithi031.wbrsoo (mgr.14201) 322 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:18:27.325 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:27 smithi040 bash[23838]: cluster 2024-04-25T05:18:25.914029+0000 mgr.smithi031.wbrsoo (mgr.14201) 323 : cluster [DBG] pgmap v261: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-25T05:18:27.325 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:27 smithi040 bash[23838]: cluster 2024-04-25T05:18:25.914029+0000 mgr.smithi031.wbrsoo (mgr.14201) 323 : cluster [DBG] pgmap v261: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-25T05:18:27.368 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:27 smithi031 bash[18647]: audit 2024-04-25T05:18:25.518820+0000 mgr.smithi031.wbrsoo (mgr.14201) 322 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:18:27.368 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:27 smithi031 bash[18647]: audit 2024-04-25T05:18:25.518820+0000 mgr.smithi031.wbrsoo (mgr.14201) 322 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:18:27.368 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:27 smithi031 bash[18647]: cluster 2024-04-25T05:18:25.914029+0000 mgr.smithi031.wbrsoo (mgr.14201) 323 : cluster [DBG] pgmap v261: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-25T05:18:27.368 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:27 smithi031 bash[18647]: cluster 2024-04-25T05:18:25.914029+0000 mgr.smithi031.wbrsoo (mgr.14201) 323 : cluster [DBG] pgmap v261: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-25T05:18:27.368 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:27 smithi031 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:18:28.022 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:28 smithi040 bash[23838]: cephadm 2024-04-25T05:18:27.330582+0000 mgr.smithi031.wbrsoo (mgr.14201) 324 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi031.bwubmv 2024-04-25T05:18:28.023 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:28 smithi040 bash[23838]: cephadm 2024-04-25T05:18:27.330582+0000 mgr.smithi031.wbrsoo (mgr.14201) 324 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi031.bwubmv 2024-04-25T05:18:28.023 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:28 smithi040 bash[23838]: audit 2024-04-25T05:18:27.331047+0000 mon.smithi031 (mon.0) 934 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi031.bwubmv"}]: dispatch 2024-04-25T05:18:28.023 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:28 smithi040 bash[23838]: audit 2024-04-25T05:18:27.331047+0000 mon.smithi031 (mon.0) 934 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi031.bwubmv"}]: dispatch 2024-04-25T05:18:28.023 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:28 smithi040 bash[23838]: cephadm 2024-04-25T05:18:27.334462+0000 mgr.smithi031.wbrsoo (mgr.14201) 325 : cephadm [INF] Removing orphan daemon haproxy.nfs.foo.smithi040.wdcxkr... 2024-04-25T05:18:28.023 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:28 smithi040 bash[23838]: cephadm 2024-04-25T05:18:27.334462+0000 mgr.smithi031.wbrsoo (mgr.14201) 325 : cephadm [INF] Removing orphan daemon haproxy.nfs.foo.smithi040.wdcxkr... 2024-04-25T05:18:28.023 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:28 smithi040 bash[23838]: cephadm 2024-04-25T05:18:27.334914+0000 mgr.smithi031.wbrsoo (mgr.14201) 326 : cephadm [INF] Removing daemon haproxy.nfs.foo.smithi040.wdcxkr from smithi040 -- ports [2049, 9049] 2024-04-25T05:18:28.023 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:28 smithi040 bash[23838]: cephadm 2024-04-25T05:18:27.334914+0000 mgr.smithi031.wbrsoo (mgr.14201) 326 : cephadm [INF] Removing daemon haproxy.nfs.foo.smithi040.wdcxkr from smithi040 -- ports [2049, 9049] 2024-04-25T05:18:28.274 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:28 smithi031 bash[18647]: cephadm 2024-04-25T05:18:27.330582+0000 mgr.smithi031.wbrsoo (mgr.14201) 324 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi031.bwubmv 2024-04-25T05:18:28.274 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:28 smithi031 bash[18647]: cephadm 2024-04-25T05:18:27.330582+0000 mgr.smithi031.wbrsoo (mgr.14201) 324 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi031.bwubmv 2024-04-25T05:18:28.274 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:28 smithi031 bash[18647]: audit 2024-04-25T05:18:27.331047+0000 mon.smithi031 (mon.0) 934 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi031.bwubmv"}]: dispatch 2024-04-25T05:18:28.274 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:28 smithi031 bash[18647]: audit 2024-04-25T05:18:27.331047+0000 mon.smithi031 (mon.0) 934 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi031.bwubmv"}]: dispatch 2024-04-25T05:18:28.274 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:28 smithi031 bash[18647]: cephadm 2024-04-25T05:18:27.334462+0000 mgr.smithi031.wbrsoo (mgr.14201) 325 : cephadm [INF] Removing orphan daemon haproxy.nfs.foo.smithi040.wdcxkr... 2024-04-25T05:18:28.274 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:28 smithi031 bash[18647]: cephadm 2024-04-25T05:18:27.334462+0000 mgr.smithi031.wbrsoo (mgr.14201) 325 : cephadm [INF] Removing orphan daemon haproxy.nfs.foo.smithi040.wdcxkr... 2024-04-25T05:18:28.274 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:28 smithi031 bash[18647]: cephadm 2024-04-25T05:18:27.334914+0000 mgr.smithi031.wbrsoo (mgr.14201) 326 : cephadm [INF] Removing daemon haproxy.nfs.foo.smithi040.wdcxkr from smithi040 -- ports [2049, 9049] 2024-04-25T05:18:28.275 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:28 smithi031 bash[18647]: cephadm 2024-04-25T05:18:27.334914+0000 mgr.smithi031.wbrsoo (mgr.14201) 326 : cephadm [INF] Removing daemon haproxy.nfs.foo.smithi040.wdcxkr from smithi040 -- ports [2049, 9049] 2024-04-25T05:18:28.967 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:28 smithi040 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:18:29.348 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:29 smithi040 bash[23838]: cluster 2024-04-25T05:18:27.915440+0000 mgr.smithi031.wbrsoo (mgr.14201) 327 : cluster [DBG] pgmap v262: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-25T05:18:29.348 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:29 smithi040 bash[23838]: cluster 2024-04-25T05:18:27.915440+0000 mgr.smithi031.wbrsoo (mgr.14201) 327 : cluster [DBG] pgmap v262: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-25T05:18:29.348 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:29 smithi040 bash[23838]: audit 2024-04-25T05:18:28.904596+0000 mon.smithi031 (mon.0) 935 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi040.wdcxkr"}]: dispatch 2024-04-25T05:18:29.348 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:29 smithi040 bash[23838]: audit 2024-04-25T05:18:28.904596+0000 mon.smithi031 (mon.0) 935 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi040.wdcxkr"}]: dispatch 2024-04-25T05:18:29.368 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:29 smithi031 bash[18647]: cluster 2024-04-25T05:18:27.915440+0000 mgr.smithi031.wbrsoo (mgr.14201) 327 : cluster [DBG] pgmap v262: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-25T05:18:29.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:29 smithi031 bash[18647]: cluster 2024-04-25T05:18:27.915440+0000 mgr.smithi031.wbrsoo (mgr.14201) 327 : cluster [DBG] pgmap v262: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-04-25T05:18:29.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:29 smithi031 bash[18647]: audit 2024-04-25T05:18:28.904596+0000 mon.smithi031 (mon.0) 935 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi040.wdcxkr"}]: dispatch 2024-04-25T05:18:29.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:29 smithi031 bash[18647]: audit 2024-04-25T05:18:28.904596+0000 mon.smithi031 (mon.0) 935 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi040.wdcxkr"}]: dispatch 2024-04-25T05:18:30.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:30 smithi031 bash[18647]: cephadm 2024-04-25T05:18:28.903786+0000 mgr.smithi031.wbrsoo (mgr.14201) 328 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi040.wdcxkr 2024-04-25T05:18:30.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:30 smithi031 bash[18647]: cephadm 2024-04-25T05:18:28.903786+0000 mgr.smithi031.wbrsoo (mgr.14201) 328 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi040.wdcxkr 2024-04-25T05:18:30.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:30 smithi031 bash[18647]: cephadm 2024-04-25T05:18:28.906224+0000 mgr.smithi031.wbrsoo (mgr.14201) 329 : cephadm [INF] Removing orphan daemon keepalived.nfs.foo.smithi040.qizwce... 2024-04-25T05:18:30.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:30 smithi031 bash[18647]: cephadm 2024-04-25T05:18:28.906224+0000 mgr.smithi031.wbrsoo (mgr.14201) 329 : cephadm [INF] Removing orphan daemon keepalived.nfs.foo.smithi040.qizwce... 2024-04-25T05:18:30.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:30 smithi031 bash[18647]: cephadm 2024-04-25T05:18:28.906855+0000 mgr.smithi031.wbrsoo (mgr.14201) 330 : cephadm [INF] Removing daemon keepalived.nfs.foo.smithi040.qizwce from smithi040 -- ports [] 2024-04-25T05:18:30.371 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:30 smithi031 bash[18647]: cephadm 2024-04-25T05:18:28.906855+0000 mgr.smithi031.wbrsoo (mgr.14201) 330 : cephadm [INF] Removing daemon keepalived.nfs.foo.smithi040.qizwce from smithi040 -- ports [] 2024-04-25T05:18:30.466 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:30 smithi040 bash[23838]: cephadm 2024-04-25T05:18:28.903786+0000 mgr.smithi031.wbrsoo (mgr.14201) 328 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi040.wdcxkr 2024-04-25T05:18:30.466 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:30 smithi040 bash[23838]: cephadm 2024-04-25T05:18:28.903786+0000 mgr.smithi031.wbrsoo (mgr.14201) 328 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi040.wdcxkr 2024-04-25T05:18:30.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:30 smithi040 bash[23838]: cephadm 2024-04-25T05:18:28.906224+0000 mgr.smithi031.wbrsoo (mgr.14201) 329 : cephadm [INF] Removing orphan daemon keepalived.nfs.foo.smithi040.qizwce... 2024-04-25T05:18:30.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:30 smithi040 bash[23838]: cephadm 2024-04-25T05:18:28.906224+0000 mgr.smithi031.wbrsoo (mgr.14201) 329 : cephadm [INF] Removing orphan daemon keepalived.nfs.foo.smithi040.qizwce... 2024-04-25T05:18:30.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:30 smithi040 bash[23838]: cephadm 2024-04-25T05:18:28.906855+0000 mgr.smithi031.wbrsoo (mgr.14201) 330 : cephadm [INF] Removing daemon keepalived.nfs.foo.smithi040.qizwce from smithi040 -- ports [] 2024-04-25T05:18:30.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:30 smithi040 bash[23838]: cephadm 2024-04-25T05:18:28.906855+0000 mgr.smithi031.wbrsoo (mgr.14201) 330 : cephadm [INF] Removing daemon keepalived.nfs.foo.smithi040.qizwce from smithi040 -- ports [] 2024-04-25T05:18:31.299 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:31 smithi040 bash[23838]: cluster 2024-04-25T05:18:29.916858+0000 mgr.smithi031.wbrsoo (mgr.14201) 331 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:31.299 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:31 smithi040 bash[23838]: cluster 2024-04-25T05:18:29.916858+0000 mgr.smithi031.wbrsoo (mgr.14201) 331 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:31.368 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:31 smithi031 bash[18647]: cluster 2024-04-25T05:18:29.916858+0000 mgr.smithi031.wbrsoo (mgr.14201) 331 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:31.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:31 smithi031 bash[18647]: cluster 2024-04-25T05:18:29.916858+0000 mgr.smithi031.wbrsoo (mgr.14201) 331 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:31.383 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:18:31.584 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:31 smithi040 systemd[1]: /etc/systemd/system/ceph-b4616124-02c1-11ef-bc93-c7b262605968@.service:23: 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-04-25T05:18:32.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:32 smithi031 bash[18647]: audit 2024-04-25T05:18:31.728957+0000 mon.smithi031 (mon.0) 936 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi040.qizwce"}]: dispatch 2024-04-25T05:18:32.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:32 smithi031 bash[18647]: audit 2024-04-25T05:18:31.728957+0000 mon.smithi031 (mon.0) 936 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi040.qizwce"}]: dispatch 2024-04-25T05:18:32.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:32 smithi031 bash[18647]: audit 2024-04-25T05:18:31.821868+0000 mon.smithi031 (mon.0) 937 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/spec.nfs.foo"}]: dispatch 2024-04-25T05:18:32.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:32 smithi031 bash[18647]: audit 2024-04-25T05:18:31.821868+0000 mon.smithi031 (mon.0) 937 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/spec.nfs.foo"}]: dispatch 2024-04-25T05:18:32.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:32 smithi031 bash[18647]: audit 2024-04-25T05:18:31.825642+0000 mon.smithi031 (mon.0) 938 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.nfs.foo"}]': finished 2024-04-25T05:18:32.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:32 smithi031 bash[18647]: audit 2024-04-25T05:18:31.825642+0000 mon.smithi031 (mon.0) 938 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.nfs.foo"}]': finished 2024-04-25T05:18:32.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:32 smithi031 bash[18647]: audit 2024-04-25T05:18:31.826645+0000 mon.smithi031 (mon.0) 939 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/spec.ingress.nfs.foo"}]: dispatch 2024-04-25T05:18:32.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:32 smithi031 bash[18647]: audit 2024-04-25T05:18:31.826645+0000 mon.smithi031 (mon.0) 939 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/spec.ingress.nfs.foo"}]: dispatch 2024-04-25T05:18:32.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:32 smithi031 bash[18647]: audit 2024-04-25T05:18:31.830848+0000 mon.smithi031 (mon.0) 940 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.ingress.nfs.foo"}]': finished 2024-04-25T05:18:32.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:32 smithi031 bash[18647]: audit 2024-04-25T05:18:31.830848+0000 mon.smithi031 (mon.0) 940 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.ingress.nfs.foo"}]': finished 2024-04-25T05:18:32.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:32 smithi031 bash[18647]: audit 2024-04-25T05:18:31.832139+0000 mon.smithi031 (mon.0) 941 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:18:32.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:32 smithi031 bash[18647]: audit 2024-04-25T05:18:31.832139+0000 mon.smithi031 (mon.0) 941 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:18:32.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:32 smithi040 bash[23838]: audit 2024-04-25T05:18:31.728957+0000 mon.smithi031 (mon.0) 936 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi040.qizwce"}]: dispatch 2024-04-25T05:18:32.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:32 smithi040 bash[23838]: audit 2024-04-25T05:18:31.728957+0000 mon.smithi031 (mon.0) 936 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi040.qizwce"}]: dispatch 2024-04-25T05:18:32.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:32 smithi040 bash[23838]: audit 2024-04-25T05:18:31.821868+0000 mon.smithi031 (mon.0) 937 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/spec.nfs.foo"}]: dispatch 2024-04-25T05:18:32.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:32 smithi040 bash[23838]: audit 2024-04-25T05:18:31.821868+0000 mon.smithi031 (mon.0) 937 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/spec.nfs.foo"}]: dispatch 2024-04-25T05:18:32.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:32 smithi040 bash[23838]: audit 2024-04-25T05:18:31.825642+0000 mon.smithi031 (mon.0) 938 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.nfs.foo"}]': finished 2024-04-25T05:18:32.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:32 smithi040 bash[23838]: audit 2024-04-25T05:18:31.825642+0000 mon.smithi031 (mon.0) 938 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.nfs.foo"}]': finished 2024-04-25T05:18:32.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:32 smithi040 bash[23838]: audit 2024-04-25T05:18:31.826645+0000 mon.smithi031 (mon.0) 939 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/spec.ingress.nfs.foo"}]: dispatch 2024-04-25T05:18:32.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:32 smithi040 bash[23838]: audit 2024-04-25T05:18:31.826645+0000 mon.smithi031 (mon.0) 939 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/spec.ingress.nfs.foo"}]: dispatch 2024-04-25T05:18:32.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:32 smithi040 bash[23838]: audit 2024-04-25T05:18:31.830848+0000 mon.smithi031 (mon.0) 940 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.ingress.nfs.foo"}]': finished 2024-04-25T05:18:32.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:32 smithi040 bash[23838]: audit 2024-04-25T05:18:31.830848+0000 mon.smithi031 (mon.0) 940 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.ingress.nfs.foo"}]': finished 2024-04-25T05:18:32.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:32 smithi040 bash[23838]: audit 2024-04-25T05:18:31.832139+0000 mon.smithi031 (mon.0) 941 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:18:32.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:32 smithi040 bash[23838]: audit 2024-04-25T05:18:31.832139+0000 mon.smithi031 (mon.0) 941 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:18:32.902 INFO:teuthology.orchestra.run.smithi031.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-04-25T05:18:32.902 INFO:teuthology.orchestra.run.smithi031.stdout:alertmanager ?:9093,9094 1/1 22s ago 8m count:1 2024-04-25T05:18:32.902 INFO:teuthology.orchestra.run.smithi031.stdout:ceph-exporter 2/2 23s ago 8m * 2024-04-25T05:18:32.902 INFO:teuthology.orchestra.run.smithi031.stdout:crash 2/2 23s ago 8m * 2024-04-25T05:18:32.902 INFO:teuthology.orchestra.run.smithi031.stdout:grafana ?:3000 1/1 22s ago 8m count:1 2024-04-25T05:18:32.902 INFO:teuthology.orchestra.run.smithi031.stdout:mgr 2/2 23s ago 9m count:2 2024-04-25T05:18:32.902 INFO:teuthology.orchestra.run.smithi031.stdout:mon 2/2 23s ago 7m smithi031:172.21.15.31=smithi031;smithi040:172.21.15.40=smithi040;count:2 2024-04-25T05:18:32.902 INFO:teuthology.orchestra.run.smithi031.stdout:node-exporter ?:9100 2/2 23s ago 8m * 2024-04-25T05:18:32.902 INFO:teuthology.orchestra.run.smithi031.stdout:osd.all-available-devices 8 23s ago 6m * 2024-04-25T05:18:32.903 INFO:teuthology.orchestra.run.smithi031.stdout:prometheus ?:9095 1/1 22s ago 8m count:1 2024-04-25T05:18:32.903 INFO:teuthology.orchestra.run.smithi031.stdout:rgw.foorgw ?:8800 2/2 23s ago 114s count:2 2024-04-25T05:18:33.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:33 smithi031 bash[18647]: cephadm 2024-04-25T05:18:31.728296+0000 mgr.smithi031.wbrsoo (mgr.14201) 332 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi040.qizwce 2024-04-25T05:18:33.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:33 smithi031 bash[18647]: cephadm 2024-04-25T05:18:31.728296+0000 mgr.smithi031.wbrsoo (mgr.14201) 332 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi040.qizwce 2024-04-25T05:18:33.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:33 smithi031 bash[18647]: cephadm 2024-04-25T05:18:31.741704+0000 mgr.smithi031.wbrsoo (mgr.14201) 333 : cephadm [INF] Purge service nfs.foo 2024-04-25T05:18:33.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:33 smithi031 bash[18647]: cephadm 2024-04-25T05:18:31.741704+0000 mgr.smithi031.wbrsoo (mgr.14201) 333 : cephadm [INF] Purge service nfs.foo 2024-04-25T05:18:33.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:33 smithi031 bash[18647]: cephadm 2024-04-25T05:18:31.741891+0000 mgr.smithi031.wbrsoo (mgr.14201) 334 : cephadm [INF] Removing grace file for nfs.foo 2024-04-25T05:18:33.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:33 smithi031 bash[18647]: cephadm 2024-04-25T05:18:31.741891+0000 mgr.smithi031.wbrsoo (mgr.14201) 334 : cephadm [INF] Removing grace file for nfs.foo 2024-04-25T05:18:33.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:33 smithi031 bash[18647]: cephadm 2024-04-25T05:18:31.826325+0000 mgr.smithi031.wbrsoo (mgr.14201) 335 : cephadm [INF] Purge service ingress.nfs.foo 2024-04-25T05:18:33.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:33 smithi031 bash[18647]: cephadm 2024-04-25T05:18:31.826325+0000 mgr.smithi031.wbrsoo (mgr.14201) 335 : cephadm [INF] Purge service ingress.nfs.foo 2024-04-25T05:18:33.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:33 smithi031 bash[18647]: cluster 2024-04-25T05:18:31.918912+0000 mgr.smithi031.wbrsoo (mgr.14201) 336 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:33.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:33 smithi031 bash[18647]: cluster 2024-04-25T05:18:31.918912+0000 mgr.smithi031.wbrsoo (mgr.14201) 336 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:33.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:33 smithi040 bash[23838]: cephadm 2024-04-25T05:18:31.728296+0000 mgr.smithi031.wbrsoo (mgr.14201) 332 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi040.qizwce 2024-04-25T05:18:33.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:33 smithi040 bash[23838]: cephadm 2024-04-25T05:18:31.728296+0000 mgr.smithi031.wbrsoo (mgr.14201) 332 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi040.qizwce 2024-04-25T05:18:33.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:33 smithi040 bash[23838]: cephadm 2024-04-25T05:18:31.741704+0000 mgr.smithi031.wbrsoo (mgr.14201) 333 : cephadm [INF] Purge service nfs.foo 2024-04-25T05:18:33.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:33 smithi040 bash[23838]: cephadm 2024-04-25T05:18:31.741704+0000 mgr.smithi031.wbrsoo (mgr.14201) 333 : cephadm [INF] Purge service nfs.foo 2024-04-25T05:18:33.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:33 smithi040 bash[23838]: cephadm 2024-04-25T05:18:31.741891+0000 mgr.smithi031.wbrsoo (mgr.14201) 334 : cephadm [INF] Removing grace file for nfs.foo 2024-04-25T05:18:33.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:33 smithi040 bash[23838]: cephadm 2024-04-25T05:18:31.741891+0000 mgr.smithi031.wbrsoo (mgr.14201) 334 : cephadm [INF] Removing grace file for nfs.foo 2024-04-25T05:18:33.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:33 smithi040 bash[23838]: cephadm 2024-04-25T05:18:31.826325+0000 mgr.smithi031.wbrsoo (mgr.14201) 335 : cephadm [INF] Purge service ingress.nfs.foo 2024-04-25T05:18:33.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:33 smithi040 bash[23838]: cephadm 2024-04-25T05:18:31.826325+0000 mgr.smithi031.wbrsoo (mgr.14201) 335 : cephadm [INF] Purge service ingress.nfs.foo 2024-04-25T05:18:33.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:33 smithi040 bash[23838]: cluster 2024-04-25T05:18:31.918912+0000 mgr.smithi031.wbrsoo (mgr.14201) 336 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:33.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:33 smithi040 bash[23838]: cluster 2024-04-25T05:18:31.918912+0000 mgr.smithi031.wbrsoo (mgr.14201) 336 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:33.655 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- bash -c 'ceph orch host ls' 2024-04-25T05:18:34.368 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:34 smithi031 bash[18647]: audit 2024-04-25T05:18:32.891258+0000 mgr.smithi031.wbrsoo (mgr.14201) 337 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:18:34.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:34 smithi031 bash[18647]: audit 2024-04-25T05:18:32.891258+0000 mgr.smithi031.wbrsoo (mgr.14201) 337 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:18:34.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:34 smithi040 bash[23838]: audit 2024-04-25T05:18:32.891258+0000 mgr.smithi031.wbrsoo (mgr.14201) 337 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:18:34.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:34 smithi040 bash[23838]: audit 2024-04-25T05:18:32.891258+0000 mgr.smithi031.wbrsoo (mgr.14201) 337 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:18:35.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:35 smithi031 bash[18647]: cluster 2024-04-25T05:18:33.920622+0000 mgr.smithi031.wbrsoo (mgr.14201) 338 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:35.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:35 smithi031 bash[18647]: cluster 2024-04-25T05:18:33.920622+0000 mgr.smithi031.wbrsoo (mgr.14201) 338 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:35.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:35 smithi040 bash[23838]: cluster 2024-04-25T05:18:33.920622+0000 mgr.smithi031.wbrsoo (mgr.14201) 338 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:35.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:35 smithi040 bash[23838]: cluster 2024-04-25T05:18:33.920622+0000 mgr.smithi031.wbrsoo (mgr.14201) 338 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:37.368 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:37 smithi031 bash[18647]: cluster 2024-04-25T05:18:35.921607+0000 mgr.smithi031.wbrsoo (mgr.14201) 339 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:37.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:37 smithi031 bash[18647]: cluster 2024-04-25T05:18:35.921607+0000 mgr.smithi031.wbrsoo (mgr.14201) 339 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:37.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:37 smithi031 bash[18647]: audit 2024-04-25T05:18:36.875239+0000 mon.smithi031 (mon.0) 942 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:18:37.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:37 smithi031 bash[18647]: audit 2024-04-25T05:18:36.875239+0000 mon.smithi031 (mon.0) 942 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:18:37.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:37 smithi040 bash[23838]: cluster 2024-04-25T05:18:35.921607+0000 mgr.smithi031.wbrsoo (mgr.14201) 339 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:37.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:37 smithi040 bash[23838]: cluster 2024-04-25T05:18:35.921607+0000 mgr.smithi031.wbrsoo (mgr.14201) 339 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:37.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:37 smithi040 bash[23838]: audit 2024-04-25T05:18:36.875239+0000 mon.smithi031 (mon.0) 942 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:18:37.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:37 smithi040 bash[23838]: audit 2024-04-25T05:18:36.875239+0000 mon.smithi031 (mon.0) 942 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:18:38.224 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:18:38.658 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:38 smithi031 bash[18647]: audit 2024-04-25T05:18:37.407996+0000 mon.smithi031 (mon.0) 943 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:38.658 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:38 smithi031 bash[18647]: audit 2024-04-25T05:18:37.407996+0000 mon.smithi031 (mon.0) 943 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:38.658 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:38 smithi031 bash[18647]: audit 2024-04-25T05:18:37.416999+0000 mon.smithi031 (mon.0) 944 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:38.658 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:38 smithi031 bash[18647]: audit 2024-04-25T05:18:37.416999+0000 mon.smithi031 (mon.0) 944 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:38.658 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:38 smithi031 bash[18647]: cluster 2024-04-25T05:18:37.922781+0000 mgr.smithi031.wbrsoo (mgr.14201) 340 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:38.658 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:38 smithi031 bash[18647]: cluster 2024-04-25T05:18:37.922781+0000 mgr.smithi031.wbrsoo (mgr.14201) 340 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:38.658 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:38 smithi031 bash[18647]: audit 2024-04-25T05:18:38.269029+0000 mon.smithi031 (mon.0) 945 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:38.658 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:38 smithi031 bash[18647]: audit 2024-04-25T05:18:38.269029+0000 mon.smithi031 (mon.0) 945 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:38.658 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:38 smithi031 bash[18647]: audit 2024-04-25T05:18:38.275495+0000 mon.smithi031 (mon.0) 946 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:38.659 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:38 smithi031 bash[18647]: audit 2024-04-25T05:18:38.275495+0000 mon.smithi031 (mon.0) 946 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:38.717 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:38 smithi040 bash[23838]: audit 2024-04-25T05:18:37.407996+0000 mon.smithi031 (mon.0) 943 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:38.717 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:38 smithi040 bash[23838]: audit 2024-04-25T05:18:37.407996+0000 mon.smithi031 (mon.0) 943 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:38.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:38 smithi040 bash[23838]: audit 2024-04-25T05:18:37.416999+0000 mon.smithi031 (mon.0) 944 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:38.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:38 smithi040 bash[23838]: audit 2024-04-25T05:18:37.416999+0000 mon.smithi031 (mon.0) 944 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:38.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:38 smithi040 bash[23838]: cluster 2024-04-25T05:18:37.922781+0000 mgr.smithi031.wbrsoo (mgr.14201) 340 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:38.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:38 smithi040 bash[23838]: cluster 2024-04-25T05:18:37.922781+0000 mgr.smithi031.wbrsoo (mgr.14201) 340 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:38.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:38 smithi040 bash[23838]: audit 2024-04-25T05:18:38.269029+0000 mon.smithi031 (mon.0) 945 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:38.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:38 smithi040 bash[23838]: audit 2024-04-25T05:18:38.269029+0000 mon.smithi031 (mon.0) 945 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:38.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:38 smithi040 bash[23838]: audit 2024-04-25T05:18:38.275495+0000 mon.smithi031 (mon.0) 946 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:38.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:38 smithi040 bash[23838]: audit 2024-04-25T05:18:38.275495+0000 mon.smithi031 (mon.0) 946 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:39.605 INFO:teuthology.orchestra.run.smithi031.stdout:HOST ADDR LABELS STATUS 2024-04-25T05:18:39.605 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 172.21.15.31 2024-04-25T05:18:39.605 INFO:teuthology.orchestra.run.smithi031.stdout:smithi040 172.21.15.40 2024-04-25T05:18:39.606 INFO:teuthology.orchestra.run.smithi031.stdout:2 hosts in cluster 2024-04-25T05:18:39.618 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:39 smithi031 bash[18647]: audit 2024-04-25T05:18:38.909826+0000 mon.smithi031 (mon.0) 947 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:18:39.618 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:39 smithi031 bash[18647]: audit 2024-04-25T05:18:38.909826+0000 mon.smithi031 (mon.0) 947 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:18:39.618 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:39 smithi031 bash[18647]: audit 2024-04-25T05:18:38.911575+0000 mon.smithi031 (mon.0) 948 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:18:39.618 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:39 smithi031 bash[18647]: audit 2024-04-25T05:18:38.911575+0000 mon.smithi031 (mon.0) 948 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:18:39.618 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:39 smithi031 bash[18647]: audit 2024-04-25T05:18:38.921318+0000 mon.smithi031 (mon.0) 949 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:39.619 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:39 smithi031 bash[18647]: audit 2024-04-25T05:18:38.921318+0000 mon.smithi031 (mon.0) 949 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:39.619 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:39 smithi031 bash[18647]: audit 2024-04-25T05:18:38.927480+0000 mon.smithi031 (mon.0) 950 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T05:18:39.619 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:39 smithi031 bash[18647]: audit 2024-04-25T05:18:38.927480+0000 mon.smithi031 (mon.0) 950 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T05:18:39.619 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:39 smithi031 bash[18647]: cephadm 2024-04-25T05:18:39.009831+0000 mgr.smithi031.wbrsoo (mgr.14201) 341 : cephadm [INF] Reconfiguring prometheus.smithi031 (dependencies changed)... 2024-04-25T05:18:39.619 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:39 smithi031 bash[18647]: cephadm 2024-04-25T05:18:39.009831+0000 mgr.smithi031.wbrsoo (mgr.14201) 341 : cephadm [INF] Reconfiguring prometheus.smithi031 (dependencies changed)... 2024-04-25T05:18:39.619 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:39 smithi031 bash[18647]: cephadm 2024-04-25T05:18:39.315398+0000 mgr.smithi031.wbrsoo (mgr.14201) 342 : cephadm [INF] Reconfiguring daemon prometheus.smithi031 on smithi031 2024-04-25T05:18:39.619 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:39 smithi031 bash[18647]: cephadm 2024-04-25T05:18:39.315398+0000 mgr.smithi031.wbrsoo (mgr.14201) 342 : cephadm [INF] Reconfiguring daemon prometheus.smithi031 on smithi031 2024-04-25T05:18:39.717 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:39 smithi040 bash[23838]: audit 2024-04-25T05:18:38.909826+0000 mon.smithi031 (mon.0) 947 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:18:39.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:39 smithi040 bash[23838]: audit 2024-04-25T05:18:38.909826+0000 mon.smithi031 (mon.0) 947 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:18:39.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:39 smithi040 bash[23838]: audit 2024-04-25T05:18:38.911575+0000 mon.smithi031 (mon.0) 948 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:18:39.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:39 smithi040 bash[23838]: audit 2024-04-25T05:18:38.911575+0000 mon.smithi031 (mon.0) 948 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:18:39.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:39 smithi040 bash[23838]: audit 2024-04-25T05:18:38.921318+0000 mon.smithi031 (mon.0) 949 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:39.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:39 smithi040 bash[23838]: audit 2024-04-25T05:18:38.921318+0000 mon.smithi031 (mon.0) 949 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:39.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:39 smithi040 bash[23838]: audit 2024-04-25T05:18:38.927480+0000 mon.smithi031 (mon.0) 950 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T05:18:39.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:39 smithi040 bash[23838]: audit 2024-04-25T05:18:38.927480+0000 mon.smithi031 (mon.0) 950 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T05:18:39.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:39 smithi040 bash[23838]: cephadm 2024-04-25T05:18:39.009831+0000 mgr.smithi031.wbrsoo (mgr.14201) 341 : cephadm [INF] Reconfiguring prometheus.smithi031 (dependencies changed)... 2024-04-25T05:18:39.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:39 smithi040 bash[23838]: cephadm 2024-04-25T05:18:39.009831+0000 mgr.smithi031.wbrsoo (mgr.14201) 341 : cephadm [INF] Reconfiguring prometheus.smithi031 (dependencies changed)... 2024-04-25T05:18:39.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:39 smithi040 bash[23838]: cephadm 2024-04-25T05:18:39.315398+0000 mgr.smithi031.wbrsoo (mgr.14201) 342 : cephadm [INF] Reconfiguring daemon prometheus.smithi031 on smithi031 2024-04-25T05:18:39.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:39 smithi040 bash[23838]: cephadm 2024-04-25T05:18:39.315398+0000 mgr.smithi031.wbrsoo (mgr.14201) 342 : cephadm [INF] Reconfiguring daemon prometheus.smithi031 on smithi031 2024-04-25T05:18:40.717 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:40 smithi040 bash[23838]: audit 2024-04-25T05:18:39.607711+0000 mgr.smithi031.wbrsoo (mgr.14201) 343 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:18:40.717 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:40 smithi040 bash[23838]: audit 2024-04-25T05:18:39.607711+0000 mgr.smithi031.wbrsoo (mgr.14201) 343 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:18:40.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:40 smithi040 bash[23838]: cluster 2024-04-25T05:18:39.923986+0000 mgr.smithi031.wbrsoo (mgr.14201) 344 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:40.718 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:40 smithi040 bash[23838]: cluster 2024-04-25T05:18:39.923986+0000 mgr.smithi031.wbrsoo (mgr.14201) 344 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:40.868 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:40 smithi031 bash[18647]: audit 2024-04-25T05:18:39.607711+0000 mgr.smithi031.wbrsoo (mgr.14201) 343 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:18:40.869 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:40 smithi031 bash[18647]: audit 2024-04-25T05:18:39.607711+0000 mgr.smithi031.wbrsoo (mgr.14201) 343 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:18:40.869 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:40 smithi031 bash[18647]: cluster 2024-04-25T05:18:39.923986+0000 mgr.smithi031.wbrsoo (mgr.14201) 344 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:40.869 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:40 smithi031 bash[18647]: cluster 2024-04-25T05:18:39.923986+0000 mgr.smithi031.wbrsoo (mgr.14201) 344 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:40.924 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- bash -c 'ceph orch device ls' 2024-04-25T05:18:43.244 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:42 smithi031 bash[18647]: cluster 2024-04-25T05:18:41.925527+0000 mgr.smithi031.wbrsoo (mgr.14201) 345 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:43.245 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:42 smithi031 bash[18647]: cluster 2024-04-25T05:18:41.925527+0000 mgr.smithi031.wbrsoo (mgr.14201) 345 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:43.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:42 smithi040 bash[23838]: cluster 2024-04-25T05:18:41.925527+0000 mgr.smithi031.wbrsoo (mgr.14201) 345 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:43.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:42 smithi040 bash[23838]: cluster 2024-04-25T05:18:41.925527+0000 mgr.smithi031.wbrsoo (mgr.14201) 345 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:45.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:44 smithi031 bash[18647]: cluster 2024-04-25T05:18:43.927178+0000 mgr.smithi031.wbrsoo (mgr.14201) 346 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:45.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:44 smithi031 bash[18647]: cluster 2024-04-25T05:18:43.927178+0000 mgr.smithi031.wbrsoo (mgr.14201) 346 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:45.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:44 smithi031 bash[18647]: audit 2024-04-25T05:18:44.837882+0000 mon.smithi031 (mon.0) 951 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:45.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:44 smithi031 bash[18647]: audit 2024-04-25T05:18:44.837882+0000 mon.smithi031 (mon.0) 951 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:45.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:44 smithi031 bash[18647]: audit 2024-04-25T05:18:44.844382+0000 mon.smithi031 (mon.0) 952 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:45.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:44 smithi031 bash[18647]: audit 2024-04-25T05:18:44.844382+0000 mon.smithi031 (mon.0) 952 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:45.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:44 smithi031 bash[18647]: audit 2024-04-25T05:18:44.851734+0000 mon.smithi031 (mon.0) 953 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-25T05:18:45.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:44 smithi031 bash[18647]: audit 2024-04-25T05:18:44.851734+0000 mon.smithi031 (mon.0) 953 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-25T05:18:45.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:44 smithi031 bash[18647]: audit 2024-04-25T05:18:44.857793+0000 mon.smithi031 (mon.0) 954 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:18:45.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:44 smithi031 bash[18647]: audit 2024-04-25T05:18:44.857793+0000 mon.smithi031 (mon.0) 954 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:18:45.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:44 smithi040 bash[23838]: cluster 2024-04-25T05:18:43.927178+0000 mgr.smithi031.wbrsoo (mgr.14201) 346 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:45.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:44 smithi040 bash[23838]: cluster 2024-04-25T05:18:43.927178+0000 mgr.smithi031.wbrsoo (mgr.14201) 346 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:45.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:44 smithi040 bash[23838]: audit 2024-04-25T05:18:44.837882+0000 mon.smithi031 (mon.0) 951 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:45.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:44 smithi040 bash[23838]: audit 2024-04-25T05:18:44.837882+0000 mon.smithi031 (mon.0) 951 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:45.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:44 smithi040 bash[23838]: audit 2024-04-25T05:18:44.844382+0000 mon.smithi031 (mon.0) 952 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:45.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:44 smithi040 bash[23838]: audit 2024-04-25T05:18:44.844382+0000 mon.smithi031 (mon.0) 952 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:45.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:44 smithi040 bash[23838]: audit 2024-04-25T05:18:44.851734+0000 mon.smithi031 (mon.0) 953 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-25T05:18:45.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:44 smithi040 bash[23838]: audit 2024-04-25T05:18:44.851734+0000 mon.smithi031 (mon.0) 953 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-25T05:18:45.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:44 smithi040 bash[23838]: audit 2024-04-25T05:18:44.857793+0000 mon.smithi031 (mon.0) 954 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:18:45.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:44 smithi040 bash[23838]: audit 2024-04-25T05:18:44.857793+0000 mon.smithi031 (mon.0) 954 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-25T05:18:46.118 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:45 smithi031 bash[18647]: audit 2024-04-25T05:18:44.852216+0000 mgr.smithi031.wbrsoo (mgr.14201) 347 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-25T05:18:46.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:45 smithi031 bash[18647]: audit 2024-04-25T05:18:44.852216+0000 mgr.smithi031.wbrsoo (mgr.14201) 347 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-25T05:18:46.304 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:18:46.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:45 smithi040 bash[23838]: audit 2024-04-25T05:18:44.852216+0000 mgr.smithi031.wbrsoo (mgr.14201) 347 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-25T05:18:46.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:45 smithi040 bash[23838]: audit 2024-04-25T05:18:44.852216+0000 mgr.smithi031.wbrsoo (mgr.14201) 347 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-04-25T05:18:47.327 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:46 smithi031 bash[18647]: cluster 2024-04-25T05:18:45.928047+0000 mgr.smithi031.wbrsoo (mgr.14201) 348 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:47.327 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:46 smithi031 bash[18647]: cluster 2024-04-25T05:18:45.928047+0000 mgr.smithi031.wbrsoo (mgr.14201) 348 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:47.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:46 smithi040 bash[23838]: cluster 2024-04-25T05:18:45.928047+0000 mgr.smithi031.wbrsoo (mgr.14201) 348 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:47.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:46 smithi040 bash[23838]: cluster 2024-04-25T05:18:45.928047+0000 mgr.smithi031.wbrsoo (mgr.14201) 348 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:47.753 INFO:teuthology.orchestra.run.smithi031.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-04-25T05:18:47.753 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT53310008400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-04-25T05:18:47.753 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 /dev/nvme1n1 ssd Linux_3bccdb017bf8c1cebeb1 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T05:18:47.753 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 /dev/nvme2n1 ssd Linux_6d2e5737dd67f2bcff17 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T05:18:47.753 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 /dev/nvme3n1 ssd Linux_32a4d2ffdcc43dc4456e 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T05:18:47.753 INFO:teuthology.orchestra.run.smithi031.stdout:smithi031 /dev/nvme4n1 ssd Linux_619d1aeb9e819bd8c216 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T05:18:47.753 INFO:teuthology.orchestra.run.smithi031.stdout:smithi040 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT5330009J400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-04-25T05:18:47.753 INFO:teuthology.orchestra.run.smithi031.stdout:smithi040 /dev/nvme1n1 ssd Linux_7188ee53b6e9774f2558 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T05:18:47.753 INFO:teuthology.orchestra.run.smithi031.stdout:smithi040 /dev/nvme2n1 ssd Linux_0c5a9f37581f900091b7 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T05:18:47.753 INFO:teuthology.orchestra.run.smithi031.stdout:smithi040 /dev/nvme3n1 ssd Linux_acea2a39907ce713729e 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T05:18:47.753 INFO:teuthology.orchestra.run.smithi031.stdout:smithi040 /dev/nvme4n1 ssd Linux_da3dc093c0dc1215c7d0 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-04-25T05:18:48.452 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d6f5f4e5ec08db21b2896cb71b4cb907b7fb4737 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b4616124-02c1-11ef-bc93-c7b262605968 -- bash -c 'ceph orch ls | grep '"'"'^osd.all-available-devices '"'"'' 2024-04-25T05:18:49.118 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:49 smithi031 bash[18647]: audit 2024-04-25T05:18:47.746760+0000 mgr.smithi031.wbrsoo (mgr.14201) 349 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:18:49.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:49 smithi031 bash[18647]: audit 2024-04-25T05:18:47.746760+0000 mgr.smithi031.wbrsoo (mgr.14201) 349 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:18:49.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:49 smithi031 bash[18647]: cluster 2024-04-25T05:18:47.929364+0000 mgr.smithi031.wbrsoo (mgr.14201) 350 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:49.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:49 smithi031 bash[18647]: cluster 2024-04-25T05:18:47.929364+0000 mgr.smithi031.wbrsoo (mgr.14201) 350 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:49.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:49 smithi040 bash[23838]: audit 2024-04-25T05:18:47.746760+0000 mgr.smithi031.wbrsoo (mgr.14201) 349 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:18:49.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:49 smithi040 bash[23838]: audit 2024-04-25T05:18:47.746760+0000 mgr.smithi031.wbrsoo (mgr.14201) 349 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-25T05:18:49.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:49 smithi040 bash[23838]: cluster 2024-04-25T05:18:47.929364+0000 mgr.smithi031.wbrsoo (mgr.14201) 350 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:49.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:49 smithi040 bash[23838]: cluster 2024-04-25T05:18:47.929364+0000 mgr.smithi031.wbrsoo (mgr.14201) 350 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:51.368 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:51 smithi031 bash[18647]: cluster 2024-04-25T05:18:49.930570+0000 mgr.smithi031.wbrsoo (mgr.14201) 351 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:51.368 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:51 smithi031 bash[18647]: cluster 2024-04-25T05:18:49.930570+0000 mgr.smithi031.wbrsoo (mgr.14201) 351 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:51.368 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:51 smithi031 bash[18647]: audit 2024-04-25T05:18:50.498773+0000 mon.smithi031 (mon.0) 955 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:51.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:51 smithi031 bash[18647]: audit 2024-04-25T05:18:50.498773+0000 mon.smithi031 (mon.0) 955 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:51.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:51 smithi031 bash[18647]: audit 2024-04-25T05:18:50.507627+0000 mon.smithi031 (mon.0) 956 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:51.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:51 smithi031 bash[18647]: audit 2024-04-25T05:18:50.507627+0000 mon.smithi031 (mon.0) 956 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:51.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:51 smithi040 bash[23838]: cluster 2024-04-25T05:18:49.930570+0000 mgr.smithi031.wbrsoo (mgr.14201) 351 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:51.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:51 smithi040 bash[23838]: cluster 2024-04-25T05:18:49.930570+0000 mgr.smithi031.wbrsoo (mgr.14201) 351 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:51.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:51 smithi040 bash[23838]: audit 2024-04-25T05:18:50.498773+0000 mon.smithi031 (mon.0) 955 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:51.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:51 smithi040 bash[23838]: audit 2024-04-25T05:18:50.498773+0000 mon.smithi031 (mon.0) 955 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:51.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:51 smithi040 bash[23838]: audit 2024-04-25T05:18:50.507627+0000 mon.smithi031 (mon.0) 956 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:51.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:51 smithi040 bash[23838]: audit 2024-04-25T05:18:50.507627+0000 mon.smithi031 (mon.0) 956 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:52.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:52 smithi031 bash[18647]: audit 2024-04-25T05:18:51.873776+0000 mon.smithi031 (mon.0) 957 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:18:52.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:52 smithi031 bash[18647]: audit 2024-04-25T05:18:51.873776+0000 mon.smithi031 (mon.0) 957 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:18:52.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:52 smithi031 bash[18647]: audit 2024-04-25T05:18:51.955327+0000 mon.smithi031 (mon.0) 958 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:52.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:52 smithi031 bash[18647]: audit 2024-04-25T05:18:51.955327+0000 mon.smithi031 (mon.0) 958 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:52.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:52 smithi031 bash[18647]: audit 2024-04-25T05:18:51.962430+0000 mon.smithi031 (mon.0) 959 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:52.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:52 smithi031 bash[18647]: audit 2024-04-25T05:18:51.962430+0000 mon.smithi031 (mon.0) 959 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:52.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:52 smithi031 bash[18647]: audit 2024-04-25T05:18:51.963652+0000 mon.smithi031 (mon.0) 960 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:18:52.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:52 smithi031 bash[18647]: audit 2024-04-25T05:18:51.963652+0000 mon.smithi031 (mon.0) 960 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:18:52.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:52 smithi031 bash[18647]: audit 2024-04-25T05:18:51.964355+0000 mon.smithi031 (mon.0) 961 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:18:52.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:52 smithi031 bash[18647]: audit 2024-04-25T05:18:51.964355+0000 mon.smithi031 (mon.0) 961 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:18:52.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:52 smithi031 bash[18647]: audit 2024-04-25T05:18:51.970844+0000 mon.smithi031 (mon.0) 962 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:52.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:52 smithi031 bash[18647]: audit 2024-04-25T05:18:51.970844+0000 mon.smithi031 (mon.0) 962 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:52.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:52 smithi031 bash[18647]: audit 2024-04-25T05:18:51.973852+0000 mon.smithi031 (mon.0) 963 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T05:18:52.370 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:52 smithi031 bash[18647]: audit 2024-04-25T05:18:51.973852+0000 mon.smithi031 (mon.0) 963 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T05:18:52.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:52 smithi040 bash[23838]: audit 2024-04-25T05:18:51.873776+0000 mon.smithi031 (mon.0) 957 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:18:52.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:52 smithi040 bash[23838]: audit 2024-04-25T05:18:51.873776+0000 mon.smithi031 (mon.0) 957 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-25T05:18:52.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:52 smithi040 bash[23838]: audit 2024-04-25T05:18:51.955327+0000 mon.smithi031 (mon.0) 958 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:52.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:52 smithi040 bash[23838]: audit 2024-04-25T05:18:51.955327+0000 mon.smithi031 (mon.0) 958 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:52.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:52 smithi040 bash[23838]: audit 2024-04-25T05:18:51.962430+0000 mon.smithi031 (mon.0) 959 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:52.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:52 smithi040 bash[23838]: audit 2024-04-25T05:18:51.962430+0000 mon.smithi031 (mon.0) 959 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:52.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:52 smithi040 bash[23838]: audit 2024-04-25T05:18:51.963652+0000 mon.smithi031 (mon.0) 960 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:18:52.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:52 smithi040 bash[23838]: audit 2024-04-25T05:18:51.963652+0000 mon.smithi031 (mon.0) 960 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-25T05:18:52.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:52 smithi040 bash[23838]: audit 2024-04-25T05:18:51.964355+0000 mon.smithi031 (mon.0) 961 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:18:52.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:52 smithi040 bash[23838]: audit 2024-04-25T05:18:51.964355+0000 mon.smithi031 (mon.0) 961 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-25T05:18:52.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:52 smithi040 bash[23838]: audit 2024-04-25T05:18:51.970844+0000 mon.smithi031 (mon.0) 962 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:52.468 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:52 smithi040 bash[23838]: audit 2024-04-25T05:18:51.970844+0000 mon.smithi031 (mon.0) 962 : audit [INF] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' 2024-04-25T05:18:52.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:52 smithi040 bash[23838]: audit 2024-04-25T05:18:51.973852+0000 mon.smithi031 (mon.0) 963 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T05:18:52.469 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:52 smithi040 bash[23838]: audit 2024-04-25T05:18:51.973852+0000 mon.smithi031 (mon.0) 963 : audit [DBG] from='mgr.14201 172.21.15.31:0/4286271053' entity='mgr.smithi031.wbrsoo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-25T05:18:53.009 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/mon.smithi031/config 2024-04-25T05:18:53.368 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:53 smithi031 bash[18647]: cluster 2024-04-25T05:18:51.931300+0000 mgr.smithi031.wbrsoo (mgr.14201) 352 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:53.369 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:53 smithi031 bash[18647]: cluster 2024-04-25T05:18:51.931300+0000 mgr.smithi031.wbrsoo (mgr.14201) 352 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:53.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:53 smithi040 bash[23838]: cluster 2024-04-25T05:18:51.931300+0000 mgr.smithi031.wbrsoo (mgr.14201) 352 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:53.467 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:53 smithi040 bash[23838]: cluster 2024-04-25T05:18:51.931300+0000 mgr.smithi031.wbrsoo (mgr.14201) 352 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:54.530 INFO:teuthology.orchestra.run.smithi031.stdout:osd.all-available-devices 8 4s ago 6m * 2024-04-25T05:18:55.118 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:55 smithi031 bash[18647]: cluster 2024-04-25T05:18:53.932882+0000 mgr.smithi031.wbrsoo (mgr.14201) 353 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:55.119 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:55 smithi031 bash[18647]: cluster 2024-04-25T05:18:53.932882+0000 mgr.smithi031.wbrsoo (mgr.14201) 353 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:55.339 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-04-25T05:18:55.350 INFO:tasks.vip:Removing 10.0.15.31 (and any VIPs) on smithi031.front.sepia.ceph.com iface ens1f0... 2024-04-25T05:18:55.350 DEBUG:teuthology.orchestra.run.smithi031:> sudo ip addr del 10.0.15.31/16 dev ens1f0 2024-04-25T05:18:55.366 DEBUG:teuthology.orchestra.run.smithi031:> sudo ip addr del 10.0.31.31/16 dev ens1f0 2024-04-25T05:18:55.423 INFO:teuthology.orchestra.run.smithi031.stderr:RTNETLINK answers: Cannot assign requested address 2024-04-25T05:18:55.424 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-04-25T05:18:55.425 INFO:tasks.vip:Removing 10.0.15.40 (and any VIPs) on smithi040.front.sepia.ceph.com iface ens1f0... 2024-04-25T05:18:55.425 DEBUG:teuthology.orchestra.run.smithi040:> sudo ip addr del 10.0.15.40/16 dev ens1f0 2024-04-25T05:18:55.436 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:55 smithi040 bash[23838]: cluster 2024-04-25T05:18:53.932882+0000 mgr.smithi031.wbrsoo (mgr.14201) 353 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:55.436 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:55 smithi040 bash[23838]: cluster 2024-04-25T05:18:53.932882+0000 mgr.smithi031.wbrsoo (mgr.14201) 353 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 583 KiB data, 251 MiB used, 715 GiB / 715 GiB avail 2024-04-25T05:18:55.441 DEBUG:teuthology.orchestra.run.smithi040:> sudo ip addr del 10.0.31.31/16 dev ens1f0 2024-04-25T05:18:55.497 INFO:teuthology.orchestra.run.smithi040.stderr:RTNETLINK answers: Cannot assign requested address 2024-04-25T05:18:55.498 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-04-25T05:18:55.499 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-25T05:18:55.510 INFO:tasks.cephadm:Teardown begin 2024-04-25T05:18:55.510 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-25T05:18:55.524 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-25T05:18:55.554 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-25T05:18:55.554 DEBUG:teuthology.orchestra.run.smithi031:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-25T05:18:55.573 DEBUG:teuthology.orchestra.run.smithi040:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-25T05:18:55.602 INFO:tasks.cephadm:Stopping all daemons... 2024-04-25T05:18:55.602 INFO:tasks.cephadm.mon.smithi031:Stopping mon.smithi031... 2024-04-25T05:18:55.602 DEBUG:teuthology.orchestra.run.smithi031:> sudo systemctl stop ceph-b4616124-02c1-11ef-bc93-c7b262605968@mon.smithi031 2024-04-25T05:18:55.897 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:55 smithi031 systemd[1]: Stopping Ceph mon.smithi031 for b4616124-02c1-11ef-bc93-c7b262605968... 2024-04-25T05:18:55.897 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:55 smithi031 bash[18647]: debug 2024-04-25T05:18:55.761+0000 7f0202528700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi031 -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-04-25T05:18:55.897 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Apr 25 05:18:55 smithi031 bash[18647]: debug 2024-04-25T05:18:55.761+0000 7f0202528700 -1 mon.smithi031@0(leader) e2 *** Got Signal Terminated *** 2024-04-25T05:18:56.670 DEBUG:teuthology.orchestra.run.smithi031:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b4616124-02c1-11ef-bc93-c7b262605968@mon.smithi031.service' 2024-04-25T05:18:56.701 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-25T05:18:56.701 INFO:tasks.cephadm.mon.smithi031:Stopped mon.smithi031 2024-04-25T05:18:56.701 INFO:tasks.cephadm.mon.smithi040:Stopping mon.smithi040... 2024-04-25T05:18:56.701 DEBUG:teuthology.orchestra.run.smithi040:> sudo systemctl stop ceph-b4616124-02c1-11ef-bc93-c7b262605968@mon.smithi040 2024-04-25T05:18:56.967 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:56 smithi040 systemd[1]: Stopping Ceph mon.smithi040 for b4616124-02c1-11ef-bc93-c7b262605968... 2024-04-25T05:18:56.967 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:56 smithi040 bash[23838]: debug 2024-04-25T05:18:56.839+0000 7f59c1cf6700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi040 -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-04-25T05:18:56.967 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:56 smithi040 bash[23838]: debug 2024-04-25T05:18:56.839+0000 7f59c1cf6700 -1 mon.smithi040@1(peon) e2 *** Got Signal Terminated *** 2024-04-25T05:18:57.703 INFO:journalctl@ceph.mon.smithi040.smithi040.stdout:Apr 25 05:18:57 smithi040 bash[49203]: ceph-b4616124-02c1-11ef-bc93-c7b262605968-mon-smithi040 2024-04-25T05:18:57.720 DEBUG:teuthology.orchestra.run.smithi040:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b4616124-02c1-11ef-bc93-c7b262605968@mon.smithi040.service' 2024-04-25T05:18:57.766 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-25T05:18:57.766 INFO:tasks.cephadm.mon.smithi040:Stopped mon.smithi040 2024-04-25T05:18:57.767 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b4616124-02c1-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-25T05:18:57.939 INFO:teuthology.orchestra.run.smithi031.stdout:Deleting cluster with fsid: b4616124-02c1-11ef-bc93-c7b262605968 2024-04-25T05:19:55.114 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b4616124-02c1-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-25T05:19:55.289 INFO:teuthology.orchestra.run.smithi040.stdout:Deleting cluster with fsid: b4616124-02c1-11ef-bc93-c7b262605968 2024-04-25T05:20:49.336 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-25T05:20:49.351 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-25T05:20:49.363 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-25T05:20:49.365 DEBUG:teuthology.misc:Transferring archived files from smithi031:/var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-25_03:53:55-orch:cephadm-wip-adk-testing-2024-04-24-1625-distro-default-smithi/7672802/remote/smithi031/crash 2024-04-25T05:20:49.366 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/crash -- . 2024-04-25T05:20:49.407 INFO:teuthology.orchestra.run.smithi031.stderr:tar: /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-25T05:20:49.407 INFO:teuthology.orchestra.run.smithi031.stderr:tar: Error is not recoverable: exiting now 2024-04-25T05:20:49.409 DEBUG:teuthology.misc:Transferring archived files from smithi040:/var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-25_03:53:55-orch:cephadm-wip-adk-testing-2024-04-24-1625-distro-default-smithi/7672802/remote/smithi040/crash 2024-04-25T05:20:49.410 DEBUG:teuthology.orchestra.run.smithi040:> sudo tar c -f - -C /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/crash -- . 2024-04-25T05:20:49.421 INFO:teuthology.orchestra.run.smithi040.stderr:tar: /var/lib/ceph/b4616124-02c1-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-25T05:20:49.421 INFO:teuthology.orchestra.run.smithi040.stderr:tar: Error is not recoverable: exiting now 2024-04-25T05:20:49.422 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-25T05:20:49.423 DEBUG:teuthology.orchestra.run.smithi031:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-25T05:20:49.466 INFO:tasks.cephadm:Compressing logs... 2024-04-25T05:20:49.466 DEBUG:teuthology.orchestra.run.smithi031:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-25T05:20:49.509 DEBUG:teuthology.orchestra.run.smithi040:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-25T05:20:49.518 INFO:teuthology.orchestra.run.smithi031.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-25T05:20:49.523 INFO:teuthology.orchestra.run.smithi040.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-25T05:20:49.531 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-25T05:20:49.532 INFO:teuthology.orchestra.run.smithi040.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-25T05:20:49.533 INFO:teuthology.orchestra.run.smithi040.stderr:gzip -5 --verbose -- /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-osd.0.log 2024-04-25T05:20:49.533 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-osd.2.log 2024-04-25T05:20:49.533 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5 --verbose -- /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-mon.smithi031.log 2024-04-25T05:20:49.533 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-osd.7.log 2024-04-25T05:20:49.534 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-mon.smithi031.log: gzip -5 --verbose -- /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-mgr.smithi031.wbrsoo.log 2024-04-25T05:20:49.534 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5 --verbose -- /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-25T05:20:49.534 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-osd.7.log: /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-mgr.smithi031.wbrsoo.log: gzip -5 --verbose -- /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-osd.3.log 2024-04-25T05:20:49.540 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-osd.5.log 2024-04-25T05:20:49.540 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-osd.3.log: gzip -5 84.3% -- replaced with /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-25T05:20:49.540 INFO:teuthology.orchestra.run.smithi031.stderr: --verbose -- /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-osd.1.log/var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-osd.5.log: 2024-04-25T05:20:49.540 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5 --verbose -- /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph.log 2024-04-25T05:20:49.540 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-volume.log 2024-04-25T05:20:49.540 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph.log: 87.6% -- replaced with /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-25T05:20:49.540 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5 --verbose -- /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-client.rgw.foorgw.smithi031.vhhjck.log 2024-04-25T05:20:49.541 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-osd.6.log 2024-04-25T05:20:49.542 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-mon.smithi040.log 2024-04-25T05:20:49.542 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-client.rgw.foorgw.smithi040.pmgapf.log 2024-04-25T05:20:49.542 INFO:teuthology.orchestra.run.smithi040.stderr:gzip -5 --verbose -- /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-25T05:20:49.542 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-mon.smithi040.log: /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-client.rgw.foorgw.smithi040.pmgapf.log: gzip -5 --verbose -- /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-mgr.smithi040.dlwybf.log 2024-04-25T05:20:49.542 INFO:teuthology.orchestra.run.smithi040.stderr: 64.0% -- replaced with /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-client.rgw.foorgw.smithi040.pmgapf.log.gz 2024-04-25T05:20:49.542 INFO:teuthology.orchestra.run.smithi040.stderr:gzip -5 --verbose -- /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph.log 2024-04-25T05:20:49.542 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph.cephadm.log: /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-mgr.smithi040.dlwybf.log: gzip -5 --verbose -- /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-volume.log 2024-04-25T05:20:49.543 INFO:teuthology.orchestra.run.smithi040.stderr: 89.6% 83.8% -- replaced with /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-25T05:20:49.543 INFO:teuthology.orchestra.run.smithi040.stderr: -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-25T05:20:49.543 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi040.log 2024-04-25T05:20:49.543 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-25T05:20:49.543 INFO:teuthology.orchestra.run.smithi040.stderr: 87.4% -- replaced with /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-25T05:20:49.543 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi040.log: 30.5% -- replaced with /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi040.log.gz 2024-04-25T05:20:49.543 INFO:teuthology.orchestra.run.smithi040.stderr:gzip -5 --verbose -- /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-osd.4.log 2024-04-25T05:20:49.543 INFO:teuthology.orchestra.run.smithi040.stderr:/var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph.audit.log: /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-osd.4.log: 91.3% -- replaced with /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-25T05:20:49.543 INFO:teuthology.orchestra.run.smithi040.stderr: 92.1% -- replaced with /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-mgr.smithi040.dlwybf.log.gz 2024-04-25T05:20:49.552 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi031.log 2024-04-25T05:20:49.552 INFO:teuthology.orchestra.run.smithi040.stderr: 91.2% -- replaced with /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-volume.log.gz 2024-04-25T05:20:49.553 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-client.rgw.foorgw.smithi031.vhhjck.log: 71.0% -- replaced with /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-client.rgw.foorgw.smithi031.vhhjck.log.gz 2024-04-25T05:20:49.553 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5 --verbose -- /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-25T05:20:49.555 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi031.log: 94.3% -- replaced with /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-client.ceph-exporter.smithi031.log.gz 2024-04-25T05:20:49.557 INFO:teuthology.orchestra.run.smithi031.stderr: 91.1% -- replaced with /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-volume.log.gz 2024-04-25T05:20:49.557 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5 --verbose -- /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ops-log-ceph-client.rgw.foorgw.smithi031.vhhjck.log 2024-04-25T05:20:49.561 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph.audit.log: 91.2% -- replaced with /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-25T05:20:49.562 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ops-log-ceph-client.rgw.foorgw.smithi031.vhhjck.log: 76.8% -- replaced with /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ops-log-ceph-client.rgw.foorgw.smithi031.vhhjck.log.gz 2024-04-25T05:20:49.573 INFO:teuthology.orchestra.run.smithi031.stderr: 90.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-25T05:20:49.630 INFO:teuthology.orchestra.run.smithi040.stderr: 92.9% -- replaced with /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-mon.smithi040.log.gz 2024-04-25T05:20:49.737 INFO:teuthology.orchestra.run.smithi031.stderr: 89.2% -- replaced with /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-mgr.smithi031.wbrsoo.log.gz 2024-04-25T05:20:49.851 INFO:teuthology.orchestra.run.smithi031.stderr: 91.3% -- replaced with /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-mon.smithi031.log.gz 2024-04-25T05:20:49.898 INFO:teuthology.orchestra.run.smithi031.stderr: 93.4% -- replaced with /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-osd.5.log.gz 2024-04-25T05:20:49.900 INFO:teuthology.orchestra.run.smithi040.stderr: 93.4% -- replaced with /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-osd.2.log.gz 2024-04-25T05:20:49.925 INFO:teuthology.orchestra.run.smithi031.stderr: 93.6% -- replaced with /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-osd.1.log.gz 2024-04-25T05:20:49.934 INFO:teuthology.orchestra.run.smithi040.stderr: 93.5% -- replaced with /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-osd.4.log.gz 2024-04-25T05:20:49.953 INFO:teuthology.orchestra.run.smithi040.stderr: 93.3% -- replaced with /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-osd.6.log.gz 2024-04-25T05:20:49.954 INFO:teuthology.orchestra.run.smithi031.stderr: 93.5% -- replaced with /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-osd.7.log.gz 2024-04-25T05:20:49.969 INFO:teuthology.orchestra.run.smithi040.stderr: 93.5% -- replaced with /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-osd.0.log.gz 2024-04-25T05:20:49.971 INFO:teuthology.orchestra.run.smithi040.stderr: 2024-04-25T05:20:49.971 INFO:teuthology.orchestra.run.smithi040.stderr:real 0m0.457s 2024-04-25T05:20:49.971 INFO:teuthology.orchestra.run.smithi040.stderr:user 0m1.695s 2024-04-25T05:20:49.972 INFO:teuthology.orchestra.run.smithi040.stderr:sys 0m0.081s 2024-04-25T05:20:50.086 INFO:teuthology.orchestra.run.smithi031.stderr: 93.5% -- replaced with /var/log/ceph/b4616124-02c1-11ef-bc93-c7b262605968/ceph-osd.3.log.gz 2024-04-25T05:20:50.087 INFO:teuthology.orchestra.run.smithi031.stderr: 2024-04-25T05:20:50.087 INFO:teuthology.orchestra.run.smithi031.stderr:real 0m0.576s 2024-04-25T05:20:50.087 INFO:teuthology.orchestra.run.smithi031.stderr:user 0m2.245s 2024-04-25T05:20:50.087 INFO:teuthology.orchestra.run.smithi031.stderr:sys 0m0.094s 2024-04-25T05:20:50.088 INFO:tasks.cephadm:Archiving logs... 2024-04-25T05:20:50.088 DEBUG:teuthology.misc:Transferring archived files from smithi031:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-25_03:53:55-orch:cephadm-wip-adk-testing-2024-04-24-1625-distro-default-smithi/7672802/remote/smithi031/log 2024-04-25T05:20:50.089 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-25T05:20:50.390 DEBUG:teuthology.misc:Transferring archived files from smithi040:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-25_03:53:55-orch:cephadm-wip-adk-testing-2024-04-24-1625-distro-default-smithi/7672802/remote/smithi040/log 2024-04-25T05:20:50.391 DEBUG:teuthology.orchestra.run.smithi040:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-25T05:20:50.607 INFO:tasks.cephadm:Removing cluster... 2024-04-25T05:20:50.607 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b4616124-02c1-11ef-bc93-c7b262605968 --force 2024-04-25T05:20:50.774 INFO:teuthology.orchestra.run.smithi031.stdout:Deleting cluster with fsid: b4616124-02c1-11ef-bc93-c7b262605968 2024-04-25T05:20:51.904 DEBUG:teuthology.orchestra.run.smithi040:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b4616124-02c1-11ef-bc93-c7b262605968 --force 2024-04-25T05:20:52.076 INFO:teuthology.orchestra.run.smithi040.stdout:Deleting cluster with fsid: b4616124-02c1-11ef-bc93-c7b262605968 2024-04-25T05:20:53.206 INFO:tasks.cephadm:Removing cephadm ... 2024-04-25T05:20:53.206 DEBUG:teuthology.orchestra.run.smithi031:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-25T05:20:53.212 DEBUG:teuthology.orchestra.run.smithi040:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-25T05:20:53.218 INFO:tasks.cephadm:Teardown complete 2024-04-25T05:20:53.219 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-04-25T05:20:53.232 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi031:/dev/vg_nvme/lv_1... 2024-04-25T05:20:53.232 DEBUG:teuthology.orchestra.run.smithi031:> sudo nvme disconnect -n lv_1 2024-04-25T05:20:53.496 INFO:teuthology.orchestra.run.smithi031.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-25T05:20:53.497 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-25T05:20:53.498 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi031:/dev/vg_nvme/lv_2... 2024-04-25T05:20:53.498 DEBUG:teuthology.orchestra.run.smithi031:> sudo nvme disconnect -n lv_2 2024-04-25T05:20:53.788 INFO:teuthology.orchestra.run.smithi031.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-25T05:20:53.789 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-25T05:20:53.790 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi031:/dev/vg_nvme/lv_3... 2024-04-25T05:20:53.790 DEBUG:teuthology.orchestra.run.smithi031:> sudo nvme disconnect -n lv_3 2024-04-25T05:20:54.036 INFO:teuthology.orchestra.run.smithi031.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-25T05:20:54.037 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-25T05:20:54.038 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi031:/dev/vg_nvme/lv_4... 2024-04-25T05:20:54.038 DEBUG:teuthology.orchestra.run.smithi031:> sudo nvme disconnect -n lv_4 2024-04-25T05:20:54.276 INFO:teuthology.orchestra.run.smithi031.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-25T05:20:54.277 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-25T05:20:54.278 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-04-25T05:20:54.278 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/scratch_devs 2024-04-25T05:20:54.292 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi040:/dev/vg_nvme/lv_1... 2024-04-25T05:20:54.292 DEBUG:teuthology.orchestra.run.smithi040:> sudo nvme disconnect -n lv_1 2024-04-25T05:20:54.581 INFO:teuthology.orchestra.run.smithi040.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-25T05:20:54.582 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-25T05:20:54.583 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi040:/dev/vg_nvme/lv_2... 2024-04-25T05:20:54.583 DEBUG:teuthology.orchestra.run.smithi040:> sudo nvme disconnect -n lv_2 2024-04-25T05:20:54.865 INFO:teuthology.orchestra.run.smithi040.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-25T05:20:54.866 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-25T05:20:54.867 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi040:/dev/vg_nvme/lv_3... 2024-04-25T05:20:54.867 DEBUG:teuthology.orchestra.run.smithi040:> sudo nvme disconnect -n lv_3 2024-04-25T05:20:55.145 INFO:teuthology.orchestra.run.smithi040.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-25T05:20:55.146 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-25T05:20:55.147 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi040:/dev/vg_nvme/lv_4... 2024-04-25T05:20:55.147 DEBUG:teuthology.orchestra.run.smithi040:> sudo nvme disconnect -n lv_4 2024-04-25T05:20:55.397 INFO:teuthology.orchestra.run.smithi040.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-25T05:20:55.398 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-25T05:20:55.399 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-04-25T05:20:55.399 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/scratch_devs 2024-04-25T05:20:55.414 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-25T05:20:55.426 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-25T05:20:55.427 DEBUG:teuthology.orchestra.run.smithi031:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-25T05:20:55.429 DEBUG:teuthology.orchestra.run.smithi040:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-25T05:20:55.440 INFO:teuthology.orchestra.run.smithi031.stdout: remote refid st t when poll reach delay offset jitter 2024-04-25T05:20:55.440 INFO:teuthology.orchestra.run.smithi031.stdout:============================================================================== 2024-04-25T05:20:55.441 INFO:teuthology.orchestra.run.smithi031.stdout:*hv01.front.sepi 44.4.53.2 2 u 18 64 377 0.091 -4.313 1.683 2024-04-25T05:20:55.441 INFO:teuthology.orchestra.run.smithi031.stdout:+hv02.front.sepi 63.231.80.2 3 u 25 64 377 0.087 -3.016 1.350 2024-04-25T05:20:55.441 INFO:teuthology.orchestra.run.smithi031.stdout:+hv03.front.sepi 74.6.168.72 3 u 21 64 377 0.074 -2.111 1.564 2024-04-25T05:20:55.441 INFO:teuthology.orchestra.run.smithi031.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-04-25T05:20:55.467 INFO:teuthology.orchestra.run.smithi040.stdout: remote refid st t when poll reach delay offset jitter 2024-04-25T05:20:55.468 INFO:teuthology.orchestra.run.smithi040.stdout:============================================================================== 2024-04-25T05:20:55.468 INFO:teuthology.orchestra.run.smithi040.stdout:*hv01.front.sepi 44.4.53.2 2 u 22 64 377 0.104 -1.201 1.120 2024-04-25T05:20:55.468 INFO:teuthology.orchestra.run.smithi040.stdout:+hv02.front.sepi 63.231.80.2 3 u 26 64 377 0.090 -1.049 0.691 2024-04-25T05:20:55.468 INFO:teuthology.orchestra.run.smithi040.stdout:+hv03.front.sepi 74.6.168.72 3 u 19 64 377 0.094 -2.238 0.667 2024-04-25T05:20:55.468 INFO:teuthology.orchestra.run.smithi040.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-04-25T05:20:55.469 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-25T05:20:55.480 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-25T05:20:55.482 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-25T05:20:55.492 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-25T05:20:55.504 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-25T05:20:55.515 INFO:teuthology.task.internal:Duration was 1253.477675 seconds 2024-04-25T05:20:55.515 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-25T05:20:55.526 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-25T05:20:55.526 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-25T05:20:55.529 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-25T05:20:55.568 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-25T05:20:55.568 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi031.front.sepia.ceph.com 2024-04-25T05:20:55.569 DEBUG:teuthology.orchestra.run.smithi031:> 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-04-25T05:20:55.617 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi040.front.sepia.ceph.com 2024-04-25T05:20:55.617 DEBUG:teuthology.orchestra.run.smithi040:> 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-04-25T05:20:55.627 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-25T05:20:55.627 DEBUG:teuthology.orchestra.run.smithi031:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-25T05:20:55.665 DEBUG:teuthology.orchestra.run.smithi040:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-25T05:20:55.711 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-25T05:20:55.712 DEBUG:teuthology.orchestra.run.smithi031:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-25T05:20:55.714 DEBUG:teuthology.orchestra.run.smithi040:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-25T05:20:55.849 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-25T05:20:55.861 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-25T05:20:55.861 DEBUG:teuthology.orchestra.run.smithi031:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-25T05:20:55.874 DEBUG:teuthology.orchestra.run.smithi040:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-25T05:20:55.887 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-25T05:20:55.898 DEBUG:teuthology.orchestra.run.smithi031:> 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-04-25T05:20:55.917 DEBUG:teuthology.orchestra.run.smithi040:> 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-04-25T05:20:55.925 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern = core 2024-04-25T05:20:55.939 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern = core 2024-04-25T05:20:55.961 DEBUG:teuthology.orchestra.run.smithi031:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-25T05:20:55.995 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-25T05:20:55.995 DEBUG:teuthology.orchestra.run.smithi040:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-25T05:20:56.008 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-25T05:20:56.009 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-25T05:20:56.021 INFO:teuthology.task.internal:Transferring archived files... 2024-04-25T05:20:56.022 DEBUG:teuthology.misc:Transferring archived files from smithi031:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-25_03:53:55-orch:cephadm-wip-adk-testing-2024-04-24-1625-distro-default-smithi/7672802/remote/smithi031 2024-04-25T05:20:56.022 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-25T05:20:56.062 DEBUG:teuthology.misc:Transferring archived files from smithi040:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-25_03:53:55-orch:cephadm-wip-adk-testing-2024-04-24-1625-distro-default-smithi/7672802/remote/smithi040 2024-04-25T05:20:56.062 DEBUG:teuthology.orchestra.run.smithi040:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-25T05:20:56.086 INFO:teuthology.task.internal:Removing archive directory... 2024-04-25T05:20:56.086 DEBUG:teuthology.orchestra.run.smithi031:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-25T05:20:56.101 DEBUG:teuthology.orchestra.run.smithi040:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-25T05:20:56.129 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-25T05:20:56.142 INFO:teuthology.task.internal:Not uploading archives. 2024-04-25T05:20:56.142 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-25T05:20:56.154 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-25T05:20:56.155 DEBUG:teuthology.orchestra.run.smithi031:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-25T05:20:56.157 DEBUG:teuthology.orchestra.run.smithi040:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-25T05:20:56.161 INFO:teuthology.orchestra.run.smithi031.stdout: 658642 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 25 05:20 /home/ubuntu/cephtest 2024-04-25T05:20:56.177 INFO:teuthology.orchestra.run.smithi040.stdout: 658639 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 25 05:20 /home/ubuntu/cephtest 2024-04-25T05:20:56.179 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-25T05:20:56.191 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-25T05:20:56.217 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-bucket 3-final} duration: 1253.47767496109 owner: scheduled_adking@teuthology success: true 2024-04-25T05:20:56.217 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-25T05:20:56.290 INFO:teuthology.run:pass