2024-09-17T09:00:13.770 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-17T09:00:13.787 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-17T09:00:13.871 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908276 branch: reef description: orch/cephadm/smoke-roleless/{0-distro/ubuntu_22.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} email: ceph-qa@ceph.com first_in_suite: false job_id: '7908276' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: reef ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - CEPHADM_DAEMON_PLACE_FAIL - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: 19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 workunit: branch: reef sha1: 1cbdc9211df088cccbd94423c7cf3a2b85fe432b owner: scheduled_teuthology@teuthology priority: 930 repo: https://git.ceph.com/ceph.git roles: - - host.a - client.0 - - host.b - client.1 seed: 5234 sha1: 19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 sleep_before_teardown: 0 subset: 46/64 suite: orch suite_branch: reef suite_path: /home/teuthworker/src/git.ceph.com_ceph_1cbdc9211df088cccbd94423c7cf3a2b85fe432b/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: 1cbdc9211df088cccbd94423c7cf3a2b85fe432b targets: smithi018.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVPIGPedHqKq7wI0MPWSCiN+WXBAbKZX3lr586jBTL/TgtmHNb0KnFDHAc8YNnF4JiW7llfBd3J40BCSV4/GHI= smithi191.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKMbaiB1uRYakfc/X0uxjne5jJ0LvPOOllnNmk/FxcYv9SnoHXE4bpnvDG+J303E+WJiahLDO3qWzTlM6MW6/H4= 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: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-16_22:08:02 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-17T09:00:13.871 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_1cbdc9211df088cccbd94423c7cf3a2b85fe432b/qa; will attempt to use it 2024-09-17T09:00:13.871 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_1cbdc9211df088cccbd94423c7cf3a2b85fe432b/qa/tasks 2024-09-17T09:00:13.872 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-17T09:00:13.873 INFO:teuthology.task.internal:Checking packages... 2024-09-17T09:00:13.894 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '19e2a2beb6f41a3ab62650e38614eb29b59dcbb9' 2024-09-17T09:00:13.894 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-17T09:00:13.894 INFO:teuthology.packaging:ref: None 2024-09-17T09:00:13.894 INFO:teuthology.packaging:tag: None 2024-09-17T09:00:13.894 INFO:teuthology.packaging:branch: reef 2024-09-17T09:00:13.894 INFO:teuthology.packaging:sha1: 19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 2024-09-17T09:00:13.895 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=reef 2024-09-17T09:00:14.184 INFO:teuthology.task.internal:Found packages for ceph version 18.2.4-855-g19e2a2be-1jammy 2024-09-17T09:00:14.185 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-17T09:00:14.191 INFO:teuthology.task.internal:no buildpackages task found 2024-09-17T09:00:14.192 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-17T09:00:14.216 INFO:teuthology.task.internal:Saving configuration 2024-09-17T09:00:14.229 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-17T09:00:14.235 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-17T09:00:14.259 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi018.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908276', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-17 08:54:39.350795', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA3zF1mTJtmlmnT7iVMTnnI1xmR2mEPbQ8+FBxIYIwJj'} 2024-09-17T09:00:14.276 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi191.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908276', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-17 08:54:39.349030', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOac10YxmmVkUUWdoG0FRgfftkvyqPwxWSAkZVypNtZz'} 2024-09-17T09:00:14.276 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-17T09:00:14.282 INFO:teuthology.task.internal:roles: ubuntu@smithi018.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-09-17T09:00:14.282 INFO:teuthology.task.internal:roles: ubuntu@smithi191.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-09-17T09:00:14.282 INFO:teuthology.run_tasks:Running task console_log... 2024-09-17T09:00:14.378 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fadc9fb3370>, signals=[15]) 2024-09-17T09:00:14.379 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-17T09:00:14.385 INFO:teuthology.task.internal:Opening connections... 2024-09-17T09:00:14.385 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi018.front.sepia.ceph.com 2024-09-17T09:00:14.386 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T09:00:14.465 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi191.front.sepia.ceph.com 2024-09-17T09:00:14.466 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T09:00:14.546 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-17T09:00:14.552 DEBUG:teuthology.orchestra.run.smithi018:> uname -m 2024-09-17T09:00:14.558 INFO:teuthology.orchestra.run.smithi018.stdout:x86_64 2024-09-17T09:00:14.558 DEBUG:teuthology.orchestra.run.smithi018:> cat /etc/os-release 2024-09-17T09:00:14.606 INFO:teuthology.orchestra.run.smithi018.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-17T09:00:14.607 INFO:teuthology.orchestra.run.smithi018.stdout:NAME="Ubuntu" 2024-09-17T09:00:14.607 INFO:teuthology.orchestra.run.smithi018.stdout:VERSION_ID="22.04" 2024-09-17T09:00:14.607 INFO:teuthology.orchestra.run.smithi018.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-17T09:00:14.607 INFO:teuthology.orchestra.run.smithi018.stdout:VERSION_CODENAME=jammy 2024-09-17T09:00:14.607 INFO:teuthology.orchestra.run.smithi018.stdout:ID=ubuntu 2024-09-17T09:00:14.607 INFO:teuthology.orchestra.run.smithi018.stdout:ID_LIKE=debian 2024-09-17T09:00:14.607 INFO:teuthology.orchestra.run.smithi018.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-17T09:00:14.607 INFO:teuthology.orchestra.run.smithi018.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-17T09:00:14.607 INFO:teuthology.orchestra.run.smithi018.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-17T09:00:14.607 INFO:teuthology.orchestra.run.smithi018.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-17T09:00:14.607 INFO:teuthology.orchestra.run.smithi018.stdout:UBUNTU_CODENAME=jammy 2024-09-17T09:00:14.608 INFO:teuthology.lock.ops:Updating smithi018.front.sepia.ceph.com on lock server 2024-09-17T09:00:14.630 DEBUG:teuthology.orchestra.run.smithi191:> uname -m 2024-09-17T09:00:14.635 INFO:teuthology.orchestra.run.smithi191.stdout:x86_64 2024-09-17T09:00:14.636 DEBUG:teuthology.orchestra.run.smithi191:> cat /etc/os-release 2024-09-17T09:00:14.683 INFO:teuthology.orchestra.run.smithi191.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-17T09:00:14.683 INFO:teuthology.orchestra.run.smithi191.stdout:NAME="Ubuntu" 2024-09-17T09:00:14.683 INFO:teuthology.orchestra.run.smithi191.stdout:VERSION_ID="22.04" 2024-09-17T09:00:14.683 INFO:teuthology.orchestra.run.smithi191.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-17T09:00:14.683 INFO:teuthology.orchestra.run.smithi191.stdout:VERSION_CODENAME=jammy 2024-09-17T09:00:14.683 INFO:teuthology.orchestra.run.smithi191.stdout:ID=ubuntu 2024-09-17T09:00:14.684 INFO:teuthology.orchestra.run.smithi191.stdout:ID_LIKE=debian 2024-09-17T09:00:14.684 INFO:teuthology.orchestra.run.smithi191.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-17T09:00:14.684 INFO:teuthology.orchestra.run.smithi191.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-17T09:00:14.684 INFO:teuthology.orchestra.run.smithi191.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-17T09:00:14.684 INFO:teuthology.orchestra.run.smithi191.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-17T09:00:14.684 INFO:teuthology.orchestra.run.smithi191.stdout:UBUNTU_CODENAME=jammy 2024-09-17T09:00:14.684 INFO:teuthology.lock.ops:Updating smithi191.front.sepia.ceph.com on lock server 2024-09-17T09:00:14.705 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-17T09:00:14.714 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-17T09:00:14.722 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-17T09:00:14.723 DEBUG:teuthology.orchestra.run.smithi018:> test '!' -e /home/ubuntu/cephtest 2024-09-17T09:00:14.725 DEBUG:teuthology.orchestra.run.smithi191:> test '!' -e /home/ubuntu/cephtest 2024-09-17T09:00:14.732 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-17T09:00:14.738 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-17T09:00:14.738 DEBUG:teuthology.orchestra.run.smithi018:> test -z $(ls -A /var/lib/ceph) 2024-09-17T09:00:14.772 DEBUG:teuthology.orchestra.run.smithi191:> test -z $(ls -A /var/lib/ceph) 2024-09-17T09:00:14.782 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-17T09:00:14.833 INFO:teuthology.run_tasks:Running task kernel... 2024-09-17T09:00:14.847 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-17T09:00:14.847 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-17T09:00:14.848 DEBUG:teuthology.orchestra.run.smithi018:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T09:00:14.848 DEBUG:teuthology.orchestra.run.smithi191:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T09:00:14.852 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T09:00:14.853 DEBUG:teuthology.orchestra.run.smithi018:> uname -r 2024-09-17T09:00:14.853 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T09:00:14.854 DEBUG:teuthology.orchestra.run.smithi191:> uname -r 2024-09-17T09:00:14.899 INFO:teuthology.orchestra.run.smithi018.stdout:5.15.0-56-generic 2024-09-17T09:00:14.899 INFO:teuthology.task.kernel:Running kernel on smithi018: 5.15.0-56-generic 2024-09-17T09:00:14.899 DEBUG:teuthology.orchestra.run.smithi018:> sudo apt-get clean 2024-09-17T09:00:14.900 INFO:teuthology.orchestra.run.smithi191.stdout:5.15.0-56-generic 2024-09-17T09:00:14.900 INFO:teuthology.task.kernel:Running kernel on smithi191: 5.15.0-56-generic 2024-09-17T09:00:14.901 DEBUG:teuthology.orchestra.run.smithi191:> sudo apt-get clean 2024-09-17T09:00:15.027 DEBUG:teuthology.orchestra.run.smithi191:> sudo apt-get update 2024-09-17T09:00:15.027 DEBUG:teuthology.orchestra.run.smithi018:> sudo apt-get update 2024-09-17T09:00:15.294 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-17T09:00:15.295 INFO:teuthology.orchestra.run.smithi018.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-17T09:00:15.352 INFO:teuthology.orchestra.run.smithi018.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-17T09:00:15.708 INFO:teuthology.orchestra.run.smithi018.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-17T09:00:15.736 INFO:teuthology.orchestra.run.smithi018.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,806 kB] 2024-09-17T09:00:15.759 INFO:teuthology.orchestra.run.smithi191.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-17T09:00:15.826 INFO:teuthology.orchestra.run.smithi191.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-17T09:00:15.844 INFO:teuthology.orchestra.run.smithi191.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-17T09:00:15.847 INFO:teuthology.orchestra.run.smithi018.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [701 kB] 2024-09-17T09:00:15.920 INFO:teuthology.orchestra.run.smithi191.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-17T09:00:15.978 INFO:teuthology.orchestra.run.smithi191.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [539 kB] 2024-09-17T09:00:16.048 INFO:teuthology.orchestra.run.smithi191.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,806 kB] 2024-09-17T09:00:16.053 INFO:teuthology.orchestra.run.smithi018.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,058 kB] 2024-09-17T09:00:16.086 INFO:teuthology.orchestra.run.smithi191.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [295 kB] 2024-09-17T09:00:16.093 INFO:teuthology.orchestra.run.smithi191.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-17T09:00:16.093 INFO:teuthology.orchestra.run.smithi191.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-17T09:00:16.093 INFO:teuthology.orchestra.run.smithi191.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,377 kB] 2024-09-17T09:00:16.116 INFO:teuthology.orchestra.run.smithi191.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [409 kB] 2024-09-17T09:00:16.119 INFO:teuthology.orchestra.run.smithi191.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-17T09:00:16.119 INFO:teuthology.orchestra.run.smithi191.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [902 kB] 2024-09-17T09:00:16.128 INFO:teuthology.orchestra.run.smithi191.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [627 kB] 2024-09-17T09:00:16.156 INFO:teuthology.orchestra.run.smithi018.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [539 kB] 2024-09-17T09:00:16.163 INFO:teuthology.orchestra.run.smithi191.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [701 kB] 2024-09-17T09:00:16.163 INFO:teuthology.orchestra.run.smithi191.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-17T09:00:16.165 INFO:teuthology.orchestra.run.smithi191.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-17T09:00:16.165 INFO:teuthology.orchestra.run.smithi191.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-17T09:00:16.165 INFO:teuthology.orchestra.run.smithi191.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-17T09:00:16.166 INFO:teuthology.orchestra.run.smithi191.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-17T09:00:16.166 INFO:teuthology.orchestra.run.smithi191.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-17T09:00:16.172 INFO:teuthology.orchestra.run.smithi018.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [295 kB] 2024-09-17T09:00:16.181 INFO:teuthology.orchestra.run.smithi018.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-17T09:00:16.182 INFO:teuthology.orchestra.run.smithi018.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-17T09:00:16.184 INFO:teuthology.orchestra.run.smithi018.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,377 kB] 2024-09-17T09:00:16.194 INFO:teuthology.orchestra.run.smithi191.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,058 kB] 2024-09-17T09:00:16.203 INFO:teuthology.orchestra.run.smithi018.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [355 kB] 2024-09-17T09:00:16.217 INFO:teuthology.orchestra.run.smithi018.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-17T09:00:16.218 INFO:teuthology.orchestra.run.smithi018.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-17T09:00:16.219 INFO:teuthology.orchestra.run.smithi018.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,495 kB] 2024-09-17T09:00:16.231 INFO:teuthology.orchestra.run.smithi191.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [355 kB] 2024-09-17T09:00:16.234 INFO:teuthology.orchestra.run.smithi191.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-17T09:00:16.235 INFO:teuthology.orchestra.run.smithi191.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,495 kB] 2024-09-17T09:00:16.279 INFO:teuthology.orchestra.run.smithi018.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [409 kB] 2024-09-17T09:00:16.290 INFO:teuthology.orchestra.run.smithi018.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-17T09:00:16.291 INFO:teuthology.orchestra.run.smithi018.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [627 kB] 2024-09-17T09:00:16.294 INFO:teuthology.orchestra.run.smithi191.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-17T09:00:16.295 INFO:teuthology.orchestra.run.smithi191.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [429 kB] 2024-09-17T09:00:16.298 INFO:teuthology.orchestra.run.smithi191.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-17T09:00:16.298 INFO:teuthology.orchestra.run.smithi191.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,124 kB] 2024-09-17T09:00:16.307 INFO:teuthology.orchestra.run.smithi191.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [732 kB] 2024-09-17T09:00:16.312 INFO:teuthology.orchestra.run.smithi191.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-17T09:00:16.314 INFO:teuthology.orchestra.run.smithi191.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.2 kB] 2024-09-17T09:00:16.314 INFO:teuthology.orchestra.run.smithi191.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-17T09:00:16.315 INFO:teuthology.orchestra.run.smithi191.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-17T09:00:16.315 INFO:teuthology.orchestra.run.smithi191.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-17T09:00:16.323 INFO:teuthology.orchestra.run.smithi018.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [429 kB] 2024-09-17T09:00:16.324 INFO:teuthology.orchestra.run.smithi018.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [902 kB] 2024-09-17T09:00:16.330 INFO:teuthology.orchestra.run.smithi191.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-17T09:00:16.330 INFO:teuthology.orchestra.run.smithi191.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-17T09:00:16.331 INFO:teuthology.orchestra.run.smithi191.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-17T09:00:16.332 INFO:teuthology.orchestra.run.smithi191.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-17T09:00:16.332 INFO:teuthology.orchestra.run.smithi018.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-17T09:00:16.333 INFO:teuthology.orchestra.run.smithi018.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [732 kB] 2024-09-17T09:00:16.340 INFO:teuthology.orchestra.run.smithi018.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-17T09:00:16.344 INFO:teuthology.orchestra.run.smithi018.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-17T09:00:16.345 INFO:teuthology.orchestra.run.smithi018.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-17T09:00:16.346 INFO:teuthology.orchestra.run.smithi018.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,124 kB] 2024-09-17T09:00:16.347 INFO:teuthology.orchestra.run.smithi018.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-17T09:00:16.347 INFO:teuthology.orchestra.run.smithi018.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-17T09:00:16.348 INFO:teuthology.orchestra.run.smithi191.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-17T09:00:16.348 INFO:teuthology.orchestra.run.smithi191.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-17T09:00:16.348 INFO:teuthology.orchestra.run.smithi191.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-17T09:00:16.349 INFO:teuthology.orchestra.run.smithi191.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-17T09:00:16.349 INFO:teuthology.orchestra.run.smithi191.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-17T09:00:16.365 INFO:teuthology.orchestra.run.smithi018.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-17T09:00:16.369 INFO:teuthology.orchestra.run.smithi018.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.2 kB] 2024-09-17T09:00:16.369 INFO:teuthology.orchestra.run.smithi018.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-17T09:00:16.370 INFO:teuthology.orchestra.run.smithi018.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-17T09:00:16.370 INFO:teuthology.orchestra.run.smithi018.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-17T09:00:16.423 INFO:teuthology.orchestra.run.smithi018.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-17T09:00:16.449 INFO:teuthology.orchestra.run.smithi018.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-17T09:00:16.449 INFO:teuthology.orchestra.run.smithi018.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-17T09:00:16.450 INFO:teuthology.orchestra.run.smithi018.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-17T09:00:16.451 INFO:teuthology.orchestra.run.smithi018.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-17T09:00:16.530 INFO:teuthology.orchestra.run.smithi018.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-17T09:00:16.530 INFO:teuthology.orchestra.run.smithi018.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-17T09:00:16.531 INFO:teuthology.orchestra.run.smithi018.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-17T09:00:16.531 INFO:teuthology.orchestra.run.smithi018.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-17T09:00:16.532 INFO:teuthology.orchestra.run.smithi018.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-17T09:00:22.493 INFO:teuthology.orchestra.run.smithi191.stdout:Fetched 16.1 MB in 3s (5,873 kB/s) 2024-09-17T09:00:22.746 INFO:teuthology.orchestra.run.smithi018.stdout:Fetched 16.1 MB in 3s (5,696 kB/s) 2024-09-17T09:00:23.996 INFO:teuthology.orchestra.run.smithi191.stdout:Reading package lists... 2024-09-17T09:00:24.013 DEBUG:teuthology.orchestra.run.smithi191:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-17T09:00:24.066 INFO:teuthology.orchestra.run.smithi191.stdout:Reading package lists... 2024-09-17T09:00:24.172 INFO:teuthology.orchestra.run.smithi018.stdout:Reading package lists... 2024-09-17T09:00:24.188 DEBUG:teuthology.orchestra.run.smithi018:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-17T09:00:24.254 INFO:teuthology.orchestra.run.smithi191.stdout:Building dependency tree... 2024-09-17T09:00:24.254 INFO:teuthology.orchestra.run.smithi191.stdout:Reading state information... 2024-09-17T09:00:24.255 INFO:teuthology.orchestra.run.smithi018.stdout:Reading package lists... 2024-09-17T09:00:24.421 INFO:teuthology.orchestra.run.smithi191.stdout:The following packages were automatically installed and are no longer required: 2024-09-17T09:00:24.421 INFO:teuthology.orchestra.run.smithi191.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-17T09:00:24.421 INFO:teuthology.orchestra.run.smithi191.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-17T09:00:24.422 INFO:teuthology.orchestra.run.smithi191.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-17T09:00:24.422 INFO:teuthology.orchestra.run.smithi191.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-17T09:00:24.422 INFO:teuthology.orchestra.run.smithi191.stdout: python2.7-minimal 2024-09-17T09:00:24.422 INFO:teuthology.orchestra.run.smithi191.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-17T09:00:24.423 INFO:teuthology.orchestra.run.smithi191.stdout:The following additional packages will be installed: 2024-09-17T09:00:24.423 INFO:teuthology.orchestra.run.smithi191.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-17T09:00:24.423 INFO:teuthology.orchestra.run.smithi191.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-17T09:00:24.424 INFO:teuthology.orchestra.run.smithi191.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-17T09:00:24.425 INFO:teuthology.orchestra.run.smithi191.stdout:Suggested packages: 2024-09-17T09:00:24.425 INFO:teuthology.orchestra.run.smithi191.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-17T09:00:24.425 INFO:teuthology.orchestra.run.smithi191.stdout:Recommended packages: 2024-09-17T09:00:24.425 INFO:teuthology.orchestra.run.smithi191.stdout: thermald 2024-09-17T09:00:24.464 INFO:teuthology.orchestra.run.smithi191.stdout:The following NEW packages will be installed: 2024-09-17T09:00:24.464 INFO:teuthology.orchestra.run.smithi191.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-17T09:00:24.464 INFO:teuthology.orchestra.run.smithi191.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-17T09:00:24.464 INFO:teuthology.orchestra.run.smithi191.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-17T09:00:24.465 INFO:teuthology.orchestra.run.smithi191.stdout:The following packages will be upgraded: 2024-09-17T09:00:24.465 INFO:teuthology.orchestra.run.smithi191.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-17T09:00:24.472 INFO:teuthology.orchestra.run.smithi018.stdout:Building dependency tree... 2024-09-17T09:00:24.473 INFO:teuthology.orchestra.run.smithi018.stdout:Reading state information... 2024-09-17T09:00:24.645 INFO:teuthology.orchestra.run.smithi191.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-17T09:00:24.646 INFO:teuthology.orchestra.run.smithi191.stdout:Need to get 113 MB of archives. 2024-09-17T09:00:24.646 INFO:teuthology.orchestra.run.smithi191.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-17T09:00:24.646 INFO:teuthology.orchestra.run.smithi191.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-122-generic amd64 5.15.0-122.132 [22.7 MB] 2024-09-17T09:00:24.670 INFO:teuthology.orchestra.run.smithi018.stdout:The following packages were automatically installed and are no longer required: 2024-09-17T09:00:24.670 INFO:teuthology.orchestra.run.smithi018.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-17T09:00:24.670 INFO:teuthology.orchestra.run.smithi018.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-17T09:00:24.671 INFO:teuthology.orchestra.run.smithi018.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-17T09:00:24.671 INFO:teuthology.orchestra.run.smithi018.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-17T09:00:24.671 INFO:teuthology.orchestra.run.smithi018.stdout: python2.7-minimal 2024-09-17T09:00:24.671 INFO:teuthology.orchestra.run.smithi018.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-17T09:00:24.673 INFO:teuthology.orchestra.run.smithi018.stdout:The following additional packages will be installed: 2024-09-17T09:00:24.673 INFO:teuthology.orchestra.run.smithi018.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-17T09:00:24.673 INFO:teuthology.orchestra.run.smithi018.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-17T09:00:24.673 INFO:teuthology.orchestra.run.smithi018.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-17T09:00:24.675 INFO:teuthology.orchestra.run.smithi018.stdout:Suggested packages: 2024-09-17T09:00:24.675 INFO:teuthology.orchestra.run.smithi018.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-17T09:00:24.675 INFO:teuthology.orchestra.run.smithi018.stdout:Recommended packages: 2024-09-17T09:00:24.675 INFO:teuthology.orchestra.run.smithi018.stdout: thermald 2024-09-17T09:00:24.715 INFO:teuthology.orchestra.run.smithi018.stdout:The following NEW packages will be installed: 2024-09-17T09:00:24.716 INFO:teuthology.orchestra.run.smithi018.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-17T09:00:24.716 INFO:teuthology.orchestra.run.smithi018.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-17T09:00:24.716 INFO:teuthology.orchestra.run.smithi018.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-17T09:00:24.718 INFO:teuthology.orchestra.run.smithi018.stdout:The following packages will be upgraded: 2024-09-17T09:00:24.718 INFO:teuthology.orchestra.run.smithi018.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-17T09:00:24.771 INFO:teuthology.orchestra.run.smithi018.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-17T09:00:24.771 INFO:teuthology.orchestra.run.smithi018.stdout:Need to get 113 MB of archives. 2024-09-17T09:00:24.771 INFO:teuthology.orchestra.run.smithi018.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-17T09:00:24.771 INFO:teuthology.orchestra.run.smithi018.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-122-generic amd64 5.15.0-122.132 [22.7 MB] 2024-09-17T09:00:25.189 INFO:teuthology.orchestra.run.smithi018.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-122-generic amd64 5.15.0-122.132 [11.5 MB] 2024-09-17T09:00:25.286 INFO:teuthology.orchestra.run.smithi018.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-122-generic amd64 5.15.0-122.132 [63.9 MB] 2024-09-17T09:00:26.066 INFO:teuthology.orchestra.run.smithi191.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-122-generic amd64 5.15.0-122.132 [11.5 MB] 2024-09-17T09:00:26.142 INFO:teuthology.orchestra.run.smithi018.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.122.122 [1,692 B] 2024-09-17T09:00:26.142 INFO:teuthology.orchestra.run.smithi018.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.122.122 [2,436 B] 2024-09-17T09:00:26.142 INFO:teuthology.orchestra.run.smithi018.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122 all 5.15.0-122.132 [12.3 MB] 2024-09-17T09:00:26.273 INFO:teuthology.orchestra.run.smithi018.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122-generic amd64 5.15.0-122.132 [2,827 kB] 2024-09-17T09:00:26.295 INFO:teuthology.orchestra.run.smithi018.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.122.122 [2,294 B] 2024-09-17T09:00:26.420 INFO:teuthology.orchestra.run.smithi191.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-122-generic amd64 5.15.0-122.132 [63.9 MB] 2024-09-17T09:00:26.706 INFO:teuthology.orchestra.run.smithi018.stdout:Fetched 113 MB in 2s (72.2 MB/s) 2024-09-17T09:00:26.964 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-17T09:00:28.628 INFO:teuthology.orchestra.run.smithi191.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.122.122 [1,692 B] 2024-09-17T09:00:28.628 INFO:teuthology.orchestra.run.smithi191.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.122.122 [2,436 B] 2024-09-17T09:00:28.628 INFO:teuthology.orchestra.run.smithi191.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122 all 5.15.0-122.132 [12.3 MB] 2024-09-17T09:00:28.929 INFO:teuthology.orchestra.run.smithi018.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-09-17T09:00:28.933 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T09:00:28.970 INFO:teuthology.orchestra.run.smithi191.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122-generic amd64 5.15.0-122.132 [2,827 kB] 2024-09-17T09:00:29.003 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T09:00:29.049 INFO:teuthology.orchestra.run.smithi191.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.122.122 [2,294 B] 2024-09-17T09:00:29.452 INFO:teuthology.orchestra.run.smithi191.stdout:Fetched 113 MB in 5s (24.8 MB/s) 2024-09-17T09:00:29.625 INFO:teuthology.orchestra.run.smithi191.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-17T09:00:31.361 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-17T09:00:31.383 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T09:00:31.460 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T09:00:31.699 INFO:teuthology.orchestra.run.smithi191.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-09-17T09:00:31.703 INFO:teuthology.orchestra.run.smithi191.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T09:00:31.864 INFO:teuthology.orchestra.run.smithi191.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T09:00:31.931 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-17T09:00:31.952 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T09:00:31.989 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T09:00:34.655 INFO:teuthology.orchestra.run.smithi191.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-17T09:00:34.677 INFO:teuthology.orchestra.run.smithi191.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T09:00:34.767 INFO:teuthology.orchestra.run.smithi191.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T09:00:35.309 INFO:teuthology.orchestra.run.smithi191.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-17T09:00:35.329 INFO:teuthology.orchestra.run.smithi191.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T09:00:35.367 INFO:teuthology.orchestra.run.smithi191.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T09:00:38.404 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T09:00:38.522 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T09:00:38.872 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T09:00:38.992 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T09:00:39.295 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-17T09:00:39.317 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-17T09:00:39.361 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-17T09:00:42.010 INFO:teuthology.orchestra.run.smithi191.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T09:00:42.154 INFO:teuthology.orchestra.run.smithi191.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T09:00:42.513 INFO:teuthology.orchestra.run.smithi191.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T09:00:42.675 INFO:teuthology.orchestra.run.smithi191.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T09:00:42.971 INFO:teuthology.orchestra.run.smithi191.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-17T09:00:42.993 INFO:teuthology.orchestra.run.smithi191.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-17T09:00:43.037 INFO:teuthology.orchestra.run.smithi191.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-17T09:00:44.727 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-17T09:00:44.764 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T09:00:44.801 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T09:00:48.082 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T09:00:48.205 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T09:00:48.539 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-17T09:00:48.659 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T09:00:48.769 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-17T09:00:48.889 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T09:00:49.373 INFO:teuthology.orchestra.run.smithi191.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-17T09:00:49.409 INFO:teuthology.orchestra.run.smithi191.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T09:00:49.439 INFO:teuthology.orchestra.run.smithi191.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T09:00:50.216 INFO:teuthology.orchestra.run.smithi018.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-17T09:00:50.216 INFO:teuthology.orchestra.run.smithi018.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-17T09:00:50.216 INFO:teuthology.orchestra.run.smithi018.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-17T09:00:50.216 INFO:teuthology.orchestra.run.smithi018.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-17T09:00:50.383 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T09:00:52.126 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-17T09:00:52.252 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-17T09:00:52.361 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T09:00:53.287 INFO:teuthology.orchestra.run.smithi191.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T09:00:53.411 INFO:teuthology.orchestra.run.smithi191.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T09:00:53.788 INFO:teuthology.orchestra.run.smithi018.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T09:00:53.819 INFO:teuthology.orchestra.run.smithi191.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-17T09:00:53.855 INFO:teuthology.orchestra.run.smithi018.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-17T09:00:53.855 INFO:teuthology.orchestra.run.smithi018.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-17T09:00:53.915 INFO:teuthology.orchestra.run.smithi191.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T09:00:54.041 INFO:teuthology.orchestra.run.smithi191.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-17T09:00:54.170 INFO:teuthology.orchestra.run.smithi191.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T09:00:55.506 INFO:teuthology.orchestra.run.smithi191.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-17T09:00:55.507 INFO:teuthology.orchestra.run.smithi191.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-17T09:00:55.507 INFO:teuthology.orchestra.run.smithi191.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-17T09:00:55.507 INFO:teuthology.orchestra.run.smithi191.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-17T09:00:55.656 INFO:teuthology.orchestra.run.smithi191.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T09:00:57.933 INFO:teuthology.orchestra.run.smithi191.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-17T09:00:58.075 INFO:teuthology.orchestra.run.smithi191.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-17T09:00:58.193 INFO:teuthology.orchestra.run.smithi191.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T09:00:59.620 INFO:teuthology.orchestra.run.smithi191.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T09:00:59.677 INFO:teuthology.orchestra.run.smithi191.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-17T09:00:59.677 INFO:teuthology.orchestra.run.smithi191.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-17T09:01:08.667 INFO:teuthology.orchestra.run.smithi018.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-17T09:01:08.668 INFO:teuthology.orchestra.run.smithi018.stdout:Sourcing file `/etc/default/grub' 2024-09-17T09:01:08.679 INFO:teuthology.orchestra.run.smithi018.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-17T09:01:08.700 INFO:teuthology.orchestra.run.smithi018.stdout:Generating grub configuration file ... 2024-09-17T09:01:08.981 INFO:teuthology.orchestra.run.smithi018.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-17T09:01:08.998 INFO:teuthology.orchestra.run.smithi018.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-17T09:01:09.288 INFO:teuthology.orchestra.run.smithi018.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-17T09:01:09.294 INFO:teuthology.orchestra.run.smithi018.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-17T09:01:09.374 INFO:teuthology.orchestra.run.smithi018.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-17T09:01:09.380 INFO:teuthology.orchestra.run.smithi018.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-17T09:01:09.565 INFO:teuthology.orchestra.run.smithi018.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-17T09:01:09.565 INFO:teuthology.orchestra.run.smithi018.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-17T09:01:09.565 INFO:teuthology.orchestra.run.smithi018.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-17T09:01:09.604 INFO:teuthology.orchestra.run.smithi018.stdout:done 2024-09-17T09:01:10.087 DEBUG:teuthology.orchestra.run.smithi018:> dpkg -s linux-image-generic 2024-09-17T09:01:10.105 INFO:teuthology.orchestra.run.smithi018.stdout:Package: linux-image-generic 2024-09-17T09:01:10.105 INFO:teuthology.orchestra.run.smithi018.stdout:Status: install ok installed 2024-09-17T09:01:10.105 INFO:teuthology.orchestra.run.smithi018.stdout:Priority: optional 2024-09-17T09:01:10.105 INFO:teuthology.orchestra.run.smithi018.stdout:Section: kernel 2024-09-17T09:01:10.105 INFO:teuthology.orchestra.run.smithi018.stdout:Installed-Size: 21 2024-09-17T09:01:10.105 INFO:teuthology.orchestra.run.smithi018.stdout:Maintainer: Ubuntu Kernel Team 2024-09-17T09:01:10.105 INFO:teuthology.orchestra.run.smithi018.stdout:Architecture: amd64 2024-09-17T09:01:10.105 INFO:teuthology.orchestra.run.smithi018.stdout:Source: linux-meta 2024-09-17T09:01:10.106 INFO:teuthology.orchestra.run.smithi018.stdout:Version: 5.15.0.122.122 2024-09-17T09:01:10.106 INFO:teuthology.orchestra.run.smithi018.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-17T09:01:10.106 INFO:teuthology.orchestra.run.smithi018.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-17T09:01:10.106 INFO:teuthology.orchestra.run.smithi018.stdout:Recommends: thermald 2024-09-17T09:01:10.106 INFO:teuthology.orchestra.run.smithi018.stdout:Description: Generic Linux kernel image 2024-09-17T09:01:10.106 INFO:teuthology.orchestra.run.smithi018.stdout: This package will always depend on the latest generic kernel image 2024-09-17T09:01:10.106 INFO:teuthology.orchestra.run.smithi018.stdout: available. 2024-09-17T09:01:10.106 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-17T09:01:10.106 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T09:01:10.106 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T09:01:10.107 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-17T09:01:10.107 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi018.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T09:01:10.107 DEBUG:teuthology.orchestra.run.smithi018:> sudo apt-get clean 2024-09-17T09:01:10.275 DEBUG:teuthology.orchestra.run.smithi018:> sudo apt-get update 2024-09-17T09:01:10.389 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-17T09:01:10.398 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-17T09:01:10.416 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-17T09:01:10.509 INFO:teuthology.orchestra.run.smithi018.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-17T09:01:11.915 INFO:teuthology.orchestra.run.smithi018.stdout:Reading package lists... 2024-09-17T09:01:11.934 DEBUG:teuthology.orchestra.run.smithi018:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-17T09:01:11.989 INFO:teuthology.orchestra.run.smithi018.stdout:Reading package lists... 2024-09-17T09:01:12.180 INFO:teuthology.orchestra.run.smithi018.stdout:Building dependency tree... 2024-09-17T09:01:12.181 INFO:teuthology.orchestra.run.smithi018.stdout:Reading state information... 2024-09-17T09:01:12.357 INFO:teuthology.orchestra.run.smithi018.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-17T09:01:12.357 INFO:teuthology.orchestra.run.smithi018.stdout:The following packages were automatically installed and are no longer required: 2024-09-17T09:01:12.358 INFO:teuthology.orchestra.run.smithi018.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-17T09:01:12.358 INFO:teuthology.orchestra.run.smithi018.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-17T09:01:12.358 INFO:teuthology.orchestra.run.smithi018.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-17T09:01:12.358 INFO:teuthology.orchestra.run.smithi018.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-17T09:01:12.358 INFO:teuthology.orchestra.run.smithi018.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-17T09:01:12.358 INFO:teuthology.orchestra.run.smithi018.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-17T09:01:12.400 INFO:teuthology.orchestra.run.smithi018.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-17T09:01:12.402 DEBUG:teuthology.orchestra.run.smithi018:> dpkg -s linux-image-generic 2024-09-17T09:01:12.420 INFO:teuthology.orchestra.run.smithi018.stdout:Package: linux-image-generic 2024-09-17T09:01:12.420 INFO:teuthology.orchestra.run.smithi018.stdout:Status: install ok installed 2024-09-17T09:01:12.421 INFO:teuthology.orchestra.run.smithi018.stdout:Priority: optional 2024-09-17T09:01:12.421 INFO:teuthology.orchestra.run.smithi018.stdout:Section: kernel 2024-09-17T09:01:12.421 INFO:teuthology.orchestra.run.smithi018.stdout:Installed-Size: 21 2024-09-17T09:01:12.421 INFO:teuthology.orchestra.run.smithi018.stdout:Maintainer: Ubuntu Kernel Team 2024-09-17T09:01:12.421 INFO:teuthology.orchestra.run.smithi018.stdout:Architecture: amd64 2024-09-17T09:01:12.421 INFO:teuthology.orchestra.run.smithi018.stdout:Source: linux-meta 2024-09-17T09:01:12.421 INFO:teuthology.orchestra.run.smithi018.stdout:Version: 5.15.0.122.122 2024-09-17T09:01:12.421 INFO:teuthology.orchestra.run.smithi018.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-17T09:01:12.421 INFO:teuthology.orchestra.run.smithi018.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-17T09:01:12.421 INFO:teuthology.orchestra.run.smithi018.stdout:Recommends: thermald 2024-09-17T09:01:12.421 INFO:teuthology.orchestra.run.smithi018.stdout:Description: Generic Linux kernel image 2024-09-17T09:01:12.422 INFO:teuthology.orchestra.run.smithi018.stdout: This package will always depend on the latest generic kernel image 2024-09-17T09:01:12.422 INFO:teuthology.orchestra.run.smithi018.stdout: available. 2024-09-17T09:01:12.422 DEBUG:teuthology.orchestra.run.smithi018:> mktemp 2024-09-17T09:01:12.470 INFO:teuthology.orchestra.run.smithi018.stdout:/tmp/tmp.JDS11SVePy 2024-09-17T09:01:12.470 DEBUG:teuthology.orchestra.run.smithi018:> sudo cp /boot/grub/grub.cfg /tmp/tmp.JDS11SVePy 2024-09-17T09:01:12.531 DEBUG:teuthology.orchestra.run.smithi018:> sudo chmod 0666 /tmp/tmp.JDS11SVePy 2024-09-17T09:01:12.654 DEBUG:teuthology.orchestra.remote:smithi018:/tmp/tmp.JDS11SVePy is 10KB 2024-09-17T09:01:12.667 DEBUG:teuthology.orchestra.run.smithi018:> rm -fr /tmp/tmp.JDS11SVePy 2024-09-17T09:01:12.672 DEBUG:teuthology.orchestra.run.smithi018:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-17T09:01:12.731 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-17T09:01:12.731 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-17T09:01:12.731 DEBUG:teuthology.orchestra.run.smithi018:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-17T09:01:12.801 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-17T09:01:12.802 DEBUG:teuthology.orchestra.run.smithi018:> sudo update-grub 2024-09-17T09:01:13.721 INFO:teuthology.orchestra.run.smithi191.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-17T09:01:13.721 INFO:teuthology.orchestra.run.smithi191.stdout:Sourcing file `/etc/default/grub' 2024-09-17T09:01:13.741 INFO:teuthology.orchestra.run.smithi191.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-17T09:01:13.761 INFO:teuthology.orchestra.run.smithi191.stdout:Generating grub configuration file ... 2024-09-17T09:01:14.108 INFO:teuthology.orchestra.run.smithi191.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-17T09:01:14.122 INFO:teuthology.orchestra.run.smithi018.stderr:Sourcing file `/etc/default/grub' 2024-09-17T09:01:14.124 INFO:teuthology.orchestra.run.smithi018.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-17T09:01:14.126 INFO:teuthology.orchestra.run.smithi018.stderr:Generating grub configuration file ... 2024-09-17T09:01:14.132 INFO:teuthology.orchestra.run.smithi191.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-17T09:01:14.293 INFO:teuthology.orchestra.run.smithi018.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-17T09:01:14.299 INFO:teuthology.orchestra.run.smithi018.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-17T09:01:14.490 INFO:teuthology.orchestra.run.smithi191.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-17T09:01:14.496 INFO:teuthology.orchestra.run.smithi191.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-17T09:01:14.519 INFO:teuthology.orchestra.run.smithi018.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-17T09:01:14.524 INFO:teuthology.orchestra.run.smithi018.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-17T09:01:14.570 INFO:teuthology.orchestra.run.smithi018.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-17T09:01:14.571 INFO:teuthology.orchestra.run.smithi191.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-17T09:01:14.575 INFO:teuthology.orchestra.run.smithi018.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-17T09:01:14.577 INFO:teuthology.orchestra.run.smithi191.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-17T09:01:14.726 INFO:teuthology.orchestra.run.smithi018.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-17T09:01:14.727 INFO:teuthology.orchestra.run.smithi018.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-17T09:01:14.727 INFO:teuthology.orchestra.run.smithi018.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-17T09:01:14.738 INFO:teuthology.orchestra.run.smithi018.stderr:done 2024-09-17T09:01:14.742 DEBUG:teuthology.orchestra.run.smithi018:> sudo shutdown -r now 2024-09-17T09:01:14.760 INFO:teuthology.orchestra.run.smithi191.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-17T09:01:14.761 INFO:teuthology.orchestra.run.smithi191.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-17T09:01:14.761 INFO:teuthology.orchestra.run.smithi191.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-17T09:01:14.795 INFO:teuthology.orchestra.run.smithi191.stdout:done 2024-09-17T09:01:15.336 DEBUG:teuthology.orchestra.run.smithi191:> dpkg -s linux-image-generic 2024-09-17T09:01:15.359 INFO:teuthology.orchestra.run.smithi191.stdout:Package: linux-image-generic 2024-09-17T09:01:15.359 INFO:teuthology.orchestra.run.smithi191.stdout:Status: install ok installed 2024-09-17T09:01:15.359 INFO:teuthology.orchestra.run.smithi191.stdout:Priority: optional 2024-09-17T09:01:15.359 INFO:teuthology.orchestra.run.smithi191.stdout:Section: kernel 2024-09-17T09:01:15.359 INFO:teuthology.orchestra.run.smithi191.stdout:Installed-Size: 21 2024-09-17T09:01:15.359 INFO:teuthology.orchestra.run.smithi191.stdout:Maintainer: Ubuntu Kernel Team 2024-09-17T09:01:15.359 INFO:teuthology.orchestra.run.smithi191.stdout:Architecture: amd64 2024-09-17T09:01:15.359 INFO:teuthology.orchestra.run.smithi191.stdout:Source: linux-meta 2024-09-17T09:01:15.359 INFO:teuthology.orchestra.run.smithi191.stdout:Version: 5.15.0.122.122 2024-09-17T09:01:15.359 INFO:teuthology.orchestra.run.smithi191.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-17T09:01:15.359 INFO:teuthology.orchestra.run.smithi191.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-17T09:01:15.359 INFO:teuthology.orchestra.run.smithi191.stdout:Recommends: thermald 2024-09-17T09:01:15.360 INFO:teuthology.orchestra.run.smithi191.stdout:Description: Generic Linux kernel image 2024-09-17T09:01:15.360 INFO:teuthology.orchestra.run.smithi191.stdout: This package will always depend on the latest generic kernel image 2024-09-17T09:01:15.360 INFO:teuthology.orchestra.run.smithi191.stdout: available. 2024-09-17T09:01:15.360 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-17T09:01:15.360 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T09:01:15.360 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T09:01:15.360 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-17T09:01:15.360 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi191.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T09:01:15.360 DEBUG:teuthology.orchestra.run.smithi191:> sudo apt-get clean 2024-09-17T09:01:15.556 DEBUG:teuthology.orchestra.run.smithi191:> sudo apt-get update 2024-09-17T09:01:15.696 INFO:teuthology.orchestra.run.smithi191.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-17T09:01:15.705 INFO:teuthology.orchestra.run.smithi191.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-17T09:01:15.722 INFO:teuthology.orchestra.run.smithi191.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-17T09:01:15.817 INFO:teuthology.orchestra.run.smithi191.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-17T09:01:17.123 INFO:teuthology.orchestra.run.smithi191.stdout:Reading package lists... 2024-09-17T09:01:17.142 DEBUG:teuthology.orchestra.run.smithi191:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-17T09:01:17.194 INFO:teuthology.orchestra.run.smithi191.stdout:Reading package lists... 2024-09-17T09:01:17.382 INFO:teuthology.orchestra.run.smithi191.stdout:Building dependency tree... 2024-09-17T09:01:17.383 INFO:teuthology.orchestra.run.smithi191.stdout:Reading state information... 2024-09-17T09:01:17.557 INFO:teuthology.orchestra.run.smithi191.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-17T09:01:17.558 INFO:teuthology.orchestra.run.smithi191.stdout:The following packages were automatically installed and are no longer required: 2024-09-17T09:01:17.558 INFO:teuthology.orchestra.run.smithi191.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-17T09:01:17.558 INFO:teuthology.orchestra.run.smithi191.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-17T09:01:17.558 INFO:teuthology.orchestra.run.smithi191.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-17T09:01:17.558 INFO:teuthology.orchestra.run.smithi191.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-17T09:01:17.558 INFO:teuthology.orchestra.run.smithi191.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-17T09:01:17.559 INFO:teuthology.orchestra.run.smithi191.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-17T09:01:17.595 INFO:teuthology.orchestra.run.smithi191.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-17T09:01:17.597 DEBUG:teuthology.orchestra.run.smithi191:> dpkg -s linux-image-generic 2024-09-17T09:01:17.654 INFO:teuthology.orchestra.run.smithi191.stdout:Package: linux-image-generic 2024-09-17T09:01:17.654 INFO:teuthology.orchestra.run.smithi191.stdout:Status: install ok installed 2024-09-17T09:01:17.654 INFO:teuthology.orchestra.run.smithi191.stdout:Priority: optional 2024-09-17T09:01:17.654 INFO:teuthology.orchestra.run.smithi191.stdout:Section: kernel 2024-09-17T09:01:17.654 INFO:teuthology.orchestra.run.smithi191.stdout:Installed-Size: 21 2024-09-17T09:01:17.654 INFO:teuthology.orchestra.run.smithi191.stdout:Maintainer: Ubuntu Kernel Team 2024-09-17T09:01:17.654 INFO:teuthology.orchestra.run.smithi191.stdout:Architecture: amd64 2024-09-17T09:01:17.654 INFO:teuthology.orchestra.run.smithi191.stdout:Source: linux-meta 2024-09-17T09:01:17.654 INFO:teuthology.orchestra.run.smithi191.stdout:Version: 5.15.0.122.122 2024-09-17T09:01:17.654 INFO:teuthology.orchestra.run.smithi191.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-17T09:01:17.654 INFO:teuthology.orchestra.run.smithi191.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-17T09:01:17.655 INFO:teuthology.orchestra.run.smithi191.stdout:Recommends: thermald 2024-09-17T09:01:17.655 INFO:teuthology.orchestra.run.smithi191.stdout:Description: Generic Linux kernel image 2024-09-17T09:01:17.655 INFO:teuthology.orchestra.run.smithi191.stdout: This package will always depend on the latest generic kernel image 2024-09-17T09:01:17.655 INFO:teuthology.orchestra.run.smithi191.stdout: available. 2024-09-17T09:01:17.655 DEBUG:teuthology.orchestra.run.smithi191:> mktemp 2024-09-17T09:01:17.699 INFO:teuthology.orchestra.run.smithi191.stdout:/tmp/tmp.PmEQ6JnBx7 2024-09-17T09:01:17.699 DEBUG:teuthology.orchestra.run.smithi191:> sudo cp /boot/grub/grub.cfg /tmp/tmp.PmEQ6JnBx7 2024-09-17T09:01:17.764 DEBUG:teuthology.orchestra.run.smithi191:> sudo chmod 0666 /tmp/tmp.PmEQ6JnBx7 2024-09-17T09:01:17.883 DEBUG:teuthology.orchestra.remote:smithi191:/tmp/tmp.PmEQ6JnBx7 is 10KB 2024-09-17T09:01:17.896 DEBUG:teuthology.orchestra.run.smithi191:> rm -fr /tmp/tmp.PmEQ6JnBx7 2024-09-17T09:01:17.901 DEBUG:teuthology.orchestra.run.smithi191:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-17T09:01:17.955 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-09-17T09:01:17.955 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-17T09:01:17.955 DEBUG:teuthology.orchestra.run.smithi191:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-17T09:01:18.049 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-17T09:01:18.049 DEBUG:teuthology.orchestra.run.smithi191:> sudo update-grub 2024-09-17T09:01:19.516 INFO:teuthology.orchestra.run.smithi191.stderr:Sourcing file `/etc/default/grub' 2024-09-17T09:01:19.517 INFO:teuthology.orchestra.run.smithi191.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-17T09:01:19.528 INFO:teuthology.orchestra.run.smithi191.stderr:Generating grub configuration file ... 2024-09-17T09:01:19.721 INFO:teuthology.orchestra.run.smithi191.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-17T09:01:19.726 INFO:teuthology.orchestra.run.smithi191.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-17T09:01:20.018 INFO:teuthology.orchestra.run.smithi191.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-17T09:01:20.023 INFO:teuthology.orchestra.run.smithi191.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-17T09:01:20.065 INFO:teuthology.orchestra.run.smithi191.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-17T09:01:20.070 INFO:teuthology.orchestra.run.smithi191.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-17T09:01:20.192 INFO:teuthology.orchestra.run.smithi191.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-17T09:01:20.192 INFO:teuthology.orchestra.run.smithi191.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-17T09:01:20.192 INFO:teuthology.orchestra.run.smithi191.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-17T09:01:20.213 INFO:teuthology.orchestra.run.smithi191.stderr:done 2024-09-17T09:01:20.215 DEBUG:teuthology.orchestra.run.smithi191:> sudo shutdown -r now 2024-09-17T09:01:44.761 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-17T09:01:44.762 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi018.front.sepia.ceph.com' 2024-09-17T09:01:44.763 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T09:01:50.265 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-17T09:01:50.266 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi191.front.sepia.ceph.com' 2024-09-17T09:01:50.266 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T09:02:03.329 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.18 2024-09-17T09:02:08.701 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.191 2024-09-17T09:02:12.333 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi018.front.sepia.ceph.com' 2024-09-17T09:02:12.334 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T09:02:17.706 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi191.front.sepia.ceph.com' 2024-09-17T09:02:17.707 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T09:02:20.765 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.191 2024-09-17T09:02:32.777 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi191.front.sepia.ceph.com' 2024-09-17T09:02:32.778 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T09:03:04.499 DEBUG:teuthology.orchestra.run.smithi191:> true 2024-09-17T09:03:05.099 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi191.front.sepia.ceph.com' 2024-09-17T09:03:05.100 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-122-generic"... 2024-09-17T09:03:05.100 DEBUG:teuthology.orchestra.run.smithi191:> uname -r 2024-09-17T09:03:05.146 INFO:teuthology.orchestra.run.smithi191.stdout:5.15.0-122-generic 2024-09-17T09:03:05.147 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-17T09:03:05.147 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T09:03:05.147 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-17T09:03:06.148 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-17T09:03:06.149 DEBUG:teuthology.orchestra.run.smithi191:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T09:03:06.520 INFO:teuthology.orchestra.run.smithi191.stdout:ttyS1 2024-09-17T09:03:06.548 DEBUG:teuthology.parallel:result is None 2024-09-17T09:03:12.337 DEBUG:teuthology.orchestra.remote:timed out 2024-09-17T09:03:24.338 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi018.front.sepia.ceph.com' 2024-09-17T09:03:24.339 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T09:03:24.615 DEBUG:teuthology.orchestra.run.smithi018:> true 2024-09-17T09:03:25.228 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi018.front.sepia.ceph.com' 2024-09-17T09:03:25.228 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-122-generic"... 2024-09-17T09:03:25.229 DEBUG:teuthology.orchestra.run.smithi018:> uname -r 2024-09-17T09:03:25.277 INFO:teuthology.orchestra.run.smithi018.stdout:5.15.0-122-generic 2024-09-17T09:03:25.277 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-17T09:03:25.277 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T09:03:25.277 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-17T09:03:26.279 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-17T09:03:26.279 DEBUG:teuthology.orchestra.run.smithi018:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T09:03:26.368 INFO:teuthology.orchestra.run.smithi018.stdout:ttyS1 2024-09-17T09:03:26.396 DEBUG:teuthology.parallel:result is None 2024-09-17T09:03:26.396 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-17T09:03:26.403 INFO:teuthology.task.internal:Creating test directory... 2024-09-17T09:03:26.404 DEBUG:teuthology.orchestra.run.smithi018:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T09:03:26.406 DEBUG:teuthology.orchestra.run.smithi191:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T09:03:26.412 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-17T09:03:26.424 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-17T09:03:26.432 INFO:teuthology.task.internal:Creating archive directory... 2024-09-17T09:03:26.432 DEBUG:teuthology.orchestra.run.smithi018:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T09:03:26.455 DEBUG:teuthology.orchestra.run.smithi191:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T09:03:26.478 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-17T09:03:26.487 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-17T09:03:26.488 DEBUG:teuthology.orchestra.run.smithi018:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-17T09:03:26.508 DEBUG:teuthology.orchestra.run.smithi191:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-17T09:03:26.529 INFO:teuthology.orchestra.run.smithi018.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T09:03:26.537 INFO:teuthology.orchestra.run.smithi191.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T09:03:26.537 INFO:teuthology.orchestra.run.smithi018.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T09:03:26.546 INFO:teuthology.orchestra.run.smithi191.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T09:03:26.548 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-17T09:03:26.556 INFO:teuthology.task.internal:Configuring sudo... 2024-09-17T09:03:26.556 DEBUG:teuthology.orchestra.run.smithi018:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T09:03:26.583 DEBUG:teuthology.orchestra.run.smithi191:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T09:03:26.606 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-17T09:03:26.615 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-17T09:03:26.616 DEBUG:teuthology.orchestra.run.smithi018:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T09:03:26.635 DEBUG:teuthology.orchestra.run.smithi191:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T09:03:26.658 DEBUG:teuthology.orchestra.run.smithi018:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T09:03:26.687 DEBUG:teuthology.orchestra.run.smithi018:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T09:03:26.735 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-17T09:03:26.735 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T09:03:26.795 DEBUG:teuthology.orchestra.run.smithi191:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T09:03:26.801 DEBUG:teuthology.orchestra.run.smithi191:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T09:03:26.850 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-09-17T09:03:26.851 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T09:03:26.916 DEBUG:teuthology.orchestra.run.smithi018:> sudo service rsyslog restart 2024-09-17T09:03:26.919 DEBUG:teuthology.orchestra.run.smithi191:> sudo service rsyslog restart 2024-09-17T09:03:27.006 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-17T09:03:27.013 INFO:teuthology.task.internal:Starting timer... 2024-09-17T09:03:27.013 INFO:teuthology.run_tasks:Running task pcp... 2024-09-17T09:03:27.059 INFO:teuthology.run_tasks:Running task selinux... 2024-09-17T09:03:27.091 DEBUG:teuthology.task.selinux:Excluding smithi018: OS 'ubuntu' does not support SELinux 2024-09-17T09:03:27.091 DEBUG:teuthology.task.selinux:Excluding smithi191: OS 'ubuntu' does not support SELinux 2024-09-17T09:03:27.091 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-17T09:03:27.092 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-09-17T09:03:27.092 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-17T09:03:27.092 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-17T09:03:27.115 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-17T09:03:27.128 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-09-17T09:03:27.129 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi018.front.sepia.ceph.com,smithi191.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-17T09:11:01.029 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi018.front.sepia.ceph.com'), Remote(name='ubuntu@smithi191.front.sepia.ceph.com')] 2024-09-17T09:11:01.030 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi018.front.sepia.ceph.com' 2024-09-17T09:11:01.032 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T09:11:01.115 DEBUG:teuthology.orchestra.run.smithi018:> true 2024-09-17T09:11:01.197 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi018.front.sepia.ceph.com' 2024-09-17T09:11:01.197 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi191.front.sepia.ceph.com' 2024-09-17T09:11:01.198 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi191.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T09:11:01.280 DEBUG:teuthology.orchestra.run.smithi191:> true 2024-09-17T09:11:01.357 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi191.front.sepia.ceph.com' 2024-09-17T09:11:01.357 INFO:teuthology.run_tasks:Running task clock... 2024-09-17T09:11:01.368 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-17T09:11:01.368 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T09:11:01.368 DEBUG:teuthology.orchestra.run.smithi018:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T09:11:01.371 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T09:11:01.371 DEBUG:teuthology.orchestra.run.smithi191:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T09:11:01.400 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 09:11:01 ntpd[18388]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-17T09:11:01.400 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 09:11:01 ntpd[18388]: Command line: ntpd -gq 2024-09-17T09:11:01.400 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 09:11:01 ntpd[18388]: ---------------------------------------------------- 2024-09-17T09:11:01.401 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 09:11:01 ntpd[18388]: ntp-4 is maintained by Network Time Foundation, 2024-09-17T09:11:01.401 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 09:11:01 ntpd[18388]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-17T09:11:01.401 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 09:11:01 ntpd[18388]: corporation. Support and training for ntp-4 are 2024-09-17T09:11:01.401 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 09:11:01 ntpd[18388]: available at https://www.nwtime.org/support 2024-09-17T09:11:01.401 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 09:11:01 ntpd[18388]: ---------------------------------------------------- 2024-09-17T09:11:01.402 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 09:11:01 ntpd[18388]: proto: precision = 0.068 usec (-24) 2024-09-17T09:11:01.402 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 09:11:01 ntpd[18388]: basedate set to 2022-02-04 2024-09-17T09:11:01.402 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 09:11:01 ntpd[18388]: gps base set to 2022-02-06 (week 2196) 2024-09-17T09:11:01.402 INFO:teuthology.orchestra.run.smithi018.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-17T09:11:01.403 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 09:11:01 ntpd[18388]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-17T09:11:01.403 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 09:11:01 ntpd[18388]: restrict ::: KOD does nothing without LIMITED. 2024-09-17T09:11:01.403 INFO:teuthology.orchestra.run.smithi018.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-17T09:11:01.404 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 09:11:01 ntpd[18388]: Listen and drop on 0 v6wildcard [::]:123 2024-09-17T09:11:01.404 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 09:11:01 ntpd[18388]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-17T09:11:01.404 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 09:11:01 ntpd[18388]: Listen normally on 2 lo 127.0.0.1:123 2024-09-17T09:11:01.404 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 09:11:01 ntpd[18388]: Listen normally on 3 ens1f0 172.21.15.18:123 2024-09-17T09:11:01.404 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 09:11:01 ntpd[18388]: Listen normally on 4 lo [::1]:123 2024-09-17T09:11:01.404 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 09:11:01 ntpd[18388]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:1362%4]:123 2024-09-17T09:11:01.404 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 09:11:01 ntpd[18388]: Listening on routing socket on fd #22 for interface updates 2024-09-17T09:11:01.429 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 09:11:01 ntpd[18487]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-17T09:11:01.430 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 09:11:01 ntpd[18487]: Command line: ntpd -gq 2024-09-17T09:11:01.430 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 09:11:01 ntpd[18487]: ---------------------------------------------------- 2024-09-17T09:11:01.430 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 09:11:01 ntpd[18487]: ntp-4 is maintained by Network Time Foundation, 2024-09-17T09:11:01.430 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 09:11:01 ntpd[18487]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-17T09:11:01.430 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 09:11:01 ntpd[18487]: corporation. Support and training for ntp-4 are 2024-09-17T09:11:01.430 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 09:11:01 ntpd[18487]: available at https://www.nwtime.org/support 2024-09-17T09:11:01.430 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 09:11:01 ntpd[18487]: ---------------------------------------------------- 2024-09-17T09:11:01.431 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 09:11:01 ntpd[18487]: proto: precision = 0.044 usec (-24) 2024-09-17T09:11:01.431 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 09:11:01 ntpd[18487]: basedate set to 2022-02-04 2024-09-17T09:11:01.431 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 09:11:01 ntpd[18487]: gps base set to 2022-02-06 (week 2196) 2024-09-17T09:11:01.431 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 09:11:01 ntpd[18487]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-17T09:11:01.431 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 09:11:01 ntpd[18487]: restrict ::: KOD does nothing without LIMITED. 2024-09-17T09:11:01.431 INFO:teuthology.orchestra.run.smithi191.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-17T09:11:01.431 INFO:teuthology.orchestra.run.smithi191.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-17T09:11:01.432 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 09:11:01 ntpd[18487]: Listen and drop on 0 v6wildcard [::]:123 2024-09-17T09:11:01.432 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 09:11:01 ntpd[18487]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-17T09:11:01.432 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 09:11:01 ntpd[18487]: Listen normally on 2 lo 127.0.0.1:123 2024-09-17T09:11:01.433 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 09:11:01 ntpd[18487]: Listen normally on 3 enp3s0f1 172.21.15.191:123 2024-09-17T09:11:01.433 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 09:11:01 ntpd[18487]: Listen normally on 4 lo [::1]:123 2024-09-17T09:11:01.433 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 09:11:01 ntpd[18487]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7211%5]:123 2024-09-17T09:11:01.433 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 09:11:01 ntpd[18487]: Listening on routing socket on fd #22 for interface updates 2024-09-17T09:11:02.401 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:02 ntpd[18388]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:02.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:02 ntpd[18388]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:02.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:02 ntpd[18388]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:02.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:02 ntpd[18388]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:02.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:02 ntpd[18388]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T09:11:02.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:02 ntpd[18388]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T09:11:03.401 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:03 ntpd[18388]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:03.401 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:03 ntpd[18388]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:03.431 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:03 ntpd[18487]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:03.431 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:03 ntpd[18487]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:03.431 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:03 ntpd[18487]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:03.431 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:03 ntpd[18487]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:03.431 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:03 ntpd[18487]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:03.431 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:03 ntpd[18487]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:03.431 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:03 ntpd[18487]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T09:11:03.431 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:03 ntpd[18487]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T09:11:03.431 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:03 ntpd[18487]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:03.431 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:03 ntpd[18487]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:03.432 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:03 ntpd[18487]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T09:11:03.432 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:03 ntpd[18487]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T09:11:04.401 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:04 ntpd[18388]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:04.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:04 ntpd[18388]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:04.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:04 ntpd[18388]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:04.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:04 ntpd[18388]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:04.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:04 ntpd[18388]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:04.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:04 ntpd[18388]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:04.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:04 ntpd[18388]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T09:11:04.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:04 ntpd[18388]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T09:11:04.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:04 ntpd[18388]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:04.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:04 ntpd[18388]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:04.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:04 ntpd[18388]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T09:11:04.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:04 ntpd[18388]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T09:11:05.401 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:05 ntpd[18388]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:05.401 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:05 ntpd[18388]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:05.401 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:05 ntpd[18388]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:05.401 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:05 ntpd[18388]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:05.401 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:05 ntpd[18388]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T09:11:05.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:05 ntpd[18388]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T09:11:05.434 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:05 ntpd[18487]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:05.434 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:05 ntpd[18487]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:05.434 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:05 ntpd[18487]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:05.434 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:05 ntpd[18487]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:05.434 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:05 ntpd[18487]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:05.434 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:05 ntpd[18487]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:05.434 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:05 ntpd[18487]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:05.434 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:05 ntpd[18487]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:05.434 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:05 ntpd[18487]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T09:11:05.434 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:05 ntpd[18487]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T09:11:05.434 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:05 ntpd[18487]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:05.434 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:05 ntpd[18487]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:05.435 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:05 ntpd[18487]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T09:11:05.435 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:05 ntpd[18487]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T09:11:06.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:06 ntpd[18388]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:06.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:06 ntpd[18388]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:06.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:06 ntpd[18388]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:06.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:06 ntpd[18388]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:06.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:06 ntpd[18388]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:06.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:06 ntpd[18388]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:06.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:06 ntpd[18388]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T09:11:06.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:06 ntpd[18388]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T09:11:06.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:06 ntpd[18388]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:06.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:06 ntpd[18388]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:06.403 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:06 ntpd[18388]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T09:11:06.403 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:06 ntpd[18388]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T09:11:06.430 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:06 ntpd[18487]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:06.430 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:06 ntpd[18487]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:06.430 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:06 ntpd[18487]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:06.430 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:06 ntpd[18487]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:06.430 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:06 ntpd[18487]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T09:11:06.431 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:06 ntpd[18487]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T09:11:07.401 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:07 ntpd[18388]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:07.401 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:07 ntpd[18388]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:07.401 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:07 ntpd[18388]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:07.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:07 ntpd[18388]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:07.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:07 ntpd[18388]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T09:11:07.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:07 ntpd[18388]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T09:11:07.430 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:07 ntpd[18487]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:07.431 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:07 ntpd[18487]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:07.431 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:07 ntpd[18487]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:07.431 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:07 ntpd[18487]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:07.431 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:07 ntpd[18487]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:07.431 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:07 ntpd[18487]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:07.431 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:07 ntpd[18487]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T09:11:07.431 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:07 ntpd[18487]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T09:11:07.431 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:07 ntpd[18487]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:07.431 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:07 ntpd[18487]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:07.431 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:07 ntpd[18487]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T09:11:07.431 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:07 ntpd[18487]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T09:11:08.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:08 ntpd[18388]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:08.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:08 ntpd[18388]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:08.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:08 ntpd[18388]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:08.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:08 ntpd[18388]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:08.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:08 ntpd[18388]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:08.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:08 ntpd[18388]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:08.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:08 ntpd[18388]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T09:11:08.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:08 ntpd[18388]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T09:11:08.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:08 ntpd[18388]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:08.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:08 ntpd[18388]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:08.402 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:08 ntpd[18388]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T09:11:08.403 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:08 ntpd[18388]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T09:11:08.403 INFO:teuthology.orchestra.run.smithi018.stdout:17 Sep 09:11:08 ntpd[18388]: ntpd: time slew +0.000404 s 2024-09-17T09:11:08.403 INFO:teuthology.orchestra.run.smithi018.stdout:ntpd: time slew +0.000404s 2024-09-17T09:11:08.403 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:08 ntpd[18388]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-17T09:11:08.403 INFO:teuthology.orchestra.run.smithi018.stderr:17 Sep 09:11:08 ntpd[18388]: can't open /var/log/ntpstats/loopstats.20240917: Permission denied 2024-09-17T09:11:08.430 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:08 ntpd[18487]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:08.430 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:08 ntpd[18487]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:08.430 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:08 ntpd[18487]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:08.430 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:08 ntpd[18487]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:08.430 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:08 ntpd[18487]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T09:11:08.431 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:08 ntpd[18487]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T09:11:08.454 INFO:teuthology.orchestra.run.smithi018.stdout: remote refid st t when poll reach delay offset jitter 2024-09-17T09:11:08.454 INFO:teuthology.orchestra.run.smithi018.stdout:============================================================================== 2024-09-17T09:11:08.454 INFO:teuthology.orchestra.run.smithi018.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T09:11:08.454 INFO:teuthology.orchestra.run.smithi018.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T09:11:08.454 INFO:teuthology.orchestra.run.smithi018.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T09:11:08.454 INFO:teuthology.orchestra.run.smithi018.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T09:11:09.430 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:09 ntpd[18487]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:09.430 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:09 ntpd[18487]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:09.431 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:09 ntpd[18487]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:09.431 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:09 ntpd[18487]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:09.431 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:09 ntpd[18487]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T09:11:09.431 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:09 ntpd[18487]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T09:11:09.431 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:09 ntpd[18487]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T09:11:09.431 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:09 ntpd[18487]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T09:11:09.431 INFO:teuthology.orchestra.run.smithi191.stdout:17 Sep 09:11:09 ntpd[18487]: ntpd: time slew +0.000933 s 2024-09-17T09:11:09.431 INFO:teuthology.orchestra.run.smithi191.stdout:ntpd: time slew +0.000933s 2024-09-17T09:11:09.432 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:09 ntpd[18487]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-17T09:11:09.432 INFO:teuthology.orchestra.run.smithi191.stderr:17 Sep 09:11:09 ntpd[18487]: can't open /var/log/ntpstats/loopstats.20240917: Permission denied 2024-09-17T09:11:09.482 INFO:teuthology.orchestra.run.smithi191.stdout: remote refid st t when poll reach delay offset jitter 2024-09-17T09:11:09.482 INFO:teuthology.orchestra.run.smithi191.stdout:============================================================================== 2024-09-17T09:11:09.482 INFO:teuthology.orchestra.run.smithi191.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T09:11:09.483 INFO:teuthology.orchestra.run.smithi191.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T09:11:09.483 INFO:teuthology.orchestra.run.smithi191.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T09:11:09.483 INFO:teuthology.orchestra.run.smithi191.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T09:11:09.483 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-09-17T09:11:09.495 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-09-17T09:11:09.495 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-17T09:11:09.495 DEBUG:teuthology.orchestra.run.smithi018:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T09:11:09.501 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-17T09:11:09.501 DEBUG:teuthology.orchestra.run.smithi018:> stat /dev/vg_nvme/lv_1 2024-09-17T09:11:09.548 INFO:teuthology.orchestra.run.smithi018.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-17T09:11:09.548 INFO:teuthology.orchestra.run.smithi018.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T09:11:09.548 INFO:teuthology.orchestra.run.smithi018.stdout:Device: 5h/5d Inode: 880 Links: 1 2024-09-17T09:11:09.548 INFO:teuthology.orchestra.run.smithi018.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T09:11:09.548 INFO:teuthology.orchestra.run.smithi018.stdout:Access: 2024-09-17 09:07:28.962824790 +0000 2024-09-17T09:11:09.548 INFO:teuthology.orchestra.run.smithi018.stdout:Modify: 2024-09-17 09:07:28.690827219 +0000 2024-09-17T09:11:09.548 INFO:teuthology.orchestra.run.smithi018.stdout:Change: 2024-09-17 09:07:28.690827219 +0000 2024-09-17T09:11:09.548 INFO:teuthology.orchestra.run.smithi018.stdout: Birth: - 2024-09-17T09:11:09.548 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-17T09:11:09.603 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records in 2024-09-17T09:11:09.603 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records out 2024-09-17T09:11:09.603 INFO:teuthology.orchestra.run.smithi018.stderr:512 bytes copied, 0.000352619 s, 1.5 MB/s 2024-09-17T09:11:09.604 DEBUG:teuthology.orchestra.run.smithi018:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-17T09:11:09.653 DEBUG:teuthology.orchestra.run.smithi018:> stat /dev/vg_nvme/lv_2 2024-09-17T09:11:09.704 INFO:teuthology.orchestra.run.smithi018.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-17T09:11:09.704 INFO:teuthology.orchestra.run.smithi018.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T09:11:09.704 INFO:teuthology.orchestra.run.smithi018.stdout:Device: 5h/5d Inode: 902 Links: 1 2024-09-17T09:11:09.704 INFO:teuthology.orchestra.run.smithi018.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T09:11:09.704 INFO:teuthology.orchestra.run.smithi018.stdout:Access: 2024-09-17 09:07:29.434820574 +0000 2024-09-17T09:11:09.704 INFO:teuthology.orchestra.run.smithi018.stdout:Modify: 2024-09-17 09:07:29.182822825 +0000 2024-09-17T09:11:09.704 INFO:teuthology.orchestra.run.smithi018.stdout:Change: 2024-09-17 09:07:29.182822825 +0000 2024-09-17T09:11:09.704 INFO:teuthology.orchestra.run.smithi018.stdout: Birth: - 2024-09-17T09:11:09.704 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-17T09:11:09.758 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records in 2024-09-17T09:11:09.758 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records out 2024-09-17T09:11:09.758 INFO:teuthology.orchestra.run.smithi018.stderr:512 bytes copied, 0.000317522 s, 1.6 MB/s 2024-09-17T09:11:09.759 DEBUG:teuthology.orchestra.run.smithi018:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-17T09:11:09.809 DEBUG:teuthology.orchestra.run.smithi018:> stat /dev/vg_nvme/lv_3 2024-09-17T09:11:09.860 INFO:teuthology.orchestra.run.smithi018.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-17T09:11:09.860 INFO:teuthology.orchestra.run.smithi018.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T09:11:09.860 INFO:teuthology.orchestra.run.smithi018.stdout:Device: 5h/5d Inode: 916 Links: 1 2024-09-17T09:11:09.860 INFO:teuthology.orchestra.run.smithi018.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T09:11:09.860 INFO:teuthology.orchestra.run.smithi018.stdout:Access: 2024-09-17 09:07:29.954815929 +0000 2024-09-17T09:11:09.860 INFO:teuthology.orchestra.run.smithi018.stdout:Modify: 2024-09-17 09:07:29.674818429 +0000 2024-09-17T09:11:09.860 INFO:teuthology.orchestra.run.smithi018.stdout:Change: 2024-09-17 09:07:29.674818429 +0000 2024-09-17T09:11:09.860 INFO:teuthology.orchestra.run.smithi018.stdout: Birth: - 2024-09-17T09:11:09.861 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-17T09:11:09.914 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records in 2024-09-17T09:11:09.915 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records out 2024-09-17T09:11:09.915 INFO:teuthology.orchestra.run.smithi018.stderr:512 bytes copied, 0.000311257 s, 1.6 MB/s 2024-09-17T09:11:09.916 DEBUG:teuthology.orchestra.run.smithi018:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-17T09:11:09.965 DEBUG:teuthology.orchestra.run.smithi018:> stat /dev/vg_nvme/lv_4 2024-09-17T09:11:10.012 INFO:teuthology.orchestra.run.smithi018.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-17T09:11:10.012 INFO:teuthology.orchestra.run.smithi018.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T09:11:10.012 INFO:teuthology.orchestra.run.smithi018.stdout:Device: 5h/5d Inode: 931 Links: 1 2024-09-17T09:11:10.012 INFO:teuthology.orchestra.run.smithi018.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T09:11:10.012 INFO:teuthology.orchestra.run.smithi018.stdout:Access: 2024-09-17 09:07:30.450811499 +0000 2024-09-17T09:11:10.012 INFO:teuthology.orchestra.run.smithi018.stdout:Modify: 2024-09-17 09:07:30.182813892 +0000 2024-09-17T09:11:10.012 INFO:teuthology.orchestra.run.smithi018.stdout:Change: 2024-09-17 09:07:30.182813892 +0000 2024-09-17T09:11:10.012 INFO:teuthology.orchestra.run.smithi018.stdout: Birth: - 2024-09-17T09:11:10.013 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-17T09:11:10.066 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records in 2024-09-17T09:11:10.066 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records out 2024-09-17T09:11:10.066 INFO:teuthology.orchestra.run.smithi018.stderr:512 bytes copied, 0.00024423 s, 2.1 MB/s 2024-09-17T09:11:10.067 DEBUG:teuthology.orchestra.run.smithi018:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-17T09:11:10.117 DEBUG:teuthology.orchestra.run.smithi018:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-09-17T09:11:10.251 INFO:teuthology.orchestra.run.smithi018.stdout:loop 2024-09-17T09:11:10.253 INFO:tasks.nvme_loop:Connecting nvme_loop smithi018:/dev/vg_nvme/lv_1... 2024-09-17T09:11:10.253 DEBUG:teuthology.orchestra.run.smithi018:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-09-17T09:11:10.270 INFO:teuthology.orchestra.run.smithi018.stdout:1 2024-09-17T09:11:10.290 INFO:teuthology.orchestra.run.smithi018.stdout:/dev/vg_nvme/lv_11 2024-09-17T09:11:10.305 INFO:tasks.nvme_loop:Connecting nvme_loop smithi018:/dev/vg_nvme/lv_2... 2024-09-17T09:11:10.306 DEBUG:teuthology.orchestra.run.smithi018:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-09-17T09:11:10.363 INFO:teuthology.orchestra.run.smithi018.stdout:1 2024-09-17T09:11:10.384 INFO:teuthology.orchestra.run.smithi018.stdout:/dev/vg_nvme/lv_21 2024-09-17T09:11:10.401 INFO:tasks.nvme_loop:Connecting nvme_loop smithi018:/dev/vg_nvme/lv_3... 2024-09-17T09:11:10.402 DEBUG:teuthology.orchestra.run.smithi018:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-09-17T09:11:10.460 INFO:teuthology.orchestra.run.smithi018.stdout:1 2024-09-17T09:11:10.480 INFO:teuthology.orchestra.run.smithi018.stdout:/dev/vg_nvme/lv_31 2024-09-17T09:11:10.497 INFO:tasks.nvme_loop:Connecting nvme_loop smithi018:/dev/vg_nvme/lv_4... 2024-09-17T09:11:10.498 DEBUG:teuthology.orchestra.run.smithi018:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-09-17T09:11:10.555 INFO:teuthology.orchestra.run.smithi018.stdout:1 2024-09-17T09:11:10.574 INFO:teuthology.orchestra.run.smithi018.stdout:/dev/vg_nvme/lv_41 2024-09-17T09:11:10.592 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-17T09:11:10.592 DEBUG:teuthology.orchestra.run.smithi018:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T09:11:10.643 DEBUG:teuthology.orchestra.run.smithi018:> sudo nvme list -o json 2024-09-17T09:11:10.695 INFO:teuthology.orchestra.run.smithi018.stdout:{ 2024-09-17T09:11:10.696 INFO:teuthology.orchestra.run.smithi018.stdout: "Devices" : [ 2024-09-17T09:11:10.696 INFO:teuthology.orchestra.run.smithi018.stdout: { 2024-09-17T09:11:10.696 INFO:teuthology.orchestra.run.smithi018.stdout: "DevicePath" : "/dev/nvme0n1", 2024-09-17T09:11:10.696 INFO:teuthology.orchestra.run.smithi018.stdout: "Firmware" : "E2010325", 2024-09-17T09:11:10.696 INFO:teuthology.orchestra.run.smithi018.stdout: "Index" : 0, 2024-09-17T09:11:10.696 INFO:teuthology.orchestra.run.smithi018.stdout: "ModelNumber" : "INTEL SSDPED1D480GA", 2024-09-17T09:11:10.696 INFO:teuthology.orchestra.run.smithi018.stdout: "ProductName" : "Unknown Device", 2024-09-17T09:11:10.696 INFO:teuthology.orchestra.run.smithi018.stdout: "SerialNumber" : "PHMB75120091480DGN" 2024-09-17T09:11:10.696 INFO:teuthology.orchestra.run.smithi018.stdout: }, 2024-09-17T09:11:10.696 INFO:teuthology.orchestra.run.smithi018.stdout: { 2024-09-17T09:11:10.696 INFO:teuthology.orchestra.run.smithi018.stdout: "DevicePath" : "/dev/nvme1n1", 2024-09-17T09:11:10.697 INFO:teuthology.orchestra.run.smithi018.stdout: "Firmware" : "5.15.0-1", 2024-09-17T09:11:10.697 INFO:teuthology.orchestra.run.smithi018.stdout: "Index" : 1, 2024-09-17T09:11:10.697 INFO:teuthology.orchestra.run.smithi018.stdout: "ModelNumber" : "Linux", 2024-09-17T09:11:10.697 INFO:teuthology.orchestra.run.smithi018.stdout: "ProductName" : "Unknown Device", 2024-09-17T09:11:10.697 INFO:teuthology.orchestra.run.smithi018.stdout: "SerialNumber" : "aa152806447c014eb6b7" 2024-09-17T09:11:10.697 INFO:teuthology.orchestra.run.smithi018.stdout: }, 2024-09-17T09:11:10.697 INFO:teuthology.orchestra.run.smithi018.stdout: { 2024-09-17T09:11:10.697 INFO:teuthology.orchestra.run.smithi018.stdout: "DevicePath" : "/dev/nvme2n1", 2024-09-17T09:11:10.697 INFO:teuthology.orchestra.run.smithi018.stdout: "Firmware" : "5.15.0-1", 2024-09-17T09:11:10.697 INFO:teuthology.orchestra.run.smithi018.stdout: "Index" : 2, 2024-09-17T09:11:10.697 INFO:teuthology.orchestra.run.smithi018.stdout: "ModelNumber" : "Linux", 2024-09-17T09:11:10.698 INFO:teuthology.orchestra.run.smithi018.stdout: "ProductName" : "Unknown Device", 2024-09-17T09:11:10.698 INFO:teuthology.orchestra.run.smithi018.stdout: "SerialNumber" : "0c13482d764aebbb4f4e" 2024-09-17T09:11:10.698 INFO:teuthology.orchestra.run.smithi018.stdout: }, 2024-09-17T09:11:10.698 INFO:teuthology.orchestra.run.smithi018.stdout: { 2024-09-17T09:11:10.698 INFO:teuthology.orchestra.run.smithi018.stdout: "DevicePath" : "/dev/nvme3n1", 2024-09-17T09:11:10.698 INFO:teuthology.orchestra.run.smithi018.stdout: "Firmware" : "5.15.0-1", 2024-09-17T09:11:10.698 INFO:teuthology.orchestra.run.smithi018.stdout: "Index" : 3, 2024-09-17T09:11:10.698 INFO:teuthology.orchestra.run.smithi018.stdout: "ModelNumber" : "Linux", 2024-09-17T09:11:10.698 INFO:teuthology.orchestra.run.smithi018.stdout: "ProductName" : "Unknown Device", 2024-09-17T09:11:10.698 INFO:teuthology.orchestra.run.smithi018.stdout: "SerialNumber" : "5fa3ddd6dce59083e39e" 2024-09-17T09:11:10.698 INFO:teuthology.orchestra.run.smithi018.stdout: }, 2024-09-17T09:11:10.698 INFO:teuthology.orchestra.run.smithi018.stdout: { 2024-09-17T09:11:10.698 INFO:teuthology.orchestra.run.smithi018.stdout: "DevicePath" : "/dev/nvme4n1", 2024-09-17T09:11:10.698 INFO:teuthology.orchestra.run.smithi018.stdout: "Firmware" : "5.15.0-1", 2024-09-17T09:11:10.699 INFO:teuthology.orchestra.run.smithi018.stdout: "Index" : 4, 2024-09-17T09:11:10.699 INFO:teuthology.orchestra.run.smithi018.stdout: "ModelNumber" : "Linux", 2024-09-17T09:11:10.699 INFO:teuthology.orchestra.run.smithi018.stdout: "ProductName" : "Unknown Device", 2024-09-17T09:11:10.699 INFO:teuthology.orchestra.run.smithi018.stdout: "SerialNumber" : "c7577110ddde56097e55" 2024-09-17T09:11:10.699 INFO:teuthology.orchestra.run.smithi018.stdout: } 2024-09-17T09:11:10.699 INFO:teuthology.orchestra.run.smithi018.stdout: ] 2024-09-17T09:11:10.700 INFO:teuthology.orchestra.run.smithi018.stdout:} 2024-09-17T09:11:10.700 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-09-17T09:11:10.700 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-17T09:11:10.700 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/scratch_devs 2024-09-17T09:11:10.758 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-09-17T09:11:10.759 DEBUG:teuthology.orchestra.run.smithi191:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T09:11:10.764 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-17T09:11:10.765 DEBUG:teuthology.orchestra.run.smithi191:> stat /dev/vg_nvme/lv_1 2024-09-17T09:11:10.814 INFO:teuthology.orchestra.run.smithi191.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-17T09:11:10.814 INFO:teuthology.orchestra.run.smithi191.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T09:11:10.814 INFO:teuthology.orchestra.run.smithi191.stdout:Device: 5h/5d Inode: 879 Links: 1 2024-09-17T09:11:10.814 INFO:teuthology.orchestra.run.smithi191.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T09:11:10.814 INFO:teuthology.orchestra.run.smithi191.stdout:Access: 2024-09-17 09:07:30.016164250 +0000 2024-09-17T09:11:10.814 INFO:teuthology.orchestra.run.smithi191.stdout:Modify: 2024-09-17 09:07:30.012164285 +0000 2024-09-17T09:11:10.814 INFO:teuthology.orchestra.run.smithi191.stdout:Change: 2024-09-17 09:07:30.012164285 +0000 2024-09-17T09:11:10.815 INFO:teuthology.orchestra.run.smithi191.stdout: Birth: - 2024-09-17T09:11:10.815 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-17T09:11:10.868 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records in 2024-09-17T09:11:10.868 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records out 2024-09-17T09:11:10.868 INFO:teuthology.orchestra.run.smithi191.stderr:512 bytes copied, 0.00035711 s, 1.4 MB/s 2024-09-17T09:11:10.869 DEBUG:teuthology.orchestra.run.smithi191:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-17T09:11:10.918 DEBUG:teuthology.orchestra.run.smithi191:> stat /dev/vg_nvme/lv_2 2024-09-17T09:11:10.965 INFO:teuthology.orchestra.run.smithi191.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-17T09:11:10.966 INFO:teuthology.orchestra.run.smithi191.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T09:11:10.966 INFO:teuthology.orchestra.run.smithi191.stdout:Device: 5h/5d Inode: 899 Links: 1 2024-09-17T09:11:10.966 INFO:teuthology.orchestra.run.smithi191.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T09:11:10.966 INFO:teuthology.orchestra.run.smithi191.stdout:Access: 2024-09-17 09:07:30.756157639 +0000 2024-09-17T09:11:10.966 INFO:teuthology.orchestra.run.smithi191.stdout:Modify: 2024-09-17 09:07:30.516159784 +0000 2024-09-17T09:11:10.966 INFO:teuthology.orchestra.run.smithi191.stdout:Change: 2024-09-17 09:07:30.516159784 +0000 2024-09-17T09:11:10.966 INFO:teuthology.orchestra.run.smithi191.stdout: Birth: - 2024-09-17T09:11:10.966 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-17T09:11:11.020 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records in 2024-09-17T09:11:11.020 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records out 2024-09-17T09:11:11.020 INFO:teuthology.orchestra.run.smithi191.stderr:512 bytes copied, 0.000381194 s, 1.3 MB/s 2024-09-17T09:11:11.022 DEBUG:teuthology.orchestra.run.smithi191:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-17T09:11:11.070 DEBUG:teuthology.orchestra.run.smithi191:> stat /dev/vg_nvme/lv_3 2024-09-17T09:11:11.117 INFO:teuthology.orchestra.run.smithi191.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-17T09:11:11.117 INFO:teuthology.orchestra.run.smithi191.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T09:11:11.117 INFO:teuthology.orchestra.run.smithi191.stdout:Device: 5h/5d Inode: 919 Links: 1 2024-09-17T09:11:11.117 INFO:teuthology.orchestra.run.smithi191.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T09:11:11.117 INFO:teuthology.orchestra.run.smithi191.stdout:Access: 2024-09-17 09:07:31.240153316 +0000 2024-09-17T09:11:11.117 INFO:teuthology.orchestra.run.smithi191.stdout:Modify: 2024-09-17 09:07:30.992155531 +0000 2024-09-17T09:11:11.118 INFO:teuthology.orchestra.run.smithi191.stdout:Change: 2024-09-17 09:07:30.992155531 +0000 2024-09-17T09:11:11.118 INFO:teuthology.orchestra.run.smithi191.stdout: Birth: - 2024-09-17T09:11:11.118 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-17T09:11:11.172 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records in 2024-09-17T09:11:11.172 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records out 2024-09-17T09:11:11.172 INFO:teuthology.orchestra.run.smithi191.stderr:512 bytes copied, 0.000434451 s, 1.2 MB/s 2024-09-17T09:11:11.173 DEBUG:teuthology.orchestra.run.smithi191:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-17T09:11:11.222 DEBUG:teuthology.orchestra.run.smithi191:> stat /dev/vg_nvme/lv_4 2024-09-17T09:11:11.269 INFO:teuthology.orchestra.run.smithi191.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-17T09:11:11.269 INFO:teuthology.orchestra.run.smithi191.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T09:11:11.269 INFO:teuthology.orchestra.run.smithi191.stdout:Device: 5h/5d Inode: 931 Links: 1 2024-09-17T09:11:11.269 INFO:teuthology.orchestra.run.smithi191.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T09:11:11.269 INFO:teuthology.orchestra.run.smithi191.stdout:Access: 2024-09-17 09:07:31.708149136 +0000 2024-09-17T09:11:11.269 INFO:teuthology.orchestra.run.smithi191.stdout:Modify: 2024-09-17 09:07:31.460151351 +0000 2024-09-17T09:11:11.269 INFO:teuthology.orchestra.run.smithi191.stdout:Change: 2024-09-17 09:07:31.460151351 +0000 2024-09-17T09:11:11.270 INFO:teuthology.orchestra.run.smithi191.stdout: Birth: - 2024-09-17T09:11:11.270 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-17T09:11:11.323 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records in 2024-09-17T09:11:11.323 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records out 2024-09-17T09:11:11.323 INFO:teuthology.orchestra.run.smithi191.stderr:512 bytes copied, 0.000372255 s, 1.4 MB/s 2024-09-17T09:11:11.324 DEBUG:teuthology.orchestra.run.smithi191:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-17T09:11:11.374 DEBUG:teuthology.orchestra.run.smithi191:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-09-17T09:11:11.515 INFO:teuthology.orchestra.run.smithi191.stdout:loop 2024-09-17T09:11:11.516 INFO:tasks.nvme_loop:Connecting nvme_loop smithi191:/dev/vg_nvme/lv_1... 2024-09-17T09:11:11.517 DEBUG:teuthology.orchestra.run.smithi191:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-09-17T09:11:11.535 INFO:teuthology.orchestra.run.smithi191.stdout:1 2024-09-17T09:11:11.557 INFO:teuthology.orchestra.run.smithi191.stdout:/dev/vg_nvme/lv_11 2024-09-17T09:11:11.574 INFO:tasks.nvme_loop:Connecting nvme_loop smithi191:/dev/vg_nvme/lv_2... 2024-09-17T09:11:11.574 DEBUG:teuthology.orchestra.run.smithi191:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-09-17T09:11:11.632 INFO:teuthology.orchestra.run.smithi191.stdout:1 2024-09-17T09:11:11.654 INFO:teuthology.orchestra.run.smithi191.stdout:/dev/vg_nvme/lv_21 2024-09-17T09:11:11.670 INFO:tasks.nvme_loop:Connecting nvme_loop smithi191:/dev/vg_nvme/lv_3... 2024-09-17T09:11:11.671 DEBUG:teuthology.orchestra.run.smithi191:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-09-17T09:11:11.729 INFO:teuthology.orchestra.run.smithi191.stdout:1 2024-09-17T09:11:11.749 INFO:teuthology.orchestra.run.smithi191.stdout:/dev/vg_nvme/lv_31 2024-09-17T09:11:11.768 INFO:tasks.nvme_loop:Connecting nvme_loop smithi191:/dev/vg_nvme/lv_4... 2024-09-17T09:11:11.768 DEBUG:teuthology.orchestra.run.smithi191:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-09-17T09:11:11.828 INFO:teuthology.orchestra.run.smithi191.stdout:1 2024-09-17T09:11:11.846 INFO:teuthology.orchestra.run.smithi191.stdout:/dev/vg_nvme/lv_41 2024-09-17T09:11:11.862 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-09-17T09:11:11.862 DEBUG:teuthology.orchestra.run.smithi191:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T09:11:11.909 DEBUG:teuthology.orchestra.run.smithi191:> sudo nvme list -o json 2024-09-17T09:11:11.961 INFO:teuthology.orchestra.run.smithi191.stdout:{ 2024-09-17T09:11:11.961 INFO:teuthology.orchestra.run.smithi191.stdout: "Devices" : [ 2024-09-17T09:11:11.961 INFO:teuthology.orchestra.run.smithi191.stdout: { 2024-09-17T09:11:11.962 INFO:teuthology.orchestra.run.smithi191.stdout: "DevicePath" : "/dev/nvme0n1", 2024-09-17T09:11:11.962 INFO:teuthology.orchestra.run.smithi191.stdout: "Firmware" : "8DV101H0", 2024-09-17T09:11:11.962 INFO:teuthology.orchestra.run.smithi191.stdout: "Index" : 0, 2024-09-17T09:11:11.962 INFO:teuthology.orchestra.run.smithi191.stdout: "ModelNumber" : "INTEL SSDPEDMD400G4", 2024-09-17T09:11:11.962 INFO:teuthology.orchestra.run.smithi191.stdout: "ProductName" : "Unknown Device", 2024-09-17T09:11:11.962 INFO:teuthology.orchestra.run.smithi191.stdout: "SerialNumber" : "CVFT6303008M400BGN" 2024-09-17T09:11:11.962 INFO:teuthology.orchestra.run.smithi191.stdout: }, 2024-09-17T09:11:11.962 INFO:teuthology.orchestra.run.smithi191.stdout: { 2024-09-17T09:11:11.962 INFO:teuthology.orchestra.run.smithi191.stdout: "DevicePath" : "/dev/nvme1n1", 2024-09-17T09:11:11.962 INFO:teuthology.orchestra.run.smithi191.stdout: "Firmware" : "5.15.0-1", 2024-09-17T09:11:11.962 INFO:teuthology.orchestra.run.smithi191.stdout: "Index" : 1, 2024-09-17T09:11:11.962 INFO:teuthology.orchestra.run.smithi191.stdout: "ModelNumber" : "Linux", 2024-09-17T09:11:11.963 INFO:teuthology.orchestra.run.smithi191.stdout: "ProductName" : "Unknown Device", 2024-09-17T09:11:11.963 INFO:teuthology.orchestra.run.smithi191.stdout: "SerialNumber" : "077bc820892981429508" 2024-09-17T09:11:11.963 INFO:teuthology.orchestra.run.smithi191.stdout: }, 2024-09-17T09:11:11.963 INFO:teuthology.orchestra.run.smithi191.stdout: { 2024-09-17T09:11:11.963 INFO:teuthology.orchestra.run.smithi191.stdout: "DevicePath" : "/dev/nvme2n1", 2024-09-17T09:11:11.963 INFO:teuthology.orchestra.run.smithi191.stdout: "Firmware" : "5.15.0-1", 2024-09-17T09:11:11.963 INFO:teuthology.orchestra.run.smithi191.stdout: "Index" : 2, 2024-09-17T09:11:11.963 INFO:teuthology.orchestra.run.smithi191.stdout: "ModelNumber" : "Linux", 2024-09-17T09:11:11.963 INFO:teuthology.orchestra.run.smithi191.stdout: "ProductName" : "Unknown Device", 2024-09-17T09:11:11.963 INFO:teuthology.orchestra.run.smithi191.stdout: "SerialNumber" : "8abeb1f416edb73f5302" 2024-09-17T09:11:11.963 INFO:teuthology.orchestra.run.smithi191.stdout: }, 2024-09-17T09:11:11.963 INFO:teuthology.orchestra.run.smithi191.stdout: { 2024-09-17T09:11:11.963 INFO:teuthology.orchestra.run.smithi191.stdout: "DevicePath" : "/dev/nvme3n1", 2024-09-17T09:11:11.963 INFO:teuthology.orchestra.run.smithi191.stdout: "Firmware" : "5.15.0-1", 2024-09-17T09:11:11.964 INFO:teuthology.orchestra.run.smithi191.stdout: "Index" : 3, 2024-09-17T09:11:11.964 INFO:teuthology.orchestra.run.smithi191.stdout: "ModelNumber" : "Linux", 2024-09-17T09:11:11.964 INFO:teuthology.orchestra.run.smithi191.stdout: "ProductName" : "Unknown Device", 2024-09-17T09:11:11.964 INFO:teuthology.orchestra.run.smithi191.stdout: "SerialNumber" : "2e82248764df2cf01fde" 2024-09-17T09:11:11.964 INFO:teuthology.orchestra.run.smithi191.stdout: }, 2024-09-17T09:11:11.964 INFO:teuthology.orchestra.run.smithi191.stdout: { 2024-09-17T09:11:11.964 INFO:teuthology.orchestra.run.smithi191.stdout: "DevicePath" : "/dev/nvme4n1", 2024-09-17T09:11:11.964 INFO:teuthology.orchestra.run.smithi191.stdout: "Firmware" : "5.15.0-1", 2024-09-17T09:11:11.964 INFO:teuthology.orchestra.run.smithi191.stdout: "Index" : 4, 2024-09-17T09:11:11.964 INFO:teuthology.orchestra.run.smithi191.stdout: "ModelNumber" : "Linux", 2024-09-17T09:11:11.964 INFO:teuthology.orchestra.run.smithi191.stdout: "ProductName" : "Unknown Device", 2024-09-17T09:11:11.964 INFO:teuthology.orchestra.run.smithi191.stdout: "SerialNumber" : "ce895c0fa96ee67b8c47" 2024-09-17T09:11:11.964 INFO:teuthology.orchestra.run.smithi191.stdout: } 2024-09-17T09:11:11.964 INFO:teuthology.orchestra.run.smithi191.stdout: ] 2024-09-17T09:11:11.965 INFO:teuthology.orchestra.run.smithi191.stdout:} 2024-09-17T09:11:11.965 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-09-17T09:11:11.966 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-09-17T09:11:11.966 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/scratch_devs 2024-09-17T09:11:12.018 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-17T09:11:12.111 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'CEPHADM_DAEMON_PLACE_FAIL', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': '19e2a2beb6f41a3ab62650e38614eb29b59dcbb9'} 2024-09-17T09:11:12.111 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 2024-09-17T09:11:12.111 INFO:tasks.cephadm:Cluster fsid is c8b74618-74d4-11ef-bceb-c7b262605968 2024-09-17T09:11:12.112 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-17T09:11:12.112 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-09-17T09:11:12.112 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi018': '172.21.15.18', 'mon.smithi191': '172.21.15.191'} 2024-09-17T09:11:12.112 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-17T09:11:12.112 DEBUG:teuthology.orchestra.run.smithi018:> sudo hostname $(hostname -s) 2024-09-17T09:11:12.127 DEBUG:teuthology.orchestra.run.smithi191:> sudo hostname $(hostname -s) 2024-09-17T09:11:12.141 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-17T09:11:12.142 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 2024-09-17T09:11:12.284 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '19e2a2beb6f41a3ab62650e38614eb29b59dcbb9', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/56094/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.2.4-855-g19e2a2be', 'node_name': '172.21.2.17+braggi17', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '18.2.4-855-g19e2a2be-1jammy'}, 'url': 'https://3.chacra.ceph.com/r/ceph/reef/19e2a2beb6f41a3ab62650e38614eb29b59dcbb9/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-09-16 16:50:43.846409', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'reef', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/reef/19e2a2beb6f41a3ab62650e38614eb29b59dcbb9/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-09-17T09:11:12.423 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref reef, sha1 19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 2024-09-17T09:11:12.424 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/reef/19e2a2beb6f41a3ab62650e38614eb29b59dcbb9/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-17T09:11:12.425 DEBUG:teuthology.orchestra.run.smithi018:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/reef/19e2a2beb6f41a3ab62650e38614eb29b59dcbb9/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-17T09:11:13.032 INFO:teuthology.orchestra.run.smithi018.stdout:-rw-rw-r-- 1 ubuntu ubuntu 218649 Sep 17 09:11 /home/ubuntu/cephtest/cephadm 2024-09-17T09:11:13.033 DEBUG:teuthology.orchestra.run.smithi191:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/reef/19e2a2beb6f41a3ab62650e38614eb29b59dcbb9/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-17T09:11:13.651 INFO:teuthology.orchestra.run.smithi191.stdout:-rw-rw-r-- 1 ubuntu ubuntu 218649 Sep 17 09:11 /home/ubuntu/cephtest/cephadm 2024-09-17T09:11:13.652 DEBUG:teuthology.orchestra.run.smithi018:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-17T09:11:13.660 DEBUG:teuthology.orchestra.run.smithi191:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-17T09:11:13.676 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 on all hosts... 2024-09-17T09:11:13.676 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 pull 2024-09-17T09:11:13.704 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 pull 2024-09-17T09:11:13.826 INFO:teuthology.orchestra.run.smithi018.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9... 2024-09-17T09:11:13.830 INFO:teuthology.orchestra.run.smithi191.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9... 2024-09-17T09:12:22.535 INFO:teuthology.orchestra.run.smithi191.stdout:{ 2024-09-17T09:12:22.535 INFO:teuthology.orchestra.run.smithi191.stdout: "ceph_version": "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)", 2024-09-17T09:12:22.535 INFO:teuthology.orchestra.run.smithi191.stdout: "image_id": "980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89", 2024-09-17T09:12:22.535 INFO:teuthology.orchestra.run.smithi191.stdout: "repo_digests": [ 2024-09-17T09:12:22.536 INFO:teuthology.orchestra.run.smithi191.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9" 2024-09-17T09:12:22.536 INFO:teuthology.orchestra.run.smithi191.stdout: ] 2024-09-17T09:12:22.536 INFO:teuthology.orchestra.run.smithi191.stdout:} 2024-09-17T09:12:28.883 INFO:teuthology.orchestra.run.smithi018.stdout:{ 2024-09-17T09:12:28.884 INFO:teuthology.orchestra.run.smithi018.stdout: "ceph_version": "ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable)", 2024-09-17T09:12:28.884 INFO:teuthology.orchestra.run.smithi018.stdout: "image_id": "980a0bfcd684674f25c08d857ad8de3b1c8ae738870529edbf9aa463832c8d89", 2024-09-17T09:12:28.884 INFO:teuthology.orchestra.run.smithi018.stdout: "repo_digests": [ 2024-09-17T09:12:28.884 INFO:teuthology.orchestra.run.smithi018.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9" 2024-09-17T09:12:28.884 INFO:teuthology.orchestra.run.smithi018.stdout: ] 2024-09-17T09:12:28.884 INFO:teuthology.orchestra.run.smithi018.stdout:} 2024-09-17T09:12:28.921 DEBUG:teuthology.orchestra.run.smithi018:> sudo mkdir -p /etc/ceph 2024-09-17T09:12:28.935 DEBUG:teuthology.orchestra.run.smithi191:> sudo mkdir -p /etc/ceph 2024-09-17T09:12:28.950 DEBUG:teuthology.orchestra.run.smithi018:> sudo chmod 777 /etc/ceph 2024-09-17T09:12:28.990 DEBUG:teuthology.orchestra.run.smithi191:> sudo chmod 777 /etc/ceph 2024-09-17T09:12:29.003 INFO:tasks.cephadm:Writing seed config... 2024-09-17T09:12:29.006 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-17T09:12:29.006 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-17T09:12:29.006 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-17T09:12:29.006 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-17T09:12:29.006 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-17T09:12:29.006 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-17T09:12:29.006 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-17T09:12:29.006 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-09-17T09:12:29.007 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-17T09:12:29.007 DEBUG:teuthology.orchestra.run.smithi018:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-17T09:12:29.039 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = c8b74618-74d4-11ef-bceb-c7b262605968 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-09-17T09:12:29.040 DEBUG:teuthology.orchestra.run.smithi018:mon.smithi018> sudo journalctl -f -n 0 -u ceph-c8b74618-74d4-11ef-bceb-c7b262605968@mon.smithi018.service 2024-09-17T09:12:29.084 INFO:tasks.cephadm:Bootstrapping... 2024-09-17T09:12:29.084 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 -v bootstrap --fsid c8b74618-74d4-11ef-bceb-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.18 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-17T09:12:29.246 INFO:teuthology.orchestra.run.smithi018.stdout:-------------------------------------------------------------------------------- 2024-09-17T09:12:29.246 INFO:teuthology.orchestra.run.smithi018.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9', '-v', 'bootstrap', '--fsid', 'c8b74618-74d4-11ef-bceb-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.18', '--skip-admin-label'] 2024-09-17T09:12:29.247 INFO:teuthology.orchestra.run.smithi018.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-17T09:12:29.247 INFO:teuthology.orchestra.run.smithi018.stdout:Verifying podman|docker is present... 2024-09-17T09:12:29.247 INFO:teuthology.orchestra.run.smithi018.stdout:Verifying lvm2 is present... 2024-09-17T09:12:29.247 INFO:teuthology.orchestra.run.smithi018.stdout:Verifying time synchronization is in place... 2024-09-17T09:12:29.252 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-17T09:12:29.252 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-17T09:12:29.257 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-17T09:12:29.258 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout inactive 2024-09-17T09:12:29.263 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-17T09:12:29.263 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-17T09:12:29.268 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-17T09:12:29.268 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout inactive 2024-09-17T09:12:29.272 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-17T09:12:29.272 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout masked 2024-09-17T09:12:29.278 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-17T09:12:29.278 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout inactive 2024-09-17T09:12:29.283 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-17T09:12:29.284 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-17T09:12:29.289 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-17T09:12:29.289 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout inactive 2024-09-17T09:12:29.293 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout enabled 2024-09-17T09:12:29.297 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout active 2024-09-17T09:12:29.297 INFO:teuthology.orchestra.run.smithi018.stdout:Unit ntp.service is enabled and running 2024-09-17T09:12:29.297 INFO:teuthology.orchestra.run.smithi018.stdout:Repeating the final host check... 2024-09-17T09:12:29.297 INFO:teuthology.orchestra.run.smithi018.stdout:docker (/usr/bin/docker) is present 2024-09-17T09:12:29.297 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl is present 2024-09-17T09:12:29.297 INFO:teuthology.orchestra.run.smithi018.stdout:lvcreate is present 2024-09-17T09:12:29.300 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-17T09:12:29.300 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-17T09:12:29.304 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-17T09:12:29.304 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout inactive 2024-09-17T09:12:29.308 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-17T09:12:29.308 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-17T09:12:29.311 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-17T09:12:29.311 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout inactive 2024-09-17T09:12:29.316 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-17T09:12:29.316 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout masked 2024-09-17T09:12:29.320 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-17T09:12:29.320 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout inactive 2024-09-17T09:12:29.324 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-17T09:12:29.324 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-17T09:12:29.328 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-17T09:12:29.328 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout inactive 2024-09-17T09:12:29.332 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout enabled 2024-09-17T09:12:29.336 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stdout active 2024-09-17T09:12:29.336 INFO:teuthology.orchestra.run.smithi018.stdout:Unit ntp.service is enabled and running 2024-09-17T09:12:29.337 INFO:teuthology.orchestra.run.smithi018.stdout:Host looks OK 2024-09-17T09:12:29.337 INFO:teuthology.orchestra.run.smithi018.stdout:Cluster fsid: c8b74618-74d4-11ef-bceb-c7b262605968 2024-09-17T09:12:29.337 INFO:teuthology.orchestra.run.smithi018.stdout:Acquiring lock 140101797640656 on /run/cephadm/c8b74618-74d4-11ef-bceb-c7b262605968.lock 2024-09-17T09:12:29.337 INFO:teuthology.orchestra.run.smithi018.stdout:Lock 140101797640656 acquired on /run/cephadm/c8b74618-74d4-11ef-bceb-c7b262605968.lock 2024-09-17T09:12:29.337 INFO:teuthology.orchestra.run.smithi018.stdout:Verifying IP 172.21.15.18 port 3300 ... 2024-09-17T09:12:29.337 INFO:teuthology.orchestra.run.smithi018.stdout:Verifying IP 172.21.15.18 port 6789 ... 2024-09-17T09:12:29.337 INFO:teuthology.orchestra.run.smithi018.stdout:Base mon IP(s) is [172.21.15.18:3300, 172.21.15.18:6789], mon addrv is [v2:172.21.15.18:3300,v1:172.21.15.18:6789] 2024-09-17T09:12:29.339 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-09-17T09:12:29.339 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-17T09:12:29.339 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.18 2024-09-17T09:12:29.341 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-17T09:12:29.342 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-09-17T09:12:29.342 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1797sec hoplimit 64 pref medium 2024-09-17T09:12:29.344 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-17T09:12:29.344 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-17T09:12:29.344 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-17T09:12:29.345 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-09-17T09:12:29.345 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:1362/64 scope link 2024-09-17T09:12:29.345 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-17T09:12:29.345 INFO:teuthology.orchestra.run.smithi018.stdout:Mon IP `172.21.15.18` is in CIDR network `172.21.0.0/20` 2024-09-17T09:12:29.345 INFO:teuthology.orchestra.run.smithi018.stdout:Mon IP `172.21.15.18` is in CIDR network `172.21.0.0/20` 2024-09-17T09:12:29.345 INFO:teuthology.orchestra.run.smithi018.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-17T09:12:29.348 INFO:teuthology.orchestra.run.smithi018.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-17T09:12:29.348 INFO:teuthology.orchestra.run.smithi018.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9... 2024-09-17T09:12:29.611 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/docker: stdout 19e2a2beb6f41a3ab62650e38614eb29b59dcbb9: Pulling from ceph-ci/ceph 2024-09-17T09:12:29.611 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/docker: stdout Digest: sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:12:29.611 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 2024-09-17T09:12:29.612 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 2024-09-17T09:12:31.025 INFO:teuthology.orchestra.run.smithi018.stdout:ceph: stdout ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable) 2024-09-17T09:12:31.025 INFO:teuthology.orchestra.run.smithi018.stdout:Ceph version: ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable) 2024-09-17T09:12:31.025 INFO:teuthology.orchestra.run.smithi018.stdout:Extracting ceph user uid/gid from container image... 2024-09-17T09:12:32.303 INFO:teuthology.orchestra.run.smithi018.stdout:stat: stdout 167 167 2024-09-17T09:12:32.303 INFO:teuthology.orchestra.run.smithi018.stdout:Creating initial keys... 2024-09-17T09:12:33.635 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-authtool: stdout AQABSOlmYsfpBxAAo/8qNoKqltE25N77beo5MA== 2024-09-17T09:12:34.866 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-authtool: stdout AQACSOlmZe0KGhAAa0aVkkOvYWZcc1byhUbwuQ== 2024-09-17T09:12:36.146 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-authtool: stdout AQADSOlmSd9NKRAANvSLXbMOS0IjM1Xo5VjZ2g== 2024-09-17T09:12:36.147 INFO:teuthology.orchestra.run.smithi018.stdout:Creating initial monmap... 2024-09-17T09:12:37.478 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-17T09:12:37.479 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2024-09-17T09:12:37.479 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to c8b74618-74d4-11ef-bceb-c7b262605968 2024-09-17T09:12:37.479 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-17T09:12:37.479 INFO:teuthology.orchestra.run.smithi018.stdout:monmaptool for smithi018 [v2:172.21.15.18:3300,v1:172.21.15.18:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-17T09:12:37.479 INFO:teuthology.orchestra.run.smithi018.stdout:setting min_mon_release = pacific 2024-09-17T09:12:37.479 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/monmaptool: set fsid to c8b74618-74d4-11ef-bceb-c7b262605968 2024-09-17T09:12:37.479 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-17T09:12:37.479 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T09:12:37.479 INFO:teuthology.orchestra.run.smithi018.stdout:Creating mon... 2024-09-17T09:12:38.869 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.345+0000 7efc1fa27b00 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-17T09:12:38.869 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.345+0000 7efc1fa27b00 1 imported monmap: 2024-09-17T09:12:38.870 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-09-17T09:12:38.870 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr fsid c8b74618-74d4-11ef-bceb-c7b262605968 2024-09-17T09:12:38.870 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-09-17T09:12:37.035287+0000 2024-09-17T09:12:38.870 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr created 2024-09-17T09:12:37.035287+0000 2024-09-17T09:12:38.870 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr min_mon_release 16 (pacific) 2024-09-17T09:12:38.870 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-09-17T09:12:38.870 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0] mon.smithi018 2024-09-17T09:12:38.870 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T09:12:38.870 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.345+0000 7efc1fa27b00 0 /usr/bin/ceph-mon: set fsid to c8b74618-74d4-11ef-bceb-c7b262605968 2024-09-17T09:12:38.870 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: RocksDB version: 7.9.2 2024-09-17T09:12:38.870 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T09:12:38.870 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Git sha 0 2024-09-17T09:12:38.870 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Compile date 2024-09-16 15:15:13 2024-09-17T09:12:38.870 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: DB SUMMARY 2024-09-17T09:12:38.871 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T09:12:38.871 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: DB Session ID: NL956ZXCVJRB35SMXN76 2024-09-17T09:12:38.871 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T09:12:38.871 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi018/store.db dir, Total Num: 0, files: 2024-09-17T09:12:38.871 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T09:12:38.871 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi018/store.db: 2024-09-17T09:12:38.871 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T09:12:38.871 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.error_if_exists: 0 2024-09-17T09:12:38.871 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.create_if_missing: 1 2024-09-17T09:12:38.871 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.paranoid_checks: 1 2024-09-17T09:12:38.871 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-17T09:12:38.871 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-17T09:12:38.871 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-17T09:12:38.871 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.env: 0x55d920a64bc0 2024-09-17T09:12:38.872 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.fs: PosixFileSystem 2024-09-17T09:12:38.872 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.info_log: 0x55d922e56a80 2024-09-17T09:12:38.872 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-17T09:12:38.872 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.statistics: (nil) 2024-09-17T09:12:38.872 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.use_fsync: 0 2024-09-17T09:12:38.872 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.max_log_file_size: 0 2024-09-17T09:12:38.872 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-17T09:12:38.872 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-17T09:12:38.872 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-17T09:12:38.872 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-17T09:12:38.872 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.allow_fallocate: 1 2024-09-17T09:12:38.872 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-17T09:12:38.872 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-17T09:12:38.872 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.use_direct_reads: 0 2024-09-17T09:12:38.873 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-17T09:12:38.873 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.create_missing_column_families: 0 2024-09-17T09:12:38.873 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.db_log_dir: 2024-09-17T09:12:38.873 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.wal_dir: 2024-09-17T09:12:38.873 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-17T09:12:38.873 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-17T09:12:38.873 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-17T09:12:38.873 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-17T09:12:38.873 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-17T09:12:38.873 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-17T09:12:38.873 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.advise_random_on_open: 1 2024-09-17T09:12:38.874 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-17T09:12:38.874 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.write_buffer_manager: 0x55d922e5ce60 2024-09-17T09:12:38.874 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-17T09:12:38.874 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-17T09:12:38.874 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-17T09:12:38.874 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.rate_limiter: (nil) 2024-09-17T09:12:38.874 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-17T09:12:38.874 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-17T09:12:38.874 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-17T09:12:38.874 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-17T09:12:38.874 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.unordered_write: 0 2024-09-17T09:12:38.874 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-17T09:12:38.874 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-17T09:12:38.875 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-17T09:12:38.875 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-17T09:12:38.875 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.row_cache: None 2024-09-17T09:12:38.875 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.wal_filter: None 2024-09-17T09:12:38.875 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-17T09:12:38.875 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-17T09:12:38.875 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.two_write_queues: 0 2024-09-17T09:12:38.875 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.manual_wal_flush: 0 2024-09-17T09:12:38.875 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.wal_compression: 0 2024-09-17T09:12:38.875 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.atomic_flush: 0 2024-09-17T09:12:38.875 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-17T09:12:38.875 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-17T09:12:38.875 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-17T09:12:38.876 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.log_readahead_size: 0 2024-09-17T09:12:38.876 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-17T09:12:38.876 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-17T09:12:38.876 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-17T09:12:38.876 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-17T09:12:38.876 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-17T09:12:38.876 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-17T09:12:38.876 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-17T09:12:38.876 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.max_background_jobs: 2 2024-09-17T09:12:38.876 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.max_background_compactions: -1 2024-09-17T09:12:38.876 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.max_subcompactions: 1 2024-09-17T09:12:38.876 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-17T09:12:38.876 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-17T09:12:38.877 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-17T09:12:38.877 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.max_total_wal_size: 0 2024-09-17T09:12:38.877 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-17T09:12:38.877 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-17T09:12:38.877 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-17T09:12:38.877 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-17T09:12:38.877 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.max_open_files: -1 2024-09-17T09:12:38.877 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.bytes_per_sync: 0 2024-09-17T09:12:38.877 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-17T09:12:38.877 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-17T09:12:38.877 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-17T09:12:38.877 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.max_background_flushes: -1 2024-09-17T09:12:38.878 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Compression algorithms supported: 2024-09-17T09:12:38.878 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: kZSTD supported: 0 2024-09-17T09:12:38.878 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: kXpressCompression supported: 0 2024-09-17T09:12:38.878 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: kBZip2Compression supported: 0 2024-09-17T09:12:38.878 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-17T09:12:38.878 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: kLZ4Compression supported: 1 2024-09-17T09:12:38.878 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: kZlibCompression supported: 1 2024-09-17T09:12:38.878 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-17T09:12:38.878 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: kSnappyCompression supported: 1 2024-09-17T09:12:38.878 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-17T09:12:38.878 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-17T09:12:38.878 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-09-17T09:12:38.878 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T09:12:38.879 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi018/store.db/MANIFEST-000001 2024-09-17T09:12:38.879 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T09:12:38.879 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-17T09:12:38.879 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T09:12:38.879 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-17T09:12:38.879 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.merge_operator: 2024-09-17T09:12:38.879 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.compaction_filter: None 2024-09-17T09:12:38.879 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.compaction_filter_factory: None 2024-09-17T09:12:38.879 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-17T09:12:38.879 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-17T09:12:38.879 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-17T09:12:38.879 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d922e4fee0) 2024-09-17T09:12:38.879 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-09-17T09:12:38.880 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-09-17T09:12:38.880 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-17T09:12:38.880 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-09-17T09:12:38.880 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-09-17T09:12:38.880 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-09-17T09:12:38.880 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-09-17T09:12:38.880 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-09-17T09:12:38.880 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-09-17T09:12:38.880 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-09-17T09:12:38.880 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55d922e431f0 2024-09-17T09:12:38.880 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-09-17T09:12:38.881 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-09-17T09:12:38.881 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-09-17T09:12:38.881 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-09-17T09:12:38.881 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-09-17T09:12:38.881 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-09-17T09:12:38.881 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-09-17T09:12:38.881 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-09-17T09:12:38.881 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-09-17T09:12:38.881 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-09-17T09:12:38.881 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-09-17T09:12:38.881 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-09-17T09:12:38.881 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-09-17T09:12:38.881 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-09-17T09:12:38.882 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-09-17T09:12:38.882 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-09-17T09:12:38.882 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-09-17T09:12:38.882 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-09-17T09:12:38.882 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-09-17T09:12:38.882 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-09-17T09:12:38.882 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-09-17T09:12:38.882 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-09-17T09:12:38.882 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-09-17T09:12:38.882 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-09-17T09:12:38.882 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-09-17T09:12:38.882 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-09-17T09:12:38.883 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T09:12:38.883 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-17T09:12:38.883 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-17T09:12:38.883 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.compression: NoCompression 2024-09-17T09:12:38.883 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-17T09:12:38.883 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-17T09:12:38.883 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-17T09:12:38.883 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.num_levels: 7 2024-09-17T09:12:38.883 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-17T09:12:38.883 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-17T09:12:38.883 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-17T09:12:38.883 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-17T09:12:38.883 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-17T09:12:38.883 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-17T09:12:38.884 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-17T09:12:38.884 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-17T09:12:38.884 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-17T09:12:38.884 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-17T09:12:38.884 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-17T09:12:38.884 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-17T09:12:38.884 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-17T09:12:38.884 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.compression_opts.level: 32767 2024-09-17T09:12:38.884 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-17T09:12:38.884 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-17T09:12:38.884 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-17T09:12:38.884 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-17T09:12:38.885 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-17T09:12:38.885 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.compression_opts.enabled: false 2024-09-17T09:12:38.885 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-17T09:12:38.885 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-17T09:12:38.885 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-17T09:12:38.885 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-17T09:12:38.885 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-17T09:12:38.885 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-17T09:12:38.885 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-17T09:12:38.885 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-17T09:12:38.885 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-17T09:12:38.885 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-17T09:12:38.885 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-17T09:12:38.886 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-17T09:12:38.886 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-17T09:12:38.886 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-17T09:12:38.886 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-17T09:12:38.886 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-17T09:12:38.886 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-17T09:12:38.886 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-17T09:12:38.886 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-17T09:12:38.886 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.arena_block_size: 1048576 2024-09-17T09:12:38.886 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-17T09:12:38.886 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-17T09:12:38.886 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-17T09:12:38.886 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-17T09:12:38.886 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-17T09:12:38.886 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-17T09:12:38.887 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-17T09:12:38.887 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-17T09:12:38.887 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-17T09:12:38.887 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-17T09:12:38.887 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-17T09:12:38.887 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-17T09:12:38.887 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-17T09:12:38.887 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-17T09:12:38.887 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.inplace_update_support: 0 2024-09-17T09:12:38.887 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-17T09:12:38.887 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-17T09:12:38.887 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-17T09:12:38.887 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-17T09:12:38.887 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.bloom_locality: 0 2024-09-17T09:12:38.888 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.max_successive_merges: 0 2024-09-17T09:12:38.888 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-17T09:12:38.888 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-17T09:12:38.888 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.force_consistency_checks: 1 2024-09-17T09:12:38.888 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-17T09:12:38.888 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.ttl: 2592000 2024-09-17T09:12:38.888 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-17T09:12:38.888 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-17T09:12:38.888 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-17T09:12:38.888 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.enable_blob_files: false 2024-09-17T09:12:38.888 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.min_blob_size: 0 2024-09-17T09:12:38.888 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.blob_file_size: 268435456 2024-09-17T09:12:38.888 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-17T09:12:38.888 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-17T09:12:38.888 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-17T09:12:38.889 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-17T09:12:38.889 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-17T09:12:38.889 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-17T09:12:38.889 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-17T09:12:38.889 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi018/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-17T09:12:38.889 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T09:12:38.889 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-17T09:12:38.889 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T09:12:38.889 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 5a4ed541-0f6a-4cd1-ab6c-31ae35453942 2024-09-17T09:12:38.889 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T09:12:38.889 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.349+0000 7efc1fa27b00 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-09-17T09:12:38.889 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T09:12:38.889 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.353+0000 7efc1fa27b00 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55d922e6ee00 2024-09-17T09:12:38.890 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.353+0000 7efc1fa27b00 4 rocksdb: DB pointer 0x55d922f40000 2024-09-17T09:12:38.890 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.353+0000 7efc171b3640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-17T09:12:38.890 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.353+0000 7efc171b3640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-17T09:12:38.890 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-09-17T09:12:38.890 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T09:12:38.890 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-17T09:12:38.890 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T09:12:38.890 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T09:12:38.890 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-17T09:12:38.890 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T09:12:38.891 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T09:12:38.891 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T09:12:38.891 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-17T09:12:38.891 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-17T09:12:38.891 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-17T09:12:38.891 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-09-17T09:12:38.891 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-09-17T09:12:38.891 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T09:12:38.891 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-17T09:12:38.891 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-17T09:12:38.891 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T09:12:38.891 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T09:12:38.892 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-17T09:12:38.892 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T09:12:38.892 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T09:12:38.892 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-17T09:12:38.892 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T09:12:38.892 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-17T09:12:38.892 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T09:12:38.892 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-09-17T09:12:38.892 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T09:12:38.892 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T09:12:38.892 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-17T09:12:38.892 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55d922e431f0#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-09-17T09:12:38.892 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-09-17T09:12:38.892 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T09:12:38.893 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-09-17T09:12:38.893 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T09:12:38.893 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.353+0000 7efc1fa27b00 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-09-17T09:12:38.893 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.353+0000 7efc1fa27b00 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-09-17T09:12:38.893 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T09:12:38.353+0000 7efc1fa27b00 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi018 for mon.smithi018 2024-09-17T09:12:38.893 INFO:teuthology.orchestra.run.smithi018.stdout:create mon.smithi018 on 2024-09-17T09:12:39.388 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-09-17T09:12:39.640 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-c8b74618-74d4-11ef-bceb-c7b262605968.target -> /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968.target. 2024-09-17T09:12:39.640 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-c8b74618-74d4-11ef-bceb-c7b262605968.target -> /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968.target. 2024-09-17T09:12:39.917 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-c8b74618-74d4-11ef-bceb-c7b262605968@mon.smithi018 2024-09-17T09:12:39.917 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Failed to reset failed state of unit ceph-c8b74618-74d4-11ef-bceb-c7b262605968@mon.smithi018.service: Unit ceph-c8b74618-74d4-11ef-bceb-c7b262605968@mon.smithi018.service not loaded. 2024-09-17T09:12:40.123 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968.target.wants/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@mon.smithi018.service -> /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service. 2024-09-17T09:12:40.131 INFO:teuthology.orchestra.run.smithi018.stdout:firewalld does not appear to be present 2024-09-17T09:12:40.131 INFO:teuthology.orchestra.run.smithi018.stdout:Not possible to enable service . firewalld.service is not available 2024-09-17T09:12:40.131 INFO:teuthology.orchestra.run.smithi018.stdout:Waiting for mon to start... 2024-09-17T09:12:40.131 INFO:teuthology.orchestra.run.smithi018.stdout:Waiting for mon... 2024-09-17T09:12:40.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:40 smithi018 systemd[1]: Started Ceph mon.smithi018 for c8b74618-74d4-11ef-bceb-c7b262605968. 2024-09-17T09:12:41.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:41 smithi018 bash[19453]: cluster 2024-09-17T09:12:41.576745+0000 mon.smithi018 (mon.0) 0 : cluster [INF] mkfs c8b74618-74d4-11ef-bceb-c7b262605968 2024-09-17T09:12:41.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:41 smithi018 bash[19453]: cluster 2024-09-17T09:12:41.555746+0000 mon.smithi018 (mon.0) 1 : cluster [INF] mon.smithi018 is new leader, mons smithi018 in quorum (ranks 0) 2024-09-17T09:12:42.417 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout cluster: 2024-09-17T09:12:42.417 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout id: c8b74618-74d4-11ef-bceb-c7b262605968 2024-09-17T09:12:42.417 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-17T09:12:42.417 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 2024-09-17T09:12:42.417 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout services: 2024-09-17T09:12:42.417 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi018 (age 0.329833s) 2024-09-17T09:12:42.417 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-17T09:12:42.417 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-17T09:12:42.418 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 2024-09-17T09:12:42.418 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout data: 2024-09-17T09:12:42.418 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-17T09:12:42.418 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-17T09:12:42.418 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-17T09:12:42.418 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout pgs: 2024-09-17T09:12:42.418 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 2024-09-17T09:12:42.418 INFO:teuthology.orchestra.run.smithi018.stdout:mon is available 2024-09-17T09:12:42.418 INFO:teuthology.orchestra.run.smithi018.stdout:Assimilating anything we can from ceph.conf... 2024-09-17T09:12:42.917 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:42 smithi018 bash[19453]: cluster 2024-09-17T09:12:41.575916+0000 mon.smithi018 (mon.0) 2 : cluster [INF] mon.smithi018 is new leader, mons smithi018 in quorum (ranks 0) 2024-09-17T09:12:42.917 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:42 smithi018 bash[19453]: cluster 2024-09-17T09:12:41.576056+0000 mon.smithi018 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi018=[v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-17T09:12:42.917 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:42 smithi018 bash[19453]: cluster 2024-09-17T09:12:41.578135+0000 mon.smithi018 (mon.0) 4 : cluster [DBG] fsmap 2024-09-17T09:12:42.917 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:42 smithi018 bash[19453]: cluster 2024-09-17T09:12:41.579993+0000 mon.smithi018 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-17T09:12:42.917 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:42 smithi018 bash[19453]: cluster 2024-09-17T09:12:41.580358+0000 mon.smithi018 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-09-17T09:12:42.917 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:42 smithi018 bash[19453]: audit 2024-09-17T09:12:41.905697+0000 mon.smithi018 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.18:0/3124786410' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-17T09:12:43.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:43 smithi018 bash[19453]: audit 2024-09-17T09:12:43.524117+0000 mon.smithi018 (mon.0) 8 : audit [INF] from='client.? 172.21.15.18:0/2848612038' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-17T09:12:43.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:43 smithi018 bash[19453]: audit 2024-09-17T09:12:43.529069+0000 mon.smithi018 (mon.0) 9 : audit [INF] from='client.? 172.21.15.18:0/2848612038' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-17T09:12:44.047 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 2024-09-17T09:12:44.047 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout [global] 2024-09-17T09:12:44.047 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout fsid = c8b74618-74d4-11ef-bceb-c7b262605968 2024-09-17T09:12:44.047 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.18:3300,v1:172.21.15.18:6789] 2024-09-17T09:12:44.047 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-17T09:12:44.047 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-17T09:12:44.047 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-17T09:12:44.047 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-17T09:12:44.048 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 2024-09-17T09:12:44.048 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-17T09:12:44.048 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-17T09:12:44.048 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 2024-09-17T09:12:44.048 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout [osd] 2024-09-17T09:12:44.048 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-17T09:12:44.048 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-17T09:12:44.048 INFO:teuthology.orchestra.run.smithi018.stdout:Generating new minimal ceph.conf... 2024-09-17T09:12:45.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:45 smithi018 bash[19453]: audit 2024-09-17T09:12:45.066893+0000 mon.smithi018 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.18:0/38877205' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:12:45.553 INFO:teuthology.orchestra.run.smithi018.stdout:Restarting the monitor... 2024-09-17T09:12:45.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:45 smithi018 systemd[1]: Stopping Ceph mon.smithi018 for c8b74618-74d4-11ef-bceb-c7b262605968... 2024-09-17T09:12:45.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:45 smithi018 bash[19453]: debug 2024-09-17T09:12:45.673+0000 7f6020e3c640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi018 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-09-17T09:12:45.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:45 smithi018 bash[19453]: debug 2024-09-17T09:12:45.673+0000 7f6020e3c640 -1 mon.smithi018@0(leader) e1 *** Got Signal Terminated *** 2024-09-17T09:12:46.245 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:46 smithi018 bash[19839]: ceph-c8b74618-74d4-11ef-bceb-c7b262605968-mon-smithi018 2024-09-17T09:12:46.259 INFO:teuthology.orchestra.run.smithi018.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-17T09:12:46.563 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:46 smithi018 bash[19898]: Error response from daemon: No such container: ceph-c8b74618-74d4-11ef-bceb-c7b262605968-mon-smithi018 2024-09-17T09:12:46.563 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:46 smithi018 systemd[1]: ceph-c8b74618-74d4-11ef-bceb-c7b262605968@mon.smithi018.service: Deactivated successfully. 2024-09-17T09:12:46.563 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:46 smithi018 systemd[1]: Stopped Ceph mon.smithi018 for c8b74618-74d4-11ef-bceb-c7b262605968. 2024-09-17T09:12:46.563 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:46 smithi018 systemd[1]: Started Ceph mon.smithi018 for c8b74618-74d4-11ef-bceb-c7b262605968. 2024-09-17T09:12:47.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.637+0000 7f84e7adfb00 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-17T09:12:47.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.637+0000 7f84e7adfb00 0 ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable), process ceph-mon, pid 7 2024-09-17T09:12:47.916 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.637+0000 7f84e7adfb00 0 pidfile_write: ignore empty --pid-file 2024-09-17T09:12:47.916 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 0 load: jerasure load: lrc 2024-09-17T09:12:47.916 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: RocksDB version: 7.9.2 2024-09-17T09:12:47.916 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Git sha 0 2024-09-17T09:12:47.916 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Compile date 2024-09-16 15:15:13 2024-09-17T09:12:47.916 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: DB SUMMARY 2024-09-17T09:12:47.916 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: DB Session ID: EMINBVE6UHZ3UJQ2SEP9 2024-09-17T09:12:47.916 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: CURRENT file: CURRENT 2024-09-17T09:12:47.916 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: IDENTITY file: IDENTITY 2024-09-17T09:12:47.916 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-17T09:12:47.917 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi018/store.db dir, Total Num: 1, files: 000008.sst 2024-09-17T09:12:47.917 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi018/store.db: 000009.log size: 83802 ; 2024-09-17T09:12:47.917 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.error_if_exists: 0 2024-09-17T09:12:47.917 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.create_if_missing: 0 2024-09-17T09:12:47.917 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.paranoid_checks: 1 2024-09-17T09:12:47.917 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-17T09:12:47.917 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-17T09:12:47.917 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-17T09:12:47.917 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.env: 0x55aa34c06bc0 2024-09-17T09:12:47.917 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.fs: PosixFileSystem 2024-09-17T09:12:47.917 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.info_log: 0x55aa35a5edc0 2024-09-17T09:12:47.917 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-17T09:12:47.917 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.statistics: (nil) 2024-09-17T09:12:47.918 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.use_fsync: 0 2024-09-17T09:12:47.918 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.max_log_file_size: 0 2024-09-17T09:12:47.918 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-17T09:12:47.918 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-17T09:12:47.919 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-17T09:12:47.919 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-17T09:12:47.919 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.allow_fallocate: 1 2024-09-17T09:12:47.919 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-17T09:12:47.919 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-17T09:12:47.919 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.use_direct_reads: 0 2024-09-17T09:12:47.919 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-17T09:12:47.919 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.create_missing_column_families: 0 2024-09-17T09:12:47.919 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.db_log_dir: 2024-09-17T09:12:47.919 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.wal_dir: 2024-09-17T09:12:47.919 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-17T09:12:47.919 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-17T09:12:47.920 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-17T09:12:47.920 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-17T09:12:47.920 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-17T09:12:47.920 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-17T09:12:47.920 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.advise_random_on_open: 1 2024-09-17T09:12:47.920 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-17T09:12:47.920 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.write_buffer_manager: 0x55aa35a6c320 2024-09-17T09:12:47.920 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-17T09:12:47.920 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-17T09:12:47.920 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-17T09:12:47.920 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.rate_limiter: (nil) 2024-09-17T09:12:47.920 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-17T09:12:47.920 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-17T09:12:47.921 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-17T09:12:47.921 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-17T09:12:47.921 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.unordered_write: 0 2024-09-17T09:12:47.921 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-17T09:12:47.921 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-17T09:12:47.921 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-17T09:12:47.921 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-17T09:12:47.921 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.row_cache: None 2024-09-17T09:12:47.921 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.wal_filter: None 2024-09-17T09:12:47.921 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-17T09:12:47.921 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-17T09:12:47.921 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.two_write_queues: 0 2024-09-17T09:12:47.921 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.manual_wal_flush: 0 2024-09-17T09:12:47.921 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.wal_compression: 0 2024-09-17T09:12:47.922 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.atomic_flush: 0 2024-09-17T09:12:47.922 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-17T09:12:47.922 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-17T09:12:47.922 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-17T09:12:47.922 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.log_readahead_size: 0 2024-09-17T09:12:47.922 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-17T09:12:47.922 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-17T09:12:47.922 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-17T09:12:47.922 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-17T09:12:47.922 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-17T09:12:47.922 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-17T09:12:47.922 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-17T09:12:47.922 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.max_background_jobs: 2 2024-09-17T09:12:47.923 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.max_background_compactions: -1 2024-09-17T09:12:47.923 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.max_subcompactions: 1 2024-09-17T09:12:47.923 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-17T09:12:47.923 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-17T09:12:47.923 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-17T09:12:47.923 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.max_total_wal_size: 0 2024-09-17T09:12:47.923 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-17T09:12:47.923 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-17T09:12:47.923 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-17T09:12:47.923 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-17T09:12:47.924 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.max_open_files: -1 2024-09-17T09:12:47.924 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.bytes_per_sync: 0 2024-09-17T09:12:47.924 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-17T09:12:47.924 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-17T09:12:47.924 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-17T09:12:47.924 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.max_background_flushes: -1 2024-09-17T09:12:47.924 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Compression algorithms supported: 2024-09-17T09:12:47.924 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: kZSTD supported: 0 2024-09-17T09:12:47.924 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: kXpressCompression supported: 0 2024-09-17T09:12:47.924 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: kBZip2Compression supported: 0 2024-09-17T09:12:47.924 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-17T09:12:47.924 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: kLZ4Compression supported: 1 2024-09-17T09:12:47.925 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: kZlibCompression supported: 1 2024-09-17T09:12:47.925 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-17T09:12:47.925 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: kSnappyCompression supported: 1 2024-09-17T09:12:47.925 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-17T09:12:47.925 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-17T09:12:47.925 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi018/store.db/MANIFEST-000010 2024-09-17T09:12:47.925 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-17T09:12:47.925 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-17T09:12:47.925 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.merge_operator: 2024-09-17T09:12:47.925 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.compaction_filter: None 2024-09-17T09:12:47.925 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.compaction_filter_factory: None 2024-09-17T09:12:47.925 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-17T09:12:47.925 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-17T09:12:47.925 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-17T09:12:47.926 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55aa35a5ea20) 2024-09-17T09:12:47.926 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: cache_index_and_filter_blocks: 1 2024-09-17T09:12:47.926 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-17T09:12:47.926 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-17T09:12:47.926 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: pin_top_level_index_and_filter: 1 2024-09-17T09:12:47.926 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: index_type: 0 2024-09-17T09:12:47.926 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: data_block_index_type: 0 2024-09-17T09:12:47.926 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: index_shortening: 1 2024-09-17T09:12:47.926 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: data_block_hash_table_util_ratio: 0.750000 2024-09-17T09:12:47.927 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: checksum: 4 2024-09-17T09:12:47.927 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: no_block_cache: 0 2024-09-17T09:12:47.927 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: block_cache: 0x55aa35a55350 2024-09-17T09:12:47.927 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: block_cache_name: BinnedLRUCache 2024-09-17T09:12:47.927 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: block_cache_options: 2024-09-17T09:12:47.927 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: capacity : 536870912 2024-09-17T09:12:47.927 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: num_shard_bits : 4 2024-09-17T09:12:47.927 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: strict_capacity_limit : 0 2024-09-17T09:12:47.927 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: high_pri_pool_ratio: 0.000 2024-09-17T09:12:47.927 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: block_cache_compressed: (nil) 2024-09-17T09:12:47.927 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: persistent_cache: (nil) 2024-09-17T09:12:47.927 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: block_size: 4096 2024-09-17T09:12:47.927 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: block_size_deviation: 10 2024-09-17T09:12:47.928 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: block_restart_interval: 16 2024-09-17T09:12:47.928 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: index_block_restart_interval: 1 2024-09-17T09:12:47.928 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: metadata_block_size: 4096 2024-09-17T09:12:47.928 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: partition_filters: 0 2024-09-17T09:12:47.928 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: use_delta_encoding: 1 2024-09-17T09:12:47.928 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: filter_policy: bloomfilter 2024-09-17T09:12:47.928 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: whole_key_filtering: 1 2024-09-17T09:12:47.928 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: verify_compression: 0 2024-09-17T09:12:47.928 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: read_amp_bytes_per_bit: 0 2024-09-17T09:12:47.928 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: format_version: 5 2024-09-17T09:12:47.928 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: enable_index_compression: 1 2024-09-17T09:12:47.928 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: block_align: 0 2024-09-17T09:12:47.928 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: max_auto_readahead_size: 262144 2024-09-17T09:12:47.928 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: prepopulate_block_cache: 0 2024-09-17T09:12:47.929 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: initial_auto_readahead_size: 8192 2024-09-17T09:12:47.929 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: num_file_reads_for_auto_readahead: 2 2024-09-17T09:12:47.929 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-17T09:12:47.929 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-17T09:12:47.930 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.compression: NoCompression 2024-09-17T09:12:47.930 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-17T09:12:47.930 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-17T09:12:47.931 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-17T09:12:47.931 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.num_levels: 7 2024-09-17T09:12:47.931 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-17T09:12:47.931 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-17T09:12:47.931 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-17T09:12:47.931 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-17T09:12:47.931 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-17T09:12:47.931 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-17T09:12:47.931 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-17T09:12:47.931 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-17T09:12:47.932 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-17T09:12:47.932 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-17T09:12:47.932 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-17T09:12:47.932 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-17T09:12:47.932 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-17T09:12:47.932 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.compression_opts.level: 32767 2024-09-17T09:12:47.932 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-17T09:12:47.932 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-17T09:12:47.932 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-17T09:12:47.933 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-17T09:12:47.933 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-17T09:12:47.933 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.compression_opts.enabled: false 2024-09-17T09:12:47.933 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-17T09:12:47.933 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-17T09:12:47.933 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-17T09:12:47.933 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-17T09:12:47.933 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-17T09:12:47.933 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-17T09:12:47.933 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-17T09:12:47.933 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-17T09:12:47.933 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-17T09:12:47.933 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-17T09:12:47.933 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-17T09:12:47.934 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-17T09:12:47.934 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-17T09:12:47.934 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-17T09:12:47.934 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-17T09:12:47.934 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-17T09:12:47.934 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-17T09:12:47.934 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-17T09:12:47.934 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-17T09:12:47.934 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.arena_block_size: 1048576 2024-09-17T09:12:47.934 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-17T09:12:47.934 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-17T09:12:47.934 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-17T09:12:47.934 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-17T09:12:47.935 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-17T09:12:47.935 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-17T09:12:47.935 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-17T09:12:47.935 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-17T09:12:47.935 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-17T09:12:47.935 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-17T09:12:47.935 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-17T09:12:47.935 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-17T09:12:47.935 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-17T09:12:47.935 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-17T09:12:47.935 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.inplace_update_support: 0 2024-09-17T09:12:47.935 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-17T09:12:47.935 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-17T09:12:47.935 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-17T09:12:47.936 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-17T09:12:47.936 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.bloom_locality: 0 2024-09-17T09:12:47.936 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.max_successive_merges: 0 2024-09-17T09:12:47.936 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-17T09:12:47.936 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-17T09:12:47.936 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.force_consistency_checks: 1 2024-09-17T09:12:47.936 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-17T09:12:47.936 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.ttl: 2592000 2024-09-17T09:12:47.936 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-17T09:12:47.936 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-17T09:12:47.937 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-17T09:12:47.937 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.enable_blob_files: false 2024-09-17T09:12:47.937 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.min_blob_size: 0 2024-09-17T09:12:47.937 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.blob_file_size: 268435456 2024-09-17T09:12:47.937 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-17T09:12:47.937 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-17T09:12:47.937 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-17T09:12:47.937 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-17T09:12:47.937 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-17T09:12:47.937 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-17T09:12:47.937 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.641+0000 7f84e7adfb00 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-17T09:12:47.938 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.645+0000 7f84e7adfb00 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi018/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-09-17T09:12:47.938 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.645+0000 7f84e7adfb00 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-17T09:12:47.938 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.645+0000 7f84e7adfb00 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 5a4ed541-0f6a-4cd1-ab6c-31ae35453942 2024-09-17T09:12:47.938 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.645+0000 7f84e7adfb00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726564367649165, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-17T09:12:47.938 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.645+0000 7f84e7adfb00 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-17T09:12:47.938 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.645+0000 7f84e7adfb00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726564367650390, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 80600, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 248, "table_properties": {"data_size": 78757, "index_size": 227, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 9753, "raw_average_key_size": 47, "raw_value_size": 73177, "raw_average_value_size": 353, "num_data_blocks": 10, "num_entries": 207, "num_filter_entries": 207, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1726564367, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "5a4ed541-0f6a-4cd1-ab6c-31ae35453942", "db_session_id": "EMINBVE6UHZ3UJQ2SEP9", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-17T09:12:47.938 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.645+0000 7f84e7adfb00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726564367650520, "job": 1, "event": "recovery_finished"} 2024-09-17T09:12:47.938 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.645+0000 7f84e7adfb00 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-17T09:12:47.938 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.649+0000 7f84e7adfb00 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi018/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-17T09:12:47.938 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.649+0000 7f84e7adfb00 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55aa35a7ee00 2024-09-17T09:12:47.938 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.649+0000 7f84e7adfb00 4 rocksdb: DB pointer 0x55aa35b76000 2024-09-17T09:12:47.938 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.649+0000 7f84dd8aa640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-17T09:12:47.938 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.649+0000 7f84dd8aa640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-17T09:12:47.939 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: ** DB Stats ** 2024-09-17T09:12:47.939 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T09:12:47.939 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-17T09:12:47.939 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T09:12:47.939 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T09:12:47.939 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-17T09:12:47.939 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T09:12:47.939 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T09:12:47.939 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: ** Compaction Stats [default] ** 2024-09-17T09:12:47.939 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-17T09:12:47.939 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-17T09:12:47.939 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: L0 2/0 80.61 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 104.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T09:12:47.939 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: Sum 2/0 80.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 104.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T09:12:47.940 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 104.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T09:12:47.940 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: ** Compaction Stats [default] ** 2024-09-17T09:12:47.940 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-17T09:12:47.940 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T09:12:47.940 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 104.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T09:12:47.940 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-17T09:12:47.940 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T09:12:47.940 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-17T09:12:47.940 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T09:12:47.940 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: AddFile(Total Files): cumulative 0, interval 0 2024-09-17T09:12:47.940 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T09:12:47.940 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: AddFile(Keys): cumulative 0, interval 0 2024-09-17T09:12:47.940 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: Cumulative compaction: 0.00 GB write, 14.85 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T09:12:47.940 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: Interval compaction: 0.00 GB write, 14.85 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T09:12:47.941 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-17T09:12:47.941 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: Block cache BinnedLRUCache@0x55aa35a55350#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-09-17T09:12:47.941 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-09-17T09:12:47.941 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: ** File Read Latency Histogram By Level [default] ** 2024-09-17T09:12:47.941 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.649+0000 7f84e7adfb00 0 starting mon.smithi018 rank 0 at public addrs [v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0] at bind addrs [v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi018 fsid c8b74618-74d4-11ef-bceb-c7b262605968 2024-09-17T09:12:47.941 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.649+0000 7f84e7adfb00 1 mon.smithi018@-1(???) e1 preinit fsid c8b74618-74d4-11ef-bceb-c7b262605968 2024-09-17T09:12:47.941 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.649+0000 7f84e7adfb00 0 mon.smithi018@-1(???).mds e1 new map 2024-09-17T09:12:47.941 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.649+0000 7f84e7adfb00 0 mon.smithi018@-1(???).mds e1 print_map 2024-09-17T09:12:47.941 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: e1 2024-09-17T09:12:47.941 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-17T09:12:47.941 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-09-17T09:12:47.941 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: legacy client fscid: -1 2024-09-17T09:12:47.942 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: 2024-09-17T09:12:47.942 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: No filesystems configured 2024-09-17T09:12:47.942 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.649+0000 7f84e7adfb00 0 mon.smithi018@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-17T09:12:47.942 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.649+0000 7f84e7adfb00 0 mon.smithi018@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T09:12:47.942 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.649+0000 7f84e7adfb00 0 mon.smithi018@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T09:12:47.942 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.649+0000 7f84e7adfb00 0 mon.smithi018@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T09:12:47.942 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: debug 2024-09-17T09:12:47.649+0000 7f84e7adfb00 1 mon.smithi018@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-17T09:12:47.942 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: cluster 2024-09-17T09:12:47.675861+0000 mon.smithi018 (mon.0) 1 : cluster [INF] mon.smithi018 is new leader, mons smithi018 in quorum (ranks 0) 2024-09-17T09:12:47.942 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: cluster 2024-09-17T09:12:47.675911+0000 mon.smithi018 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi018=[v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-17T09:12:47.942 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: cluster 2024-09-17T09:12:47.676293+0000 mon.smithi018 (mon.0) 3 : cluster [DBG] fsmap 2024-09-17T09:12:47.942 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: cluster 2024-09-17T09:12:47.676317+0000 mon.smithi018 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-17T09:12:47.942 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:47 smithi018 bash[19939]: cluster 2024-09-17T09:12:47.676677+0000 mon.smithi018 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-09-17T09:12:48.499 INFO:teuthology.orchestra.run.smithi018.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-17T09:12:48.524 INFO:teuthology.orchestra.run.smithi018.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-17T09:12:48.525 INFO:teuthology.orchestra.run.smithi018.stdout:Creating mgr... 2024-09-17T09:12:48.525 INFO:teuthology.orchestra.run.smithi018.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-17T09:12:48.525 INFO:teuthology.orchestra.run.smithi018.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-17T09:12:48.525 INFO:teuthology.orchestra.run.smithi018.stdout:Verifying port 0.0.0.0:8443 ... 2024-09-17T09:12:48.856 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:48 smithi018 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:12:48.864 INFO:teuthology.orchestra.run.smithi018.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-c8b74618-74d4-11ef-bceb-c7b262605968@mgr.smithi018.roweby 2024-09-17T09:12:48.864 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Failed to reset failed state of unit ceph-c8b74618-74d4-11ef-bceb-c7b262605968@mgr.smithi018.roweby.service: Unit ceph-c8b74618-74d4-11ef-bceb-c7b262605968@mgr.smithi018.roweby.service not loaded. 2024-09-17T09:12:49.072 INFO:teuthology.orchestra.run.smithi018.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968.target.wants/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@mgr.smithi018.roweby.service -> /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service. 2024-09-17T09:12:49.081 INFO:teuthology.orchestra.run.smithi018.stdout:firewalld does not appear to be present 2024-09-17T09:12:49.081 INFO:teuthology.orchestra.run.smithi018.stdout:Not possible to enable service . firewalld.service is not available 2024-09-17T09:12:49.081 INFO:teuthology.orchestra.run.smithi018.stdout:firewalld does not appear to be present 2024-09-17T09:12:49.081 INFO:teuthology.orchestra.run.smithi018.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2024-09-17T09:12:49.081 INFO:teuthology.orchestra.run.smithi018.stdout:Waiting for mgr to start... 2024-09-17T09:12:49.081 INFO:teuthology.orchestra.run.smithi018.stdout:Waiting for mgr... 2024-09-17T09:12:49.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:48 smithi018 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:12:49.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:49 smithi018 bash[19939]: audit 2024-09-17T09:12:48.015127+0000 mon.smithi018 (mon.0) 6 : audit [INF] from='client.? 172.21.15.18:0/725339646' entity='client.admin' 2024-09-17T09:12:51.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:50 smithi018 bash[19939]: audit 2024-09-17T09:12:50.773945+0000 mon.smithi018 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.18:0/735764001' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-17T09:12:51.304 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 2024-09-17T09:12:51.305 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout { 2024-09-17T09:12:51.305 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "fsid": "c8b74618-74d4-11ef-bceb-c7b262605968", 2024-09-17T09:12:51.305 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "health": { 2024-09-17T09:12:51.305 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-17T09:12:51.305 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-17T09:12:51.305 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-17T09:12:51.305 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:12:51.305 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-17T09:12:51.305 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-17T09:12:51.306 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 0 2024-09-17T09:12:51.306 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout ], 2024-09-17T09:12:51.306 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-17T09:12:51.306 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "smithi018" 2024-09-17T09:12:51.306 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout ], 2024-09-17T09:12:51.306 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-09-17T09:12:51.306 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-17T09:12:51.306 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T09:12:51.306 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2024-09-17T09:12:51.307 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-17T09:12:51.307 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:12:51.308 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-17T09:12:51.308 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T09:12:51.308 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-17T09:12:51.308 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-17T09:12:51.308 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-17T09:12:51.308 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-17T09:12:51.308 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-17T09:12:51.308 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-17T09:12:51.312 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:12:51.312 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-17T09:12:51.312 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-17T09:12:51.312 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-17T09:12:51.312 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-17T09:12:51.312 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-17T09:12:51.312 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-17T09:12:51.312 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-17T09:12:51.313 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-17T09:12:51.313 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-17T09:12:51.313 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:12:51.313 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-17T09:12:51.313 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T09:12:51.313 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-17T09:12:51.313 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-17T09:12:51.313 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:12:51.313 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-17T09:12:51.313 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-17T09:12:51.313 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-17T09:12:51.313 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-17T09:12:51.314 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-17T09:12:51.314 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-17T09:12:51.314 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "restful" 2024-09-17T09:12:51.314 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout ], 2024-09-17T09:12:51.314 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T09:12:51.314 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:12:51.314 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-17T09:12:51.314 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T09:12:51.314 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "modified": "2024-09-17T09:12:41.577171+0000", 2024-09-17T09:12:51.314 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T09:12:51.314 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:12:51.314 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-17T09:12:51.314 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout } 2024-09-17T09:12:51.315 INFO:teuthology.orchestra.run.smithi018.stdout:mgr not available, waiting (1/15)... 2024-09-17T09:12:54.856 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:54 smithi018 bash[19939]: audit 2024-09-17T09:12:54.542491+0000 mon.smithi018 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.18:0/2919742014' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-17T09:12:55.080 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 2024-09-17T09:12:55.080 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout { 2024-09-17T09:12:55.080 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "fsid": "c8b74618-74d4-11ef-bceb-c7b262605968", 2024-09-17T09:12:55.081 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "health": { 2024-09-17T09:12:55.081 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-17T09:12:55.081 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-17T09:12:55.081 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-17T09:12:55.081 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:12:55.081 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-17T09:12:55.081 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-17T09:12:55.081 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 0 2024-09-17T09:12:55.082 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout ], 2024-09-17T09:12:55.082 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-17T09:12:55.082 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "smithi018" 2024-09-17T09:12:55.082 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout ], 2024-09-17T09:12:55.082 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-09-17T09:12:55.082 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-17T09:12:55.082 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T09:12:55.082 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2024-09-17T09:12:55.082 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-17T09:12:55.082 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:12:55.082 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-17T09:12:55.083 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T09:12:55.083 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-17T09:12:55.083 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-17T09:12:55.083 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-17T09:12:55.083 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-17T09:12:55.083 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-17T09:12:55.083 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-17T09:12:55.083 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:12:55.083 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-17T09:12:55.083 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-17T09:12:55.083 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-17T09:12:55.083 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-17T09:12:55.084 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-17T09:12:55.084 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-17T09:12:55.084 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-17T09:12:55.084 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-17T09:12:55.084 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-17T09:12:55.084 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:12:55.084 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-17T09:12:55.084 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T09:12:55.084 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-17T09:12:55.084 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-17T09:12:55.084 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:12:55.084 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-17T09:12:55.085 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-17T09:12:55.085 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-17T09:12:55.085 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-17T09:12:55.085 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-17T09:12:55.085 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-17T09:12:55.085 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "restful" 2024-09-17T09:12:55.085 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout ], 2024-09-17T09:12:55.085 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T09:12:55.085 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:12:55.085 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-17T09:12:55.085 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T09:12:55.085 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "modified": "2024-09-17T09:12:41.577171+0000", 2024-09-17T09:12:55.086 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T09:12:55.086 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:12:55.086 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-17T09:12:55.086 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout } 2024-09-17T09:12:55.086 INFO:teuthology.orchestra.run.smithi018.stdout:mgr not available, waiting (2/15)... 2024-09-17T09:12:56.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:56 smithi018 bash[19939]: cluster 2024-09-17T09:12:56.557010+0000 mon.smithi018 (mon.0) 9 : cluster [INF] Activating manager daemon smithi018.roweby 2024-09-17T09:12:56.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:56 smithi018 bash[19939]: cluster 2024-09-17T09:12:56.563562+0000 mon.smithi018 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi018.roweby(active, starting, since 0.00674666s) 2024-09-17T09:12:56.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:56 smithi018 bash[19939]: audit 2024-09-17T09:12:56.565424+0000 mon.smithi018 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.18:0/2735031833' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T09:12:56.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:56 smithi018 bash[19939]: audit 2024-09-17T09:12:56.565723+0000 mon.smithi018 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.18:0/2735031833' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T09:12:56.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:56 smithi018 bash[19939]: audit 2024-09-17T09:12:56.566036+0000 mon.smithi018 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.18:0/2735031833' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T09:12:56.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:56 smithi018 bash[19939]: audit 2024-09-17T09:12:56.566346+0000 mon.smithi018 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.18:0/2735031833' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mon metadata", "id": "smithi018"}]: dispatch 2024-09-17T09:12:56.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:56 smithi018 bash[19939]: audit 2024-09-17T09:12:56.567116+0000 mon.smithi018 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.18:0/2735031833' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mgr metadata", "who": "smithi018.roweby", "id": "smithi018.roweby"}]: dispatch 2024-09-17T09:12:56.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:56 smithi018 bash[19939]: cluster 2024-09-17T09:12:56.593553+0000 mon.smithi018 (mon.0) 16 : cluster [INF] Manager daemon smithi018.roweby is now available 2024-09-17T09:12:56.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:56 smithi018 bash[19939]: audit 2024-09-17T09:12:56.603468+0000 mon.smithi018 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.18:0/2735031833' entity='mgr.smithi018.roweby' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.roweby/mirror_snapshot_schedule"}]: dispatch 2024-09-17T09:12:56.916 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:56 smithi018 bash[19939]: audit 2024-09-17T09:12:56.605650+0000 mon.smithi018 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.18:0/2735031833' entity='mgr.smithi018.roweby' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.roweby/trash_purge_schedule"}]: dispatch 2024-09-17T09:12:57.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:57 smithi018 bash[19939]: audit 2024-09-17T09:12:56.609547+0000 mon.smithi018 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.18:0/2735031833' entity='mgr.smithi018.roweby' 2024-09-17T09:12:57.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:57 smithi018 bash[19939]: audit 2024-09-17T09:12:56.613256+0000 mon.smithi018 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.18:0/2735031833' entity='mgr.smithi018.roweby' 2024-09-17T09:12:57.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:57 smithi018 bash[19939]: audit 2024-09-17T09:12:56.614984+0000 mon.smithi018 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.18:0/2735031833' entity='mgr.smithi018.roweby' 2024-09-17T09:12:57.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:57 smithi018 bash[19939]: cluster 2024-09-17T09:12:57.570088+0000 mon.smithi018 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi018.roweby(active, since 1.01327s) 2024-09-17T09:12:58.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:58 smithi018 bash[19939]: audit 2024-09-17T09:12:58.598742+0000 mon.smithi018 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.18:0/72012279' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-17T09:12:59.165 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 2024-09-17T09:12:59.165 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout { 2024-09-17T09:12:59.165 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "fsid": "c8b74618-74d4-11ef-bceb-c7b262605968", 2024-09-17T09:12:59.165 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "health": { 2024-09-17T09:12:59.165 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-17T09:12:59.165 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-17T09:12:59.165 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-17T09:12:59.165 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:12:59.165 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-17T09:12:59.165 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-17T09:12:59.165 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 0 2024-09-17T09:12:59.166 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout ], 2024-09-17T09:12:59.166 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-17T09:12:59.166 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "smithi018" 2024-09-17T09:12:59.166 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout ], 2024-09-17T09:12:59.166 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-09-17T09:12:59.166 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-17T09:12:59.166 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T09:12:59.166 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2024-09-17T09:12:59.167 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-17T09:12:59.167 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:12:59.167 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-17T09:12:59.167 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T09:12:59.167 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-17T09:12:59.167 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-17T09:12:59.167 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-17T09:12:59.167 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-17T09:12:59.167 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-17T09:12:59.168 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-17T09:12:59.168 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:12:59.168 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-17T09:12:59.168 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-17T09:12:59.168 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-17T09:12:59.168 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-17T09:12:59.168 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-17T09:12:59.168 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-17T09:12:59.168 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-17T09:12:59.168 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-17T09:12:59.168 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-17T09:12:59.168 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:12:59.168 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-17T09:12:59.168 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T09:12:59.169 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-17T09:12:59.169 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-17T09:12:59.169 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:12:59.169 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-17T09:12:59.169 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-17T09:12:59.169 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-17T09:12:59.169 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-17T09:12:59.169 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-17T09:12:59.169 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-17T09:12:59.169 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "restful" 2024-09-17T09:12:59.169 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout ], 2024-09-17T09:12:59.169 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T09:12:59.169 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:12:59.169 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-17T09:12:59.170 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T09:12:59.170 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "modified": "2024-09-17T09:12:41.577171+0000", 2024-09-17T09:12:59.170 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T09:12:59.170 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout }, 2024-09-17T09:12:59.170 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-17T09:12:59.170 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout } 2024-09-17T09:12:59.170 INFO:teuthology.orchestra.run.smithi018.stdout:mgr is available 2024-09-17T09:12:59.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:12:59 smithi018 bash[19939]: cluster 2024-09-17T09:12:58.617825+0000 mon.smithi018 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi018.roweby(active, since 2s) 2024-09-17T09:13:00.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:00 smithi018 bash[19939]: audit 2024-09-17T09:13:00.478592+0000 mon.smithi018 (mon.0) 25 : audit [INF] from='client.? 172.21.15.18:0/2739694131' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-17T09:13:01.053 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 2024-09-17T09:13:01.053 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout [global] 2024-09-17T09:13:01.054 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout fsid = c8b74618-74d4-11ef-bceb-c7b262605968 2024-09-17T09:13:01.054 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-17T09:13:01.054 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-17T09:13:01.054 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-17T09:13:01.054 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-17T09:13:01.054 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 2024-09-17T09:13:01.054 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-17T09:13:01.054 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-17T09:13:01.054 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 2024-09-17T09:13:01.054 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout [osd] 2024-09-17T09:13:01.054 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-17T09:13:01.054 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-17T09:13:01.054 INFO:teuthology.orchestra.run.smithi018.stdout:Enabling cephadm module... 2024-09-17T09:13:02.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:02 smithi018 bash[19939]: audit 2024-09-17T09:13:02.421920+0000 mon.smithi018 (mon.0) 26 : audit [INF] from='client.? 172.21.15.18:0/3397393938' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-09-17T09:13:03.827 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:03 smithi018 bash[19939]: audit 2024-09-17T09:13:02.478622+0000 mon.smithi018 (mon.0) 27 : audit [INF] from='client.? 172.21.15.18:0/3397393938' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-17T09:13:03.827 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:03 smithi018 bash[19939]: cluster 2024-09-17T09:13:02.478673+0000 mon.smithi018 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi018.roweby(active, since 5s) 2024-09-17T09:13:04.794 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:04 smithi018 bash[19939]: audit 2024-09-17T09:13:04.439171+0000 mon.smithi018 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.18:0/3743972009' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-17T09:13:04.962 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout { 2024-09-17T09:13:04.962 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-17T09:13:04.962 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-17T09:13:04.962 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "active_name": "smithi018.roweby", 2024-09-17T09:13:04.963 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-17T09:13:04.963 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout } 2024-09-17T09:13:04.963 INFO:teuthology.orchestra.run.smithi018.stdout:Waiting for the mgr to restart... 2024-09-17T09:13:04.963 INFO:teuthology.orchestra.run.smithi018.stdout:Waiting for mgr epoch 5... 2024-09-17T09:13:08.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:08 smithi018 bash[19939]: cluster 2024-09-17T09:13:08.493326+0000 mon.smithi018 (mon.0) 30 : cluster [INF] Active manager daemon smithi018.roweby restarted 2024-09-17T09:13:08.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:08 smithi018 bash[19939]: cluster 2024-09-17T09:13:08.493530+0000 mon.smithi018 (mon.0) 31 : cluster [INF] Activating manager daemon smithi018.roweby 2024-09-17T09:13:08.665 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:08 smithi018 bash[19939]: cluster 2024-09-17T09:13:08.501130+0000 mon.smithi018 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-17T09:13:08.665 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:08 smithi018 bash[19939]: cluster 2024-09-17T09:13:08.501344+0000 mon.smithi018 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi018.roweby(active, starting, since 0.00789051s) 2024-09-17T09:13:08.665 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:08 smithi018 bash[19939]: audit 2024-09-17T09:13:08.502779+0000 mon.smithi018 (mon.0) 34 : audit [DBG] from='mgr.14118 172.21.15.18:0/678106597' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mon metadata", "id": "smithi018"}]: dispatch 2024-09-17T09:13:08.665 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:08 smithi018 bash[19939]: audit 2024-09-17T09:13:08.504691+0000 mon.smithi018 (mon.0) 35 : audit [DBG] from='mgr.14118 172.21.15.18:0/678106597' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mgr metadata", "who": "smithi018.roweby", "id": "smithi018.roweby"}]: dispatch 2024-09-17T09:13:08.665 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:08 smithi018 bash[19939]: audit 2024-09-17T09:13:08.505970+0000 mon.smithi018 (mon.0) 36 : audit [DBG] from='mgr.14118 172.21.15.18:0/678106597' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T09:13:08.665 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:08 smithi018 bash[19939]: audit 2024-09-17T09:13:08.506132+0000 mon.smithi018 (mon.0) 37 : audit [DBG] from='mgr.14118 172.21.15.18:0/678106597' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T09:13:08.665 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:08 smithi018 bash[19939]: audit 2024-09-17T09:13:08.506269+0000 mon.smithi018 (mon.0) 38 : audit [DBG] from='mgr.14118 172.21.15.18:0/678106597' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T09:13:08.665 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:08 smithi018 bash[19939]: cluster 2024-09-17T09:13:08.529320+0000 mon.smithi018 (mon.0) 39 : cluster [INF] Manager daemon smithi018.roweby is now available 2024-09-17T09:13:08.665 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:08 smithi018 bash[19939]: audit 2024-09-17T09:13:08.541857+0000 mon.smithi018 (mon.0) 40 : audit [INF] from='mgr.14118 172.21.15.18:0/678106597' entity='mgr.smithi018.roweby' 2024-09-17T09:13:09.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:09 smithi018 bash[19939]: cephadm 2024-09-17T09:13:08.539029+0000 mgr.smithi018.roweby (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-17T09:13:09.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:09 smithi018 bash[19939]: audit 2024-09-17T09:13:08.545137+0000 mon.smithi018 (mon.0) 41 : audit [INF] from='mgr.14118 172.21.15.18:0/678106597' entity='mgr.smithi018.roweby' 2024-09-17T09:13:09.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:09 smithi018 bash[19939]: audit 2024-09-17T09:13:08.548958+0000 mon.smithi018 (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.18:0/678106597' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:13:09.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:09 smithi018 bash[19939]: audit 2024-09-17T09:13:08.553333+0000 mon.smithi018 (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.18:0/678106597' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:13:09.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:09 smithi018 bash[19939]: audit 2024-09-17T09:13:08.561875+0000 mon.smithi018 (mon.0) 44 : audit [INF] from='mgr.14118 172.21.15.18:0/678106597' entity='mgr.smithi018.roweby' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.roweby/mirror_snapshot_schedule"}]: dispatch 2024-09-17T09:13:09.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:09 smithi018 bash[19939]: audit 2024-09-17T09:13:08.564418+0000 mon.smithi018 (mon.0) 45 : audit [INF] from='mgr.14118 172.21.15.18:0/678106597' entity='mgr.smithi018.roweby' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.roweby/trash_purge_schedule"}]: dispatch 2024-09-17T09:13:09.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:09 smithi018 bash[19939]: audit 2024-09-17T09:13:09.325888+0000 mon.smithi018 (mon.0) 46 : audit [INF] from='mgr.14118 172.21.15.18:0/678106597' entity='mgr.smithi018.roweby' 2024-09-17T09:13:09.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:09 smithi018 bash[19939]: audit 2024-09-17T09:13:09.330253+0000 mon.smithi018 (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.18:0/678106597' entity='mgr.smithi018.roweby' 2024-09-17T09:13:09.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:09 smithi018 bash[19939]: cluster 2024-09-17T09:13:09.503515+0000 mon.smithi018 (mon.0) 48 : cluster [DBG] mgrmap e7: smithi018.roweby(active, since 1.01006s) 2024-09-17T09:13:10.094 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout { 2024-09-17T09:13:10.094 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-17T09:13:10.094 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-17T09:13:10.095 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout } 2024-09-17T09:13:10.095 INFO:teuthology.orchestra.run.smithi018.stdout:mgr epoch 5 is available 2024-09-17T09:13:10.095 INFO:teuthology.orchestra.run.smithi018.stdout:Setting orchestrator backend to cephadm... 2024-09-17T09:13:10.874 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:10 smithi018 bash[19939]: audit 2024-09-17T09:13:09.501011+0000 mgr.smithi018.roweby (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-17T09:13:10.874 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:10 smithi018 bash[19939]: audit 2024-09-17T09:13:09.515017+0000 mgr.smithi018.roweby (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-17T09:13:11.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:11 smithi018 bash[19939]: cluster 2024-09-17T09:13:10.556454+0000 mon.smithi018 (mon.0) 49 : cluster [DBG] mgrmap e8: smithi018.roweby(active, since 2s) 2024-09-17T09:13:11.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:11 smithi018 bash[19939]: cephadm 2024-09-17T09:13:10.812812+0000 mgr.smithi018.roweby (mgr.14118) 4 : cephadm [INF] [17/Sep/2024:09:13:10] ENGINE Bus STARTING 2024-09-17T09:13:11.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:11 smithi018 bash[19939]: cephadm 2024-09-17T09:13:10.937483+0000 mgr.smithi018.roweby (mgr.14118) 5 : cephadm [INF] [17/Sep/2024:09:13:10] ENGINE Serving on https://172.21.15.18:7150 2024-09-17T09:13:11.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:11 smithi018 bash[19939]: cephadm 2024-09-17T09:13:10.940140+0000 mgr.smithi018.roweby (mgr.14118) 6 : cephadm [ERR] [17/Sep/2024:09:13:10] ENGINE Error in HTTPServer.serve 2024-09-17T09:13:11.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:11 smithi018 bash[19939]: Traceback (most recent call last): 2024-09-17T09:13:11.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:11 smithi018 bash[19939]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T09:13:11.916 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:11 smithi018 bash[19939]: self._connections.run(self.expiration_interval) 2024-09-17T09:13:11.916 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:11 smithi018 bash[19939]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T09:13:11.916 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:11 smithi018 bash[19939]: self._run(expiration_interval) 2024-09-17T09:13:11.916 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:11 smithi018 bash[19939]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T09:13:11.916 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:11 smithi018 bash[19939]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T09:13:11.916 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:11 smithi018 bash[19939]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T09:13:11.917 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:11 smithi018 bash[19939]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T09:13:11.917 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:11 smithi018 bash[19939]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T09:13:11.917 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:11 smithi018 bash[19939]: s = self.context.wrap_socket( 2024-09-17T09:13:11.917 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:11 smithi018 bash[19939]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T09:13:11.917 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:11 smithi018 bash[19939]: return self.sslsocket_class._create( 2024-09-17T09:13:11.918 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:11 smithi018 bash[19939]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T09:13:11.918 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:11 smithi018 bash[19939]: self.do_handshake() 2024-09-17T09:13:11.918 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:11 smithi018 bash[19939]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T09:13:11.918 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:11 smithi018 bash[19939]: self._sslobj.do_handshake() 2024-09-17T09:13:11.918 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:11 smithi018 bash[19939]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T09:13:11.918 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:11 smithi018 bash[19939]: cephadm 2024-09-17T09:13:11.038698+0000 mgr.smithi018.roweby (mgr.14118) 7 : cephadm [INF] [17/Sep/2024:09:13:11] ENGINE Serving on http://172.21.15.18:8765 2024-09-17T09:13:11.919 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:11 smithi018 bash[19939]: cephadm 2024-09-17T09:13:11.038798+0000 mgr.smithi018.roweby (mgr.14118) 8 : cephadm [INF] [17/Sep/2024:09:13:11] ENGINE Bus STARTED 2024-09-17T09:13:11.919 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:11 smithi018 bash[19939]: audit 2024-09-17T09:13:11.039367+0000 mon.smithi018 (mon.0) 50 : audit [DBG] from='mgr.14118 172.21.15.18:0/678106597' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:13:11.919 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:11 smithi018 bash[19939]: audit 2024-09-17T09:13:11.383823+0000 mgr.smithi018.roweby (mgr.14118) 9 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:13:11.919 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:11 smithi018 bash[19939]: audit 2024-09-17T09:13:11.392236+0000 mon.smithi018 (mon.0) 51 : audit [INF] from='mgr.14118 172.21.15.18:0/678106597' entity='mgr.smithi018.roweby' 2024-09-17T09:13:11.919 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:11 smithi018 bash[19939]: audit 2024-09-17T09:13:11.409189+0000 mon.smithi018 (mon.0) 52 : audit [DBG] from='mgr.14118 172.21.15.18:0/678106597' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:13:13.718 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-17T09:13:13.718 INFO:teuthology.orchestra.run.smithi018.stdout:Generating ssh key... 2024-09-17T09:13:13.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:13 smithi018 bash[19939]: audit 2024-09-17T09:13:13.183305+0000 mgr.smithi018.roweby (mgr.14118) 10 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:13:16.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:16 smithi018 bash[19939]: audit 2024-09-17T09:13:15.143000+0000 mgr.smithi018.roweby (mgr.14118) 11 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:13:16.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:16 smithi018 bash[19939]: cephadm 2024-09-17T09:13:15.143438+0000 mgr.smithi018.roweby (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2024-09-17T09:13:16.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:16 smithi018 bash[19939]: audit 2024-09-17T09:13:15.290158+0000 mon.smithi018 (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.18:0/678106597' entity='mgr.smithi018.roweby' 2024-09-17T09:13:16.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:16 smithi018 bash[19939]: audit 2024-09-17T09:13:15.294526+0000 mon.smithi018 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.18:0/678106597' entity='mgr.smithi018.roweby' 2024-09-17T09:13:17.502 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDW43vG3/BMRZDNGZKP1AcxF7CMMNl+/aB7cucnkyzhYT8bqC5x+TGnp24nFKlOdaD1voczKvqyKiTOKalT4JEEI7T+EfpktZeEiXo7Eb3YnC2aKEETtrcrNpKQDafpRIoxikobWK6iCcwwuwS+90B0lcCx1vahpLniBW/fYHjF1l4VLb02CbMsCDVxWWUpdEzpv+5cq/f131UPICv1N1938wo2ddo2Lq2K5x8AjzSIGUilPJbeRttqeTurZKU7l3TUU43LMO1HjEhND84nNnhQ7spHyoKDVRsajVfaLNhP/e4v8z6s4hqcanUUE7Bu7OmnIanO84Clg8dKL9VRM4TRrccOhy+bPuSTmCjvJPvkvDG2xEM/fgz4j/grg8Y8BxGqoqzGbrxgS6KH1t4NBpbkQb59TwNViJ4FSCw01+irqv+WQ5e80B9QAi8AUYfV3C3DYPrq2xMgg0oKsRL46HRi1Cop2TBcQYLlk7ByyFFHQJiv97t3DeHyxmU9pnnD6R8= ceph-c8b74618-74d4-11ef-bceb-c7b262605968 2024-09-17T09:13:17.503 INFO:teuthology.orchestra.run.smithi018.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-17T09:13:17.503 INFO:teuthology.orchestra.run.smithi018.stdout:Adding key to root@localhost authorized_keys... 2024-09-17T09:13:17.503 INFO:teuthology.orchestra.run.smithi018.stdout:Adding host smithi018... 2024-09-17T09:13:17.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:17 smithi018 bash[19939]: audit 2024-09-17T09:13:16.997573+0000 mgr.smithi018.roweby (mgr.14118) 13 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:13:19.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:19 smithi018 bash[19939]: audit 2024-09-17T09:13:18.905514+0000 mgr.smithi018.roweby (mgr.14118) 14 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi018", "addr": "172.21.15.18", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:13:20.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:20 smithi018 bash[19939]: cephadm 2024-09-17T09:13:20.188665+0000 mgr.smithi018.roweby (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to smithi018 2024-09-17T09:13:23.566 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout Added host 'smithi018' with addr '172.21.15.18' 2024-09-17T09:13:23.566 INFO:teuthology.orchestra.run.smithi018.stdout:Deploying mon service with default placement... 2024-09-17T09:13:24.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:23 smithi018 bash[19939]: audit 2024-09-17T09:13:22.819624+0000 mon.smithi018 (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.18:0/678106597' entity='mgr.smithi018.roweby' 2024-09-17T09:13:24.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:23 smithi018 bash[19939]: cephadm 2024-09-17T09:13:22.820045+0000 mgr.smithi018.roweby (mgr.14118) 16 : cephadm [INF] Added host smithi018 2024-09-17T09:13:24.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:23 smithi018 bash[19939]: audit 2024-09-17T09:13:22.820498+0000 mon.smithi018 (mon.0) 56 : audit [DBG] from='mgr.14118 172.21.15.18:0/678106597' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:13:26.181 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-17T09:13:26.181 INFO:teuthology.orchestra.run.smithi018.stdout:Deploying mgr service with default placement... 2024-09-17T09:13:26.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:26 smithi018 bash[19939]: audit 2024-09-17T09:13:25.428179+0000 mon.smithi018 (mon.0) 57 : audit [INF] from='mgr.14118 172.21.15.18:0/678106597' entity='mgr.smithi018.roweby' 2024-09-17T09:13:26.665 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:26 smithi018 bash[19939]: audit 2024-09-17T09:13:25.597500+0000 mon.smithi018 (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.18:0/678106597' entity='mgr.smithi018.roweby' 2024-09-17T09:13:26.665 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:26 smithi018 bash[19939]: audit 2024-09-17T09:13:25.750781+0000 mon.smithi018 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.18:0/678106597' entity='mgr.smithi018.roweby' 2024-09-17T09:13:27.690 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:27 smithi018 bash[19939]: audit 2024-09-17T09:13:25.590676+0000 mgr.smithi018.roweby (mgr.14118) 17 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:13:27.690 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:27 smithi018 bash[19939]: cephadm 2024-09-17T09:13:25.592973+0000 mgr.smithi018.roweby (mgr.14118) 18 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-17T09:13:28.013 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-17T09:13:28.013 INFO:teuthology.orchestra.run.smithi018.stdout:Deploying crash service with default placement... 2024-09-17T09:13:28.759 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:28 smithi018 bash[19939]: audit 2024-09-17T09:13:27.497757+0000 mgr.smithi018.roweby (mgr.14118) 19 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:13:28.760 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:28 smithi018 bash[19939]: cephadm 2024-09-17T09:13:27.498691+0000 mgr.smithi018.roweby (mgr.14118) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-17T09:13:28.760 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:28 smithi018 bash[19939]: audit 2024-09-17T09:13:27.502822+0000 mon.smithi018 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.18:0/678106597' entity='mgr.smithi018.roweby' 2024-09-17T09:13:29.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:29 smithi018 bash[19939]: cluster 2024-09-17T09:13:28.507702+0000 mgr.smithi018.roweby (mgr.14118) 21 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:13:29.665 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:29 smithi018 bash[19939]: audit 2024-09-17T09:13:29.276969+0000 mon.smithi018 (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.18:0/678106597' entity='mgr.smithi018.roweby' 2024-09-17T09:13:29.752 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2024-09-17T09:13:29.752 INFO:teuthology.orchestra.run.smithi018.stdout:Deploying ceph-exporter service with default placement... 2024-09-17T09:13:30.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:30 smithi018 bash[19939]: audit 2024-09-17T09:13:29.271985+0000 mgr.smithi018.roweby (mgr.14118) 22 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:13:30.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:30 smithi018 bash[19939]: cephadm 2024-09-17T09:13:29.273852+0000 mgr.smithi018.roweby (mgr.14118) 23 : cephadm [INF] Saving service crash spec with placement * 2024-09-17T09:13:31.671 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2024-09-17T09:13:31.672 INFO:teuthology.orchestra.run.smithi018.stdout:Deploying prometheus service with default placement... 2024-09-17T09:13:31.772 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:31 smithi018 bash[19939]: cluster 2024-09-17T09:13:30.508177+0000 mgr.smithi018.roweby (mgr.14118) 24 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:13:31.772 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:31 smithi018 bash[19939]: audit 2024-09-17T09:13:30.757931+0000 mon.smithi018 (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.18:0/678106597' entity='mgr.smithi018.roweby' 2024-09-17T09:13:31.773 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:31 smithi018 bash[19939]: audit 2024-09-17T09:13:31.124631+0000 mon.smithi018 (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.18:0/678106597' entity='mgr.smithi018.roweby' 2024-09-17T09:13:31.773 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:31 smithi018 bash[19939]: audit 2024-09-17T09:13:31.419349+0000 mon.smithi018 (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.18:0/678106597' entity='mgr.smithi018.roweby' 2024-09-17T09:13:32.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:32 smithi018 bash[19939]: audit 2024-09-17T09:13:31.111083+0000 mgr.smithi018.roweby (mgr.14118) 25 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:13:32.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:32 smithi018 bash[19939]: cephadm 2024-09-17T09:13:31.121291+0000 mgr.smithi018.roweby (mgr.14118) 26 : cephadm [INF] Saving service ceph-exporter spec with placement * 2024-09-17T09:13:33.508 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2024-09-17T09:13:33.509 INFO:teuthology.orchestra.run.smithi018.stdout:Deploying grafana service with default placement... 2024-09-17T09:13:33.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:33 smithi018 bash[19939]: cluster 2024-09-17T09:13:32.508647+0000 mgr.smithi018.roweby (mgr.14118) 27 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:13:33.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:33 smithi018 bash[19939]: audit 2024-09-17T09:13:33.017616+0000 mon.smithi018 (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.18:0/678106597' entity='mgr.smithi018.roweby' 2024-09-17T09:13:34.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:34 smithi018 bash[19939]: audit 2024-09-17T09:13:33.010943+0000 mgr.smithi018.roweby (mgr.14118) 28 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:13:34.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:34 smithi018 bash[19939]: cephadm 2024-09-17T09:13:33.012981+0000 mgr.smithi018.roweby (mgr.14118) 29 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-17T09:13:35.374 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2024-09-17T09:13:35.374 INFO:teuthology.orchestra.run.smithi018.stdout:Deploying node-exporter service with default placement... 2024-09-17T09:13:35.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:35 smithi018 bash[19939]: cluster 2024-09-17T09:13:34.508921+0000 mgr.smithi018.roweby (mgr.14118) 30 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:13:35.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:35 smithi018 bash[19939]: audit 2024-09-17T09:13:34.879427+0000 mon.smithi018 (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.18:0/678106597' entity='mgr.smithi018.roweby' 2024-09-17T09:13:36.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:36 smithi018 bash[19939]: audit 2024-09-17T09:13:34.872244+0000 mgr.smithi018.roweby (mgr.14118) 31 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:13:36.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:36 smithi018 bash[19939]: cephadm 2024-09-17T09:13:34.874712+0000 mgr.smithi018.roweby (mgr.14118) 32 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-17T09:13:37.343 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2024-09-17T09:13:37.344 INFO:teuthology.orchestra.run.smithi018.stdout:Deploying alertmanager service with default placement... 2024-09-17T09:13:37.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:37 smithi018 bash[19939]: cluster 2024-09-17T09:13:36.509228+0000 mgr.smithi018.roweby (mgr.14118) 33 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:13:37.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:37 smithi018 bash[19939]: audit 2024-09-17T09:13:36.668004+0000 mon.smithi018 (mon.0) 67 : audit [INF] from='mgr.14118 172.21.15.18:0/678106597' entity='mgr.smithi018.roweby' 2024-09-17T09:13:38.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:38 smithi018 bash[19939]: audit 2024-09-17T09:13:36.661536+0000 mgr.smithi018.roweby (mgr.14118) 34 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:13:38.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:38 smithi018 bash[19939]: cephadm 2024-09-17T09:13:36.663557+0000 mgr.smithi018.roweby (mgr.14118) 35 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-17T09:13:39.503 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2024-09-17T09:13:39.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:39 smithi018 bash[19939]: cluster 2024-09-17T09:13:38.509497+0000 mgr.smithi018.roweby (mgr.14118) 36 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:13:39.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:39 smithi018 bash[19939]: audit 2024-09-17T09:13:38.955972+0000 mon.smithi018 (mon.0) 68 : audit [INF] from='mgr.14118 172.21.15.18:0/678106597' entity='mgr.smithi018.roweby' 2024-09-17T09:13:40.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:40 smithi018 bash[19939]: audit 2024-09-17T09:13:38.951207+0000 mgr.smithi018.roweby (mgr.14118) 37 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:13:40.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:40 smithi018 bash[19939]: cephadm 2024-09-17T09:13:38.952532+0000 mgr.smithi018.roweby (mgr.14118) 38 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-17T09:13:41.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:41 smithi018 bash[19939]: cluster 2024-09-17T09:13:40.509741+0000 mgr.smithi018.roweby (mgr.14118) 39 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:13:41.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:41 smithi018 bash[19939]: audit 2024-09-17T09:13:40.871609+0000 mon.smithi018 (mon.0) 69 : audit [INF] from='client.? 172.21.15.18:0/4153346910' entity='client.admin' 2024-09-17T09:13:43.233 INFO:teuthology.orchestra.run.smithi018.stdout:Enabling the dashboard module... 2024-09-17T09:13:43.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:43 smithi018 bash[19939]: cluster 2024-09-17T09:13:42.510104+0000 mgr.smithi018.roweby (mgr.14118) 40 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:13:43.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:43 smithi018 bash[19939]: audit 2024-09-17T09:13:42.710890+0000 mon.smithi018 (mon.0) 70 : audit [INF] from='client.? 172.21.15.18:0/60066140' entity='client.admin' 2024-09-17T09:13:45.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:45 smithi018 bash[19939]: cluster 2024-09-17T09:13:44.510365+0000 mgr.smithi018.roweby (mgr.14118) 41 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:13:45.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:45 smithi018 bash[19939]: audit 2024-09-17T09:13:44.594699+0000 mon.smithi018 (mon.0) 71 : audit [INF] from='client.? 172.21.15.18:0/1828750808' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-09-17T09:13:46.837 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:46 smithi018 bash[19939]: audit 2024-09-17T09:13:45.545003+0000 mon.smithi018 (mon.0) 72 : audit [INF] from='client.? 172.21.15.18:0/1828750808' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-17T09:13:46.837 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:46 smithi018 bash[19939]: cluster 2024-09-17T09:13:45.545095+0000 mon.smithi018 (mon.0) 73 : cluster [DBG] mgrmap e9: smithi018.roweby(active, since 37s) 2024-09-17T09:13:47.853 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:47 smithi018 bash[19939]: audit 2024-09-17T09:13:47.433948+0000 mon.smithi018 (mon.0) 74 : audit [DBG] from='client.? 172.21.15.18:0/1749435379' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-17T09:13:47.954 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout { 2024-09-17T09:13:47.955 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-09-17T09:13:47.955 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-17T09:13:47.955 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "active_name": "smithi018.roweby", 2024-09-17T09:13:47.955 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-17T09:13:47.955 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout } 2024-09-17T09:13:47.955 INFO:teuthology.orchestra.run.smithi018.stdout:Waiting for the mgr to restart... 2024-09-17T09:13:47.955 INFO:teuthology.orchestra.run.smithi018.stdout:Waiting for mgr epoch 9... 2024-09-17T09:13:51.822 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:51 smithi018 bash[19939]: cluster 2024-09-17T09:13:51.573221+0000 mon.smithi018 (mon.0) 75 : cluster [INF] Active manager daemon smithi018.roweby restarted 2024-09-17T09:13:51.822 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:51 smithi018 bash[19939]: cluster 2024-09-17T09:13:51.573503+0000 mon.smithi018 (mon.0) 76 : cluster [INF] Activating manager daemon smithi018.roweby 2024-09-17T09:13:51.823 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:51 smithi018 bash[19939]: cluster 2024-09-17T09:13:51.579895+0000 mon.smithi018 (mon.0) 77 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-17T09:13:51.823 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:51 smithi018 bash[19939]: cluster 2024-09-17T09:13:51.580148+0000 mon.smithi018 (mon.0) 78 : cluster [DBG] mgrmap e10: smithi018.roweby(active, starting, since 0.00673655s) 2024-09-17T09:13:51.823 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:51 smithi018 bash[19939]: audit 2024-09-17T09:13:51.581984+0000 mon.smithi018 (mon.0) 79 : audit [DBG] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mon metadata", "id": "smithi018"}]: dispatch 2024-09-17T09:13:51.823 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:51 smithi018 bash[19939]: audit 2024-09-17T09:13:51.582984+0000 mon.smithi018 (mon.0) 80 : audit [DBG] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mgr metadata", "who": "smithi018.roweby", "id": "smithi018.roweby"}]: dispatch 2024-09-17T09:13:51.823 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:51 smithi018 bash[19939]: audit 2024-09-17T09:13:51.584258+0000 mon.smithi018 (mon.0) 81 : audit [DBG] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T09:13:51.823 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:51 smithi018 bash[19939]: audit 2024-09-17T09:13:51.584363+0000 mon.smithi018 (mon.0) 82 : audit [DBG] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T09:13:51.823 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:51 smithi018 bash[19939]: audit 2024-09-17T09:13:51.584508+0000 mon.smithi018 (mon.0) 83 : audit [DBG] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T09:13:51.823 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:51 smithi018 bash[19939]: cluster 2024-09-17T09:13:51.609255+0000 mon.smithi018 (mon.0) 84 : cluster [INF] Manager daemon smithi018.roweby is now available 2024-09-17T09:13:52.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:52 smithi018 bash[19939]: audit 2024-09-17T09:13:51.627051+0000 mon.smithi018 (mon.0) 85 : audit [DBG] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:13:52.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:52 smithi018 bash[19939]: audit 2024-09-17T09:13:51.644807+0000 mon.smithi018 (mon.0) 86 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.roweby/mirror_snapshot_schedule"}]: dispatch 2024-09-17T09:13:52.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:52 smithi018 bash[19939]: audit 2024-09-17T09:13:51.646469+0000 mon.smithi018 (mon.0) 87 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.roweby/trash_purge_schedule"}]: dispatch 2024-09-17T09:13:52.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:52 smithi018 bash[19939]: audit 2024-09-17T09:13:52.583703+0000 mgr.smithi018.roweby (mgr.14162) 1 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-17T09:13:52.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:52 smithi018 bash[19939]: cluster 2024-09-17T09:13:52.586124+0000 mon.smithi018 (mon.0) 88 : cluster [DBG] mgrmap e11: smithi018.roweby(active, since 1.0127s) 2024-09-17T09:13:52.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:52 smithi018 bash[19939]: audit 2024-09-17T09:13:52.596079+0000 mgr.smithi018.roweby (mgr.14162) 2 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-17T09:13:53.158 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout { 2024-09-17T09:13:53.158 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-09-17T09:13:53.158 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-17T09:13:53.158 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout } 2024-09-17T09:13:53.158 INFO:teuthology.orchestra.run.smithi018.stdout:mgr epoch 9 is available 2024-09-17T09:13:53.158 INFO:teuthology.orchestra.run.smithi018.stdout:Generating a dashboard self-signed certificate... 2024-09-17T09:13:53.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:53 smithi018 bash[19939]: cephadm 2024-09-17T09:13:53.126147+0000 mgr.smithi018.roweby (mgr.14162) 3 : cephadm [INF] [17/Sep/2024:09:13:53] ENGINE Bus STARTING 2024-09-17T09:13:53.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:53 smithi018 bash[19939]: cephadm 2024-09-17T09:13:53.252080+0000 mgr.smithi018.roweby (mgr.14162) 4 : cephadm [INF] [17/Sep/2024:09:13:53] ENGINE Serving on https://172.21.15.18:7150 2024-09-17T09:13:53.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:53 smithi018 bash[19939]: cephadm 2024-09-17T09:13:53.255102+0000 mgr.smithi018.roweby (mgr.14162) 5 : cephadm [ERR] [17/Sep/2024:09:13:53] ENGINE Error in HTTPServer.serve 2024-09-17T09:13:53.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:53 smithi018 bash[19939]: Traceback (most recent call last): 2024-09-17T09:13:53.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:53 smithi018 bash[19939]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T09:13:53.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:53 smithi018 bash[19939]: self._connections.run(self.expiration_interval) 2024-09-17T09:13:53.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:53 smithi018 bash[19939]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T09:13:53.916 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:53 smithi018 bash[19939]: self._run(expiration_interval) 2024-09-17T09:13:53.916 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:53 smithi018 bash[19939]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T09:13:53.916 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:53 smithi018 bash[19939]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T09:13:53.916 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:53 smithi018 bash[19939]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T09:13:53.916 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:53 smithi018 bash[19939]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T09:13:53.916 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:53 smithi018 bash[19939]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T09:13:53.916 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:53 smithi018 bash[19939]: s = self.context.wrap_socket( 2024-09-17T09:13:53.916 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:53 smithi018 bash[19939]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T09:13:53.916 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:53 smithi018 bash[19939]: return self.sslsocket_class._create( 2024-09-17T09:13:53.916 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:53 smithi018 bash[19939]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T09:13:53.916 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:53 smithi018 bash[19939]: self.do_handshake() 2024-09-17T09:13:53.916 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:53 smithi018 bash[19939]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T09:13:53.916 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:53 smithi018 bash[19939]: self._sslobj.do_handshake() 2024-09-17T09:13:53.916 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:53 smithi018 bash[19939]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T09:13:53.917 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:53 smithi018 bash[19939]: cephadm 2024-09-17T09:13:53.353137+0000 mgr.smithi018.roweby (mgr.14162) 6 : cephadm [INF] [17/Sep/2024:09:13:53] ENGINE Serving on http://172.21.15.18:8765 2024-09-17T09:13:53.917 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:53 smithi018 bash[19939]: cephadm 2024-09-17T09:13:53.353252+0000 mgr.smithi018.roweby (mgr.14162) 7 : cephadm [INF] [17/Sep/2024:09:13:53] ENGINE Bus STARTED 2024-09-17T09:13:54.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:54 smithi018 bash[19939]: cluster 2024-09-17T09:13:53.638206+0000 mon.smithi018 (mon.0) 89 : cluster [DBG] mgrmap e12: smithi018.roweby(active, since 2s) 2024-09-17T09:13:54.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:54 smithi018 bash[19939]: audit 2024-09-17T09:13:54.455481+0000 mgr.smithi018.roweby (mgr.14162) 8 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:13:54.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:54 smithi018 bash[19939]: audit 2024-09-17T09:13:54.601217+0000 mon.smithi018 (mon.0) 90 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:13:54.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:54 smithi018 bash[19939]: audit 2024-09-17T09:13:54.605919+0000 mon.smithi018 (mon.0) 91 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:13:55.110 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-09-17T09:13:55.110 INFO:teuthology.orchestra.run.smithi018.stdout:Creating initial admin user... 2024-09-17T09:13:56.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:56 smithi018 bash[19939]: audit 2024-09-17T09:13:56.396721+0000 mgr.smithi018.roweby (mgr.14162) 9 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:13:56.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:56 smithi018 bash[19939]: audit 2024-09-17T09:13:56.648913+0000 mon.smithi018 (mon.0) 92 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:13:57.167 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$kuERRUyjsSyTrpx9ApnXGOtNnwgGtfHjmQboK9nG3tQ85akTC6cg2", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726564436, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-17T09:13:57.167 INFO:teuthology.orchestra.run.smithi018.stdout:Fetching dashboard port number... 2024-09-17T09:13:58.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:58 smithi018 bash[19939]: cluster 2024-09-17T09:13:57.667257+0000 mon.smithi018 (mon.0) 93 : cluster [DBG] mgrmap e13: smithi018.roweby(active, since 6s) 2024-09-17T09:13:58.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:58 smithi018 bash[19939]: audit 2024-09-17T09:13:58.304898+0000 mon.smithi018 (mon.0) 94 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:13:58.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:58 smithi018 bash[19939]: audit 2024-09-17T09:13:58.474517+0000 mon.smithi018 (mon.0) 95 : audit [DBG] from='client.? 172.21.15.18:0/704389852' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-09-17T09:13:59.049 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stdout 8443 2024-09-17T09:13:59.049 INFO:teuthology.orchestra.run.smithi018.stdout:firewalld does not appear to be present 2024-09-17T09:13:59.050 INFO:teuthology.orchestra.run.smithi018.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-17T09:13:59.053 INFO:teuthology.orchestra.run.smithi018.stdout:Ceph Dashboard is now available at: 2024-09-17T09:13:59.053 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T09:13:59.053 INFO:teuthology.orchestra.run.smithi018.stdout: URL: https://smithi018.front.sepia.ceph.com:8443/ 2024-09-17T09:13:59.053 INFO:teuthology.orchestra.run.smithi018.stdout: User: admin 2024-09-17T09:13:59.053 INFO:teuthology.orchestra.run.smithi018.stdout: Password: 0vjva595h4 2024-09-17T09:13:59.053 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T09:13:59.053 INFO:teuthology.orchestra.run.smithi018.stdout:Saving cluster configuration to /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/config directory 2024-09-17T09:13:59.054 INFO:teuthology.orchestra.run.smithi018.stdout:Enabling autotune for osd_memory_target 2024-09-17T09:14:00.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:13:59 smithi018 bash[19939]: audit 2024-09-17T09:13:58.974941+0000 mon.smithi018 (mon.0) 96 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:14:02.772 INFO:teuthology.orchestra.run.smithi018.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-17T09:14:02.772 INFO:teuthology.orchestra.run.smithi018.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-17T09:14:02.772 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T09:14:02.772 INFO:teuthology.orchestra.run.smithi018.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-17T09:14:02.772 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T09:14:02.772 INFO:teuthology.orchestra.run.smithi018.stdout:Or, if you are only running a single cluster on this host: 2024-09-17T09:14:02.772 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T09:14:02.772 INFO:teuthology.orchestra.run.smithi018.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-17T09:14:02.773 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T09:14:02.773 INFO:teuthology.orchestra.run.smithi018.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-17T09:14:02.773 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T09:14:02.773 INFO:teuthology.orchestra.run.smithi018.stdout: ceph telemetry on 2024-09-17T09:14:02.773 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T09:14:02.773 INFO:teuthology.orchestra.run.smithi018.stdout:For more information see: 2024-09-17T09:14:02.773 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T09:14:02.773 INFO:teuthology.orchestra.run.smithi018.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-17T09:14:02.773 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T09:14:02.773 INFO:teuthology.orchestra.run.smithi018.stdout:Bootstrap complete. 2024-09-17T09:14:02.819 INFO:tasks.cephadm:Fetching config... 2024-09-17T09:14:02.819 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-17T09:14:02.819 DEBUG:teuthology.orchestra.run.smithi018:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-17T09:14:02.825 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-17T09:14:02.825 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-17T09:14:02.825 DEBUG:teuthology.orchestra.run.smithi018:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-17T09:14:02.871 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-17T09:14:02.871 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-17T09:14:02.872 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd if=/var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/keyring of=/dev/stdout 2024-09-17T09:14:02.925 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-17T09:14:02.925 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-17T09:14:02.925 DEBUG:teuthology.orchestra.run.smithi018:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-17T09:14:02.975 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-17T09:14:02.975 DEBUG:teuthology.orchestra.run.smithi018:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDW43vG3/BMRZDNGZKP1AcxF7CMMNl+/aB7cucnkyzhYT8bqC5x+TGnp24nFKlOdaD1voczKvqyKiTOKalT4JEEI7T+EfpktZeEiXo7Eb3YnC2aKEETtrcrNpKQDafpRIoxikobWK6iCcwwuwS+90B0lcCx1vahpLniBW/fYHjF1l4VLb02CbMsCDVxWWUpdEzpv+5cq/f131UPICv1N1938wo2ddo2Lq2K5x8AjzSIGUilPJbeRttqeTurZKU7l3TUU43LMO1HjEhND84nNnhQ7spHyoKDVRsajVfaLNhP/e4v8z6s4hqcanUUE7Bu7OmnIanO84Clg8dKL9VRM4TRrccOhy+bPuSTmCjvJPvkvDG2xEM/fgz4j/grg8Y8BxGqoqzGbrxgS6KH1t4NBpbkQb59TwNViJ4FSCw01+irqv+WQ5e80B9QAi8AUYfV3C3DYPrq2xMgg0oKsRL46HRi1Cop2TBcQYLlk7ByyFFHQJiv97t3DeHyxmU9pnnD6R8= ceph-c8b74618-74d4-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T09:14:03.038 INFO:teuthology.orchestra.run.smithi018.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDW43vG3/BMRZDNGZKP1AcxF7CMMNl+/aB7cucnkyzhYT8bqC5x+TGnp24nFKlOdaD1voczKvqyKiTOKalT4JEEI7T+EfpktZeEiXo7Eb3YnC2aKEETtrcrNpKQDafpRIoxikobWK6iCcwwuwS+90B0lcCx1vahpLniBW/fYHjF1l4VLb02CbMsCDVxWWUpdEzpv+5cq/f131UPICv1N1938wo2ddo2Lq2K5x8AjzSIGUilPJbeRttqeTurZKU7l3TUU43LMO1HjEhND84nNnhQ7spHyoKDVRsajVfaLNhP/e4v8z6s4hqcanUUE7Bu7OmnIanO84Clg8dKL9VRM4TRrccOhy+bPuSTmCjvJPvkvDG2xEM/fgz4j/grg8Y8BxGqoqzGbrxgS6KH1t4NBpbkQb59TwNViJ4FSCw01+irqv+WQ5e80B9QAi8AUYfV3C3DYPrq2xMgg0oKsRL46HRi1Cop2TBcQYLlk7ByyFFHQJiv97t3DeHyxmU9pnnD6R8= ceph-c8b74618-74d4-11ef-bceb-c7b262605968 2024-09-17T09:14:03.047 DEBUG:teuthology.orchestra.run.smithi191:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDW43vG3/BMRZDNGZKP1AcxF7CMMNl+/aB7cucnkyzhYT8bqC5x+TGnp24nFKlOdaD1voczKvqyKiTOKalT4JEEI7T+EfpktZeEiXo7Eb3YnC2aKEETtrcrNpKQDafpRIoxikobWK6iCcwwuwS+90B0lcCx1vahpLniBW/fYHjF1l4VLb02CbMsCDVxWWUpdEzpv+5cq/f131UPICv1N1938wo2ddo2Lq2K5x8AjzSIGUilPJbeRttqeTurZKU7l3TUU43LMO1HjEhND84nNnhQ7spHyoKDVRsajVfaLNhP/e4v8z6s4hqcanUUE7Bu7OmnIanO84Clg8dKL9VRM4TRrccOhy+bPuSTmCjvJPvkvDG2xEM/fgz4j/grg8Y8BxGqoqzGbrxgS6KH1t4NBpbkQb59TwNViJ4FSCw01+irqv+WQ5e80B9QAi8AUYfV3C3DYPrq2xMgg0oKsRL46HRi1Cop2TBcQYLlk7ByyFFHQJiv97t3DeHyxmU9pnnD6R8= ceph-c8b74618-74d4-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T09:14:03.071 INFO:teuthology.orchestra.run.smithi191.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDW43vG3/BMRZDNGZKP1AcxF7CMMNl+/aB7cucnkyzhYT8bqC5x+TGnp24nFKlOdaD1voczKvqyKiTOKalT4JEEI7T+EfpktZeEiXo7Eb3YnC2aKEETtrcrNpKQDafpRIoxikobWK6iCcwwuwS+90B0lcCx1vahpLniBW/fYHjF1l4VLb02CbMsCDVxWWUpdEzpv+5cq/f131UPICv1N1938wo2ddo2Lq2K5x8AjzSIGUilPJbeRttqeTurZKU7l3TUU43LMO1HjEhND84nNnhQ7spHyoKDVRsajVfaLNhP/e4v8z6s4hqcanUUE7Bu7OmnIanO84Clg8dKL9VRM4TRrccOhy+bPuSTmCjvJPvkvDG2xEM/fgz4j/grg8Y8BxGqoqzGbrxgS6KH1t4NBpbkQb59TwNViJ4FSCw01+irqv+WQ5e80B9QAi8AUYfV3C3DYPrq2xMgg0oKsRL46HRi1Cop2TBcQYLlk7ByyFFHQJiv97t3DeHyxmU9pnnD6R8= ceph-c8b74618-74d4-11ef-bceb-c7b262605968 2024-09-17T09:14:03.081 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-17T09:14:03.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:03 smithi018 bash[19939]: audit 2024-09-17T09:14:02.314488+0000 mon.smithi018 (mon.0) 97 : audit [INF] from='client.? 172.21.15.18:0/1569120488' entity='client.admin' 2024-09-17T09:14:08.988 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:14:09.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:09 smithi018 bash[19939]: audit 2024-09-17T09:14:08.585440+0000 mon.smithi018 (mon.0) 98 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:14:09.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:09 smithi018 bash[19939]: audit 2024-09-17T09:14:08.591123+0000 mon.smithi018 (mon.0) 99 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:14:09.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:09 smithi018 bash[19939]: audit 2024-09-17T09:14:08.592588+0000 mon.smithi018 (mon.0) 100 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config rm", "who": "osd/host:smithi018", "name": "osd_memory_target"}]: dispatch 2024-09-17T09:14:09.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:09 smithi018 bash[19939]: audit 2024-09-17T09:14:08.599148+0000 mon.smithi018 (mon.0) 101 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:14:09.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:09 smithi018 bash[19939]: audit 2024-09-17T09:14:08.601328+0000 mon.smithi018 (mon.0) 102 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi018", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-09-17T09:14:09.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:09 smithi018 bash[19939]: audit 2024-09-17T09:14:08.604951+0000 mon.smithi018 (mon.0) 103 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi018", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-17T09:14:09.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:09 smithi018 bash[19939]: audit 2024-09-17T09:14:08.606448+0000 mon.smithi018 (mon.0) 104 : audit [DBG] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:14:09.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:09 smithi018 bash[19939]: cephadm 2024-09-17T09:14:08.608239+0000 mgr.smithi018.roweby (mgr.14162) 10 : cephadm [INF] Deploying daemon ceph-exporter.smithi018 on smithi018 2024-09-17T09:14:11.734 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:11 smithi018 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:14:11.734 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:11 smithi018 bash[19939]: cluster 2024-09-17T09:14:11.586132+0000 mgr.smithi018.roweby (mgr.14162) 11 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:14:12.082 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:11 smithi018 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:14:13.329 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:13 smithi018 bash[19939]: audit 2024-09-17T09:14:12.116312+0000 mon.smithi018 (mon.0) 105 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:14:13.329 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:13 smithi018 bash[19939]: audit 2024-09-17T09:14:12.118805+0000 mon.smithi018 (mon.0) 106 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:14:13.329 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:13 smithi018 bash[19939]: audit 2024-09-17T09:14:12.121626+0000 mon.smithi018 (mon.0) 107 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:14:13.329 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:13 smithi018 bash[19939]: audit 2024-09-17T09:14:12.124815+0000 mon.smithi018 (mon.0) 108 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:14:13.329 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:13 smithi018 bash[19939]: audit 2024-09-17T09:14:12.127169+0000 mon.smithi018 (mon.0) 109 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi018", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T09:14:13.329 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:13 smithi018 bash[19939]: audit 2024-09-17T09:14:12.129190+0000 mon.smithi018 (mon.0) 110 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi018", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-17T09:14:13.329 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:13 smithi018 bash[19939]: audit 2024-09-17T09:14:12.129910+0000 mon.smithi018 (mon.0) 111 : audit [DBG] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:14:13.329 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:13 smithi018 bash[19939]: cephadm 2024-09-17T09:14:12.130732+0000 mgr.smithi018.roweby (mgr.14162) 12 : cephadm [INF] Deploying daemon crash.smithi018 on smithi018 2024-09-17T09:14:14.212 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-17T09:14:14.213 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-17T09:14:14.574 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:14 smithi018 bash[19939]: audit 2024-09-17T09:14:13.315780+0000 mon.smithi018 (mon.0) 112 : audit [INF] from='client.? 172.21.15.18:0/3061952965' entity='client.admin' 2024-09-17T09:14:14.574 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:14 smithi018 bash[19939]: cluster 2024-09-17T09:14:13.586561+0000 mgr.smithi018.roweby (mgr.14162) 13 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:14:15.356 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:15 smithi018 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:14:15.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:15 smithi018 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:14:16.304 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:16 smithi018 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:14:16.556 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:16 smithi018 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:14:16.556 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:16 smithi018 bash[19939]: audit 2024-09-17T09:14:15.496077+0000 mon.smithi018 (mon.0) 113 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:14:16.556 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:16 smithi018 bash[19939]: audit 2024-09-17T09:14:15.498924+0000 mon.smithi018 (mon.0) 114 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:14:16.556 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:16 smithi018 bash[19939]: audit 2024-09-17T09:14:15.501844+0000 mon.smithi018 (mon.0) 115 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:14:16.556 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:16 smithi018 bash[19939]: audit 2024-09-17T09:14:15.504818+0000 mon.smithi018 (mon.0) 116 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:14:16.556 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:16 smithi018 bash[19939]: cephadm 2024-09-17T09:14:15.506436+0000 mgr.smithi018.roweby (mgr.14162) 14 : cephadm [INF] Deploying daemon node-exporter.smithi018 on smithi018 2024-09-17T09:14:16.556 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:16 smithi018 bash[19939]: cluster 2024-09-17T09:14:15.586858+0000 mgr.smithi018.roweby (mgr.14162) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:14:17.631 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:17 smithi018 bash[19939]: audit 2024-09-17T09:14:16.591056+0000 mon.smithi018 (mon.0) 117 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:14:17.631 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:17 smithi018 bash[19939]: audit 2024-09-17T09:14:16.593953+0000 mon.smithi018 (mon.0) 118 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:14:17.631 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:17 smithi018 bash[19939]: audit 2024-09-17T09:14:16.597428+0000 mon.smithi018 (mon.0) 119 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:14:17.631 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:17 smithi018 bash[19939]: audit 2024-09-17T09:14:16.599954+0000 mon.smithi018 (mon.0) 120 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:14:17.631 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:17 smithi018 bash[19939]: cephadm 2024-09-17T09:14:16.609866+0000 mgr.smithi018.roweby (mgr.14162) 16 : cephadm [INF] Deploying daemon alertmanager.smithi018 on smithi018 2024-09-17T09:14:17.631 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:17 smithi018 bash[19939]: audit 2024-09-17T09:14:16.642256+0000 mon.smithi018 (mon.0) 121 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:14:18.881 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:14:18.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:18 smithi018 bash[19939]: cluster 2024-09-17T09:14:17.587197+0000 mgr.smithi018.roweby (mgr.14162) 17 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:14:20.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:20 smithi018 bash[19939]: cluster 2024-09-17T09:14:19.587611+0000 mgr.smithi018.roweby (mgr.14162) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:14:22.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:22 smithi018 bash[19939]: cluster 2024-09-17T09:14:21.588018+0000 mgr.smithi018.roweby (mgr.14162) 19 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:14:24.855 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:24 smithi018 bash[19939]: cluster 2024-09-17T09:14:23.588353+0000 mgr.smithi018.roweby (mgr.14162) 20 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:14:25.776 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi191 2024-09-17T09:14:25.777 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-09-17T09:14:25.777 DEBUG:teuthology.orchestra.run.smithi191:> dd of=/etc/ceph/ceph.conf 2024-09-17T09:14:25.783 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-09-17T09:14:25.783 DEBUG:teuthology.orchestra.run.smithi191:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T09:14:25.831 INFO:tasks.cephadm:Adding host smithi191 to orchestrator... 2024-09-17T09:14:25.831 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph orch host add smithi191 2024-09-17T09:14:26.031 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:25 smithi018 bash[19939]: audit 2024-09-17T09:14:24.974060+0000 mgr.smithi018.roweby (mgr.14162) 21 : audit [DBG] from='client.14187 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:14:26.031 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:25 smithi018 bash[19939]: audit 2024-09-17T09:14:24.979014+0000 mon.smithi018 (mon.0) 122 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:14:26.031 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:25 smithi018 bash[19939]: cluster 2024-09-17T09:14:25.588856+0000 mgr.smithi018.roweby (mgr.14162) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:14:27.524 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:27 smithi018 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:14:27.774 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:27 smithi018 bash[19939]: cluster 2024-09-17T09:14:27.589374+0000 mgr.smithi018.roweby (mgr.14162) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:14:27.774 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:27 smithi018 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:14:29.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:28 smithi018 bash[19939]: audit 2024-09-17T09:14:27.809765+0000 mon.smithi018 (mon.0) 123 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:14:29.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:28 smithi018 bash[19939]: audit 2024-09-17T09:14:27.812727+0000 mon.smithi018 (mon.0) 124 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:14:29.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:28 smithi018 bash[19939]: audit 2024-09-17T09:14:27.815594+0000 mon.smithi018 (mon.0) 125 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:14:29.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:28 smithi018 bash[19939]: audit 2024-09-17T09:14:27.817822+0000 mon.smithi018 (mon.0) 126 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:14:29.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:28 smithi018 bash[19939]: audit 2024-09-17T09:14:27.820280+0000 mon.smithi018 (mon.0) 127 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:14:29.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:28 smithi018 bash[19939]: audit 2024-09-17T09:14:27.821956+0000 mon.smithi018 (mon.0) 128 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:14:29.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:28 smithi018 bash[19939]: cephadm 2024-09-17T09:14:27.830257+0000 mgr.smithi018.roweby (mgr.14162) 24 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-17T09:14:29.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:28 smithi018 bash[19939]: audit 2024-09-17T09:14:27.974875+0000 mon.smithi018 (mon.0) 129 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:14:29.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:28 smithi018 bash[19939]: audit 2024-09-17T09:14:27.977466+0000 mon.smithi018 (mon.0) 130 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:14:29.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:28 smithi018 bash[19939]: audit 2024-09-17T09:14:27.979395+0000 mon.smithi018 (mon.0) 131 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-17T09:14:29.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:28 smithi018 bash[19939]: audit 2024-09-17T09:14:27.980217+0000 mgr.smithi018.roweby (mgr.14162) 25 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-17T09:14:29.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:28 smithi018 bash[19939]: audit 2024-09-17T09:14:27.983125+0000 mon.smithi018 (mon.0) 132 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:14:29.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:28 smithi018 bash[19939]: cephadm 2024-09-17T09:14:27.996843+0000 mgr.smithi018.roweby (mgr.14162) 26 : cephadm [INF] Deploying daemon grafana.smithi018 on smithi018 2024-09-17T09:14:30.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:29 smithi018 bash[19939]: cluster 2024-09-17T09:14:29.589836+0000 mgr.smithi018.roweby (mgr.14162) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:14:30.536 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:14:32.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:31 smithi018 bash[19939]: cluster 2024-09-17T09:14:31.590279+0000 mgr.smithi018.roweby (mgr.14162) 28 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:14:32.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:31 smithi018 bash[19939]: audit 2024-09-17T09:14:31.652982+0000 mon.smithi018 (mon.0) 133 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:14:33.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:33 smithi018 bash[19939]: cluster 2024-09-17T09:14:33.590691+0000 mgr.smithi018.roweby (mgr.14162) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:14:36.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:35 smithi018 bash[19939]: cluster 2024-09-17T09:14:35.591161+0000 mgr.smithi018.roweby (mgr.14162) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:14:38.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:37 smithi018 bash[19939]: cluster 2024-09-17T09:14:37.591444+0000 mgr.smithi018.roweby (mgr.14162) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:14:38.922 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:38 smithi018 bash[19939]: audit 2024-09-17T09:14:37.653295+0000 mgr.smithi018.roweby (mgr.14162) 32 : audit [DBG] from='client.14189 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi191", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:14:39.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:39 smithi018 bash[19939]: cephadm 2024-09-17T09:14:39.103124+0000 mgr.smithi018.roweby (mgr.14162) 33 : cephadm [INF] Deploying cephadm binary to smithi191 2024-09-17T09:14:39.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:39 smithi018 bash[19939]: cluster 2024-09-17T09:14:39.591753+0000 mgr.smithi018.roweby (mgr.14162) 34 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:14:41.870 INFO:teuthology.orchestra.run.smithi018.stdout:Added host 'smithi191' with addr '172.21.15.191' 2024-09-17T09:14:41.916 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:41 smithi018 bash[19939]: cluster 2024-09-17T09:14:41.592128+0000 mgr.smithi018.roweby (mgr.14162) 35 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:14:43.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:42 smithi018 bash[19939]: audit 2024-09-17T09:14:41.869051+0000 mon.smithi018 (mon.0) 134 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:14:43.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:42 smithi018 bash[19939]: cephadm 2024-09-17T09:14:41.869936+0000 mgr.smithi018.roweby (mgr.14162) 36 : cephadm [INF] Added host smithi191 2024-09-17T09:14:44.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:43 smithi018 bash[19939]: cluster 2024-09-17T09:14:43.592618+0000 mgr.smithi018.roweby (mgr.14162) 37 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:14:46.066 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:45 smithi018 bash[19939]: cluster 2024-09-17T09:14:45.593200+0000 mgr.smithi018.roweby (mgr.14162) 38 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:14:46.067 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-17T09:14:47.853 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:47 smithi018 bash[19939]: cluster 2024-09-17T09:14:47.593676+0000 mgr.smithi018.roweby (mgr.14162) 39 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:14:49.753 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:49 smithi018 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:14:49.754 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:49 smithi018 bash[19939]: cluster 2024-09-17T09:14:49.593989+0000 mgr.smithi018.roweby (mgr.14162) 40 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:14:50.116 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:49 smithi018 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:14:50.771 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:14:51.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:51 smithi018 bash[19939]: audit 2024-09-17T09:14:50.028984+0000 mon.smithi018 (mon.0) 135 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:14:51.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:51 smithi018 bash[19939]: audit 2024-09-17T09:14:50.032412+0000 mon.smithi018 (mon.0) 136 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:14:51.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:51 smithi018 bash[19939]: audit 2024-09-17T09:14:50.035572+0000 mon.smithi018 (mon.0) 137 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:14:51.415 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:51 smithi018 bash[19939]: audit 2024-09-17T09:14:50.038266+0000 mon.smithi018 (mon.0) 138 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:14:51.415 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:51 smithi018 bash[19939]: audit 2024-09-17T09:14:50.042175+0000 mon.smithi018 (mon.0) 139 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:14:51.415 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:51 smithi018 bash[19939]: audit 2024-09-17T09:14:50.045145+0000 mon.smithi018 (mon.0) 140 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:14:51.415 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:51 smithi018 bash[19939]: audit 2024-09-17T09:14:50.047682+0000 mon.smithi018 (mon.0) 141 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:14:51.415 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:51 smithi018 bash[19939]: audit 2024-09-17T09:14:50.049390+0000 mon.smithi018 (mon.0) 142 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:14:51.415 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:51 smithi018 bash[19939]: cephadm 2024-09-17T09:14:50.309335+0000 mgr.smithi018.roweby (mgr.14162) 41 : cephadm [INF] Deploying daemon prometheus.smithi018 on smithi018 2024-09-17T09:14:52.277 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:52 smithi018 bash[19939]: cluster 2024-09-17T09:14:51.594376+0000 mgr.smithi018.roweby (mgr.14162) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:14:52.277 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:52 smithi018 bash[19939]: audit 2024-09-17T09:14:51.660924+0000 mon.smithi018 (mon.0) 143 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:14:53.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:53 smithi018 bash[19939]: cluster 2024-09-17T09:14:53.594792+0000 mgr.smithi018.roweby (mgr.14162) 43 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:14:56.014 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:55 smithi018 bash[19939]: cluster 2024-09-17T09:14:55.595275+0000 mgr.smithi018.roweby (mgr.14162) 44 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:14:57.183 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T09:14:57.184 INFO:teuthology.orchestra.run.smithi018.stdout:[{"addr": "172.21.15.18", "hostname": "smithi018", "labels": [], "status": ""}, {"addr": "172.21.15.191", "hostname": "smithi191", "labels": [], "status": ""}] 2024-09-17T09:14:57.775 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:57 smithi018 bash[19939]: audit 2024-09-17T09:14:57.184013+0000 mgr.smithi018.roweby (mgr.14162) 45 : audit [DBG] from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T09:14:57.775 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:57 smithi018 bash[19939]: cluster 2024-09-17T09:14:57.595738+0000 mgr.smithi018.roweby (mgr.14162) 46 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:14:59.403 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-17T09:14:59.403 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph osd crush tunables default 2024-09-17T09:14:59.785 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:14:59 smithi018 bash[19939]: cluster 2024-09-17T09:14:59.596000+0000 mgr.smithi018.roweby (mgr.14162) 47 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:15:01.769 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:01 smithi018 bash[19939]: cluster 2024-09-17T09:15:01.596350+0000 mgr.smithi018.roweby (mgr.14162) 48 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:15:03.959 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:03 smithi018 bash[19939]: cluster 2024-09-17T09:15:03.596767+0000 mgr.smithi018.roweby (mgr.14162) 49 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:15:04.115 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:15:05.812 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:05 smithi018 bash[19939]: cluster 2024-09-17T09:15:05.597208+0000 mgr.smithi018.roweby (mgr.14162) 50 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:15:07.881 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:07 smithi018 bash[19939]: cluster 2024-09-17T09:15:07.597565+0000 mgr.smithi018.roweby (mgr.14162) 51 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:15:09.737 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:09 smithi018 bash[19939]: cluster 2024-09-17T09:15:09.597862+0000 mgr.smithi018.roweby (mgr.14162) 52 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:15:09.737 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:09 smithi018 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:15:09.987 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:09 smithi018 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:15:11.146 INFO:teuthology.orchestra.run.smithi018.stderr:adjusted tunables profile to default 2024-09-17T09:15:11.317 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:11 smithi018 bash[19939]: audit 2024-09-17T09:15:10.137623+0000 mon.smithi018 (mon.0) 144 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:15:11.317 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:11 smithi018 bash[19939]: audit 2024-09-17T09:15:10.140419+0000 mon.smithi018 (mon.0) 145 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:15:11.317 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:11 smithi018 bash[19939]: audit 2024-09-17T09:15:10.142968+0000 mon.smithi018 (mon.0) 146 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' 2024-09-17T09:15:11.317 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:11 smithi018 bash[19939]: audit 2024-09-17T09:15:10.145227+0000 mon.smithi018 (mon.0) 147 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-17T09:15:11.317 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:11 smithi018 bash[19939]: audit 2024-09-17T09:15:10.164642+0000 mon.smithi018 (mon.0) 148 : audit [INF] from='client.? 172.21.15.18:0/4033349195' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-17T09:15:12.253 INFO:tasks.cephadm:Adding mon.smithi018 on smithi018 2024-09-17T09:15:12.253 INFO:tasks.cephadm:Adding mon.smithi191 on smithi191 2024-09-17T09:15:12.253 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph orch apply mon '2;smithi018:172.21.15.18=smithi018;smithi191:172.21.15.191=smithi191' 2024-09-17T09:15:12.398 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:12 smithi018 bash[19939]: audit 2024-09-17T09:15:11.146351+0000 mon.smithi018 (mon.0) 149 : audit [INF] from='client.? 172.21.15.18:0/4033349195' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-17T09:15:12.398 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:12 smithi018 bash[19939]: cluster 2024-09-17T09:15:11.146458+0000 mon.smithi018 (mon.0) 150 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T09:15:12.398 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:12 smithi018 bash[19939]: audit 2024-09-17T09:15:11.153158+0000 mon.smithi018 (mon.0) 151 : audit [INF] from='mgr.14162 172.21.15.18:0/2959554811' entity='mgr.smithi018.roweby' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-17T09:15:12.398 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:12 smithi018 bash[19939]: cluster 2024-09-17T09:15:11.153218+0000 mon.smithi018 (mon.0) 152 : cluster [DBG] mgrmap e14: smithi018.roweby(active, since 79s) 2024-09-17T09:15:13.418 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T09:15:14.465 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T09:15:17.360 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:17 smithi018 bash[19939]: cluster 2024-09-17T09:15:17.181678+0000 mon.smithi018 (mon.0) 153 : cluster [INF] Active manager daemon smithi018.roweby restarted 2024-09-17T09:15:17.360 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:17 smithi018 bash[19939]: cluster 2024-09-17T09:15:17.182125+0000 mon.smithi018 (mon.0) 154 : cluster [INF] Activating manager daemon smithi018.roweby 2024-09-17T09:15:17.360 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:17 smithi018 bash[19939]: cluster 2024-09-17T09:15:17.189442+0000 mon.smithi018 (mon.0) 155 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-17T09:15:17.361 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:17 smithi018 bash[19939]: cluster 2024-09-17T09:15:17.189674+0000 mon.smithi018 (mon.0) 156 : cluster [DBG] mgrmap e15: smithi018.roweby(active, starting, since 0.00773395s) 2024-09-17T09:15:17.361 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:17 smithi018 bash[19939]: audit 2024-09-17T09:15:17.192743+0000 mon.smithi018 (mon.0) 157 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mon metadata", "id": "smithi018"}]: dispatch 2024-09-17T09:15:17.361 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:17 smithi018 bash[19939]: audit 2024-09-17T09:15:17.193794+0000 mon.smithi018 (mon.0) 158 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mgr metadata", "who": "smithi018.roweby", "id": "smithi018.roweby"}]: dispatch 2024-09-17T09:15:17.361 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:17 smithi018 bash[19939]: audit 2024-09-17T09:15:17.194884+0000 mon.smithi018 (mon.0) 159 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T09:15:17.361 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:17 smithi018 bash[19939]: audit 2024-09-17T09:15:17.195117+0000 mon.smithi018 (mon.0) 160 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T09:15:17.361 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:17 smithi018 bash[19939]: audit 2024-09-17T09:15:17.195296+0000 mon.smithi018 (mon.0) 161 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T09:15:17.361 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:17 smithi018 bash[19939]: cluster 2024-09-17T09:15:17.221370+0000 mon.smithi018 (mon.0) 162 : cluster [INF] Manager daemon smithi018.roweby is now available 2024-09-17T09:15:18.204 INFO:teuthology.orchestra.run.smithi191.stdout:Scheduled mon update... 2024-09-17T09:15:18.404 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:18 smithi018 bash[19939]: audit 2024-09-17T09:15:17.239159+0000 mon.smithi018 (mon.0) 163 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:15:18.404 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:18 smithi018 bash[19939]: audit 2024-09-17T09:15:17.259350+0000 mon.smithi018 (mon.0) 164 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:18.404 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:18 smithi018 bash[19939]: audit 2024-09-17T09:15:17.262038+0000 mon.smithi018 (mon.0) 165 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:15:18.405 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:18 smithi018 bash[19939]: audit 2024-09-17T09:15:17.270312+0000 mon.smithi018 (mon.0) 166 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.roweby/mirror_snapshot_schedule"}]: dispatch 2024-09-17T09:15:18.405 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:18 smithi018 bash[19939]: audit 2024-09-17T09:15:17.280336+0000 mon.smithi018 (mon.0) 167 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi018.roweby/trash_purge_schedule"}]: dispatch 2024-09-17T09:15:18.405 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:18 smithi018 bash[19939]: audit 2024-09-17T09:15:18.040219+0000 mon.smithi018 (mon.0) 168 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:18.405 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:18 smithi018 bash[19939]: cluster 2024-09-17T09:15:18.193761+0000 mon.smithi018 (mon.0) 169 : cluster [DBG] mgrmap e16: smithi018.roweby(active, since 1.01181s) 2024-09-17T09:15:18.405 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:18 smithi018 bash[19939]: cephadm 2024-09-17T09:15:18.199121+0000 mgr.smithi018.roweby (mgr.14195) 2 : cephadm [INF] Saving service mon spec with placement smithi018:172.21.15.18=smithi018;smithi191:172.21.15.191=smithi191;count:2 2024-09-17T09:15:18.405 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:18 smithi018 bash[19939]: audit 2024-09-17T09:15:18.203794+0000 mon.smithi018 (mon.0) 170 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:18.848 DEBUG:teuthology.orchestra.run.smithi191:mon.smithi191> sudo journalctl -f -n 0 -u ceph-c8b74618-74d4-11ef-bceb-c7b262605968@mon.smithi191.service 2024-09-17T09:15:18.851 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T09:15:18.851 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T09:15:19.483 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:19 smithi018 bash[19939]: cephadm 2024-09-17T09:15:18.940290+0000 mgr.smithi018.roweby (mgr.14195) 3 : cephadm [INF] [17/Sep/2024:09:15:18] ENGINE Bus STARTING 2024-09-17T09:15:19.483 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:19 smithi018 bash[19939]: cephadm 2024-09-17T09:15:19.064562+0000 mgr.smithi018.roweby (mgr.14195) 4 : cephadm [INF] [17/Sep/2024:09:15:19] ENGINE Serving on https://172.21.15.18:7150 2024-09-17T09:15:19.483 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:19 smithi018 bash[19939]: cephadm 2024-09-17T09:15:19.069417+0000 mgr.smithi018.roweby (mgr.14195) 5 : cephadm [ERR] [17/Sep/2024:09:15:19] ENGINE Error in HTTPServer.serve 2024-09-17T09:15:19.483 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:19 smithi018 bash[19939]: Traceback (most recent call last): 2024-09-17T09:15:19.483 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:19 smithi018 bash[19939]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T09:15:19.483 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:19 smithi018 bash[19939]: self._connections.run(self.expiration_interval) 2024-09-17T09:15:19.483 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:19 smithi018 bash[19939]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T09:15:19.483 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:19 smithi018 bash[19939]: self._run(expiration_interval) 2024-09-17T09:15:19.484 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:19 smithi018 bash[19939]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T09:15:19.484 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:19 smithi018 bash[19939]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T09:15:19.484 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:19 smithi018 bash[19939]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T09:15:19.484 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:19 smithi018 bash[19939]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T09:15:19.484 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:19 smithi018 bash[19939]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T09:15:19.484 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:19 smithi018 bash[19939]: s = self.context.wrap_socket( 2024-09-17T09:15:19.484 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:19 smithi018 bash[19939]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T09:15:19.484 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:19 smithi018 bash[19939]: return self.sslsocket_class._create( 2024-09-17T09:15:19.484 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:19 smithi018 bash[19939]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T09:15:19.484 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:19 smithi018 bash[19939]: self.do_handshake() 2024-09-17T09:15:19.484 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:19 smithi018 bash[19939]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T09:15:19.484 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:19 smithi018 bash[19939]: self._sslobj.do_handshake() 2024-09-17T09:15:19.485 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:19 smithi018 bash[19939]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T09:15:19.485 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:19 smithi018 bash[19939]: cephadm 2024-09-17T09:15:19.166112+0000 mgr.smithi018.roweby (mgr.14195) 6 : cephadm [INF] [17/Sep/2024:09:15:19] ENGINE Serving on http://172.21.15.18:8765 2024-09-17T09:15:19.485 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:19 smithi018 bash[19939]: cephadm 2024-09-17T09:15:19.166261+0000 mgr.smithi018.roweby (mgr.14195) 7 : cephadm [INF] [17/Sep/2024:09:15:19] ENGINE Bus STARTED 2024-09-17T09:15:20.048 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T09:15:20.283 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:20 smithi018 bash[19939]: cluster 2024-09-17T09:15:19.246103+0000 mon.smithi018 (mon.0) 171 : cluster [DBG] mgrmap e17: smithi018.roweby(active, since 2s) 2024-09-17T09:15:20.283 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:20 smithi018 bash[19939]: audit 2024-09-17T09:15:19.865827+0000 mon.smithi018 (mon.0) 172 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:21.088 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-17T09:15:21.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:21 smithi018 bash[19939]: audit 2024-09-17T09:15:20.638361+0000 mon.smithi018 (mon.0) 173 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:24.581 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-09-17T09:15:24.581 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"c8b74618-74d4-11ef-bceb-c7b262605968","modified":"2024-09-17T09:12:37.035287Z","created":"2024-09-17T09:12:37.035287Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T09:15:24.581 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2024-09-17T09:15:24.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:24 smithi018 bash[19939]: audit 2024-09-17T09:15:23.432531+0000 mon.smithi018 (mon.0) 174 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:24.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:24 smithi018 bash[19939]: audit 2024-09-17T09:15:23.435582+0000 mon.smithi018 (mon.0) 175 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:24.725 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:24 smithi018 bash[19939]: audit 2024-09-17T09:15:24.184348+0000 mon.smithi018 (mon.0) 176 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:24.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:24 smithi018 bash[19939]: audit 2024-09-17T09:15:24.187751+0000 mon.smithi018 (mon.0) 177 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:24.726 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:24 smithi018 bash[19939]: audit 2024-09-17T09:15:24.188732+0000 mon.smithi018 (mon.0) 178 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config rm", "who": "osd/host:smithi018", "name": "osd_memory_target"}]: dispatch 2024-09-17T09:15:25.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:25 smithi018 bash[19939]: audit 2024-09-17T09:15:24.580981+0000 mon.smithi018 (mon.0) 179 : audit [DBG] from='client.? 172.21.15.191:0/187040915' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T09:15:26.337 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T09:15:26.337 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T09:15:28.097 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T09:15:28.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:28 smithi018 bash[19939]: audit 2024-09-17T09:15:27.170937+0000 mon.smithi018 (mon.0) 180 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:28.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:28 smithi018 bash[19939]: audit 2024-09-17T09:15:27.176633+0000 mon.smithi018 (mon.0) 181 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:28.665 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:28 smithi018 bash[19939]: audit 2024-09-17T09:15:27.183830+0000 mon.smithi018 (mon.0) 182 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:28.665 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:28 smithi018 bash[19939]: audit 2024-09-17T09:15:27.189401+0000 mon.smithi018 (mon.0) 183 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:28.665 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:28 smithi018 bash[19939]: audit 2024-09-17T09:15:27.190807+0000 mon.smithi018 (mon.0) 184 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config rm", "who": "osd/host:smithi191", "name": "osd_memory_target"}]: dispatch 2024-09-17T09:15:28.665 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:28 smithi018 bash[19939]: audit 2024-09-17T09:15:27.193063+0000 mon.smithi018 (mon.0) 185 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:28.665 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:28 smithi018 bash[19939]: audit 2024-09-17T09:15:27.194825+0000 mon.smithi018 (mon.0) 186 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:15:28.665 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:28 smithi018 bash[19939]: cephadm 2024-09-17T09:15:27.197270+0000 mgr.smithi018.roweby (mgr.14195) 8 : cephadm [INF] Updating smithi018:/etc/ceph/ceph.conf 2024-09-17T09:15:28.665 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:28 smithi018 bash[19939]: cephadm 2024-09-17T09:15:27.197821+0000 mgr.smithi018.roweby (mgr.14195) 9 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.conf 2024-09-17T09:15:28.665 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:28 smithi018 bash[19939]: audit 2024-09-17T09:15:27.827118+0000 mon.smithi018 (mon.0) 187 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:28.665 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:28 smithi018 bash[19939]: audit 2024-09-17T09:15:27.833778+0000 mon.smithi018 (mon.0) 188 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:28.665 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:28 smithi018 bash[19939]: audit 2024-09-17T09:15:27.847133+0000 mon.smithi018 (mon.0) 189 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:28.665 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:28 smithi018 bash[19939]: audit 2024-09-17T09:15:27.851597+0000 mon.smithi018 (mon.0) 190 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:28.665 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:28 smithi018 bash[19939]: audit 2024-09-17T09:15:27.856231+0000 mon.smithi018 (mon.0) 191 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:28.666 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:28 smithi018 bash[19939]: audit 2024-09-17T09:15:27.857918+0000 mon.smithi018 (mon.0) 192 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi191", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-09-17T09:15:28.666 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:28 smithi018 bash[19939]: audit 2024-09-17T09:15:27.861603+0000 mon.smithi018 (mon.0) 193 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi191", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-09-17T09:15:28.666 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:28 smithi018 bash[19939]: audit 2024-09-17T09:15:27.862640+0000 mon.smithi018 (mon.0) 194 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:29.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:29 smithi018 bash[19939]: cephadm 2024-09-17T09:15:27.420380+0000 mgr.smithi018.roweby (mgr.14195) 10 : cephadm [INF] Updating smithi018:/var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T09:15:29.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:29 smithi018 bash[19939]: cephadm 2024-09-17T09:15:27.420525+0000 mgr.smithi018.roweby (mgr.14195) 11 : cephadm [INF] Updating smithi191:/var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T09:15:29.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:29 smithi018 bash[19939]: cephadm 2024-09-17T09:15:27.549926+0000 mgr.smithi018.roweby (mgr.14195) 12 : cephadm [INF] Updating smithi018:/etc/ceph/ceph.client.admin.keyring 2024-09-17T09:15:29.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:29 smithi018 bash[19939]: cephadm 2024-09-17T09:15:27.572789+0000 mgr.smithi018.roweby (mgr.14195) 13 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.client.admin.keyring 2024-09-17T09:15:29.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:29 smithi018 bash[19939]: cephadm 2024-09-17T09:15:27.683659+0000 mgr.smithi018.roweby (mgr.14195) 14 : cephadm [INF] Updating smithi018:/var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T09:15:29.665 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:29 smithi018 bash[19939]: cephadm 2024-09-17T09:15:27.710908+0000 mgr.smithi018.roweby (mgr.14195) 15 : cephadm [INF] Updating smithi191:/var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T09:15:29.665 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:29 smithi018 bash[19939]: cephadm 2024-09-17T09:15:27.863816+0000 mgr.smithi018.roweby (mgr.14195) 16 : cephadm [INF] Deploying daemon ceph-exporter.smithi191 on smithi191 2024-09-17T09:15:32.177 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2024-09-17T09:15:32.178 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-09-17T09:15:32.178 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"c8b74618-74d4-11ef-bceb-c7b262605968","modified":"2024-09-17T09:12:37.035287Z","created":"2024-09-17T09:12:37.035287Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T09:15:33.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:32 smithi018 bash[19939]: audit 2024-09-17T09:15:31.851580+0000 mon.smithi018 (mon.0) 195 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:33.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:32 smithi018 bash[19939]: audit 2024-09-17T09:15:31.857088+0000 mon.smithi018 (mon.0) 196 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:33.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:32 smithi018 bash[19939]: audit 2024-09-17T09:15:31.862753+0000 mon.smithi018 (mon.0) 197 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:33.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:32 smithi018 bash[19939]: audit 2024-09-17T09:15:31.868014+0000 mon.smithi018 (mon.0) 198 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:33.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:32 smithi018 bash[19939]: audit 2024-09-17T09:15:31.870676+0000 mon.smithi018 (mon.0) 199 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi191", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T09:15:33.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:32 smithi018 bash[19939]: audit 2024-09-17T09:15:31.875110+0000 mon.smithi018 (mon.0) 200 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi191", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-17T09:15:33.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:32 smithi018 bash[19939]: audit 2024-09-17T09:15:31.876949+0000 mon.smithi018 (mon.0) 201 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:33.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:32 smithi018 bash[19939]: cephadm 2024-09-17T09:15:31.878890+0000 mgr.smithi018.roweby (mgr.14195) 17 : cephadm [INF] Deploying daemon crash.smithi191 on smithi191 2024-09-17T09:15:33.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:32 smithi018 bash[19939]: audit 2024-09-17T09:15:32.178152+0000 mon.smithi018 (mon.0) 202 : audit [DBG] from='client.? 172.21.15.191:0/4141598981' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T09:15:33.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:32 smithi018 bash[19939]: audit 2024-09-17T09:15:32.259402+0000 mon.smithi018 (mon.0) 203 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:33.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:32 smithi018 bash[19939]: audit 2024-09-17T09:15:32.262873+0000 mon.smithi018 (mon.0) 204 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:15:34.463 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T09:15:34.463 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T09:15:36.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:36 smithi018 bash[19939]: audit 2024-09-17T09:15:35.505212+0000 mon.smithi018 (mon.0) 205 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:36.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:36 smithi018 bash[19939]: audit 2024-09-17T09:15:35.511174+0000 mon.smithi018 (mon.0) 206 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:36.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:36 smithi018 bash[19939]: audit 2024-09-17T09:15:35.517367+0000 mon.smithi018 (mon.0) 207 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:36.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:36 smithi018 bash[19939]: audit 2024-09-17T09:15:35.522903+0000 mon.smithi018 (mon.0) 208 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:36.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:36 smithi018 bash[19939]: cephadm 2024-09-17T09:15:35.526093+0000 mgr.smithi018.roweby (mgr.14195) 18 : cephadm [INF] Deploying daemon node-exporter.smithi191 on smithi191 2024-09-17T09:15:37.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:37 smithi018 bash[19939]: audit 2024-09-17T09:15:36.586880+0000 mon.smithi018 (mon.0) 209 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:37.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:37 smithi018 bash[19939]: audit 2024-09-17T09:15:36.592895+0000 mon.smithi018 (mon.0) 210 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:37.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:37 smithi018 bash[19939]: audit 2024-09-17T09:15:36.598937+0000 mon.smithi018 (mon.0) 211 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:37.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:37 smithi018 bash[19939]: audit 2024-09-17T09:15:36.604286+0000 mon.smithi018 (mon.0) 212 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:37.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:37 smithi018 bash[19939]: audit 2024-09-17T09:15:36.609443+0000 mon.smithi018 (mon.0) 213 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi191.oohadx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T09:15:37.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:37 smithi018 bash[19939]: audit 2024-09-17T09:15:36.613953+0000 mon.smithi018 (mon.0) 214 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi191.oohadx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-17T09:15:37.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:37 smithi018 bash[19939]: audit 2024-09-17T09:15:36.615634+0000 mon.smithi018 (mon.0) 215 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T09:15:37.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:37 smithi018 bash[19939]: audit 2024-09-17T09:15:36.617611+0000 mon.smithi018 (mon.0) 216 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:37.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:37 smithi018 bash[19939]: cephadm 2024-09-17T09:15:36.619554+0000 mgr.smithi018.roweby (mgr.14195) 19 : cephadm [INF] Deploying daemon mgr.smithi191.oohadx on smithi191 2024-09-17T09:15:37.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:37 smithi018 bash[19939]: cluster 2024-09-17T09:15:37.196890+0000 mgr.smithi018.roweby (mgr.14195) 20 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:15:37.916 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:37 smithi018 bash[19939]: audit 2024-09-17T09:15:37.265578+0000 mon.smithi018 (mon.0) 217 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:39.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:39 smithi018 bash[19939]: cluster 2024-09-17T09:15:39.197338+0000 mgr.smithi018.roweby (mgr.14195) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:15:39.775 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T09:15:40.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:40 smithi191 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:15:41.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:40 smithi018 bash[19939]: audit 2024-09-17T09:15:39.919304+0000 mon.smithi018 (mon.0) 218 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:41.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:40 smithi018 bash[19939]: audit 2024-09-17T09:15:39.925379+0000 mon.smithi018 (mon.0) 219 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:41.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:40 smithi018 bash[19939]: audit 2024-09-17T09:15:39.931299+0000 mon.smithi018 (mon.0) 220 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:41.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:40 smithi018 bash[19939]: audit 2024-09-17T09:15:39.936698+0000 mon.smithi018 (mon.0) 221 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:41.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:40 smithi018 bash[19939]: audit 2024-09-17T09:15:39.939990+0000 mon.smithi018 (mon.0) 222 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T09:15:41.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:40 smithi018 bash[19939]: audit 2024-09-17T09:15:39.941673+0000 mon.smithi018 (mon.0) 223 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:41.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:40 smithi018 bash[19939]: cephadm 2024-09-17T09:15:39.943641+0000 mgr.smithi018.roweby (mgr.14195) 22 : cephadm [INF] Deploying daemon mon.smithi191 on smithi191 2024-09-17T09:15:42.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:41 smithi018 bash[19939]: cluster 2024-09-17T09:15:41.197744+0000 mgr.smithi018.roweby (mgr.14195) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:15:43.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:43 smithi018 bash[19939]: audit 2024-09-17T09:15:42.272198+0000 mon.smithi018 (mon.0) 224 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:43.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:43 smithi018 bash[19939]: cluster 2024-09-17T09:15:43.198159+0000 mgr.smithi018.roweby (mgr.14195) 24 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:15:45.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:45 smithi018 bash[19939]: cluster 2024-09-17T09:15:45.198603+0000 mgr.smithi018.roweby (mgr.14195) 25 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:15:45.670 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-09-17T09:15:45.670 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":1,"fsid":"c8b74618-74d4-11ef-bceb-c7b262605968","modified":"2024-09-17T09:12:37.035287Z","created":"2024-09-17T09:12:37.035287Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T09:15:45.670 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 1 2024-09-17T09:15:46.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:46 smithi018 bash[19939]: audit 2024-09-17T09:15:45.670375+0000 mon.smithi018 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.191:0/6774617' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T09:15:46.688 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:46 smithi191 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:15:46.688 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:46 smithi191 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:15:46.689 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:46 smithi191 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:15:46.792 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:46 smithi191 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:15:47.101 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:46 smithi191 systemd[1]: Started Ceph mon.smithi191 for c8b74618-74d4-11ef-bceb-c7b262605968. 2024-09-17T09:15:47.406 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-17T09:15:47.406 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T09:15:48.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:47 smithi018 bash[19939]: audit 2024-09-17T09:15:46.828086+0000 mon.smithi018 (mon.0) 226 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:48.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:47 smithi018 bash[19939]: audit 2024-09-17T09:15:46.834015+0000 mon.smithi018 (mon.0) 227 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:48.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:47 smithi018 bash[19939]: audit 2024-09-17T09:15:46.839849+0000 mon.smithi018 (mon.0) 228 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:48.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:47 smithi018 bash[19939]: audit 2024-09-17T09:15:46.845342+0000 mon.smithi018 (mon.0) 229 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:48.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:47 smithi018 bash[19939]: audit 2024-09-17T09:15:46.854926+0000 mon.smithi018 (mon.0) 230 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:48.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:47 smithi018 bash[19939]: audit 2024-09-17T09:15:46.912596+0000 mon.smithi018 (mon.0) 231 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:15:48.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:47 smithi018 bash[19939]: cluster 2024-09-17T09:15:47.199002+0000 mgr.smithi018.roweby (mgr.14195) 26 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:15:48.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:47 smithi018 bash[19939]: audit 2024-09-17T09:15:47.263470+0000 mon.smithi018 (mon.0) 232 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:15:48.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:47 smithi018 bash[19939]: audit 2024-09-17T09:15:47.291523+0000 mon.smithi018 (mon.0) 233 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:48.353 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.869+0000 7fae4e877b00 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-17T09:15:48.353 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.869+0000 7fae4e877b00 0 ceph version 18.2.4-855-g19e2a2be (19e2a2beb6f41a3ab62650e38614eb29b59dcbb9) reef (stable), process ceph-mon, pid 7 2024-09-17T09:15:48.353 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.869+0000 7fae4e877b00 0 pidfile_write: ignore empty --pid-file 2024-09-17T09:15:48.353 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 0 load: jerasure load: lrc 2024-09-17T09:15:48.353 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: RocksDB version: 7.9.2 2024-09-17T09:15:48.353 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Git sha 0 2024-09-17T09:15:48.353 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Compile date 2024-09-16 15:15:13 2024-09-17T09:15:48.354 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: DB SUMMARY 2024-09-17T09:15:48.354 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: DB Session ID: BMZFE8WEVG6BQ3H55HHZ 2024-09-17T09:15:48.354 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: CURRENT file: CURRENT 2024-09-17T09:15:48.354 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: IDENTITY file: IDENTITY 2024-09-17T09:15:48.354 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-17T09:15:48.354 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi191/store.db dir, Total Num: 0, files: 2024-09-17T09:15:48.354 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi191/store.db: 000004.log size: 511 ; 2024-09-17T09:15:48.354 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.error_if_exists: 0 2024-09-17T09:15:48.354 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.create_if_missing: 0 2024-09-17T09:15:48.354 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.paranoid_checks: 1 2024-09-17T09:15:48.354 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-17T09:15:48.354 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-17T09:15:48.354 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-17T09:15:48.355 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.env: 0x55e5de30abc0 2024-09-17T09:15:48.355 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.fs: PosixFileSystem 2024-09-17T09:15:48.355 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.info_log: 0x55e5defe6dc0 2024-09-17T09:15:48.355 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-17T09:15:48.355 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.statistics: (nil) 2024-09-17T09:15:48.355 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.use_fsync: 0 2024-09-17T09:15:48.355 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.max_log_file_size: 0 2024-09-17T09:15:48.356 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-17T09:15:48.356 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-17T09:15:48.356 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-17T09:15:48.356 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-17T09:15:48.356 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.allow_fallocate: 1 2024-09-17T09:15:48.356 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-17T09:15:48.356 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-17T09:15:48.356 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.use_direct_reads: 0 2024-09-17T09:15:48.356 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-17T09:15:48.356 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.create_missing_column_families: 0 2024-09-17T09:15:48.357 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.db_log_dir: 2024-09-17T09:15:48.357 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.wal_dir: 2024-09-17T09:15:48.357 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-17T09:15:48.357 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-17T09:15:48.357 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-17T09:15:48.357 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-17T09:15:48.358 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-17T09:15:48.358 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-17T09:15:48.358 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.advise_random_on_open: 1 2024-09-17T09:15:48.358 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-17T09:15:48.358 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.write_buffer_manager: 0x55e5deff4320 2024-09-17T09:15:48.358 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-17T09:15:48.358 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-17T09:15:48.358 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-17T09:15:48.358 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.rate_limiter: (nil) 2024-09-17T09:15:48.358 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-17T09:15:48.358 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-17T09:15:48.358 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-17T09:15:48.359 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-17T09:15:48.359 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.unordered_write: 0 2024-09-17T09:15:48.359 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-17T09:15:48.359 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-17T09:15:48.359 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-17T09:15:48.359 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-17T09:15:48.359 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.row_cache: None 2024-09-17T09:15:48.359 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.wal_filter: None 2024-09-17T09:15:48.359 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-17T09:15:48.359 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-17T09:15:48.359 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.two_write_queues: 0 2024-09-17T09:15:48.359 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.manual_wal_flush: 0 2024-09-17T09:15:48.359 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.wal_compression: 0 2024-09-17T09:15:48.360 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.atomic_flush: 0 2024-09-17T09:15:48.360 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-17T09:15:48.360 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-17T09:15:48.360 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-17T09:15:48.360 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.log_readahead_size: 0 2024-09-17T09:15:48.360 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-17T09:15:48.360 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-17T09:15:48.360 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-17T09:15:48.360 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-17T09:15:48.360 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-17T09:15:48.360 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-17T09:15:48.360 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-17T09:15:48.360 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.max_background_jobs: 2 2024-09-17T09:15:48.360 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.max_background_compactions: -1 2024-09-17T09:15:48.361 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.max_subcompactions: 1 2024-09-17T09:15:48.361 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-17T09:15:48.361 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-17T09:15:48.361 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-17T09:15:48.361 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.max_total_wal_size: 0 2024-09-17T09:15:48.361 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-17T09:15:48.361 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-17T09:15:48.361 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-17T09:15:48.361 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-17T09:15:48.361 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.max_open_files: -1 2024-09-17T09:15:48.361 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.bytes_per_sync: 0 2024-09-17T09:15:48.361 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-17T09:15:48.361 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-17T09:15:48.361 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-17T09:15:48.362 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.max_background_flushes: -1 2024-09-17T09:15:48.362 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Compression algorithms supported: 2024-09-17T09:15:48.362 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: kZSTD supported: 0 2024-09-17T09:15:48.362 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: kXpressCompression supported: 0 2024-09-17T09:15:48.362 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: kBZip2Compression supported: 0 2024-09-17T09:15:48.362 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-17T09:15:48.362 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: kLZ4Compression supported: 1 2024-09-17T09:15:48.362 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: kZlibCompression supported: 1 2024-09-17T09:15:48.362 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-17T09:15:48.362 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: kSnappyCompression supported: 1 2024-09-17T09:15:48.362 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-17T09:15:48.362 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-17T09:15:48.363 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi191/store.db/MANIFEST-000005 2024-09-17T09:15:48.364 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-17T09:15:48.365 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-17T09:15:48.365 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.merge_operator: 2024-09-17T09:15:48.365 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.compaction_filter: None 2024-09-17T09:15:48.365 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.compaction_filter_factory: None 2024-09-17T09:15:48.365 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-17T09:15:48.365 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-17T09:15:48.365 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-17T09:15:48.365 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e5defe6a20) 2024-09-17T09:15:48.365 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: cache_index_and_filter_blocks: 1 2024-09-17T09:15:48.365 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-17T09:15:48.365 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-17T09:15:48.365 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: pin_top_level_index_and_filter: 1 2024-09-17T09:15:48.365 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: index_type: 0 2024-09-17T09:15:48.366 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: data_block_index_type: 0 2024-09-17T09:15:48.366 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: index_shortening: 1 2024-09-17T09:15:48.366 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: data_block_hash_table_util_ratio: 0.750000 2024-09-17T09:15:48.366 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: checksum: 4 2024-09-17T09:15:48.366 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: no_block_cache: 0 2024-09-17T09:15:48.366 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: block_cache: 0x55e5defdd350 2024-09-17T09:15:48.366 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: block_cache_name: BinnedLRUCache 2024-09-17T09:15:48.366 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: block_cache_options: 2024-09-17T09:15:48.366 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: capacity : 536870912 2024-09-17T09:15:48.366 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: num_shard_bits : 4 2024-09-17T09:15:48.366 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: strict_capacity_limit : 0 2024-09-17T09:15:48.366 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: high_pri_pool_ratio: 0.000 2024-09-17T09:15:48.366 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: block_cache_compressed: (nil) 2024-09-17T09:15:48.366 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: persistent_cache: (nil) 2024-09-17T09:15:48.367 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: block_size: 4096 2024-09-17T09:15:48.367 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: block_size_deviation: 10 2024-09-17T09:15:48.367 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: block_restart_interval: 16 2024-09-17T09:15:48.367 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: index_block_restart_interval: 1 2024-09-17T09:15:48.367 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: metadata_block_size: 4096 2024-09-17T09:15:48.367 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: partition_filters: 0 2024-09-17T09:15:48.367 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: use_delta_encoding: 1 2024-09-17T09:15:48.367 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: filter_policy: bloomfilter 2024-09-17T09:15:48.367 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: whole_key_filtering: 1 2024-09-17T09:15:48.367 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: verify_compression: 0 2024-09-17T09:15:48.368 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: read_amp_bytes_per_bit: 0 2024-09-17T09:15:48.368 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: format_version: 5 2024-09-17T09:15:48.368 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: enable_index_compression: 1 2024-09-17T09:15:48.368 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: block_align: 0 2024-09-17T09:15:48.368 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: max_auto_readahead_size: 262144 2024-09-17T09:15:48.368 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: prepopulate_block_cache: 0 2024-09-17T09:15:48.368 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: initial_auto_readahead_size: 8192 2024-09-17T09:15:48.368 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: num_file_reads_for_auto_readahead: 2 2024-09-17T09:15:48.368 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-17T09:15:48.368 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.873+0000 7fae4e877b00 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-17T09:15:48.368 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.compression: NoCompression 2024-09-17T09:15:48.368 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-17T09:15:48.368 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-17T09:15:48.369 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-17T09:15:48.369 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.num_levels: 7 2024-09-17T09:15:48.369 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-17T09:15:48.369 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-17T09:15:48.369 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-17T09:15:48.369 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-17T09:15:48.369 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-17T09:15:48.369 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-17T09:15:48.369 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-17T09:15:48.369 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-17T09:15:48.369 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-17T09:15:48.369 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-17T09:15:48.369 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-17T09:15:48.369 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-17T09:15:48.370 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-17T09:15:48.370 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.compression_opts.level: 32767 2024-09-17T09:15:48.370 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-17T09:15:48.370 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-17T09:15:48.370 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-17T09:15:48.370 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-17T09:15:48.370 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-17T09:15:48.370 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.compression_opts.enabled: false 2024-09-17T09:15:48.370 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-17T09:15:48.370 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-17T09:15:48.370 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-17T09:15:48.370 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-17T09:15:48.370 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-17T09:15:48.370 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-17T09:15:48.371 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-17T09:15:48.371 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-17T09:15:48.371 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-17T09:15:48.371 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-17T09:15:48.371 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-17T09:15:48.371 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-17T09:15:48.371 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-17T09:15:48.371 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-17T09:15:48.371 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-17T09:15:48.371 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-17T09:15:48.372 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-17T09:15:48.372 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-17T09:15:48.372 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-17T09:15:48.372 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.arena_block_size: 1048576 2024-09-17T09:15:48.372 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-17T09:15:48.372 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-17T09:15:48.372 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-17T09:15:48.372 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-17T09:15:48.372 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-17T09:15:48.372 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-17T09:15:48.372 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-17T09:15:48.372 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-17T09:15:48.372 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-17T09:15:48.373 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-17T09:15:48.373 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-17T09:15:48.373 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-17T09:15:48.373 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-17T09:15:48.373 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-17T09:15:48.373 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.inplace_update_support: 0 2024-09-17T09:15:48.373 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-17T09:15:48.373 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-17T09:15:48.373 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-17T09:15:48.373 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-17T09:15:48.373 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.bloom_locality: 0 2024-09-17T09:15:48.373 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.max_successive_merges: 0 2024-09-17T09:15:48.373 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-17T09:15:48.373 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-17T09:15:48.374 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.force_consistency_checks: 1 2024-09-17T09:15:48.374 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-17T09:15:48.374 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.ttl: 2592000 2024-09-17T09:15:48.374 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-17T09:15:48.374 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-17T09:15:48.374 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-17T09:15:48.374 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.enable_blob_files: false 2024-09-17T09:15:48.374 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.min_blob_size: 0 2024-09-17T09:15:48.374 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.blob_file_size: 268435456 2024-09-17T09:15:48.374 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-17T09:15:48.374 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-17T09:15:48.374 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-17T09:15:48.374 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-17T09:15:48.374 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-17T09:15:48.375 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-17T09:15:48.375 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-17T09:15:48.375 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi191/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-17T09:15:48.375 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-17T09:15:48.375 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 7e7a4e59-2a28-4dbd-89dc-8a574bc810b6 2024-09-17T09:15:48.375 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726564547878994, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-17T09:15:48.375 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-17T09:15:48.375 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726564547879511, "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": 1726564547, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "7e7a4e59-2a28-4dbd-89dc-8a574bc810b6", "db_session_id": "BMZFE8WEVG6BQ3H55HHZ", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-17T09:15:48.375 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726564547879621, "job": 1, "event": "recovery_finished"} 2024-09-17T09:15:48.375 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-17T09:15:48.375 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi191/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-17T09:15:48.375 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55e5df006e00 2024-09-17T09:15:48.375 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 4 rocksdb: DB pointer 0x55e5df0fe000 2024-09-17T09:15:48.375 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae44642640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-17T09:15:48.375 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae44642640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-17T09:15:48.376 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: ** DB Stats ** 2024-09-17T09:15:48.376 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T09:15:48.376 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-17T09:15:48.376 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T09:15:48.376 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T09:15:48.376 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-17T09:15:48.376 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T09:15:48.376 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T09:15:48.376 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: ** Compaction Stats [default] ** 2024-09-17T09:15:48.376 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-17T09:15:48.376 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-17T09:15:48.376 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T09:15:48.376 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T09:15:48.376 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T09:15:48.376 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: ** Compaction Stats [default] ** 2024-09-17T09:15:48.377 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-17T09:15:48.377 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T09:15:48.377 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-17T09:15:48.377 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-17T09:15:48.377 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T09:15:48.377 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-17T09:15:48.378 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T09:15:48.378 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: AddFile(Total Files): cumulative 0, interval 0 2024-09-17T09:15:48.378 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T09:15:48.378 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: AddFile(Keys): cumulative 0, interval 0 2024-09-17T09:15:48.378 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: Cumulative compaction: 0.00 GB write, 0.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T09:15:48.378 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: Interval compaction: 0.00 GB write, 0.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T09:15:48.378 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-17T09:15:48.378 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: Block cache BinnedLRUCache@0x55e5defdd350#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.6e-05 secs_since: 0 2024-09-17T09:15:48.378 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-09-17T09:15:48.378 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: ** File Read Latency Histogram By Level [default] ** 2024-09-17T09:15:48.378 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 0 mon.smithi191 does not exist in monmap, will attempt to join an existing cluster 2024-09-17T09:15:48.378 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.877+0000 7fae4e877b00 0 using public_addr v2:172.21.15.191:0/0 -> [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] 2024-09-17T09:15:48.379 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.881+0000 7fae4e877b00 0 starting mon.smithi191 rank -1 at public addrs [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] at bind addrs [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi191 fsid c8b74618-74d4-11ef-bceb-c7b262605968 2024-09-17T09:15:48.379 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.881+0000 7fae4e877b00 1 mon.smithi191@-1(???) e0 preinit fsid c8b74618-74d4-11ef-bceb-c7b262605968 2024-09-17T09:15:48.379 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.909+0000 7fae47648640 0 mon.smithi191@-1(synchronizing).mds e1 new map 2024-09-17T09:15:48.379 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.909+0000 7fae47648640 0 mon.smithi191@-1(synchronizing).mds e1 print_map 2024-09-17T09:15:48.379 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: e1 2024-09-17T09:15:48.379 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-17T09:15:48.380 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-09-17T09:15:48.380 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: legacy client fscid: -1 2024-09-17T09:15:48.380 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: 2024-09-17T09:15:48.380 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: No filesystems configured 2024-09-17T09:15:48.380 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.909+0000 7fae47648640 1 mon.smithi191@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-17T09:15:48.380 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.909+0000 7fae47648640 1 mon.smithi191@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-17T09:15:48.380 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.909+0000 7fae47648640 1 mon.smithi191@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-17T09:15:48.380 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.909+0000 7fae47648640 1 mon.smithi191@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-17T09:15:48.380 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.909+0000 7fae47648640 1 mon.smithi191@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-17T09:15:48.380 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.909+0000 7fae47648640 1 mon.smithi191@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-17T09:15:48.380 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.909+0000 7fae47648640 1 mon.smithi191@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-09-17T09:15:48.380 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.913+0000 7fae47648640 0 mon.smithi191@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-17T09:15:48.380 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.913+0000 7fae47648640 0 mon.smithi191@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T09:15:48.381 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.913+0000 7fae47648640 0 mon.smithi191@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T09:15:48.381 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.913+0000 7fae47648640 0 mon.smithi191@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T09:15:48.381 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: cephadm 2024-09-17T09:15:27.420380+0000 mgr.smithi018.roweby (mgr.14195) 10 : cephadm [INF] Updating smithi018:/var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T09:15:48.381 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: cephadm 2024-09-17T09:15:27.420525+0000 mgr.smithi018.roweby (mgr.14195) 11 : cephadm [INF] Updating smithi191:/var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T09:15:48.381 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: cephadm 2024-09-17T09:15:27.549926+0000 mgr.smithi018.roweby (mgr.14195) 12 : cephadm [INF] Updating smithi018:/etc/ceph/ceph.client.admin.keyring 2024-09-17T09:15:48.381 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: cephadm 2024-09-17T09:15:27.572789+0000 mgr.smithi018.roweby (mgr.14195) 13 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.client.admin.keyring 2024-09-17T09:15:48.381 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: cephadm 2024-09-17T09:15:27.683659+0000 mgr.smithi018.roweby (mgr.14195) 14 : cephadm [INF] Updating smithi018:/var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T09:15:48.381 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: cephadm 2024-09-17T09:15:27.710908+0000 mgr.smithi018.roweby (mgr.14195) 15 : cephadm [INF] Updating smithi191:/var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T09:15:48.381 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: cephadm 2024-09-17T09:15:27.863816+0000 mgr.smithi018.roweby (mgr.14195) 16 : cephadm [INF] Deploying daemon ceph-exporter.smithi191 on smithi191 2024-09-17T09:15:48.381 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:31.851580+0000 mon.smithi018 (mon.0) 195 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:48.381 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:31.857088+0000 mon.smithi018 (mon.0) 196 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:48.381 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:31.862753+0000 mon.smithi018 (mon.0) 197 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:48.381 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:31.868014+0000 mon.smithi018 (mon.0) 198 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:48.381 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:31.870676+0000 mon.smithi018 (mon.0) 199 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi191", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T09:15:48.382 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:31.875110+0000 mon.smithi018 (mon.0) 200 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi191", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-09-17T09:15:48.382 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:31.876949+0000 mon.smithi018 (mon.0) 201 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:48.382 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: cephadm 2024-09-17T09:15:31.878890+0000 mgr.smithi018.roweby (mgr.14195) 17 : cephadm [INF] Deploying daemon crash.smithi191 on smithi191 2024-09-17T09:15:48.382 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:32.178152+0000 mon.smithi018 (mon.0) 202 : audit [DBG] from='client.? 172.21.15.191:0/4141598981' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T09:15:48.382 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:32.259402+0000 mon.smithi018 (mon.0) 203 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:48.382 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:32.262873+0000 mon.smithi018 (mon.0) 204 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:15:48.382 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:35.505212+0000 mon.smithi018 (mon.0) 205 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:48.382 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:35.511174+0000 mon.smithi018 (mon.0) 206 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:48.382 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:35.517367+0000 mon.smithi018 (mon.0) 207 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:48.382 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:35.522903+0000 mon.smithi018 (mon.0) 208 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:48.382 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: cephadm 2024-09-17T09:15:35.526093+0000 mgr.smithi018.roweby (mgr.14195) 18 : cephadm [INF] Deploying daemon node-exporter.smithi191 on smithi191 2024-09-17T09:15:48.382 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:36.586880+0000 mon.smithi018 (mon.0) 209 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:48.382 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:36.592895+0000 mon.smithi018 (mon.0) 210 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:48.382 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:36.598937+0000 mon.smithi018 (mon.0) 211 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:48.383 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:36.604286+0000 mon.smithi018 (mon.0) 212 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:48.383 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:36.609443+0000 mon.smithi018 (mon.0) 213 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi191.oohadx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T09:15:48.383 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:36.613953+0000 mon.smithi018 (mon.0) 214 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi191.oohadx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-17T09:15:48.383 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:36.615634+0000 mon.smithi018 (mon.0) 215 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T09:15:48.383 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:36.617611+0000 mon.smithi018 (mon.0) 216 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:48.383 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: cephadm 2024-09-17T09:15:36.619554+0000 mgr.smithi018.roweby (mgr.14195) 19 : cephadm [INF] Deploying daemon mgr.smithi191.oohadx on smithi191 2024-09-17T09:15:48.383 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: cluster 2024-09-17T09:15:37.196890+0000 mgr.smithi018.roweby (mgr.14195) 20 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:15:48.383 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:37.265578+0000 mon.smithi018 (mon.0) 217 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:48.383 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: cluster 2024-09-17T09:15:39.197338+0000 mgr.smithi018.roweby (mgr.14195) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:15:48.383 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:39.919304+0000 mon.smithi018 (mon.0) 218 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:48.383 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:39.925379+0000 mon.smithi018 (mon.0) 219 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:48.383 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:39.931299+0000 mon.smithi018 (mon.0) 220 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:48.383 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:39.936698+0000 mon.smithi018 (mon.0) 221 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:48.383 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:39.939990+0000 mon.smithi018 (mon.0) 222 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T09:15:48.383 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:39.941673+0000 mon.smithi018 (mon.0) 223 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:48.383 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: cephadm 2024-09-17T09:15:39.943641+0000 mgr.smithi018.roweby (mgr.14195) 22 : cephadm [INF] Deploying daemon mon.smithi191 on smithi191 2024-09-17T09:15:48.384 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: cluster 2024-09-17T09:15:41.197744+0000 mgr.smithi018.roweby (mgr.14195) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:15:48.384 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:42.272198+0000 mon.smithi018 (mon.0) 224 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:48.384 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: cluster 2024-09-17T09:15:43.198159+0000 mgr.smithi018.roweby (mgr.14195) 24 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:15:48.384 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: cluster 2024-09-17T09:15:45.198603+0000 mgr.smithi018.roweby (mgr.14195) 25 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:15:48.384 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:45.670375+0000 mon.smithi018 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.191:0/6774617' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T09:15:48.384 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:46.828086+0000 mon.smithi018 (mon.0) 226 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:48.384 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:46.834015+0000 mon.smithi018 (mon.0) 227 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:48.384 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:46.839849+0000 mon.smithi018 (mon.0) 228 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:48.384 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:46.845342+0000 mon.smithi018 (mon.0) 229 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:48.384 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:46.854926+0000 mon.smithi018 (mon.0) 230 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:48.384 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:46.912596+0000 mon.smithi018 (mon.0) 231 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:15:48.384 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: cluster 2024-09-17T09:15:47.199002+0000 mgr.smithi018.roweby (mgr.14195) 26 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:15:48.384 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:47.263470+0000 mon.smithi018 (mon.0) 232 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:15:48.385 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: audit 2024-09-17T09:15:47.291523+0000 mon.smithi018 (mon.0) 233 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:48.385 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:47 smithi191 bash[24486]: debug 2024-09-17T09:15:47.913+0000 7fae47648640 1 mon.smithi191@-1(synchronizing).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2024-09-17T09:15:51.735 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi191/config 2024-09-17T09:15:53.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:53 smithi191 bash[24486]: audit 2024-09-17T09:15:47.922838+0000 mon.smithi018 (mon.0) 234 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-09-17T09:15:53.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:53 smithi191 bash[24486]: audit 2024-09-17T09:15:47.927615+0000 mon.smithi018 (mon.0) 235 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mon metadata", "id": "smithi018"}]: dispatch 2024-09-17T09:15:53.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:53 smithi191 bash[24486]: cluster 2024-09-17T09:15:47.928092+0000 mon.smithi018 (mon.0) 236 : cluster [INF] mon.smithi018 calling monitor election 2024-09-17T09:15:53.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:53 smithi191 bash[24486]: audit 2024-09-17T09:15:47.948589+0000 mon.smithi018 (mon.0) 237 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-09-17T09:15:53.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:53 smithi191 bash[24486]: audit 2024-09-17T09:15:48.480079+0000 mon.smithi018 (mon.0) 238 : audit [DBG] from='mgr.? 172.21.15.191:0/1441980639' entity='mgr.smithi191.oohadx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi191.oohadx/crt"}]: dispatch 2024-09-17T09:15:53.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:53 smithi191 bash[24486]: audit 2024-09-17T09:15:48.923074+0000 mon.smithi018 (mon.0) 239 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-09-17T09:15:53.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:53 smithi191 bash[24486]: cluster 2024-09-17T09:15:49.199447+0000 mgr.smithi018.roweby (mgr.14195) 27 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:15:53.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:53 smithi191 bash[24486]: audit 2024-09-17T09:15:49.923533+0000 mon.smithi018 (mon.0) 240 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-09-17T09:15:53.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:53 smithi191 bash[24486]: cluster 2024-09-17T09:15:49.923884+0000 mon.smithi191 (mon.1) 1 : cluster [INF] mon.smithi191 calling monitor election 2024-09-17T09:15:53.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:53 smithi191 bash[24486]: audit 2024-09-17T09:15:50.923452+0000 mon.smithi018 (mon.0) 241 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-09-17T09:15:53.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:53 smithi191 bash[24486]: cluster 2024-09-17T09:15:51.199803+0000 mgr.smithi018.roweby (mgr.14195) 28 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:15:53.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:53 smithi191 bash[24486]: audit 2024-09-17T09:15:51.923566+0000 mon.smithi018 (mon.0) 242 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-09-17T09:15:53.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:53 smithi191 bash[24486]: audit 2024-09-17T09:15:52.923659+0000 mon.smithi018 (mon.0) 243 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-09-17T09:15:53.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:53 smithi191 bash[24486]: cluster 2024-09-17T09:15:52.968808+0000 mon.smithi018 (mon.0) 244 : cluster [INF] mon.smithi018 is new leader, mons smithi018,smithi191 in quorum (ranks 0,1) 2024-09-17T09:15:53.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:53 smithi191 bash[24486]: cluster 2024-09-17T09:15:52.979811+0000 mon.smithi018 (mon.0) 245 : cluster [DBG] monmap e2: 2 mons at {smithi018=[v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0],smithi191=[v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-17T09:15:53.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:53 smithi191 bash[24486]: cluster 2024-09-17T09:15:53.000203+0000 mon.smithi018 (mon.0) 246 : cluster [DBG] fsmap 2024-09-17T09:15:53.104 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:53 smithi191 bash[24486]: cluster 2024-09-17T09:15:53.000262+0000 mon.smithi018 (mon.0) 247 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-17T09:15:53.104 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:53 smithi191 bash[24486]: cluster 2024-09-17T09:15:53.000526+0000 mon.smithi018 (mon.0) 248 : cluster [DBG] mgrmap e17: smithi018.roweby(active, since 35s) 2024-09-17T09:15:53.104 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:53 smithi191 bash[24486]: cluster 2024-09-17T09:15:53.000768+0000 mon.smithi018 (mon.0) 249 : cluster [INF] overall HEALTH_OK 2024-09-17T09:15:53.104 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:53 smithi191 bash[24486]: cluster 2024-09-17T09:15:53.001094+0000 mon.smithi018 (mon.0) 250 : cluster [DBG] Standby manager daemon smithi191.oohadx started 2024-09-17T09:15:53.104 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:53 smithi191 bash[24486]: audit 2024-09-17T09:15:53.004310+0000 mon.smithi018 (mon.0) 251 : audit [DBG] from='mgr.? 172.21.15.191:0/1441980639' entity='mgr.smithi191.oohadx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T09:15:53.104 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:53 smithi191 bash[24486]: audit 2024-09-17T09:15:53.008085+0000 mon.smithi018 (mon.0) 252 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:53.104 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:53 smithi191 bash[24486]: audit 2024-09-17T09:15:53.008703+0000 mon.smithi018 (mon.0) 253 : audit [DBG] from='mgr.? 172.21.15.191:0/1441980639' entity='mgr.smithi191.oohadx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi191.oohadx/key"}]: dispatch 2024-09-17T09:15:53.104 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:53 smithi191 bash[24486]: audit 2024-09-17T09:15:53.009512+0000 mon.smithi018 (mon.0) 254 : audit [DBG] from='mgr.? 172.21.15.191:0/1441980639' entity='mgr.smithi191.oohadx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T09:15:53.104 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:53 smithi191 bash[24486]: audit 2024-09-17T09:15:53.015764+0000 mon.smithi018 (mon.0) 255 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:53.104 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:53 smithi191 bash[24486]: audit 2024-09-17T09:15:53.017552+0000 mon.smithi018 (mon.0) 256 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:53.104 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:53 smithi191 bash[24486]: audit 2024-09-17T09:15:53.019392+0000 mon.smithi018 (mon.0) 257 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:15:53.415 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:53 smithi018 bash[19939]: audit 2024-09-17T09:15:47.922838+0000 mon.smithi018 (mon.0) 234 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-09-17T09:15:53.415 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:53 smithi018 bash[19939]: audit 2024-09-17T09:15:47.927615+0000 mon.smithi018 (mon.0) 235 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mon metadata", "id": "smithi018"}]: dispatch 2024-09-17T09:15:53.415 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:53 smithi018 bash[19939]: cluster 2024-09-17T09:15:47.928092+0000 mon.smithi018 (mon.0) 236 : cluster [INF] mon.smithi018 calling monitor election 2024-09-17T09:15:53.415 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:53 smithi018 bash[19939]: audit 2024-09-17T09:15:47.948589+0000 mon.smithi018 (mon.0) 237 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-09-17T09:15:53.415 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:53 smithi018 bash[19939]: audit 2024-09-17T09:15:48.480079+0000 mon.smithi018 (mon.0) 238 : audit [DBG] from='mgr.? 172.21.15.191:0/1441980639' entity='mgr.smithi191.oohadx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi191.oohadx/crt"}]: dispatch 2024-09-17T09:15:53.415 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:53 smithi018 bash[19939]: audit 2024-09-17T09:15:48.923074+0000 mon.smithi018 (mon.0) 239 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-09-17T09:15:53.415 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:53 smithi018 bash[19939]: cluster 2024-09-17T09:15:49.199447+0000 mgr.smithi018.roweby (mgr.14195) 27 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:15:53.415 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:53 smithi018 bash[19939]: audit 2024-09-17T09:15:49.923533+0000 mon.smithi018 (mon.0) 240 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-09-17T09:15:53.416 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:53 smithi018 bash[19939]: cluster 2024-09-17T09:15:49.923884+0000 mon.smithi191 (mon.1) 1 : cluster [INF] mon.smithi191 calling monitor election 2024-09-17T09:15:53.416 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:53 smithi018 bash[19939]: audit 2024-09-17T09:15:50.923452+0000 mon.smithi018 (mon.0) 241 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-09-17T09:15:53.416 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:53 smithi018 bash[19939]: cluster 2024-09-17T09:15:51.199803+0000 mgr.smithi018.roweby (mgr.14195) 28 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:15:53.416 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:53 smithi018 bash[19939]: audit 2024-09-17T09:15:51.923566+0000 mon.smithi018 (mon.0) 242 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-09-17T09:15:53.416 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:53 smithi018 bash[19939]: audit 2024-09-17T09:15:52.923659+0000 mon.smithi018 (mon.0) 243 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-09-17T09:15:53.416 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:53 smithi018 bash[19939]: cluster 2024-09-17T09:15:52.968808+0000 mon.smithi018 (mon.0) 244 : cluster [INF] mon.smithi018 is new leader, mons smithi018,smithi191 in quorum (ranks 0,1) 2024-09-17T09:15:53.416 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:53 smithi018 bash[19939]: cluster 2024-09-17T09:15:52.979811+0000 mon.smithi018 (mon.0) 245 : cluster [DBG] monmap e2: 2 mons at {smithi018=[v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0],smithi191=[v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-09-17T09:15:53.416 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:53 smithi018 bash[19939]: cluster 2024-09-17T09:15:53.000203+0000 mon.smithi018 (mon.0) 246 : cluster [DBG] fsmap 2024-09-17T09:15:53.416 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:53 smithi018 bash[19939]: cluster 2024-09-17T09:15:53.000262+0000 mon.smithi018 (mon.0) 247 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-17T09:15:53.416 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:53 smithi018 bash[19939]: cluster 2024-09-17T09:15:53.000526+0000 mon.smithi018 (mon.0) 248 : cluster [DBG] mgrmap e17: smithi018.roweby(active, since 35s) 2024-09-17T09:15:53.416 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:53 smithi018 bash[19939]: cluster 2024-09-17T09:15:53.000768+0000 mon.smithi018 (mon.0) 249 : cluster [INF] overall HEALTH_OK 2024-09-17T09:15:53.416 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:53 smithi018 bash[19939]: cluster 2024-09-17T09:15:53.001094+0000 mon.smithi018 (mon.0) 250 : cluster [DBG] Standby manager daemon smithi191.oohadx started 2024-09-17T09:15:53.417 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:53 smithi018 bash[19939]: audit 2024-09-17T09:15:53.004310+0000 mon.smithi018 (mon.0) 251 : audit [DBG] from='mgr.? 172.21.15.191:0/1441980639' entity='mgr.smithi191.oohadx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T09:15:53.417 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:53 smithi018 bash[19939]: audit 2024-09-17T09:15:53.008085+0000 mon.smithi018 (mon.0) 252 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:53.417 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:53 smithi018 bash[19939]: audit 2024-09-17T09:15:53.008703+0000 mon.smithi018 (mon.0) 253 : audit [DBG] from='mgr.? 172.21.15.191:0/1441980639' entity='mgr.smithi191.oohadx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi191.oohadx/key"}]: dispatch 2024-09-17T09:15:53.417 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:53 smithi018 bash[19939]: audit 2024-09-17T09:15:53.009512+0000 mon.smithi018 (mon.0) 254 : audit [DBG] from='mgr.? 172.21.15.191:0/1441980639' entity='mgr.smithi191.oohadx' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T09:15:53.417 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:53 smithi018 bash[19939]: audit 2024-09-17T09:15:53.015764+0000 mon.smithi018 (mon.0) 255 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:53.417 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:53 smithi018 bash[19939]: audit 2024-09-17T09:15:53.017552+0000 mon.smithi018 (mon.0) 256 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:53.417 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:53 smithi018 bash[19939]: audit 2024-09-17T09:15:53.019392+0000 mon.smithi018 (mon.0) 257 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:15:54.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:54 smithi191 bash[24486]: cephadm 2024-09-17T09:15:53.021743+0000 mgr.smithi018.roweby (mgr.14195) 29 : cephadm [INF] Updating smithi018:/etc/ceph/ceph.conf 2024-09-17T09:15:54.353 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:54 smithi191 bash[24486]: cephadm 2024-09-17T09:15:53.022357+0000 mgr.smithi018.roweby (mgr.14195) 30 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.conf 2024-09-17T09:15:54.353 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:54 smithi191 bash[24486]: cluster 2024-09-17T09:15:53.074427+0000 mon.smithi018 (mon.0) 258 : cluster [DBG] mgrmap e18: smithi018.roweby(active, since 35s), standbys: smithi191.oohadx 2024-09-17T09:15:54.353 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:54 smithi191 bash[24486]: audit 2024-09-17T09:15:53.074642+0000 mon.smithi018 (mon.0) 259 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mgr metadata", "who": "smithi191.oohadx", "id": "smithi191.oohadx"}]: dispatch 2024-09-17T09:15:54.353 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:54 smithi191 bash[24486]: cluster 2024-09-17T09:15:53.200195+0000 mgr.smithi018.roweby (mgr.14195) 31 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:15:54.353 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:54 smithi191 bash[24486]: audit 2024-09-17T09:15:53.374748+0000 mon.smithi018 (mon.0) 260 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:54.353 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:54 smithi191 bash[24486]: audit 2024-09-17T09:15:53.380709+0000 mon.smithi018 (mon.0) 261 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:54.353 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:54 smithi191 bash[24486]: audit 2024-09-17T09:15:53.389261+0000 mon.smithi018 (mon.0) 262 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:54.353 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:54 smithi191 bash[24486]: audit 2024-09-17T09:15:53.395981+0000 mon.smithi018 (mon.0) 263 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:54.354 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:54 smithi191 bash[24486]: audit 2024-09-17T09:15:53.401082+0000 mon.smithi018 (mon.0) 264 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:54.354 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:54 smithi191 bash[24486]: audit 2024-09-17T09:15:53.442032+0000 mon.smithi018 (mon.0) 265 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T09:15:54.354 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:54 smithi191 bash[24486]: audit 2024-09-17T09:15:53.443248+0000 mon.smithi018 (mon.0) 266 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T09:15:54.354 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:54 smithi191 bash[24486]: audit 2024-09-17T09:15:53.444383+0000 mon.smithi018 (mon.0) 267 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:54.354 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:54 smithi191 bash[24486]: audit 2024-09-17T09:15:53.924391+0000 mon.smithi018 (mon.0) 268 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-09-17T09:15:54.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:54 smithi018 bash[19939]: cephadm 2024-09-17T09:15:53.021743+0000 mgr.smithi018.roweby (mgr.14195) 29 : cephadm [INF] Updating smithi018:/etc/ceph/ceph.conf 2024-09-17T09:15:54.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:54 smithi018 bash[19939]: cephadm 2024-09-17T09:15:53.022357+0000 mgr.smithi018.roweby (mgr.14195) 30 : cephadm [INF] Updating smithi191:/etc/ceph/ceph.conf 2024-09-17T09:15:54.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:54 smithi018 bash[19939]: cluster 2024-09-17T09:15:53.074427+0000 mon.smithi018 (mon.0) 258 : cluster [DBG] mgrmap e18: smithi018.roweby(active, since 35s), standbys: smithi191.oohadx 2024-09-17T09:15:54.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:54 smithi018 bash[19939]: audit 2024-09-17T09:15:53.074642+0000 mon.smithi018 (mon.0) 259 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mgr metadata", "who": "smithi191.oohadx", "id": "smithi191.oohadx"}]: dispatch 2024-09-17T09:15:54.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:54 smithi018 bash[19939]: cluster 2024-09-17T09:15:53.200195+0000 mgr.smithi018.roweby (mgr.14195) 31 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:15:54.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:54 smithi018 bash[19939]: audit 2024-09-17T09:15:53.374748+0000 mon.smithi018 (mon.0) 260 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:54.415 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:54 smithi018 bash[19939]: audit 2024-09-17T09:15:53.380709+0000 mon.smithi018 (mon.0) 261 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:54.415 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:54 smithi018 bash[19939]: audit 2024-09-17T09:15:53.389261+0000 mon.smithi018 (mon.0) 262 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:54.415 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:54 smithi018 bash[19939]: audit 2024-09-17T09:15:53.395981+0000 mon.smithi018 (mon.0) 263 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:54.415 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:54 smithi018 bash[19939]: audit 2024-09-17T09:15:53.401082+0000 mon.smithi018 (mon.0) 264 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:54.415 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:54 smithi018 bash[19939]: audit 2024-09-17T09:15:53.442032+0000 mon.smithi018 (mon.0) 265 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T09:15:54.415 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:54 smithi018 bash[19939]: audit 2024-09-17T09:15:53.443248+0000 mon.smithi018 (mon.0) 266 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T09:15:54.415 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:54 smithi018 bash[19939]: audit 2024-09-17T09:15:53.444383+0000 mon.smithi018 (mon.0) 267 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:54.415 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:54 smithi018 bash[19939]: audit 2024-09-17T09:15:53.924391+0000 mon.smithi018 (mon.0) 268 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-09-17T09:15:54.810 INFO:teuthology.orchestra.run.smithi191.stdout: 2024-09-17T09:15:54.810 INFO:teuthology.orchestra.run.smithi191.stdout:{"epoch":2,"fsid":"c8b74618-74d4-11ef-bceb-c7b262605968","modified":"2024-09-17T09:15:47.922172Z","created":"2024-09-17T09:12:37.035287Z","min_mon_release":18,"min_mon_release_name":"reef","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging","quincy","reef"],"optional":[]},"mons":[{"rank":0,"name":"smithi018","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:3300","nonce":0},{"type":"v1","addr":"172.21.15.18:6789","nonce":0}]},"addr":"172.21.15.18:6789/0","public_addr":"172.21.15.18:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi191","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:3300","nonce":0},{"type":"v1","addr":"172.21.15.191:6789","nonce":0}]},"addr":"172.21.15.191:6789/0","public_addr":"172.21.15.191:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-17T09:15:54.810 INFO:teuthology.orchestra.run.smithi191.stderr:dumped monmap epoch 2 2024-09-17T09:15:55.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:55 smithi191 bash[24486]: cephadm 2024-09-17T09:15:53.236928+0000 mgr.smithi018.roweby (mgr.14195) 32 : cephadm [INF] Updating smithi191:/var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T09:15:55.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:55 smithi191 bash[24486]: cephadm 2024-09-17T09:15:53.240087+0000 mgr.smithi018.roweby (mgr.14195) 33 : cephadm [INF] Updating smithi018:/var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T09:15:55.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:55 smithi191 bash[24486]: cephadm 2024-09-17T09:15:53.441550+0000 mgr.smithi018.roweby (mgr.14195) 34 : cephadm [INF] Reconfiguring mon.smithi018 (unknown last config time)... 2024-09-17T09:15:55.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:55 smithi191 bash[24486]: cephadm 2024-09-17T09:15:53.445569+0000 mgr.smithi018.roweby (mgr.14195) 35 : cephadm [INF] Reconfiguring daemon mon.smithi018 on smithi018 2024-09-17T09:15:55.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:55 smithi191 bash[24486]: audit 2024-09-17T09:15:54.810395+0000 mon.smithi018 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.191:0/4406521' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T09:15:55.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:55 smithi018 bash[19939]: cephadm 2024-09-17T09:15:53.236928+0000 mgr.smithi018.roweby (mgr.14195) 32 : cephadm [INF] Updating smithi191:/var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T09:15:55.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:55 smithi018 bash[19939]: cephadm 2024-09-17T09:15:53.240087+0000 mgr.smithi018.roweby (mgr.14195) 33 : cephadm [INF] Updating smithi018:/var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T09:15:55.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:55 smithi018 bash[19939]: cephadm 2024-09-17T09:15:53.441550+0000 mgr.smithi018.roweby (mgr.14195) 34 : cephadm [INF] Reconfiguring mon.smithi018 (unknown last config time)... 2024-09-17T09:15:55.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:55 smithi018 bash[19939]: cephadm 2024-09-17T09:15:53.445569+0000 mgr.smithi018.roweby (mgr.14195) 35 : cephadm [INF] Reconfiguring daemon mon.smithi018 on smithi018 2024-09-17T09:15:55.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:55 smithi018 bash[19939]: audit 2024-09-17T09:15:54.810395+0000 mon.smithi018 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.191:0/4406521' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T09:15:55.434 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-17T09:15:55.435 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph config generate-minimal-conf 2024-09-17T09:15:56.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:56 smithi018 bash[19939]: cluster 2024-09-17T09:15:55.200593+0000 mgr.smithi018.roweby (mgr.14195) 36 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:15:56.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:56 smithi018 bash[19939]: audit 2024-09-17T09:15:55.467569+0000 mon.smithi018 (mon.0) 270 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:56.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:56 smithi018 bash[19939]: audit 2024-09-17T09:15:55.474994+0000 mon.smithi018 (mon.0) 271 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:56.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:56 smithi018 bash[19939]: audit 2024-09-17T09:15:55.476831+0000 mon.smithi018 (mon.0) 272 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi018.roweby", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T09:15:56.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:56 smithi018 bash[19939]: audit 2024-09-17T09:15:55.477982+0000 mon.smithi018 (mon.0) 273 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T09:15:56.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:56 smithi018 bash[19939]: audit 2024-09-17T09:15:55.478979+0000 mon.smithi018 (mon.0) 274 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:56.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:56 smithi191 bash[24486]: cluster 2024-09-17T09:15:55.200593+0000 mgr.smithi018.roweby (mgr.14195) 36 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:15:56.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:56 smithi191 bash[24486]: audit 2024-09-17T09:15:55.467569+0000 mon.smithi018 (mon.0) 270 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:56.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:56 smithi191 bash[24486]: audit 2024-09-17T09:15:55.474994+0000 mon.smithi018 (mon.0) 271 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:56.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:56 smithi191 bash[24486]: audit 2024-09-17T09:15:55.476831+0000 mon.smithi018 (mon.0) 272 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi018.roweby", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T09:15:56.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:56 smithi191 bash[24486]: audit 2024-09-17T09:15:55.477982+0000 mon.smithi018 (mon.0) 273 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T09:15:56.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:56 smithi191 bash[24486]: audit 2024-09-17T09:15:55.478979+0000 mon.smithi018 (mon.0) 274 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:57.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:57 smithi191 bash[24486]: cephadm 2024-09-17T09:15:55.476323+0000 mgr.smithi018.roweby (mgr.14195) 37 : cephadm [INF] Reconfiguring mgr.smithi018.roweby (unknown last config time)... 2024-09-17T09:15:57.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:57 smithi191 bash[24486]: cephadm 2024-09-17T09:15:55.480085+0000 mgr.smithi018.roweby (mgr.14195) 38 : cephadm [INF] Reconfiguring daemon mgr.smithi018.roweby on smithi018 2024-09-17T09:15:57.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:57 smithi018 bash[19939]: cephadm 2024-09-17T09:15:55.476323+0000 mgr.smithi018.roweby (mgr.14195) 37 : cephadm [INF] Reconfiguring mgr.smithi018.roweby (unknown last config time)... 2024-09-17T09:15:57.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:57 smithi018 bash[19939]: cephadm 2024-09-17T09:15:55.480085+0000 mgr.smithi018.roweby (mgr.14195) 38 : cephadm [INF] Reconfiguring daemon mgr.smithi018.roweby on smithi018 2024-09-17T09:15:58.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:58 smithi191 bash[24486]: cluster 2024-09-17T09:15:57.201040+0000 mgr.smithi018.roweby (mgr.14195) 39 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:15:58.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:58 smithi191 bash[24486]: audit 2024-09-17T09:15:57.476669+0000 mon.smithi018 (mon.0) 275 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:58.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:58 smithi191 bash[24486]: audit 2024-09-17T09:15:57.483924+0000 mon.smithi018 (mon.0) 276 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:58.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:58 smithi191 bash[24486]: audit 2024-09-17T09:15:57.485725+0000 mon.smithi018 (mon.0) 277 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi018", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-09-17T09:15:58.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:58 smithi191 bash[24486]: audit 2024-09-17T09:15:57.487201+0000 mon.smithi018 (mon.0) 278 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:58.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:58 smithi018 bash[19939]: cluster 2024-09-17T09:15:57.201040+0000 mgr.smithi018.roweby (mgr.14195) 39 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:15:58.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:58 smithi018 bash[19939]: audit 2024-09-17T09:15:57.476669+0000 mon.smithi018 (mon.0) 275 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:58.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:58 smithi018 bash[19939]: audit 2024-09-17T09:15:57.483924+0000 mon.smithi018 (mon.0) 276 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:15:58.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:58 smithi018 bash[19939]: audit 2024-09-17T09:15:57.485725+0000 mon.smithi018 (mon.0) 277 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi018", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-09-17T09:15:58.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:58 smithi018 bash[19939]: audit 2024-09-17T09:15:57.487201+0000 mon.smithi018 (mon.0) 278 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:15:59.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:59 smithi191 bash[24486]: cephadm 2024-09-17T09:15:57.485239+0000 mgr.smithi018.roweby (mgr.14195) 40 : cephadm [INF] Reconfiguring ceph-exporter.smithi018 (monmap changed)... 2024-09-17T09:15:59.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:15:59 smithi191 bash[24486]: cephadm 2024-09-17T09:15:57.488520+0000 mgr.smithi018.roweby (mgr.14195) 41 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi018 on smithi018 2024-09-17T09:15:59.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:59 smithi018 bash[19939]: cephadm 2024-09-17T09:15:57.485239+0000 mgr.smithi018.roweby (mgr.14195) 40 : cephadm [INF] Reconfiguring ceph-exporter.smithi018 (monmap changed)... 2024-09-17T09:15:59.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:15:59 smithi018 bash[19939]: cephadm 2024-09-17T09:15:57.488520+0000 mgr.smithi018.roweby (mgr.14195) 41 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi018 on smithi018 2024-09-17T09:16:00.152 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:16:00.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:00 smithi018 bash[19939]: cluster 2024-09-17T09:15:59.201446+0000 mgr.smithi018.roweby (mgr.14195) 42 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:00.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:00 smithi018 bash[19939]: audit 2024-09-17T09:15:59.414184+0000 mon.smithi018 (mon.0) 279 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:00.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:00 smithi018 bash[19939]: audit 2024-09-17T09:15:59.420113+0000 mon.smithi018 (mon.0) 280 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:00.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:00 smithi018 bash[19939]: audit 2024-09-17T09:15:59.421852+0000 mon.smithi018 (mon.0) 281 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi018", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T09:16:00.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:00 smithi018 bash[19939]: audit 2024-09-17T09:15:59.423373+0000 mon.smithi018 (mon.0) 282 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:16:00.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:00 smithi191 bash[24486]: cluster 2024-09-17T09:15:59.201446+0000 mgr.smithi018.roweby (mgr.14195) 42 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:00.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:00 smithi191 bash[24486]: audit 2024-09-17T09:15:59.414184+0000 mon.smithi018 (mon.0) 279 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:00.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:00 smithi191 bash[24486]: audit 2024-09-17T09:15:59.420113+0000 mon.smithi018 (mon.0) 280 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:00.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:00 smithi191 bash[24486]: audit 2024-09-17T09:15:59.421852+0000 mon.smithi018 (mon.0) 281 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi018", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T09:16:00.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:00 smithi191 bash[24486]: audit 2024-09-17T09:15:59.423373+0000 mon.smithi018 (mon.0) 282 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:16:01.365 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:01 smithi018 bash[19939]: cephadm 2024-09-17T09:15:59.421385+0000 mgr.smithi018.roweby (mgr.14195) 43 : cephadm [INF] Reconfiguring crash.smithi018 (monmap changed)... 2024-09-17T09:16:01.365 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:01 smithi018 bash[19939]: cephadm 2024-09-17T09:15:59.424903+0000 mgr.smithi018.roweby (mgr.14195) 44 : cephadm [INF] Reconfiguring daemon crash.smithi018 on smithi018 2024-09-17T09:16:01.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:01 smithi191 bash[24486]: cephadm 2024-09-17T09:15:59.421385+0000 mgr.smithi018.roweby (mgr.14195) 43 : cephadm [INF] Reconfiguring crash.smithi018 (monmap changed)... 2024-09-17T09:16:01.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:01 smithi191 bash[24486]: cephadm 2024-09-17T09:15:59.424903+0000 mgr.smithi018.roweby (mgr.14195) 44 : cephadm [INF] Reconfiguring daemon crash.smithi018 on smithi018 2024-09-17T09:16:02.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:02 smithi018 bash[19939]: cluster 2024-09-17T09:16:01.201866+0000 mgr.smithi018.roweby (mgr.14195) 45 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:02.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:02 smithi191 bash[24486]: cluster 2024-09-17T09:16:01.201866+0000 mgr.smithi018.roweby (mgr.14195) 45 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:03.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:03 smithi018 bash[19939]: audit 2024-09-17T09:16:02.263923+0000 mon.smithi018 (mon.0) 283 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:16:03.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:03 smithi018 bash[19939]: audit 2024-09-17T09:16:02.503201+0000 mon.smithi018 (mon.0) 284 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:03.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:03 smithi018 bash[19939]: audit 2024-09-17T09:16:02.509588+0000 mon.smithi018 (mon.0) 285 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:03.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:03 smithi191 bash[24486]: audit 2024-09-17T09:16:02.263923+0000 mon.smithi018 (mon.0) 283 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:16:03.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:03 smithi191 bash[24486]: audit 2024-09-17T09:16:02.503201+0000 mon.smithi018 (mon.0) 284 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:03.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:03 smithi191 bash[24486]: audit 2024-09-17T09:16:02.509588+0000 mon.smithi018 (mon.0) 285 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:04.389 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:04 smithi018 bash[19939]: cephadm 2024-09-17T09:16:02.511011+0000 mgr.smithi018.roweby (mgr.14195) 46 : cephadm [INF] Reconfiguring alertmanager.smithi018 (dependencies changed)... 2024-09-17T09:16:04.389 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:04 smithi018 bash[19939]: cephadm 2024-09-17T09:16:02.525815+0000 mgr.smithi018.roweby (mgr.14195) 47 : cephadm [INF] Reconfiguring daemon alertmanager.smithi018 on smithi018 2024-09-17T09:16:04.389 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:04 smithi018 bash[19939]: cluster 2024-09-17T09:16:03.202250+0000 mgr.smithi018.roweby (mgr.14195) 48 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:04.521 INFO:teuthology.orchestra.run.smithi018.stdout:# minimal ceph.conf for c8b74618-74d4-11ef-bceb-c7b262605968 2024-09-17T09:16:04.521 INFO:teuthology.orchestra.run.smithi018.stdout:[global] 2024-09-17T09:16:04.521 INFO:teuthology.orchestra.run.smithi018.stdout: fsid = c8b74618-74d4-11ef-bceb-c7b262605968 2024-09-17T09:16:04.521 INFO:teuthology.orchestra.run.smithi018.stdout: mon_host = [v2:172.21.15.18:3300/0,v1:172.21.15.18:6789/0] [v2:172.21.15.191:3300/0,v1:172.21.15.191:6789/0] 2024-09-17T09:16:04.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:04 smithi191 bash[24486]: cephadm 2024-09-17T09:16:02.511011+0000 mgr.smithi018.roweby (mgr.14195) 46 : cephadm [INF] Reconfiguring alertmanager.smithi018 (dependencies changed)... 2024-09-17T09:16:04.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:04 smithi191 bash[24486]: cephadm 2024-09-17T09:16:02.525815+0000 mgr.smithi018.roweby (mgr.14195) 47 : cephadm [INF] Reconfiguring daemon alertmanager.smithi018 on smithi018 2024-09-17T09:16:04.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:04 smithi191 bash[24486]: cluster 2024-09-17T09:16:03.202250+0000 mgr.smithi018.roweby (mgr.14195) 48 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:05.351 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:05 smithi018 bash[19939]: audit 2024-09-17T09:16:04.522017+0000 mon.smithi018 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.18:0/3434589171' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:16:05.375 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-17T09:16:05.376 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-17T09:16:05.376 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/etc/ceph/ceph.conf 2024-09-17T09:16:05.474 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-17T09:16:05.474 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T09:16:05.487 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-09-17T09:16:05.487 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/etc/ceph/ceph.conf 2024-09-17T09:16:05.498 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:05 smithi191 bash[24486]: audit 2024-09-17T09:16:04.522017+0000 mon.smithi018 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.18:0/3434589171' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:16:05.502 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-09-17T09:16:05.502 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T09:16:05.558 INFO:tasks.cephadm:Deploying OSDs... 2024-09-17T09:16:05.558 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-17T09:16:05.558 DEBUG:teuthology.orchestra.run.smithi018:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T09:16:05.565 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-09-17T09:16:05.565 DEBUG:teuthology.orchestra.run.smithi018:> stat /dev/nvme1n1 2024-09-17T09:16:05.610 INFO:teuthology.orchestra.run.smithi018.stdout: File: /dev/nvme1n1 2024-09-17T09:16:05.611 INFO:teuthology.orchestra.run.smithi018.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-17T09:16:05.611 INFO:teuthology.orchestra.run.smithi018.stdout:Device: 5h/5d Inode: 965 Links: 1 Device type: 103,2 2024-09-17T09:16:05.611 INFO:teuthology.orchestra.run.smithi018.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-17T09:16:05.611 INFO:teuthology.orchestra.run.smithi018.stdout:Access: 2024-09-17 09:14:04.616913013 +0000 2024-09-17T09:16:05.611 INFO:teuthology.orchestra.run.smithi018.stdout:Modify: 2024-09-17 09:11:10.306469990 +0000 2024-09-17T09:16:05.611 INFO:teuthology.orchestra.run.smithi018.stdout:Change: 2024-09-17 09:11:10.306469990 +0000 2024-09-17T09:16:05.611 INFO:teuthology.orchestra.run.smithi018.stdout: Birth: - 2024-09-17T09:16:05.611 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-09-17T09:16:05.665 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records in 2024-09-17T09:16:05.666 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records out 2024-09-17T09:16:05.666 INFO:teuthology.orchestra.run.smithi018.stderr:512 bytes copied, 0.000336484 s, 1.5 MB/s 2024-09-17T09:16:05.667 DEBUG:teuthology.orchestra.run.smithi018:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-09-17T09:16:05.716 DEBUG:teuthology.orchestra.run.smithi018:> stat /dev/nvme2n1 2024-09-17T09:16:05.767 INFO:teuthology.orchestra.run.smithi018.stdout: File: /dev/nvme2n1 2024-09-17T09:16:05.768 INFO:teuthology.orchestra.run.smithi018.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-17T09:16:05.768 INFO:teuthology.orchestra.run.smithi018.stdout:Device: 5h/5d Inode: 974 Links: 1 Device type: 103,4 2024-09-17T09:16:05.768 INFO:teuthology.orchestra.run.smithi018.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-17T09:16:05.768 INFO:teuthology.orchestra.run.smithi018.stdout:Access: 2024-09-17 09:14:04.636912833 +0000 2024-09-17T09:16:05.768 INFO:teuthology.orchestra.run.smithi018.stdout:Modify: 2024-09-17 09:11:10.402469133 +0000 2024-09-17T09:16:05.768 INFO:teuthology.orchestra.run.smithi018.stdout:Change: 2024-09-17 09:11:10.402469133 +0000 2024-09-17T09:16:05.768 INFO:teuthology.orchestra.run.smithi018.stdout: Birth: - 2024-09-17T09:16:05.768 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-09-17T09:16:05.822 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records in 2024-09-17T09:16:05.822 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records out 2024-09-17T09:16:05.822 INFO:teuthology.orchestra.run.smithi018.stderr:512 bytes copied, 0.000375048 s, 1.4 MB/s 2024-09-17T09:16:05.823 DEBUG:teuthology.orchestra.run.smithi018:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-09-17T09:16:05.872 DEBUG:teuthology.orchestra.run.smithi018:> stat /dev/nvme3n1 2024-09-17T09:16:05.918 INFO:teuthology.orchestra.run.smithi018.stdout: File: /dev/nvme3n1 2024-09-17T09:16:05.919 INFO:teuthology.orchestra.run.smithi018.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-17T09:16:05.919 INFO:teuthology.orchestra.run.smithi018.stdout:Device: 5h/5d Inode: 983 Links: 1 Device type: 103,6 2024-09-17T09:16:05.919 INFO:teuthology.orchestra.run.smithi018.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-17T09:16:05.919 INFO:teuthology.orchestra.run.smithi018.stdout:Access: 2024-09-17 09:14:04.648912726 +0000 2024-09-17T09:16:05.919 INFO:teuthology.orchestra.run.smithi018.stdout:Modify: 2024-09-17 09:11:10.498468275 +0000 2024-09-17T09:16:05.919 INFO:teuthology.orchestra.run.smithi018.stdout:Change: 2024-09-17 09:11:10.498468275 +0000 2024-09-17T09:16:05.919 INFO:teuthology.orchestra.run.smithi018.stdout: Birth: - 2024-09-17T09:16:05.919 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-09-17T09:16:05.973 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records in 2024-09-17T09:16:05.973 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records out 2024-09-17T09:16:05.974 INFO:teuthology.orchestra.run.smithi018.stderr:512 bytes copied, 0.000283289 s, 1.8 MB/s 2024-09-17T09:16:05.975 DEBUG:teuthology.orchestra.run.smithi018:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-09-17T09:16:06.024 DEBUG:teuthology.orchestra.run.smithi018:> stat /dev/nvme4n1 2024-09-17T09:16:06.070 INFO:teuthology.orchestra.run.smithi018.stdout: File: /dev/nvme4n1 2024-09-17T09:16:06.070 INFO:teuthology.orchestra.run.smithi018.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-17T09:16:06.070 INFO:teuthology.orchestra.run.smithi018.stdout:Device: 5h/5d Inode: 991 Links: 1 Device type: 103,8 2024-09-17T09:16:06.071 INFO:teuthology.orchestra.run.smithi018.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-17T09:16:06.071 INFO:teuthology.orchestra.run.smithi018.stdout:Access: 2024-09-17 09:14:04.664912583 +0000 2024-09-17T09:16:06.071 INFO:teuthology.orchestra.run.smithi018.stdout:Modify: 2024-09-17 09:11:10.594467418 +0000 2024-09-17T09:16:06.071 INFO:teuthology.orchestra.run.smithi018.stdout:Change: 2024-09-17 09:11:10.594467418 +0000 2024-09-17T09:16:06.071 INFO:teuthology.orchestra.run.smithi018.stdout: Birth: - 2024-09-17T09:16:06.071 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-09-17T09:16:06.128 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records in 2024-09-17T09:16:06.129 INFO:teuthology.orchestra.run.smithi018.stderr:1+0 records out 2024-09-17T09:16:06.129 INFO:teuthology.orchestra.run.smithi018.stderr:512 bytes copied, 0.000404464 s, 1.3 MB/s 2024-09-17T09:16:06.130 DEBUG:teuthology.orchestra.run.smithi018:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-09-17T09:16:06.180 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-09-17T09:16:06.180 DEBUG:teuthology.orchestra.run.smithi191:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T09:16:06.186 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-09-17T09:16:06.186 DEBUG:teuthology.orchestra.run.smithi191:> stat /dev/nvme1n1 2024-09-17T09:16:06.235 INFO:teuthology.orchestra.run.smithi191.stdout: File: /dev/nvme1n1 2024-09-17T09:16:06.235 INFO:teuthology.orchestra.run.smithi191.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-17T09:16:06.235 INFO:teuthology.orchestra.run.smithi191.stdout:Device: 5h/5d Inode: 965 Links: 1 Device type: 103,2 2024-09-17T09:16:06.235 INFO:teuthology.orchestra.run.smithi191.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-17T09:16:06.235 INFO:teuthology.orchestra.run.smithi191.stdout:Access: 2024-09-17 09:15:26.062023610 +0000 2024-09-17T09:16:06.235 INFO:teuthology.orchestra.run.smithi191.stdout:Modify: 2024-09-17 09:11:11.575208570 +0000 2024-09-17T09:16:06.235 INFO:teuthology.orchestra.run.smithi191.stdout:Change: 2024-09-17 09:11:11.575208570 +0000 2024-09-17T09:16:06.235 INFO:teuthology.orchestra.run.smithi191.stdout: Birth: - 2024-09-17T09:16:06.236 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-09-17T09:16:06.271 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:06 smithi018 bash[19939]: cluster 2024-09-17T09:16:05.202722+0000 mgr.smithi018.roweby (mgr.14195) 49 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:06.289 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records in 2024-09-17T09:16:06.289 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records out 2024-09-17T09:16:06.289 INFO:teuthology.orchestra.run.smithi191.stderr:512 bytes copied, 0.000436794 s, 1.2 MB/s 2024-09-17T09:16:06.290 DEBUG:teuthology.orchestra.run.smithi191:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-09-17T09:16:06.340 DEBUG:teuthology.orchestra.run.smithi191:> stat /dev/nvme2n1 2024-09-17T09:16:06.386 INFO:teuthology.orchestra.run.smithi191.stdout: File: /dev/nvme2n1 2024-09-17T09:16:06.386 INFO:teuthology.orchestra.run.smithi191.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-17T09:16:06.386 INFO:teuthology.orchestra.run.smithi191.stdout:Device: 5h/5d Inode: 974 Links: 1 Device type: 103,4 2024-09-17T09:16:06.387 INFO:teuthology.orchestra.run.smithi191.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-17T09:16:06.387 INFO:teuthology.orchestra.run.smithi191.stdout:Access: 2024-09-17 09:15:26.078023195 +0000 2024-09-17T09:16:06.387 INFO:teuthology.orchestra.run.smithi191.stdout:Modify: 2024-09-17 09:11:11.671249281 +0000 2024-09-17T09:16:06.387 INFO:teuthology.orchestra.run.smithi191.stdout:Change: 2024-09-17 09:11:11.671249281 +0000 2024-09-17T09:16:06.387 INFO:teuthology.orchestra.run.smithi191.stdout: Birth: - 2024-09-17T09:16:06.387 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-09-17T09:16:06.440 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:06 smithi191 bash[24486]: cluster 2024-09-17T09:16:05.202722+0000 mgr.smithi018.roweby (mgr.14195) 49 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:06.442 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records in 2024-09-17T09:16:06.442 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records out 2024-09-17T09:16:06.443 INFO:teuthology.orchestra.run.smithi191.stderr:512 bytes copied, 0.000370653 s, 1.4 MB/s 2024-09-17T09:16:06.444 DEBUG:teuthology.orchestra.run.smithi191:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-09-17T09:16:06.492 DEBUG:teuthology.orchestra.run.smithi191:> stat /dev/nvme3n1 2024-09-17T09:16:06.538 INFO:teuthology.orchestra.run.smithi191.stdout: File: /dev/nvme3n1 2024-09-17T09:16:06.538 INFO:teuthology.orchestra.run.smithi191.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-17T09:16:06.539 INFO:teuthology.orchestra.run.smithi191.stdout:Device: 5h/5d Inode: 983 Links: 1 Device type: 103,6 2024-09-17T09:16:06.539 INFO:teuthology.orchestra.run.smithi191.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-17T09:16:06.539 INFO:teuthology.orchestra.run.smithi191.stdout:Access: 2024-09-17 09:15:26.094022781 +0000 2024-09-17T09:16:06.539 INFO:teuthology.orchestra.run.smithi191.stdout:Modify: 2024-09-17 09:11:11.767289991 +0000 2024-09-17T09:16:06.539 INFO:teuthology.orchestra.run.smithi191.stdout:Change: 2024-09-17 09:11:11.767289991 +0000 2024-09-17T09:16:06.539 INFO:teuthology.orchestra.run.smithi191.stdout: Birth: - 2024-09-17T09:16:06.539 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-09-17T09:16:06.593 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records in 2024-09-17T09:16:06.593 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records out 2024-09-17T09:16:06.593 INFO:teuthology.orchestra.run.smithi191.stderr:512 bytes copied, 0.000368498 s, 1.4 MB/s 2024-09-17T09:16:06.594 DEBUG:teuthology.orchestra.run.smithi191:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-09-17T09:16:06.644 DEBUG:teuthology.orchestra.run.smithi191:> stat /dev/nvme4n1 2024-09-17T09:16:06.694 INFO:teuthology.orchestra.run.smithi191.stdout: File: /dev/nvme4n1 2024-09-17T09:16:06.694 INFO:teuthology.orchestra.run.smithi191.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-09-17T09:16:06.695 INFO:teuthology.orchestra.run.smithi191.stdout:Device: 5h/5d Inode: 992 Links: 1 Device type: 103,8 2024-09-17T09:16:06.695 INFO:teuthology.orchestra.run.smithi191.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-09-17T09:16:06.695 INFO:teuthology.orchestra.run.smithi191.stdout:Access: 2024-09-17 09:15:26.110022366 +0000 2024-09-17T09:16:06.695 INFO:teuthology.orchestra.run.smithi191.stdout:Modify: 2024-09-17 09:11:11.863330702 +0000 2024-09-17T09:16:06.695 INFO:teuthology.orchestra.run.smithi191.stdout:Change: 2024-09-17 09:11:11.863330702 +0000 2024-09-17T09:16:06.695 INFO:teuthology.orchestra.run.smithi191.stdout: Birth: - 2024-09-17T09:16:06.695 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-09-17T09:16:06.749 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records in 2024-09-17T09:16:06.749 INFO:teuthology.orchestra.run.smithi191.stderr:1+0 records out 2024-09-17T09:16:06.749 INFO:teuthology.orchestra.run.smithi191.stderr:512 bytes copied, 0.000447071 s, 1.1 MB/s 2024-09-17T09:16:06.750 DEBUG:teuthology.orchestra.run.smithi191:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-09-17T09:16:06.800 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph orch apply osd --all-available-devices 2024-09-17T09:16:07.597 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:07 smithi018 bash[19939]: cluster 2024-09-17T09:16:07.203097+0000 mgr.smithi018.roweby (mgr.14195) 50 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:07.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:07 smithi191 bash[24486]: cluster 2024-09-17T09:16:07.203097+0000 mgr.smithi018.roweby (mgr.14195) 50 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:09.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:08 smithi191 bash[24486]: audit 2024-09-17T09:16:07.810281+0000 mon.smithi018 (mon.0) 287 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:09.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:08 smithi191 bash[24486]: audit 2024-09-17T09:16:07.815269+0000 mon.smithi018 (mon.0) 288 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:09.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:08 smithi191 bash[24486]: cephadm 2024-09-17T09:16:07.816367+0000 mgr.smithi018.roweby (mgr.14195) 51 : cephadm [INF] Reconfiguring grafana.smithi018 (dependencies changed)... 2024-09-17T09:16:09.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:08 smithi191 bash[24486]: cephadm 2024-09-17T09:16:07.863540+0000 mgr.smithi018.roweby (mgr.14195) 52 : cephadm [INF] Reconfiguring daemon grafana.smithi018 on smithi018 2024-09-17T09:16:09.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:08 smithi018 bash[19939]: audit 2024-09-17T09:16:07.810281+0000 mon.smithi018 (mon.0) 287 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:09.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:08 smithi018 bash[19939]: audit 2024-09-17T09:16:07.815269+0000 mon.smithi018 (mon.0) 288 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:09.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:08 smithi018 bash[19939]: cephadm 2024-09-17T09:16:07.816367+0000 mgr.smithi018.roweby (mgr.14195) 51 : cephadm [INF] Reconfiguring grafana.smithi018 (dependencies changed)... 2024-09-17T09:16:09.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:08 smithi018 bash[19939]: cephadm 2024-09-17T09:16:07.863540+0000 mgr.smithi018.roweby (mgr.14195) 52 : cephadm [INF] Reconfiguring daemon grafana.smithi018 on smithi018 2024-09-17T09:16:10.076 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:09 smithi018 bash[19939]: cluster 2024-09-17T09:16:09.203610+0000 mgr.smithi018.roweby (mgr.14195) 53 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:10.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:09 smithi191 bash[24486]: cluster 2024-09-17T09:16:09.203610+0000 mgr.smithi018.roweby (mgr.14195) 53 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:11.524 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi191/config 2024-09-17T09:16:11.579 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:11 smithi018 bash[19939]: cluster 2024-09-17T09:16:11.204049+0000 mgr.smithi018.roweby (mgr.14195) 54 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:11.599 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:11 smithi191 bash[24486]: cluster 2024-09-17T09:16:11.204049+0000 mgr.smithi018.roweby (mgr.14195) 54 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:13.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:13 smithi191 bash[24486]: audit 2024-09-17T09:16:12.336430+0000 mon.smithi018 (mon.0) 289 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:13.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:13 smithi191 bash[24486]: audit 2024-09-17T09:16:12.341698+0000 mon.smithi018 (mon.0) 290 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:13.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:13 smithi191 bash[24486]: cephadm 2024-09-17T09:16:12.342689+0000 mgr.smithi018.roweby (mgr.14195) 55 : cephadm [INF] Reconfiguring prometheus.smithi018 (dependencies changed)... 2024-09-17T09:16:13.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:13 smithi191 bash[24486]: cephadm 2024-09-17T09:16:12.602756+0000 mgr.smithi018.roweby (mgr.14195) 56 : cephadm [INF] Reconfiguring daemon prometheus.smithi018 on smithi018 2024-09-17T09:16:13.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:13 smithi191 bash[24486]: cluster 2024-09-17T09:16:13.204425+0000 mgr.smithi018.roweby (mgr.14195) 57 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:13.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:13 smithi018 bash[19939]: audit 2024-09-17T09:16:12.336430+0000 mon.smithi018 (mon.0) 289 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:13.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:13 smithi018 bash[19939]: audit 2024-09-17T09:16:12.341698+0000 mon.smithi018 (mon.0) 290 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:13.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:13 smithi018 bash[19939]: cephadm 2024-09-17T09:16:12.342689+0000 mgr.smithi018.roweby (mgr.14195) 55 : cephadm [INF] Reconfiguring prometheus.smithi018 (dependencies changed)... 2024-09-17T09:16:13.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:13 smithi018 bash[19939]: cephadm 2024-09-17T09:16:12.602756+0000 mgr.smithi018.roweby (mgr.14195) 56 : cephadm [INF] Reconfiguring daemon prometheus.smithi018 on smithi018 2024-09-17T09:16:13.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:13 smithi018 bash[19939]: cluster 2024-09-17T09:16:13.204425+0000 mgr.smithi018.roweby (mgr.14195) 57 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:14.364 INFO:teuthology.orchestra.run.smithi191.stdout:Scheduled osd.all-available-devices update... 2024-09-17T09:16:14.951 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-09-17T09:16:14.951 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T09:16:15.667 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:15 smithi018 bash[19939]: audit 2024-09-17T09:16:14.357565+0000 mgr.smithi018.roweby (mgr.14195) 58 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:16:15.667 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:15 smithi018 bash[19939]: cephadm 2024-09-17T09:16:14.360116+0000 mgr.smithi018.roweby (mgr.14195) 59 : cephadm [INF] Marking host: smithi018 for OSDSpec preview refresh. 2024-09-17T09:16:15.667 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:15 smithi018 bash[19939]: cephadm 2024-09-17T09:16:14.360211+0000 mgr.smithi018.roweby (mgr.14195) 60 : cephadm [INF] Marking host: smithi191 for OSDSpec preview refresh. 2024-09-17T09:16:15.667 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:15 smithi018 bash[19939]: cephadm 2024-09-17T09:16:14.360665+0000 mgr.smithi018.roweby (mgr.14195) 61 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-09-17T09:16:15.667 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:15 smithi018 bash[19939]: audit 2024-09-17T09:16:14.364278+0000 mon.smithi018 (mon.0) 291 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:15.667 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:15 smithi018 bash[19939]: cluster 2024-09-17T09:16:15.204821+0000 mgr.smithi018.roweby (mgr.14195) 62 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:15.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:15 smithi191 bash[24486]: audit 2024-09-17T09:16:14.357565+0000 mgr.smithi018.roweby (mgr.14195) 58 : audit [DBG] from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:16:15.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:15 smithi191 bash[24486]: cephadm 2024-09-17T09:16:14.360116+0000 mgr.smithi018.roweby (mgr.14195) 59 : cephadm [INF] Marking host: smithi018 for OSDSpec preview refresh. 2024-09-17T09:16:15.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:15 smithi191 bash[24486]: cephadm 2024-09-17T09:16:14.360211+0000 mgr.smithi018.roweby (mgr.14195) 60 : cephadm [INF] Marking host: smithi191 for OSDSpec preview refresh. 2024-09-17T09:16:15.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:15 smithi191 bash[24486]: cephadm 2024-09-17T09:16:14.360665+0000 mgr.smithi018.roweby (mgr.14195) 61 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-09-17T09:16:15.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:15 smithi191 bash[24486]: audit 2024-09-17T09:16:14.364278+0000 mon.smithi018 (mon.0) 291 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:15.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:15 smithi191 bash[24486]: cluster 2024-09-17T09:16:15.204821+0000 mgr.smithi018.roweby (mgr.14195) 62 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:17.572 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:17 smithi018 bash[19939]: cluster 2024-09-17T09:16:17.205244+0000 mgr.smithi018.roweby (mgr.14195) 63 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:17.572 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:17 smithi018 bash[19939]: audit 2024-09-17T09:16:17.264975+0000 mon.smithi018 (mon.0) 292 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:16:17.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:17 smithi191 bash[24486]: cluster 2024-09-17T09:16:17.205244+0000 mgr.smithi018.roweby (mgr.14195) 63 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:17.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:17 smithi191 bash[24486]: audit 2024-09-17T09:16:17.264975+0000 mon.smithi018 (mon.0) 292 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:16:19.055 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:18 smithi191 bash[24486]: audit 2024-09-17T09:16:17.781243+0000 mon.smithi018 (mon.0) 293 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:19.055 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:18 smithi191 bash[24486]: audit 2024-09-17T09:16:17.786021+0000 mon.smithi018 (mon.0) 294 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:19.055 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:18 smithi191 bash[24486]: cephadm 2024-09-17T09:16:17.786999+0000 mgr.smithi018.roweby (mgr.14195) 64 : cephadm [INF] Reconfiguring ceph-exporter.smithi191 (monmap changed)... 2024-09-17T09:16:19.055 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:18 smithi191 bash[24486]: audit 2024-09-17T09:16:17.787376+0000 mon.smithi018 (mon.0) 295 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi191", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-09-17T09:16:19.055 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:18 smithi191 bash[24486]: audit 2024-09-17T09:16:17.788213+0000 mon.smithi018 (mon.0) 296 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:16:19.055 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:18 smithi191 bash[24486]: cephadm 2024-09-17T09:16:17.789070+0000 mgr.smithi018.roweby (mgr.14195) 65 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi191 on smithi191 2024-09-17T09:16:19.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:18 smithi018 bash[19939]: audit 2024-09-17T09:16:17.781243+0000 mon.smithi018 (mon.0) 293 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:19.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:18 smithi018 bash[19939]: audit 2024-09-17T09:16:17.786021+0000 mon.smithi018 (mon.0) 294 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:19.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:18 smithi018 bash[19939]: cephadm 2024-09-17T09:16:17.786999+0000 mgr.smithi018.roweby (mgr.14195) 64 : cephadm [INF] Reconfiguring ceph-exporter.smithi191 (monmap changed)... 2024-09-17T09:16:19.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:18 smithi018 bash[19939]: audit 2024-09-17T09:16:17.787376+0000 mon.smithi018 (mon.0) 295 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi191", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-09-17T09:16:19.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:18 smithi018 bash[19939]: audit 2024-09-17T09:16:17.788213+0000 mon.smithi018 (mon.0) 296 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:16:19.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:18 smithi018 bash[19939]: cephadm 2024-09-17T09:16:17.789070+0000 mgr.smithi018.roweby (mgr.14195) 65 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi191 on smithi191 2024-09-17T09:16:20.073 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:19 smithi018 bash[19939]: cluster 2024-09-17T09:16:19.205694+0000 mgr.smithi018.roweby (mgr.14195) 66 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:20.073 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:19 smithi018 bash[19939]: audit 2024-09-17T09:16:19.711905+0000 mon.smithi018 (mon.0) 297 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:20.073 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:19 smithi018 bash[19939]: audit 2024-09-17T09:16:19.727715+0000 mon.smithi018 (mon.0) 298 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:20.073 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:19 smithi018 bash[19939]: audit 2024-09-17T09:16:19.729974+0000 mon.smithi018 (mon.0) 299 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi191", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T09:16:20.073 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:19 smithi018 bash[19939]: audit 2024-09-17T09:16:19.731777+0000 mon.smithi018 (mon.0) 300 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:16:20.101 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:19 smithi191 bash[24486]: cluster 2024-09-17T09:16:19.205694+0000 mgr.smithi018.roweby (mgr.14195) 66 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:20.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:19 smithi191 bash[24486]: audit 2024-09-17T09:16:19.711905+0000 mon.smithi018 (mon.0) 297 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:20.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:19 smithi191 bash[24486]: audit 2024-09-17T09:16:19.727715+0000 mon.smithi018 (mon.0) 298 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:20.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:19 smithi191 bash[24486]: audit 2024-09-17T09:16:19.729974+0000 mon.smithi018 (mon.0) 299 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi191", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-09-17T09:16:20.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:19 smithi191 bash[24486]: audit 2024-09-17T09:16:19.731777+0000 mon.smithi018 (mon.0) 300 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:16:21.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:20 smithi191 bash[24486]: cephadm 2024-09-17T09:16:19.729300+0000 mgr.smithi018.roweby (mgr.14195) 67 : cephadm [INF] Reconfiguring crash.smithi191 (monmap changed)... 2024-09-17T09:16:21.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:20 smithi191 bash[24486]: cephadm 2024-09-17T09:16:19.733491+0000 mgr.smithi018.roweby (mgr.14195) 68 : cephadm [INF] Reconfiguring daemon crash.smithi191 on smithi191 2024-09-17T09:16:21.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:20 smithi018 bash[19939]: cephadm 2024-09-17T09:16:19.729300+0000 mgr.smithi018.roweby (mgr.14195) 67 : cephadm [INF] Reconfiguring crash.smithi191 (monmap changed)... 2024-09-17T09:16:21.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:20 smithi018 bash[19939]: cephadm 2024-09-17T09:16:19.733491+0000 mgr.smithi018.roweby (mgr.14195) 68 : cephadm [INF] Reconfiguring daemon crash.smithi191 on smithi191 2024-09-17T09:16:21.259 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:16:22.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:21 smithi191 bash[24486]: cluster 2024-09-17T09:16:21.206114+0000 mgr.smithi018.roweby (mgr.14195) 69 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:22.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:21 smithi191 bash[24486]: audit 2024-09-17T09:16:21.502605+0000 mon.smithi018 (mon.0) 301 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:22.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:21 smithi191 bash[24486]: audit 2024-09-17T09:16:21.510953+0000 mon.smithi018 (mon.0) 302 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:22.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:21 smithi191 bash[24486]: audit 2024-09-17T09:16:21.513534+0000 mon.smithi018 (mon.0) 303 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi191.oohadx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T09:16:22.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:21 smithi191 bash[24486]: audit 2024-09-17T09:16:21.515695+0000 mon.smithi018 (mon.0) 304 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T09:16:22.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:21 smithi191 bash[24486]: audit 2024-09-17T09:16:21.517504+0000 mon.smithi018 (mon.0) 305 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:16:22.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:21 smithi018 bash[19939]: cluster 2024-09-17T09:16:21.206114+0000 mgr.smithi018.roweby (mgr.14195) 69 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:22.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:21 smithi018 bash[19939]: audit 2024-09-17T09:16:21.502605+0000 mon.smithi018 (mon.0) 301 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:22.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:21 smithi018 bash[19939]: audit 2024-09-17T09:16:21.510953+0000 mon.smithi018 (mon.0) 302 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:22.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:21 smithi018 bash[19939]: audit 2024-09-17T09:16:21.513534+0000 mon.smithi018 (mon.0) 303 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi191.oohadx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T09:16:22.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:21 smithi018 bash[19939]: audit 2024-09-17T09:16:21.515695+0000 mon.smithi018 (mon.0) 304 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T09:16:22.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:21 smithi018 bash[19939]: audit 2024-09-17T09:16:21.517504+0000 mon.smithi018 (mon.0) 305 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:16:22.913 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:22 smithi018 bash[19939]: cephadm 2024-09-17T09:16:21.512786+0000 mgr.smithi018.roweby (mgr.14195) 70 : cephadm [INF] Reconfiguring mgr.smithi191.oohadx (monmap changed)... 2024-09-17T09:16:22.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:22 smithi018 bash[19939]: cephadm 2024-09-17T09:16:21.519462+0000 mgr.smithi018.roweby (mgr.14195) 71 : cephadm [INF] Reconfiguring daemon mgr.smithi191.oohadx on smithi191 2024-09-17T09:16:22.999 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:22 smithi191 bash[24486]: cephadm 2024-09-17T09:16:21.512786+0000 mgr.smithi018.roweby (mgr.14195) 70 : cephadm [INF] Reconfiguring mgr.smithi191.oohadx (monmap changed)... 2024-09-17T09:16:22.999 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:22 smithi191 bash[24486]: cephadm 2024-09-17T09:16:21.519462+0000 mgr.smithi018.roweby (mgr.14195) 71 : cephadm [INF] Reconfiguring daemon mgr.smithi191.oohadx on smithi191 2024-09-17T09:16:24.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:23 smithi191 bash[24486]: cluster 2024-09-17T09:16:23.206561+0000 mgr.smithi018.roweby (mgr.14195) 72 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:24.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:23 smithi191 bash[24486]: audit 2024-09-17T09:16:23.364938+0000 mon.smithi018 (mon.0) 306 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:24.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:23 smithi191 bash[24486]: audit 2024-09-17T09:16:23.372125+0000 mon.smithi018 (mon.0) 307 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:24.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:23 smithi191 bash[24486]: audit 2024-09-17T09:16:23.373904+0000 mon.smithi018 (mon.0) 308 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T09:16:24.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:23 smithi191 bash[24486]: audit 2024-09-17T09:16:23.375740+0000 mon.smithi018 (mon.0) 309 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T09:16:24.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:23 smithi191 bash[24486]: audit 2024-09-17T09:16:23.377498+0000 mon.smithi018 (mon.0) 310 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:16:24.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:23 smithi018 bash[19939]: cluster 2024-09-17T09:16:23.206561+0000 mgr.smithi018.roweby (mgr.14195) 72 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:24.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:23 smithi018 bash[19939]: audit 2024-09-17T09:16:23.364938+0000 mon.smithi018 (mon.0) 306 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:24.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:23 smithi018 bash[19939]: audit 2024-09-17T09:16:23.372125+0000 mon.smithi018 (mon.0) 307 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:24.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:23 smithi018 bash[19939]: audit 2024-09-17T09:16:23.373904+0000 mon.smithi018 (mon.0) 308 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T09:16:24.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:23 smithi018 bash[19939]: audit 2024-09-17T09:16:23.375740+0000 mon.smithi018 (mon.0) 309 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T09:16:24.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:23 smithi018 bash[19939]: audit 2024-09-17T09:16:23.377498+0000 mon.smithi018 (mon.0) 310 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:16:24.315 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T09:16:24.924 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-17T09:16:25.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:24 smithi191 bash[24486]: cephadm 2024-09-17T09:16:23.373345+0000 mgr.smithi018.roweby (mgr.14195) 73 : cephadm [INF] Reconfiguring mon.smithi191 (monmap changed)... 2024-09-17T09:16:25.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:24 smithi191 bash[24486]: cephadm 2024-09-17T09:16:23.379462+0000 mgr.smithi018.roweby (mgr.14195) 74 : cephadm [INF] Reconfiguring daemon mon.smithi191 on smithi191 2024-09-17T09:16:25.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:24 smithi191 bash[24486]: audit 2024-09-17T09:16:24.316157+0000 mon.smithi018 (mon.0) 311 : audit [DBG] from='client.? 172.21.15.18:0/421133613' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T09:16:25.110 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:24 smithi018 bash[19939]: cephadm 2024-09-17T09:16:23.373345+0000 mgr.smithi018.roweby (mgr.14195) 73 : cephadm [INF] Reconfiguring mon.smithi191 (monmap changed)... 2024-09-17T09:16:25.110 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:24 smithi018 bash[19939]: cephadm 2024-09-17T09:16:23.379462+0000 mgr.smithi018.roweby (mgr.14195) 74 : cephadm [INF] Reconfiguring daemon mon.smithi191 on smithi191 2024-09-17T09:16:25.110 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:24 smithi018 bash[19939]: audit 2024-09-17T09:16:24.316157+0000 mon.smithi018 (mon.0) 311 : audit [DBG] from='client.? 172.21.15.18:0/421133613' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T09:16:25.926 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T09:16:26.188 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:26 smithi018 bash[19939]: audit 2024-09-17T09:16:25.188173+0000 mon.smithi018 (mon.0) 312 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:26.188 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:26 smithi018 bash[19939]: audit 2024-09-17T09:16:25.196718+0000 mon.smithi018 (mon.0) 313 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:26.188 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:26 smithi018 bash[19939]: audit 2024-09-17T09:16:25.204684+0000 mon.smithi018 (mon.0) 314 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T09:16:26.188 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:26 smithi018 bash[19939]: audit 2024-09-17T09:16:25.205592+0000 mgr.smithi018.roweby (mgr.14195) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T09:16:26.188 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:26 smithi018 bash[19939]: cluster 2024-09-17T09:16:25.206973+0000 mgr.smithi018.roweby (mgr.14195) 76 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:26.188 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:26 smithi018 bash[19939]: audit 2024-09-17T09:16:25.207820+0000 mon.smithi018 (mon.0) 315 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi018.front.sepia.ceph.com:9093"}]: dispatch 2024-09-17T09:16:26.188 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:26 smithi018 bash[19939]: audit 2024-09-17T09:16:25.208645+0000 mgr.smithi018.roweby (mgr.14195) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi018.front.sepia.ceph.com:9093"}]: dispatch 2024-09-17T09:16:26.188 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:26 smithi018 bash[19939]: audit 2024-09-17T09:16:25.218133+0000 mon.smithi018 (mon.0) 316 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:26.188 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:26 smithi018 bash[19939]: audit 2024-09-17T09:16:25.237228+0000 mon.smithi018 (mon.0) 317 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T09:16:26.188 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:26 smithi018 bash[19939]: audit 2024-09-17T09:16:25.249985+0000 mon.smithi018 (mon.0) 318 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi018.front.sepia.ceph.com:3000"}]: dispatch 2024-09-17T09:16:26.189 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:26 smithi018 bash[19939]: audit 2024-09-17T09:16:25.259150+0000 mon.smithi018 (mon.0) 319 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:26.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:26 smithi018 bash[19939]: audit 2024-09-17T09:16:25.282849+0000 mon.smithi018 (mon.0) 320 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T09:16:26.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:26 smithi018 bash[19939]: audit 2024-09-17T09:16:25.286981+0000 mon.smithi018 (mon.0) 321 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi018.front.sepia.ceph.com:9095"}]: dispatch 2024-09-17T09:16:26.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:26 smithi018 bash[19939]: audit 2024-09-17T09:16:25.297242+0000 mon.smithi018 (mon.0) 322 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:26.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:26 smithi018 bash[19939]: audit 2024-09-17T09:16:25.394801+0000 mon.smithi018 (mon.0) 323 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:16:26.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:26 smithi191 bash[24486]: audit 2024-09-17T09:16:25.188173+0000 mon.smithi018 (mon.0) 312 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:26.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:26 smithi191 bash[24486]: audit 2024-09-17T09:16:25.196718+0000 mon.smithi018 (mon.0) 313 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:26.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:26 smithi191 bash[24486]: audit 2024-09-17T09:16:25.204684+0000 mon.smithi018 (mon.0) 314 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T09:16:26.603 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:26 smithi191 bash[24486]: audit 2024-09-17T09:16:25.205592+0000 mgr.smithi018.roweby (mgr.14195) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T09:16:26.603 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:26 smithi191 bash[24486]: cluster 2024-09-17T09:16:25.206973+0000 mgr.smithi018.roweby (mgr.14195) 76 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:26.603 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:26 smithi191 bash[24486]: audit 2024-09-17T09:16:25.207820+0000 mon.smithi018 (mon.0) 315 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi018.front.sepia.ceph.com:9093"}]: dispatch 2024-09-17T09:16:26.603 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:26 smithi191 bash[24486]: audit 2024-09-17T09:16:25.208645+0000 mgr.smithi018.roweby (mgr.14195) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi018.front.sepia.ceph.com:9093"}]: dispatch 2024-09-17T09:16:26.603 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:26 smithi191 bash[24486]: audit 2024-09-17T09:16:25.218133+0000 mon.smithi018 (mon.0) 316 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:26.603 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:26 smithi191 bash[24486]: audit 2024-09-17T09:16:25.237228+0000 mon.smithi018 (mon.0) 317 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T09:16:26.603 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:26 smithi191 bash[24486]: audit 2024-09-17T09:16:25.249985+0000 mon.smithi018 (mon.0) 318 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi018.front.sepia.ceph.com:3000"}]: dispatch 2024-09-17T09:16:26.603 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:26 smithi191 bash[24486]: audit 2024-09-17T09:16:25.259150+0000 mon.smithi018 (mon.0) 319 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:26.603 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:26 smithi191 bash[24486]: audit 2024-09-17T09:16:25.282849+0000 mon.smithi018 (mon.0) 320 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T09:16:26.603 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:26 smithi191 bash[24486]: audit 2024-09-17T09:16:25.286981+0000 mon.smithi018 (mon.0) 321 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi018.front.sepia.ceph.com:9095"}]: dispatch 2024-09-17T09:16:26.603 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:26 smithi191 bash[24486]: audit 2024-09-17T09:16:25.297242+0000 mon.smithi018 (mon.0) 322 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:26.603 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:26 smithi191 bash[24486]: audit 2024-09-17T09:16:25.394801+0000 mon.smithi018 (mon.0) 323 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:16:27.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:27 smithi191 bash[24486]: audit 2024-09-17T09:16:25.238217+0000 mgr.smithi018.roweby (mgr.14195) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T09:16:27.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:27 smithi191 bash[24486]: audit 2024-09-17T09:16:25.251133+0000 mgr.smithi018.roweby (mgr.14195) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi018.front.sepia.ceph.com:3000"}]: dispatch 2024-09-17T09:16:27.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:27 smithi191 bash[24486]: audit 2024-09-17T09:16:25.283874+0000 mgr.smithi018.roweby (mgr.14195) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T09:16:27.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:27 smithi191 bash[24486]: audit 2024-09-17T09:16:25.287926+0000 mgr.smithi018.roweby (mgr.14195) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi018.front.sepia.ceph.com:9095"}]: dispatch 2024-09-17T09:16:27.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:27 smithi018 bash[19939]: audit 2024-09-17T09:16:25.238217+0000 mgr.smithi018.roweby (mgr.14195) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T09:16:27.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:27 smithi018 bash[19939]: audit 2024-09-17T09:16:25.251133+0000 mgr.smithi018.roweby (mgr.14195) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi018.front.sepia.ceph.com:3000"}]: dispatch 2024-09-17T09:16:27.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:27 smithi018 bash[19939]: audit 2024-09-17T09:16:25.283874+0000 mgr.smithi018.roweby (mgr.14195) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T09:16:27.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:27 smithi018 bash[19939]: audit 2024-09-17T09:16:25.287926+0000 mgr.smithi018.roweby (mgr.14195) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi018.front.sepia.ceph.com:9095"}]: dispatch 2024-09-17T09:16:28.605 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:28 smithi191 bash[24486]: cluster 2024-09-17T09:16:27.207418+0000 mgr.smithi018.roweby (mgr.14195) 82 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:28.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:28 smithi018 bash[19939]: cluster 2024-09-17T09:16:27.207418+0000 mgr.smithi018.roweby (mgr.14195) 82 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:29.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:29 smithi191 bash[24486]: cluster 2024-09-17T09:16:29.207929+0000 mgr.smithi018.roweby (mgr.14195) 83 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:29.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:29 smithi018 bash[19939]: cluster 2024-09-17T09:16:29.207929+0000 mgr.smithi018.roweby (mgr.14195) 83 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:30.298 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:16:31.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:31 smithi018 bash[19939]: audit 2024-09-17T09:16:30.660229+0000 mon.smithi018 (mon.0) 324 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:31.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:31 smithi018 bash[19939]: audit 2024-09-17T09:16:30.664449+0000 mon.smithi018 (mon.0) 325 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:31.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:31 smithi018 bash[19939]: audit 2024-09-17T09:16:31.082626+0000 mon.smithi018 (mon.0) 326 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:31.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:31 smithi018 bash[19939]: audit 2024-09-17T09:16:31.087295+0000 mon.smithi018 (mon.0) 327 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:31.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:31 smithi018 bash[19939]: audit 2024-09-17T09:16:31.166910+0000 mon.smithi018 (mon.0) 328 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:31.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:31 smithi018 bash[19939]: audit 2024-09-17T09:16:31.171280+0000 mon.smithi018 (mon.0) 329 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:31.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:31 smithi018 bash[19939]: cluster 2024-09-17T09:16:31.208261+0000 mgr.smithi018.roweby (mgr.14195) 84 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:31.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:31 smithi018 bash[19939]: audit 2024-09-17T09:16:31.561050+0000 mon.smithi018 (mon.0) 330 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:31.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:31 smithi018 bash[19939]: audit 2024-09-17T09:16:31.569069+0000 mon.smithi018 (mon.0) 331 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:31.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:31 smithi018 bash[19939]: audit 2024-09-17T09:16:31.570544+0000 mon.smithi018 (mon.0) 332 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:16:31.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:31 smithi018 bash[19939]: audit 2024-09-17T09:16:31.571626+0000 mon.smithi018 (mon.0) 333 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:16:31.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:31 smithi018 bash[19939]: audit 2024-09-17T09:16:31.577218+0000 mon.smithi018 (mon.0) 334 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:31.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:31 smithi018 bash[19939]: audit 2024-09-17T09:16:31.580595+0000 mon.smithi018 (mon.0) 335 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T09:16:31.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:31 smithi018 bash[19939]: audit 2024-09-17T09:16:31.585245+0000 mon.smithi018 (mon.0) 336 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T09:16:31.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:31 smithi018 bash[19939]: audit 2024-09-17T09:16:31.586539+0000 mon.smithi018 (mon.0) 337 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:16:31.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:31 smithi018 bash[19939]: audit 2024-09-17T09:16:31.590532+0000 mon.smithi018 (mon.0) 338 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T09:16:31.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:31 smithi018 bash[19939]: audit 2024-09-17T09:16:31.591754+0000 mon.smithi018 (mon.0) 339 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:16:32.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:31 smithi191 bash[24486]: audit 2024-09-17T09:16:30.660229+0000 mon.smithi018 (mon.0) 324 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:32.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:31 smithi191 bash[24486]: audit 2024-09-17T09:16:30.664449+0000 mon.smithi018 (mon.0) 325 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:32.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:31 smithi191 bash[24486]: audit 2024-09-17T09:16:31.082626+0000 mon.smithi018 (mon.0) 326 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:32.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:31 smithi191 bash[24486]: audit 2024-09-17T09:16:31.087295+0000 mon.smithi018 (mon.0) 327 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:32.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:31 smithi191 bash[24486]: audit 2024-09-17T09:16:31.166910+0000 mon.smithi018 (mon.0) 328 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:32.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:31 smithi191 bash[24486]: audit 2024-09-17T09:16:31.171280+0000 mon.smithi018 (mon.0) 329 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:32.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:31 smithi191 bash[24486]: cluster 2024-09-17T09:16:31.208261+0000 mgr.smithi018.roweby (mgr.14195) 84 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:32.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:31 smithi191 bash[24486]: audit 2024-09-17T09:16:31.561050+0000 mon.smithi018 (mon.0) 330 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:32.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:31 smithi191 bash[24486]: audit 2024-09-17T09:16:31.569069+0000 mon.smithi018 (mon.0) 331 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:32.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:31 smithi191 bash[24486]: audit 2024-09-17T09:16:31.570544+0000 mon.smithi018 (mon.0) 332 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:16:32.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:31 smithi191 bash[24486]: audit 2024-09-17T09:16:31.571626+0000 mon.smithi018 (mon.0) 333 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:16:32.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:31 smithi191 bash[24486]: audit 2024-09-17T09:16:31.577218+0000 mon.smithi018 (mon.0) 334 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:16:32.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:31 smithi191 bash[24486]: audit 2024-09-17T09:16:31.580595+0000 mon.smithi018 (mon.0) 335 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T09:16:32.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:31 smithi191 bash[24486]: audit 2024-09-17T09:16:31.585245+0000 mon.smithi018 (mon.0) 336 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T09:16:32.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:31 smithi191 bash[24486]: audit 2024-09-17T09:16:31.586539+0000 mon.smithi018 (mon.0) 337 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:16:32.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:31 smithi191 bash[24486]: audit 2024-09-17T09:16:31.590532+0000 mon.smithi018 (mon.0) 338 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T09:16:32.104 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:31 smithi191 bash[24486]: audit 2024-09-17T09:16:31.591754+0000 mon.smithi018 (mon.0) 339 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:16:33.336 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T09:16:33.348 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:33 smithi018 bash[19939]: audit 2024-09-17T09:16:32.264752+0000 mon.smithi018 (mon.0) 340 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:16:33.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:33 smithi191 bash[24486]: audit 2024-09-17T09:16:32.264752+0000 mon.smithi018 (mon.0) 340 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:16:33.883 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-09-17T09:16:34.446 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:34 smithi191 bash[24486]: cluster 2024-09-17T09:16:33.208489+0000 mgr.smithi018.roweby (mgr.14195) 85 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:34.446 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:34 smithi191 bash[24486]: audit 2024-09-17T09:16:33.336787+0000 mon.smithi018 (mon.0) 341 : audit [DBG] from='client.? 172.21.15.18:0/249237488' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T09:16:34.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:34 smithi018 bash[19939]: cluster 2024-09-17T09:16:33.208489+0000 mgr.smithi018.roweby (mgr.14195) 85 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:34.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:34 smithi018 bash[19939]: audit 2024-09-17T09:16:33.336787+0000 mon.smithi018 (mon.0) 341 : audit [DBG] from='client.? 172.21.15.18:0/249237488' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T09:16:34.885 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T09:16:35.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:35 smithi191 bash[24486]: cluster 2024-09-17T09:16:35.208856+0000 mgr.smithi018.roweby (mgr.14195) 86 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:35.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:35 smithi018 bash[19939]: cluster 2024-09-17T09:16:35.208856+0000 mgr.smithi018.roweby (mgr.14195) 86 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:37.579 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:37 smithi191 bash[24486]: cluster 2024-09-17T09:16:37.209265+0000 mgr.smithi018.roweby (mgr.14195) 87 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:37.602 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:37 smithi018 bash[19939]: cluster 2024-09-17T09:16:37.209265+0000 mgr.smithi018.roweby (mgr.14195) 87 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:39.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:39 smithi018 bash[19939]: cluster 2024-09-17T09:16:39.209581+0000 mgr.smithi018.roweby (mgr.14195) 88 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:39.499 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:16:39.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:39 smithi191 bash[24486]: cluster 2024-09-17T09:16:39.209581+0000 mgr.smithi018.roweby (mgr.14195) 88 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:40.488 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:40 smithi018 bash[19939]: audit 2024-09-17T09:16:40.197545+0000 mon.smithi191 (mon.1) 2 : audit [INF] from='client.? 172.21.15.191:0/3930253770' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bc98b7da-b330-4cec-9432-00523cee256e"}]: dispatch 2024-09-17T09:16:40.489 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:40 smithi018 bash[19939]: audit 2024-09-17T09:16:40.199498+0000 mon.smithi018 (mon.0) 342 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bc98b7da-b330-4cec-9432-00523cee256e"}]: dispatch 2024-09-17T09:16:40.489 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:40 smithi018 bash[19939]: audit 2024-09-17T09:16:40.204117+0000 mon.smithi018 (mon.0) 343 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bc98b7da-b330-4cec-9432-00523cee256e"}]': finished 2024-09-17T09:16:40.489 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:40 smithi018 bash[19939]: cluster 2024-09-17T09:16:40.204170+0000 mon.smithi018 (mon.0) 344 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-17T09:16:40.489 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:40 smithi018 bash[19939]: audit 2024-09-17T09:16:40.204281+0000 mon.smithi018 (mon.0) 345 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T09:16:40.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:40 smithi191 bash[24486]: audit 2024-09-17T09:16:40.197545+0000 mon.smithi191 (mon.1) 2 : audit [INF] from='client.? 172.21.15.191:0/3930253770' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bc98b7da-b330-4cec-9432-00523cee256e"}]: dispatch 2024-09-17T09:16:40.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:40 smithi191 bash[24486]: audit 2024-09-17T09:16:40.199498+0000 mon.smithi018 (mon.0) 342 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bc98b7da-b330-4cec-9432-00523cee256e"}]: dispatch 2024-09-17T09:16:40.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:40 smithi191 bash[24486]: audit 2024-09-17T09:16:40.204117+0000 mon.smithi018 (mon.0) 343 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bc98b7da-b330-4cec-9432-00523cee256e"}]': finished 2024-09-17T09:16:40.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:40 smithi191 bash[24486]: cluster 2024-09-17T09:16:40.204170+0000 mon.smithi018 (mon.0) 344 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-17T09:16:40.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:40 smithi191 bash[24486]: audit 2024-09-17T09:16:40.204281+0000 mon.smithi018 (mon.0) 345 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T09:16:41.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:41 smithi018 bash[19939]: audit 2024-09-17T09:16:40.750426+0000 mon.smithi018 (mon.0) 346 : audit [INF] from='client.? 172.21.15.18:0/3714383347' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "17287a4a-5af5-413b-ac98-a7fa9f5c4c79"}]: dispatch 2024-09-17T09:16:41.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:41 smithi018 bash[19939]: audit 2024-09-17T09:16:40.755580+0000 mon.smithi018 (mon.0) 347 : audit [INF] from='client.? 172.21.15.18:0/3714383347' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "17287a4a-5af5-413b-ac98-a7fa9f5c4c79"}]': finished 2024-09-17T09:16:41.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:41 smithi018 bash[19939]: cluster 2024-09-17T09:16:40.755627+0000 mon.smithi018 (mon.0) 348 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-09-17T09:16:41.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:41 smithi018 bash[19939]: audit 2024-09-17T09:16:40.755741+0000 mon.smithi018 (mon.0) 349 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T09:16:41.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:41 smithi018 bash[19939]: audit 2024-09-17T09:16:40.756012+0000 mon.smithi018 (mon.0) 350 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T09:16:41.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:41 smithi018 bash[19939]: cluster 2024-09-17T09:16:41.209994+0000 mgr.smithi018.roweby (mgr.14195) 89 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:41.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:41 smithi191 bash[24486]: audit 2024-09-17T09:16:40.750426+0000 mon.smithi018 (mon.0) 346 : audit [INF] from='client.? 172.21.15.18:0/3714383347' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "17287a4a-5af5-413b-ac98-a7fa9f5c4c79"}]: dispatch 2024-09-17T09:16:41.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:41 smithi191 bash[24486]: audit 2024-09-17T09:16:40.755580+0000 mon.smithi018 (mon.0) 347 : audit [INF] from='client.? 172.21.15.18:0/3714383347' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "17287a4a-5af5-413b-ac98-a7fa9f5c4c79"}]': finished 2024-09-17T09:16:41.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:41 smithi191 bash[24486]: cluster 2024-09-17T09:16:40.755627+0000 mon.smithi018 (mon.0) 348 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-09-17T09:16:41.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:41 smithi191 bash[24486]: audit 2024-09-17T09:16:40.755741+0000 mon.smithi018 (mon.0) 349 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T09:16:41.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:41 smithi191 bash[24486]: audit 2024-09-17T09:16:40.756012+0000 mon.smithi018 (mon.0) 350 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T09:16:41.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:41 smithi191 bash[24486]: cluster 2024-09-17T09:16:41.209994+0000 mgr.smithi018.roweby (mgr.14195) 89 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:42.534 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:42 smithi018 bash[19939]: audit 2024-09-17T09:16:41.700141+0000 mon.smithi191 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.191:0/277013520' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T09:16:42.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:42 smithi191 bash[24486]: audit 2024-09-17T09:16:41.700141+0000 mon.smithi191 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.191:0/277013520' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T09:16:42.840 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T09:16:43.503 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1726564600,"num_remapped_pgs":0} 2024-09-17T09:16:43.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:43 smithi191 bash[24486]: audit 2024-09-17T09:16:42.794898+0000 mon.smithi018 (mon.0) 351 : audit [DBG] from='client.? 172.21.15.18:0/1672728628' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T09:16:43.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:43 smithi191 bash[24486]: audit 2024-09-17T09:16:42.841837+0000 mon.smithi018 (mon.0) 352 : audit [DBG] from='client.? 172.21.15.18:0/4014541176' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T09:16:43.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:43 smithi191 bash[24486]: cluster 2024-09-17T09:16:43.210516+0000 mgr.smithi018.roweby (mgr.14195) 90 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:43.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:43 smithi018 bash[19939]: audit 2024-09-17T09:16:42.794898+0000 mon.smithi018 (mon.0) 351 : audit [DBG] from='client.? 172.21.15.18:0/1672728628' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T09:16:43.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:43 smithi018 bash[19939]: audit 2024-09-17T09:16:42.841837+0000 mon.smithi018 (mon.0) 352 : audit [DBG] from='client.? 172.21.15.18:0/4014541176' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T09:16:43.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:43 smithi018 bash[19939]: cluster 2024-09-17T09:16:43.210516+0000 mgr.smithi018.roweby (mgr.14195) 90 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:44.505 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T09:16:44.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:44 smithi191 bash[24486]: audit 2024-09-17T09:16:44.436537+0000 mon.smithi191 (mon.1) 4 : audit [INF] from='client.? 172.21.15.191:0/360801290' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7c636952-f86a-48de-9aa1-c2d2eeb7b70a"}]: dispatch 2024-09-17T09:16:44.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:44 smithi191 bash[24486]: audit 2024-09-17T09:16:44.438721+0000 mon.smithi018 (mon.0) 353 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7c636952-f86a-48de-9aa1-c2d2eeb7b70a"}]: dispatch 2024-09-17T09:16:44.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:44 smithi191 bash[24486]: audit 2024-09-17T09:16:44.446473+0000 mon.smithi018 (mon.0) 354 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7c636952-f86a-48de-9aa1-c2d2eeb7b70a"}]': finished 2024-09-17T09:16:44.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:44 smithi191 bash[24486]: cluster 2024-09-17T09:16:44.446585+0000 mon.smithi018 (mon.0) 355 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-09-17T09:16:44.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:44 smithi191 bash[24486]: audit 2024-09-17T09:16:44.446775+0000 mon.smithi018 (mon.0) 356 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T09:16:44.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:44 smithi191 bash[24486]: audit 2024-09-17T09:16:44.447275+0000 mon.smithi018 (mon.0) 357 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T09:16:44.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:44 smithi191 bash[24486]: audit 2024-09-17T09:16:44.447683+0000 mon.smithi018 (mon.0) 358 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:16:44.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:44 smithi018 bash[19939]: audit 2024-09-17T09:16:44.436537+0000 mon.smithi191 (mon.1) 4 : audit [INF] from='client.? 172.21.15.191:0/360801290' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7c636952-f86a-48de-9aa1-c2d2eeb7b70a"}]: dispatch 2024-09-17T09:16:44.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:44 smithi018 bash[19939]: audit 2024-09-17T09:16:44.438721+0000 mon.smithi018 (mon.0) 353 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7c636952-f86a-48de-9aa1-c2d2eeb7b70a"}]: dispatch 2024-09-17T09:16:44.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:44 smithi018 bash[19939]: audit 2024-09-17T09:16:44.446473+0000 mon.smithi018 (mon.0) 354 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7c636952-f86a-48de-9aa1-c2d2eeb7b70a"}]': finished 2024-09-17T09:16:44.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:44 smithi018 bash[19939]: cluster 2024-09-17T09:16:44.446585+0000 mon.smithi018 (mon.0) 355 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-09-17T09:16:44.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:44 smithi018 bash[19939]: audit 2024-09-17T09:16:44.446775+0000 mon.smithi018 (mon.0) 356 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T09:16:44.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:44 smithi018 bash[19939]: audit 2024-09-17T09:16:44.447275+0000 mon.smithi018 (mon.0) 357 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T09:16:44.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:44 smithi018 bash[19939]: audit 2024-09-17T09:16:44.447683+0000 mon.smithi018 (mon.0) 358 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:16:45.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:45 smithi191 bash[24486]: cluster 2024-09-17T09:16:45.210854+0000 mgr.smithi018.roweby (mgr.14195) 91 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:45.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:45 smithi191 bash[24486]: audit 2024-09-17T09:16:45.485954+0000 mon.smithi018 (mon.0) 359 : audit [INF] from='client.? 172.21.15.18:0/3950075384' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "997967c1-b25f-47c0-b1b8-0d5ea5aec13b"}]: dispatch 2024-09-17T09:16:45.913 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:45 smithi018 bash[19939]: cluster 2024-09-17T09:16:45.210854+0000 mgr.smithi018.roweby (mgr.14195) 91 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:45.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:45 smithi018 bash[19939]: audit 2024-09-17T09:16:45.485954+0000 mon.smithi018 (mon.0) 359 : audit [INF] from='client.? 172.21.15.18:0/3950075384' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "997967c1-b25f-47c0-b1b8-0d5ea5aec13b"}]: dispatch 2024-09-17T09:16:46.768 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:46 smithi018 bash[19939]: audit 2024-09-17T09:16:45.491378+0000 mon.smithi018 (mon.0) 360 : audit [INF] from='client.? 172.21.15.18:0/3950075384' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "997967c1-b25f-47c0-b1b8-0d5ea5aec13b"}]': finished 2024-09-17T09:16:46.769 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:46 smithi018 bash[19939]: cluster 2024-09-17T09:16:45.491470+0000 mon.smithi018 (mon.0) 361 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-09-17T09:16:46.769 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:46 smithi018 bash[19939]: audit 2024-09-17T09:16:45.491686+0000 mon.smithi018 (mon.0) 362 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T09:16:46.769 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:46 smithi018 bash[19939]: audit 2024-09-17T09:16:45.492887+0000 mon.smithi018 (mon.0) 363 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T09:16:46.769 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:46 smithi018 bash[19939]: audit 2024-09-17T09:16:45.493533+0000 mon.smithi018 (mon.0) 364 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:16:46.769 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:46 smithi018 bash[19939]: audit 2024-09-17T09:16:45.496548+0000 mon.smithi018 (mon.0) 365 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:16:46.769 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:46 smithi018 bash[19939]: audit 2024-09-17T09:16:45.991728+0000 mon.smithi191 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.191:0/2106994350' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T09:16:46.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:46 smithi191 bash[24486]: audit 2024-09-17T09:16:45.491378+0000 mon.smithi018 (mon.0) 360 : audit [INF] from='client.? 172.21.15.18:0/3950075384' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "997967c1-b25f-47c0-b1b8-0d5ea5aec13b"}]': finished 2024-09-17T09:16:46.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:46 smithi191 bash[24486]: cluster 2024-09-17T09:16:45.491470+0000 mon.smithi018 (mon.0) 361 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-09-17T09:16:46.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:46 smithi191 bash[24486]: audit 2024-09-17T09:16:45.491686+0000 mon.smithi018 (mon.0) 362 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T09:16:46.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:46 smithi191 bash[24486]: audit 2024-09-17T09:16:45.492887+0000 mon.smithi018 (mon.0) 363 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T09:16:46.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:46 smithi191 bash[24486]: audit 2024-09-17T09:16:45.493533+0000 mon.smithi018 (mon.0) 364 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:16:46.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:46 smithi191 bash[24486]: audit 2024-09-17T09:16:45.496548+0000 mon.smithi018 (mon.0) 365 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:16:46.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:46 smithi191 bash[24486]: audit 2024-09-17T09:16:45.991728+0000 mon.smithi191 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.191:0/2106994350' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T09:16:47.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:47 smithi191 bash[24486]: audit 2024-09-17T09:16:46.899097+0000 mon.smithi018 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.18:0/4166370973' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T09:16:47.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:47 smithi191 bash[24486]: cluster 2024-09-17T09:16:47.211192+0000 mgr.smithi018.roweby (mgr.14195) 92 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:47.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:47 smithi191 bash[24486]: audit 2024-09-17T09:16:47.265030+0000 mon.smithi018 (mon.0) 367 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:16:47.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:47 smithi018 bash[19939]: audit 2024-09-17T09:16:46.899097+0000 mon.smithi018 (mon.0) 366 : audit [DBG] from='client.? 172.21.15.18:0/4166370973' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T09:16:47.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:47 smithi018 bash[19939]: cluster 2024-09-17T09:16:47.211192+0000 mgr.smithi018.roweby (mgr.14195) 92 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:47.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:47 smithi018 bash[19939]: audit 2024-09-17T09:16:47.265030+0000 mon.smithi018 (mon.0) 367 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:16:49.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:48 smithi191 bash[24486]: audit 2024-09-17T09:16:48.773132+0000 mon.smithi191 (mon.1) 6 : audit [INF] from='client.? 172.21.15.191:0/121144865' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "87828369-ca05-4cc2-9438-4cc2fbf90f89"}]: dispatch 2024-09-17T09:16:49.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:48 smithi191 bash[24486]: audit 2024-09-17T09:16:48.775190+0000 mon.smithi018 (mon.0) 368 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "87828369-ca05-4cc2-9438-4cc2fbf90f89"}]: dispatch 2024-09-17T09:16:49.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:48 smithi191 bash[24486]: audit 2024-09-17T09:16:48.783082+0000 mon.smithi018 (mon.0) 369 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "87828369-ca05-4cc2-9438-4cc2fbf90f89"}]': finished 2024-09-17T09:16:49.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:48 smithi191 bash[24486]: cluster 2024-09-17T09:16:48.783215+0000 mon.smithi018 (mon.0) 370 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-09-17T09:16:49.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:48 smithi191 bash[24486]: audit 2024-09-17T09:16:48.783494+0000 mon.smithi018 (mon.0) 371 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T09:16:49.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:48 smithi191 bash[24486]: audit 2024-09-17T09:16:48.784031+0000 mon.smithi018 (mon.0) 372 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T09:16:49.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:48 smithi191 bash[24486]: audit 2024-09-17T09:16:48.784362+0000 mon.smithi018 (mon.0) 373 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:16:49.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:48 smithi191 bash[24486]: audit 2024-09-17T09:16:48.784755+0000 mon.smithi018 (mon.0) 374 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:16:49.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:48 smithi191 bash[24486]: audit 2024-09-17T09:16:48.785083+0000 mon.smithi018 (mon.0) 375 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:16:49.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:48 smithi018 bash[19939]: audit 2024-09-17T09:16:48.773132+0000 mon.smithi191 (mon.1) 6 : audit [INF] from='client.? 172.21.15.191:0/121144865' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "87828369-ca05-4cc2-9438-4cc2fbf90f89"}]: dispatch 2024-09-17T09:16:49.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:48 smithi018 bash[19939]: audit 2024-09-17T09:16:48.775190+0000 mon.smithi018 (mon.0) 368 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "87828369-ca05-4cc2-9438-4cc2fbf90f89"}]: dispatch 2024-09-17T09:16:49.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:48 smithi018 bash[19939]: audit 2024-09-17T09:16:48.783082+0000 mon.smithi018 (mon.0) 369 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "87828369-ca05-4cc2-9438-4cc2fbf90f89"}]': finished 2024-09-17T09:16:49.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:48 smithi018 bash[19939]: cluster 2024-09-17T09:16:48.783215+0000 mon.smithi018 (mon.0) 370 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-09-17T09:16:49.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:48 smithi018 bash[19939]: audit 2024-09-17T09:16:48.783494+0000 mon.smithi018 (mon.0) 371 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T09:16:49.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:48 smithi018 bash[19939]: audit 2024-09-17T09:16:48.784031+0000 mon.smithi018 (mon.0) 372 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T09:16:49.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:48 smithi018 bash[19939]: audit 2024-09-17T09:16:48.784362+0000 mon.smithi018 (mon.0) 373 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:16:49.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:48 smithi018 bash[19939]: audit 2024-09-17T09:16:48.784755+0000 mon.smithi018 (mon.0) 374 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:16:49.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:48 smithi018 bash[19939]: audit 2024-09-17T09:16:48.785083+0000 mon.smithi018 (mon.0) 375 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:16:49.207 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:16:49.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:49 smithi018 bash[19939]: cluster 2024-09-17T09:16:49.211586+0000 mgr.smithi018.roweby (mgr.14195) 93 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:49.979 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:49 smithi018 bash[19939]: audit 2024-09-17T09:16:49.598701+0000 mon.smithi018 (mon.0) 376 : audit [INF] from='client.? 172.21.15.18:0/759166283' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b01eae5b-7e9f-41f5-86a9-2d285078b938"}]: dispatch 2024-09-17T09:16:49.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:49 smithi018 bash[19939]: audit 2024-09-17T09:16:49.603289+0000 mon.smithi018 (mon.0) 377 : audit [INF] from='client.? 172.21.15.18:0/759166283' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b01eae5b-7e9f-41f5-86a9-2d285078b938"}]': finished 2024-09-17T09:16:49.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:49 smithi018 bash[19939]: cluster 2024-09-17T09:16:49.603369+0000 mon.smithi018 (mon.0) 378 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-09-17T09:16:49.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:49 smithi018 bash[19939]: audit 2024-09-17T09:16:49.603531+0000 mon.smithi018 (mon.0) 379 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T09:16:49.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:49 smithi018 bash[19939]: audit 2024-09-17T09:16:49.604142+0000 mon.smithi018 (mon.0) 380 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T09:16:49.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:49 smithi018 bash[19939]: audit 2024-09-17T09:16:49.604385+0000 mon.smithi018 (mon.0) 381 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:16:49.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:49 smithi018 bash[19939]: audit 2024-09-17T09:16:49.604761+0000 mon.smithi018 (mon.0) 382 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:16:49.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:49 smithi018 bash[19939]: audit 2024-09-17T09:16:49.605106+0000 mon.smithi018 (mon.0) 383 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:16:49.980 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:49 smithi018 bash[19939]: audit 2024-09-17T09:16:49.605498+0000 mon.smithi018 (mon.0) 384 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:16:50.101 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:49 smithi191 bash[24486]: cluster 2024-09-17T09:16:49.211586+0000 mgr.smithi018.roweby (mgr.14195) 93 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:50.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:49 smithi191 bash[24486]: audit 2024-09-17T09:16:49.598701+0000 mon.smithi018 (mon.0) 376 : audit [INF] from='client.? 172.21.15.18:0/759166283' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b01eae5b-7e9f-41f5-86a9-2d285078b938"}]: dispatch 2024-09-17T09:16:50.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:49 smithi191 bash[24486]: audit 2024-09-17T09:16:49.603289+0000 mon.smithi018 (mon.0) 377 : audit [INF] from='client.? 172.21.15.18:0/759166283' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b01eae5b-7e9f-41f5-86a9-2d285078b938"}]': finished 2024-09-17T09:16:50.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:49 smithi191 bash[24486]: cluster 2024-09-17T09:16:49.603369+0000 mon.smithi018 (mon.0) 378 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-09-17T09:16:50.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:49 smithi191 bash[24486]: audit 2024-09-17T09:16:49.603531+0000 mon.smithi018 (mon.0) 379 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T09:16:50.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:49 smithi191 bash[24486]: audit 2024-09-17T09:16:49.604142+0000 mon.smithi018 (mon.0) 380 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T09:16:50.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:49 smithi191 bash[24486]: audit 2024-09-17T09:16:49.604385+0000 mon.smithi018 (mon.0) 381 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:16:50.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:49 smithi191 bash[24486]: audit 2024-09-17T09:16:49.604761+0000 mon.smithi018 (mon.0) 382 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:16:50.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:49 smithi191 bash[24486]: audit 2024-09-17T09:16:49.605106+0000 mon.smithi018 (mon.0) 383 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:16:50.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:49 smithi191 bash[24486]: audit 2024-09-17T09:16:49.605498+0000 mon.smithi018 (mon.0) 384 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:16:50.913 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:50 smithi018 bash[19939]: audit 2024-09-17T09:16:50.317155+0000 mon.smithi191 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.191:0/2605161637' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T09:16:51.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:50 smithi191 bash[24486]: audit 2024-09-17T09:16:50.317155+0000 mon.smithi191 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.191:0/2605161637' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T09:16:52.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:51 smithi191 bash[24486]: cluster 2024-09-17T09:16:51.211932+0000 mgr.smithi018.roweby (mgr.14195) 94 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:52.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:51 smithi191 bash[24486]: audit 2024-09-17T09:16:51.585502+0000 mon.smithi018 (mon.0) 385 : audit [DBG] from='client.? 172.21.15.18:0/2761819359' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T09:16:52.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:51 smithi018 bash[19939]: cluster 2024-09-17T09:16:51.211932+0000 mgr.smithi018.roweby (mgr.14195) 94 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:52.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:51 smithi018 bash[19939]: audit 2024-09-17T09:16:51.585502+0000 mon.smithi018 (mon.0) 385 : audit [DBG] from='client.? 172.21.15.18:0/2761819359' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T09:16:52.686 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T09:16:53.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:52 smithi191 bash[24486]: audit 2024-09-17T09:16:52.686661+0000 mon.smithi018 (mon.0) 386 : audit [DBG] from='client.? 172.21.15.18:0/2159241877' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T09:16:53.279 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:52 smithi018 bash[19939]: audit 2024-09-17T09:16:52.686661+0000 mon.smithi018 (mon.0) 386 : audit [DBG] from='client.? 172.21.15.18:0/2159241877' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T09:16:53.279 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1726564609,"num_remapped_pgs":0} 2024-09-17T09:16:54.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:53 smithi191 bash[24486]: audit 2024-09-17T09:16:53.007336+0000 mon.smithi191 (mon.1) 8 : audit [INF] from='client.? 172.21.15.191:0/3594118942' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4e1171e5-ba4a-4f6f-8921-433e350ba8bc"}]: dispatch 2024-09-17T09:16:54.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:53 smithi191 bash[24486]: audit 2024-09-17T09:16:53.009138+0000 mon.smithi018 (mon.0) 387 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4e1171e5-ba4a-4f6f-8921-433e350ba8bc"}]: dispatch 2024-09-17T09:16:54.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:53 smithi191 bash[24486]: audit 2024-09-17T09:16:53.014840+0000 mon.smithi018 (mon.0) 388 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4e1171e5-ba4a-4f6f-8921-433e350ba8bc"}]': finished 2024-09-17T09:16:54.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:53 smithi191 bash[24486]: cluster 2024-09-17T09:16:53.014893+0000 mon.smithi018 (mon.0) 389 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-09-17T09:16:54.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:53 smithi191 bash[24486]: audit 2024-09-17T09:16:53.015027+0000 mon.smithi018 (mon.0) 390 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T09:16:54.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:53 smithi191 bash[24486]: audit 2024-09-17T09:16:53.015374+0000 mon.smithi018 (mon.0) 391 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T09:16:54.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:53 smithi191 bash[24486]: audit 2024-09-17T09:16:53.015598+0000 mon.smithi018 (mon.0) 392 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:16:54.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:53 smithi191 bash[24486]: audit 2024-09-17T09:16:53.015819+0000 mon.smithi018 (mon.0) 393 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:16:54.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:53 smithi191 bash[24486]: audit 2024-09-17T09:16:53.016038+0000 mon.smithi018 (mon.0) 394 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:16:54.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:53 smithi191 bash[24486]: audit 2024-09-17T09:16:53.016251+0000 mon.smithi018 (mon.0) 395 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:16:54.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:53 smithi191 bash[24486]: audit 2024-09-17T09:16:53.016465+0000 mon.smithi018 (mon.0) 396 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:16:54.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:53 smithi191 bash[24486]: cluster 2024-09-17T09:16:53.212404+0000 mgr.smithi018.roweby (mgr.14195) 95 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:54.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:53 smithi018 bash[19939]: audit 2024-09-17T09:16:53.007336+0000 mon.smithi191 (mon.1) 8 : audit [INF] from='client.? 172.21.15.191:0/3594118942' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4e1171e5-ba4a-4f6f-8921-433e350ba8bc"}]: dispatch 2024-09-17T09:16:54.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:53 smithi018 bash[19939]: audit 2024-09-17T09:16:53.009138+0000 mon.smithi018 (mon.0) 387 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4e1171e5-ba4a-4f6f-8921-433e350ba8bc"}]: dispatch 2024-09-17T09:16:54.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:53 smithi018 bash[19939]: audit 2024-09-17T09:16:53.014840+0000 mon.smithi018 (mon.0) 388 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4e1171e5-ba4a-4f6f-8921-433e350ba8bc"}]': finished 2024-09-17T09:16:54.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:53 smithi018 bash[19939]: cluster 2024-09-17T09:16:53.014893+0000 mon.smithi018 (mon.0) 389 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-09-17T09:16:54.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:53 smithi018 bash[19939]: audit 2024-09-17T09:16:53.015027+0000 mon.smithi018 (mon.0) 390 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T09:16:54.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:53 smithi018 bash[19939]: audit 2024-09-17T09:16:53.015374+0000 mon.smithi018 (mon.0) 391 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T09:16:54.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:53 smithi018 bash[19939]: audit 2024-09-17T09:16:53.015598+0000 mon.smithi018 (mon.0) 392 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:16:54.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:53 smithi018 bash[19939]: audit 2024-09-17T09:16:53.015819+0000 mon.smithi018 (mon.0) 393 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:16:54.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:53 smithi018 bash[19939]: audit 2024-09-17T09:16:53.016038+0000 mon.smithi018 (mon.0) 394 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:16:54.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:53 smithi018 bash[19939]: audit 2024-09-17T09:16:53.016251+0000 mon.smithi018 (mon.0) 395 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:16:54.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:53 smithi018 bash[19939]: audit 2024-09-17T09:16:53.016465+0000 mon.smithi018 (mon.0) 396 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:16:54.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:53 smithi018 bash[19939]: cluster 2024-09-17T09:16:53.212404+0000 mgr.smithi018.roweby (mgr.14195) 95 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:54.281 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T09:16:55.282 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:55 smithi018 bash[19939]: audit 2024-09-17T09:16:54.381085+0000 mon.smithi018 (mon.0) 397 : audit [INF] from='client.? 172.21.15.18:0/2857587369' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0b198bc2-91d4-44ed-a08f-dae48bbeef82"}]: dispatch 2024-09-17T09:16:55.282 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:55 smithi018 bash[19939]: audit 2024-09-17T09:16:54.388196+0000 mon.smithi018 (mon.0) 398 : audit [INF] from='client.? 172.21.15.18:0/2857587369' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0b198bc2-91d4-44ed-a08f-dae48bbeef82"}]': finished 2024-09-17T09:16:55.282 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:55 smithi018 bash[19939]: cluster 2024-09-17T09:16:54.388293+0000 mon.smithi018 (mon.0) 399 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-09-17T09:16:55.282 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:55 smithi018 bash[19939]: audit 2024-09-17T09:16:54.388430+0000 mon.smithi018 (mon.0) 400 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T09:16:55.282 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:55 smithi018 bash[19939]: audit 2024-09-17T09:16:54.388769+0000 mon.smithi018 (mon.0) 401 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T09:16:55.282 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:55 smithi018 bash[19939]: audit 2024-09-17T09:16:54.388975+0000 mon.smithi018 (mon.0) 402 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:16:55.282 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:55 smithi018 bash[19939]: audit 2024-09-17T09:16:54.389154+0000 mon.smithi018 (mon.0) 403 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:16:55.283 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:55 smithi018 bash[19939]: audit 2024-09-17T09:16:54.389349+0000 mon.smithi018 (mon.0) 404 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:16:55.283 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:55 smithi018 bash[19939]: audit 2024-09-17T09:16:54.389559+0000 mon.smithi018 (mon.0) 405 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:16:55.283 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:55 smithi018 bash[19939]: audit 2024-09-17T09:16:54.389764+0000 mon.smithi018 (mon.0) 406 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:16:55.283 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:55 smithi018 bash[19939]: audit 2024-09-17T09:16:54.389966+0000 mon.smithi018 (mon.0) 407 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:16:55.283 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:55 smithi018 bash[19939]: audit 2024-09-17T09:16:54.693867+0000 mon.smithi018 (mon.0) 408 : audit [DBG] from='client.? 172.21.15.191:0/3136011621' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T09:16:55.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:55 smithi191 bash[24486]: audit 2024-09-17T09:16:54.381085+0000 mon.smithi018 (mon.0) 397 : audit [INF] from='client.? 172.21.15.18:0/2857587369' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0b198bc2-91d4-44ed-a08f-dae48bbeef82"}]: dispatch 2024-09-17T09:16:55.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:55 smithi191 bash[24486]: audit 2024-09-17T09:16:54.388196+0000 mon.smithi018 (mon.0) 398 : audit [INF] from='client.? 172.21.15.18:0/2857587369' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0b198bc2-91d4-44ed-a08f-dae48bbeef82"}]': finished 2024-09-17T09:16:55.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:55 smithi191 bash[24486]: cluster 2024-09-17T09:16:54.388293+0000 mon.smithi018 (mon.0) 399 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-09-17T09:16:55.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:55 smithi191 bash[24486]: audit 2024-09-17T09:16:54.388430+0000 mon.smithi018 (mon.0) 400 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T09:16:55.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:55 smithi191 bash[24486]: audit 2024-09-17T09:16:54.388769+0000 mon.smithi018 (mon.0) 401 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T09:16:55.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:55 smithi191 bash[24486]: audit 2024-09-17T09:16:54.388975+0000 mon.smithi018 (mon.0) 402 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:16:55.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:55 smithi191 bash[24486]: audit 2024-09-17T09:16:54.389154+0000 mon.smithi018 (mon.0) 403 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:16:55.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:55 smithi191 bash[24486]: audit 2024-09-17T09:16:54.389349+0000 mon.smithi018 (mon.0) 404 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:16:55.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:55 smithi191 bash[24486]: audit 2024-09-17T09:16:54.389559+0000 mon.smithi018 (mon.0) 405 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:16:55.353 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:55 smithi191 bash[24486]: audit 2024-09-17T09:16:54.389764+0000 mon.smithi018 (mon.0) 406 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:16:55.353 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:55 smithi191 bash[24486]: audit 2024-09-17T09:16:54.389966+0000 mon.smithi018 (mon.0) 407 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:16:55.353 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:55 smithi191 bash[24486]: audit 2024-09-17T09:16:54.693867+0000 mon.smithi018 (mon.0) 408 : audit [DBG] from='client.? 172.21.15.191:0/3136011621' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T09:16:56.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:56 smithi191 bash[24486]: cluster 2024-09-17T09:16:55.212875+0000 mgr.smithi018.roweby (mgr.14195) 96 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:56.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:56 smithi191 bash[24486]: audit 2024-09-17T09:16:55.878597+0000 mon.smithi018 (mon.0) 409 : audit [DBG] from='client.? 172.21.15.18:0/3023126341' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T09:16:56.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:56 smithi018 bash[19939]: cluster 2024-09-17T09:16:55.212875+0000 mgr.smithi018.roweby (mgr.14195) 96 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:56.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:56 smithi018 bash[19939]: audit 2024-09-17T09:16:55.878597+0000 mon.smithi018 (mon.0) 409 : audit [DBG] from='client.? 172.21.15.18:0/3023126341' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T09:16:57.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:57 smithi191 bash[24486]: cluster 2024-09-17T09:16:57.213172+0000 mgr.smithi018.roweby (mgr.14195) 97 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:57.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:57 smithi018 bash[19939]: cluster 2024-09-17T09:16:57.213172+0000 mgr.smithi018.roweby (mgr.14195) 97 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:59.555 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:16:59 smithi191 bash[24486]: cluster 2024-09-17T09:16:59.213553+0000 mgr.smithi018.roweby (mgr.14195) 98 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:16:59.556 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:16:59.763 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:16:59 smithi018 bash[19939]: cluster 2024-09-17T09:16:59.213553+0000 mgr.smithi018.roweby (mgr.14195) 98 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:17:01.562 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:01 smithi018 bash[19939]: cluster 2024-09-17T09:17:01.213862+0000 mgr.smithi018.roweby (mgr.14195) 99 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:17:01.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:01 smithi191 bash[24486]: cluster 2024-09-17T09:17:01.213862+0000 mgr.smithi018.roweby (mgr.14195) 99 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:17:02.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:02 smithi018 bash[19939]: audit 2024-09-17T09:17:02.264613+0000 mon.smithi018 (mon.0) 410 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:17:02.456 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T09:17:02.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:02 smithi191 bash[24486]: audit 2024-09-17T09:17:02.264613+0000 mon.smithi018 (mon.0) 410 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:17:03.087 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1726564614,"num_remapped_pgs":0} 2024-09-17T09:17:03.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:03 smithi018 bash[19939]: audit 2024-09-17T09:17:02.456644+0000 mon.smithi018 (mon.0) 411 : audit [DBG] from='client.? 172.21.15.18:0/4206795281' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T09:17:03.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:03 smithi018 bash[19939]: cluster 2024-09-17T09:17:03.214239+0000 mgr.smithi018.roweby (mgr.14195) 100 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:17:03.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:03 smithi191 bash[24486]: audit 2024-09-17T09:17:02.456644+0000 mon.smithi018 (mon.0) 411 : audit [DBG] from='client.? 172.21.15.18:0/4206795281' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T09:17:03.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:03 smithi191 bash[24486]: cluster 2024-09-17T09:17:03.214239+0000 mgr.smithi018.roweby (mgr.14195) 100 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:17:04.088 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T09:17:05.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:05 smithi191 bash[24486]: cluster 2024-09-17T09:17:05.214675+0000 mgr.smithi018.roweby (mgr.14195) 101 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:17:05.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:05 smithi018 bash[19939]: cluster 2024-09-17T09:17:05.214675+0000 mgr.smithi018.roweby (mgr.14195) 101 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:17:06.536 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:06 smithi018 bash[19939]: audit 2024-09-17T09:17:06.323279+0000 mon.smithi018 (mon.0) 412 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-17T09:17:06.536 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:06 smithi018 bash[19939]: audit 2024-09-17T09:17:06.324636+0000 mon.smithi018 (mon.0) 413 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:17:06.732 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:06 smithi191 bash[24486]: audit 2024-09-17T09:17:06.323279+0000 mon.smithi018 (mon.0) 412 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-17T09:17:06.733 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:06 smithi191 bash[24486]: audit 2024-09-17T09:17:06.324636+0000 mon.smithi018 (mon.0) 413 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:17:07.654 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:07 smithi191 bash[24486]: cephadm 2024-09-17T09:17:06.325834+0000 mgr.smithi018.roweby (mgr.14195) 102 : cephadm [INF] Deploying daemon osd.0 on smithi191 2024-09-17T09:17:07.654 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:07 smithi191 bash[24486]: audit 2024-09-17T09:17:07.121290+0000 mon.smithi018 (mon.0) 414 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-17T09:17:07.654 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:07 smithi191 bash[24486]: audit 2024-09-17T09:17:07.123222+0000 mon.smithi018 (mon.0) 415 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:17:07.654 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:07 smithi191 bash[24486]: cephadm 2024-09-17T09:17:07.124846+0000 mgr.smithi018.roweby (mgr.14195) 103 : cephadm [INF] Deploying daemon osd.1 on smithi018 2024-09-17T09:17:07.654 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:07 smithi191 bash[24486]: cluster 2024-09-17T09:17:07.215182+0000 mgr.smithi018.roweby (mgr.14195) 104 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:17:07.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:07 smithi018 bash[19939]: cephadm 2024-09-17T09:17:06.325834+0000 mgr.smithi018.roweby (mgr.14195) 102 : cephadm [INF] Deploying daemon osd.0 on smithi191 2024-09-17T09:17:07.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:07 smithi018 bash[19939]: audit 2024-09-17T09:17:07.121290+0000 mon.smithi018 (mon.0) 414 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-17T09:17:07.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:07 smithi018 bash[19939]: audit 2024-09-17T09:17:07.123222+0000 mon.smithi018 (mon.0) 415 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:17:07.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:07 smithi018 bash[19939]: cephadm 2024-09-17T09:17:07.124846+0000 mgr.smithi018.roweby (mgr.14195) 103 : cephadm [INF] Deploying daemon osd.1 on smithi018 2024-09-17T09:17:07.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:07 smithi018 bash[19939]: cluster 2024-09-17T09:17:07.215182+0000 mgr.smithi018.roweby (mgr.14195) 104 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:17:09.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:09 smithi018 bash[19939]: cluster 2024-09-17T09:17:09.215697+0000 mgr.smithi018.roweby (mgr.14195) 105 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:17:09.523 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:09 smithi191 bash[24486]: cluster 2024-09-17T09:17:09.215697+0000 mgr.smithi018.roweby (mgr.14195) 105 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:17:10.064 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:17:10.413 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:10 smithi191 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:17:10.761 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:10 smithi191 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:17:11.647 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:11 smithi018 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:17:11.913 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:11 smithi018 bash[19939]: audit 2024-09-17T09:17:10.689202+0000 mon.smithi018 (mon.0) 416 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:11.913 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:11 smithi018 bash[19939]: audit 2024-09-17T09:17:10.697272+0000 mon.smithi018 (mon.0) 417 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:11.913 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:11 smithi018 bash[19939]: audit 2024-09-17T09:17:10.698970+0000 mon.smithi018 (mon.0) 418 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-17T09:17:11.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:11 smithi018 bash[19939]: audit 2024-09-17T09:17:10.700750+0000 mon.smithi018 (mon.0) 419 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:17:11.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:11 smithi018 bash[19939]: cephadm 2024-09-17T09:17:10.702329+0000 mgr.smithi018.roweby (mgr.14195) 106 : cephadm [INF] Deploying daemon osd.2 on smithi191 2024-09-17T09:17:11.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:11 smithi018 bash[19939]: cluster 2024-09-17T09:17:11.216163+0000 mgr.smithi018.roweby (mgr.14195) 107 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:17:11.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:11 smithi018 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:17:12.089 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:11 smithi191 bash[24486]: audit 2024-09-17T09:17:10.689202+0000 mon.smithi018 (mon.0) 416 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:12.089 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:11 smithi191 bash[24486]: audit 2024-09-17T09:17:10.697272+0000 mon.smithi018 (mon.0) 417 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:12.089 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:11 smithi191 bash[24486]: audit 2024-09-17T09:17:10.698970+0000 mon.smithi018 (mon.0) 418 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-17T09:17:12.089 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:11 smithi191 bash[24486]: audit 2024-09-17T09:17:10.700750+0000 mon.smithi018 (mon.0) 419 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:17:12.089 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:11 smithi191 bash[24486]: cephadm 2024-09-17T09:17:10.702329+0000 mgr.smithi018.roweby (mgr.14195) 106 : cephadm [INF] Deploying daemon osd.2 on smithi191 2024-09-17T09:17:12.089 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:11 smithi191 bash[24486]: cluster 2024-09-17T09:17:11.216163+0000 mgr.smithi018.roweby (mgr.14195) 107 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:17:13.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:12 smithi191 bash[24486]: audit 2024-09-17T09:17:11.914752+0000 mon.smithi018 (mon.0) 420 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:13.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:12 smithi191 bash[24486]: audit 2024-09-17T09:17:11.919703+0000 mon.smithi018 (mon.0) 421 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:13.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:12 smithi191 bash[24486]: audit 2024-09-17T09:17:11.920467+0000 mon.smithi018 (mon.0) 422 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-17T09:17:13.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:12 smithi191 bash[24486]: audit 2024-09-17T09:17:11.921180+0000 mon.smithi018 (mon.0) 423 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:17:13.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:12 smithi191 bash[24486]: cephadm 2024-09-17T09:17:11.921808+0000 mgr.smithi018.roweby (mgr.14195) 108 : cephadm [INF] Deploying daemon osd.3 on smithi018 2024-09-17T09:17:13.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:12 smithi018 bash[19939]: audit 2024-09-17T09:17:11.914752+0000 mon.smithi018 (mon.0) 420 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:13.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:12 smithi018 bash[19939]: audit 2024-09-17T09:17:11.919703+0000 mon.smithi018 (mon.0) 421 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:13.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:12 smithi018 bash[19939]: audit 2024-09-17T09:17:11.920467+0000 mon.smithi018 (mon.0) 422 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-17T09:17:13.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:12 smithi018 bash[19939]: audit 2024-09-17T09:17:11.921180+0000 mon.smithi018 (mon.0) 423 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:17:13.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:12 smithi018 bash[19939]: cephadm 2024-09-17T09:17:11.921808+0000 mgr.smithi018.roweby (mgr.14195) 108 : cephadm [INF] Deploying daemon osd.3 on smithi018 2024-09-17T09:17:14.258 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:13 smithi018 bash[19939]: cluster 2024-09-17T09:17:13.216587+0000 mgr.smithi018.roweby (mgr.14195) 109 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:17:14.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:13 smithi191 bash[24486]: cluster 2024-09-17T09:17:13.216587+0000 mgr.smithi018.roweby (mgr.14195) 109 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:17:14.678 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T09:17:15.176 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:14 smithi191 bash[24486]: audit 2024-09-17T09:17:14.679018+0000 mon.smithi018 (mon.0) 424 : audit [DBG] from='client.? 172.21.15.18:0/2755390511' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T09:17:15.255 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:14 smithi018 bash[19939]: audit 2024-09-17T09:17:14.679018+0000 mon.smithi018 (mon.0) 424 : audit [DBG] from='client.? 172.21.15.18:0/2755390511' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T09:17:16.031 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1726564614,"num_remapped_pgs":0} 2024-09-17T09:17:16.064 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:15 smithi191 bash[24486]: cluster 2024-09-17T09:17:15.216875+0000 mgr.smithi018.roweby (mgr.14195) 110 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:17:16.064 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:15 smithi191 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:17:16.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:15 smithi018 bash[19939]: cluster 2024-09-17T09:17:15.216875+0000 mgr.smithi018.roweby (mgr.14195) 110 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:17:16.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:16 smithi191 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:17:17.032 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T09:17:17.369 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:17 smithi018 bash[19939]: audit 2024-09-17T09:17:16.353384+0000 mon.smithi018 (mon.0) 425 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:17.369 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:17 smithi018 bash[19939]: audit 2024-09-17T09:17:16.359181+0000 mon.smithi018 (mon.0) 426 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:17.369 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:17 smithi018 bash[19939]: audit 2024-09-17T09:17:16.360554+0000 mon.smithi018 (mon.0) 427 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-17T09:17:17.369 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:17 smithi018 bash[19939]: audit 2024-09-17T09:17:16.362285+0000 mon.smithi018 (mon.0) 428 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:17:17.370 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:17 smithi018 bash[19939]: cephadm 2024-09-17T09:17:16.363815+0000 mgr.smithi018.roweby (mgr.14195) 111 : cephadm [INF] Deploying daemon osd.4 on smithi191 2024-09-17T09:17:17.370 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:17 smithi018 bash[19939]: cluster 2024-09-17T09:17:17.217138+0000 mgr.smithi018.roweby (mgr.14195) 112 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:17:17.370 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:17 smithi018 bash[19939]: audit 2024-09-17T09:17:17.265776+0000 mon.smithi018 (mon.0) 429 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:17:17.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:17 smithi191 bash[24486]: audit 2024-09-17T09:17:16.353384+0000 mon.smithi018 (mon.0) 425 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:17.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:17 smithi191 bash[24486]: audit 2024-09-17T09:17:16.359181+0000 mon.smithi018 (mon.0) 426 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:17.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:17 smithi191 bash[24486]: audit 2024-09-17T09:17:16.360554+0000 mon.smithi018 (mon.0) 427 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-17T09:17:17.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:17 smithi191 bash[24486]: audit 2024-09-17T09:17:16.362285+0000 mon.smithi018 (mon.0) 428 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:17:17.853 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:17 smithi191 bash[24486]: cephadm 2024-09-17T09:17:16.363815+0000 mgr.smithi018.roweby (mgr.14195) 111 : cephadm [INF] Deploying daemon osd.4 on smithi191 2024-09-17T09:17:17.853 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:17 smithi191 bash[24486]: cluster 2024-09-17T09:17:17.217138+0000 mgr.smithi018.roweby (mgr.14195) 112 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:17:17.853 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:17 smithi191 bash[24486]: audit 2024-09-17T09:17:17.265776+0000 mon.smithi018 (mon.0) 429 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:17:18.636 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:18 smithi018 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:17:18.913 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:18 smithi018 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:17:20.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:19 smithi191 bash[24486]: audit 2024-09-17T09:17:18.801328+0000 mon.smithi018 (mon.0) 430 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:20.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:19 smithi191 bash[24486]: audit 2024-09-17T09:17:18.807196+0000 mon.smithi018 (mon.0) 431 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:20.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:19 smithi191 bash[24486]: audit 2024-09-17T09:17:18.808037+0000 mon.smithi018 (mon.0) 432 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-17T09:17:20.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:19 smithi191 bash[24486]: audit 2024-09-17T09:17:18.808831+0000 mon.smithi018 (mon.0) 433 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:17:20.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:19 smithi191 bash[24486]: cephadm 2024-09-17T09:17:18.810545+0000 mgr.smithi018.roweby (mgr.14195) 113 : cephadm [INF] Deploying daemon osd.5 on smithi018 2024-09-17T09:17:20.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:19 smithi191 bash[24486]: audit 2024-09-17T09:17:18.840925+0000 mon.smithi018 (mon.0) 434 : audit [INF] from='osd.0 [v2:172.21.15.191:6800/1715736458,v1:172.21.15.191:6801/1715736458]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-17T09:17:20.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:19 smithi191 bash[24486]: cluster 2024-09-17T09:17:19.217579+0000 mgr.smithi018.roweby (mgr.14195) 114 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:17:20.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:19 smithi018 bash[19939]: audit 2024-09-17T09:17:18.801328+0000 mon.smithi018 (mon.0) 430 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:20.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:19 smithi018 bash[19939]: audit 2024-09-17T09:17:18.807196+0000 mon.smithi018 (mon.0) 431 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:20.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:19 smithi018 bash[19939]: audit 2024-09-17T09:17:18.808037+0000 mon.smithi018 (mon.0) 432 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-17T09:17:20.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:19 smithi018 bash[19939]: audit 2024-09-17T09:17:18.808831+0000 mon.smithi018 (mon.0) 433 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:17:20.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:19 smithi018 bash[19939]: cephadm 2024-09-17T09:17:18.810545+0000 mgr.smithi018.roweby (mgr.14195) 113 : cephadm [INF] Deploying daemon osd.5 on smithi018 2024-09-17T09:17:20.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:19 smithi018 bash[19939]: audit 2024-09-17T09:17:18.840925+0000 mon.smithi018 (mon.0) 434 : audit [INF] from='osd.0 [v2:172.21.15.191:6800/1715736458,v1:172.21.15.191:6801/1715736458]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-17T09:17:20.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:19 smithi018 bash[19939]: cluster 2024-09-17T09:17:19.217579+0000 mgr.smithi018.roweby (mgr.14195) 114 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:17:20.935 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:20 smithi191 bash[24486]: audit 2024-09-17T09:17:19.816191+0000 mon.smithi018 (mon.0) 435 : audit [INF] from='osd.0 [v2:172.21.15.191:6800/1715736458,v1:172.21.15.191:6801/1715736458]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T09:17:20.935 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:20 smithi191 bash[24486]: cluster 2024-09-17T09:17:19.816237+0000 mon.smithi018 (mon.0) 436 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-09-17T09:17:20.935 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:20 smithi191 bash[24486]: audit 2024-09-17T09:17:19.816436+0000 mon.smithi018 (mon.0) 437 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T09:17:20.935 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:20 smithi191 bash[24486]: audit 2024-09-17T09:17:19.817124+0000 mon.smithi018 (mon.0) 438 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T09:17:20.935 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:20 smithi191 bash[24486]: audit 2024-09-17T09:17:19.817494+0000 mon.smithi018 (mon.0) 439 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:17:20.936 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:20 smithi191 bash[24486]: audit 2024-09-17T09:17:19.817967+0000 mon.smithi018 (mon.0) 440 : audit [INF] from='osd.0 [v2:172.21.15.191:6800/1715736458,v1:172.21.15.191:6801/1715736458]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2024-09-17T09:17:20.936 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:20 smithi191 bash[24486]: audit 2024-09-17T09:17:19.818421+0000 mon.smithi018 (mon.0) 441 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:17:20.936 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:20 smithi191 bash[24486]: audit 2024-09-17T09:17:19.818786+0000 mon.smithi018 (mon.0) 442 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:17:20.936 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:20 smithi191 bash[24486]: audit 2024-09-17T09:17:19.819206+0000 mon.smithi018 (mon.0) 443 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:20.936 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:20 smithi191 bash[24486]: audit 2024-09-17T09:17:19.819634+0000 mon.smithi018 (mon.0) 444 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:20.936 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:20 smithi191 bash[24486]: audit 2024-09-17T09:17:19.820028+0000 mon.smithi018 (mon.0) 445 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:20.991 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:20 smithi018 bash[19939]: audit 2024-09-17T09:17:19.816191+0000 mon.smithi018 (mon.0) 435 : audit [INF] from='osd.0 [v2:172.21.15.191:6800/1715736458,v1:172.21.15.191:6801/1715736458]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T09:17:20.991 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:20 smithi018 bash[19939]: cluster 2024-09-17T09:17:19.816237+0000 mon.smithi018 (mon.0) 436 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-09-17T09:17:20.991 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:20 smithi018 bash[19939]: audit 2024-09-17T09:17:19.816436+0000 mon.smithi018 (mon.0) 437 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T09:17:20.991 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:20 smithi018 bash[19939]: audit 2024-09-17T09:17:19.817124+0000 mon.smithi018 (mon.0) 438 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T09:17:20.991 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:20 smithi018 bash[19939]: audit 2024-09-17T09:17:19.817494+0000 mon.smithi018 (mon.0) 439 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:17:20.992 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:20 smithi018 bash[19939]: audit 2024-09-17T09:17:19.817967+0000 mon.smithi018 (mon.0) 440 : audit [INF] from='osd.0 [v2:172.21.15.191:6800/1715736458,v1:172.21.15.191:6801/1715736458]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2024-09-17T09:17:20.992 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:20 smithi018 bash[19939]: audit 2024-09-17T09:17:19.818421+0000 mon.smithi018 (mon.0) 441 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:17:20.992 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:20 smithi018 bash[19939]: audit 2024-09-17T09:17:19.818786+0000 mon.smithi018 (mon.0) 442 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:17:20.992 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:20 smithi018 bash[19939]: audit 2024-09-17T09:17:19.819206+0000 mon.smithi018 (mon.0) 443 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:20.992 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:20 smithi018 bash[19939]: audit 2024-09-17T09:17:19.819634+0000 mon.smithi018 (mon.0) 444 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:20.992 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:20 smithi018 bash[19939]: audit 2024-09-17T09:17:19.820028+0000 mon.smithi018 (mon.0) 445 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:21.937 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:21 smithi191 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:17:21.937 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:21 smithi191 bash[24486]: audit 2024-09-17T09:17:20.816822+0000 mon.smithi018 (mon.0) 446 : audit [INF] from='osd.0 [v2:172.21.15.191:6800/1715736458,v1:172.21.15.191:6801/1715736458]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]': finished 2024-09-17T09:17:21.937 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:21 smithi191 bash[24486]: cluster 2024-09-17T09:17:20.816872+0000 mon.smithi018 (mon.0) 447 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-09-17T09:17:21.937 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:21 smithi191 bash[24486]: audit 2024-09-17T09:17:20.817256+0000 mon.smithi018 (mon.0) 448 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T09:17:21.937 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:21 smithi191 bash[24486]: audit 2024-09-17T09:17:20.817554+0000 mon.smithi018 (mon.0) 449 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T09:17:21.937 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:21 smithi191 bash[24486]: audit 2024-09-17T09:17:20.817739+0000 mon.smithi018 (mon.0) 450 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:17:21.937 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:21 smithi191 bash[24486]: audit 2024-09-17T09:17:20.821426+0000 mon.smithi018 (mon.0) 451 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:17:21.937 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:21 smithi191 bash[24486]: audit 2024-09-17T09:17:20.821795+0000 mon.smithi018 (mon.0) 452 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:17:21.938 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:21 smithi191 bash[24486]: audit 2024-09-17T09:17:20.821970+0000 mon.smithi018 (mon.0) 453 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:21.938 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:21 smithi191 bash[24486]: audit 2024-09-17T09:17:20.822137+0000 mon.smithi018 (mon.0) 454 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:21.938 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:21 smithi191 bash[24486]: audit 2024-09-17T09:17:20.822377+0000 mon.smithi018 (mon.0) 455 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:21.938 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:21 smithi191 bash[24486]: audit 2024-09-17T09:17:20.826198+0000 mon.smithi018 (mon.0) 456 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T09:17:21.938 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:21 smithi191 bash[24486]: audit 2024-09-17T09:17:21.109958+0000 mon.smithi018 (mon.0) 457 : audit [INF] from='osd.1 [v2:172.21.15.18:6802/2170902130,v1:172.21.15.18:6803/2170902130]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-17T09:17:21.938 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:21 smithi191 bash[24486]: cluster 2024-09-17T09:17:21.217968+0000 mgr.smithi018.roweby (mgr.14195) 115 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:17:21.938 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:21 smithi191 bash[24486]: audit 2024-09-17T09:17:21.376077+0000 mon.smithi018 (mon.0) 458 : audit [INF] from='osd.0 [v2:172.21.15.191:6800/1715736458,v1:172.21.15.191:6801/1715736458]' entity='osd.0' 2024-09-17T09:17:22.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:21 smithi018 bash[19939]: audit 2024-09-17T09:17:20.816822+0000 mon.smithi018 (mon.0) 446 : audit [INF] from='osd.0 [v2:172.21.15.191:6800/1715736458,v1:172.21.15.191:6801/1715736458]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]': finished 2024-09-17T09:17:22.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:21 smithi018 bash[19939]: cluster 2024-09-17T09:17:20.816872+0000 mon.smithi018 (mon.0) 447 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-09-17T09:17:22.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:21 smithi018 bash[19939]: audit 2024-09-17T09:17:20.817256+0000 mon.smithi018 (mon.0) 448 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T09:17:22.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:21 smithi018 bash[19939]: audit 2024-09-17T09:17:20.817554+0000 mon.smithi018 (mon.0) 449 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T09:17:22.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:21 smithi018 bash[19939]: audit 2024-09-17T09:17:20.817739+0000 mon.smithi018 (mon.0) 450 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:17:22.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:21 smithi018 bash[19939]: audit 2024-09-17T09:17:20.821426+0000 mon.smithi018 (mon.0) 451 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:17:22.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:21 smithi018 bash[19939]: audit 2024-09-17T09:17:20.821795+0000 mon.smithi018 (mon.0) 452 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:17:22.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:21 smithi018 bash[19939]: audit 2024-09-17T09:17:20.821970+0000 mon.smithi018 (mon.0) 453 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:22.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:21 smithi018 bash[19939]: audit 2024-09-17T09:17:20.822137+0000 mon.smithi018 (mon.0) 454 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:22.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:21 smithi018 bash[19939]: audit 2024-09-17T09:17:20.822377+0000 mon.smithi018 (mon.0) 455 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:22.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:21 smithi018 bash[19939]: audit 2024-09-17T09:17:20.826198+0000 mon.smithi018 (mon.0) 456 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T09:17:22.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:21 smithi018 bash[19939]: audit 2024-09-17T09:17:21.109958+0000 mon.smithi018 (mon.0) 457 : audit [INF] from='osd.1 [v2:172.21.15.18:6802/2170902130,v1:172.21.15.18:6803/2170902130]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-17T09:17:22.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:21 smithi018 bash[19939]: cluster 2024-09-17T09:17:21.217968+0000 mgr.smithi018.roweby (mgr.14195) 115 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T09:17:22.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:21 smithi018 bash[19939]: audit 2024-09-17T09:17:21.376077+0000 mon.smithi018 (mon.0) 458 : audit [INF] from='osd.0 [v2:172.21.15.191:6800/1715736458,v1:172.21.15.191:6801/1715736458]' entity='osd.0' 2024-09-17T09:17:22.309 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:22 smithi191 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:17:22.646 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:17:23.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:22 smithi191 bash[24486]: cluster 2024-09-17T09:17:19.879064+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T09:17:23.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:22 smithi191 bash[24486]: cluster 2024-09-17T09:17:19.879189+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T09:17:23.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:22 smithi191 bash[24486]: audit 2024-09-17T09:17:21.825141+0000 mon.smithi018 (mon.0) 459 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T09:17:23.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:22 smithi191 bash[24486]: audit 2024-09-17T09:17:21.832374+0000 mon.smithi018 (mon.0) 460 : audit [INF] from='osd.1 [v2:172.21.15.18:6802/2170902130,v1:172.21.15.18:6803/2170902130]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T09:17:23.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:22 smithi191 bash[24486]: cluster 2024-09-17T09:17:21.832489+0000 mon.smithi018 (mon.0) 461 : cluster [INF] osd.0 [v2:172.21.15.191:6800/1715736458,v1:172.21.15.191:6801/1715736458] boot 2024-09-17T09:17:23.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:22 smithi191 bash[24486]: cluster 2024-09-17T09:17:21.832564+0000 mon.smithi018 (mon.0) 462 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-09-17T09:17:23.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:22 smithi191 bash[24486]: audit 2024-09-17T09:17:21.833487+0000 mon.smithi018 (mon.0) 463 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T09:17:23.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:22 smithi191 bash[24486]: audit 2024-09-17T09:17:21.833958+0000 mon.smithi018 (mon.0) 464 : audit [INF] from='osd.1 [v2:172.21.15.18:6802/2170902130,v1:172.21.15.18:6803/2170902130]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]: dispatch 2024-09-17T09:17:23.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:22 smithi191 bash[24486]: audit 2024-09-17T09:17:21.834360+0000 mon.smithi018 (mon.0) 465 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T09:17:23.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:22 smithi191 bash[24486]: audit 2024-09-17T09:17:21.834633+0000 mon.smithi018 (mon.0) 466 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:17:23.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:22 smithi191 bash[24486]: audit 2024-09-17T09:17:21.834893+0000 mon.smithi018 (mon.0) 467 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:17:23.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:22 smithi191 bash[24486]: audit 2024-09-17T09:17:21.835144+0000 mon.smithi018 (mon.0) 468 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:17:23.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:22 smithi191 bash[24486]: audit 2024-09-17T09:17:21.835419+0000 mon.smithi018 (mon.0) 469 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:23.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:22 smithi191 bash[24486]: audit 2024-09-17T09:17:21.835666+0000 mon.smithi018 (mon.0) 470 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:23.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:22 smithi191 bash[24486]: audit 2024-09-17T09:17:21.835906+0000 mon.smithi018 (mon.0) 471 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:23.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:22 smithi191 bash[24486]: audit 2024-09-17T09:17:22.223823+0000 mon.smithi018 (mon.0) 472 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:23.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:22 smithi191 bash[24486]: audit 2024-09-17T09:17:22.227955+0000 mon.smithi018 (mon.0) 473 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:23.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:22 smithi191 bash[24486]: audit 2024-09-17T09:17:22.228638+0000 mon.smithi018 (mon.0) 474 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-17T09:17:23.104 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:22 smithi191 bash[24486]: audit 2024-09-17T09:17:22.229430+0000 mon.smithi018 (mon.0) 475 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:17:23.104 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:22 smithi191 bash[24486]: cephadm 2024-09-17T09:17:22.230320+0000 mgr.smithi018.roweby (mgr.14195) 116 : cephadm [INF] Deploying daemon osd.6 on smithi191 2024-09-17T09:17:23.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:22 smithi018 bash[19939]: cluster 2024-09-17T09:17:19.879064+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T09:17:23.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:22 smithi018 bash[19939]: cluster 2024-09-17T09:17:19.879189+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T09:17:23.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:22 smithi018 bash[19939]: audit 2024-09-17T09:17:21.825141+0000 mon.smithi018 (mon.0) 459 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T09:17:23.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:22 smithi018 bash[19939]: audit 2024-09-17T09:17:21.832374+0000 mon.smithi018 (mon.0) 460 : audit [INF] from='osd.1 [v2:172.21.15.18:6802/2170902130,v1:172.21.15.18:6803/2170902130]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T09:17:23.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:22 smithi018 bash[19939]: cluster 2024-09-17T09:17:21.832489+0000 mon.smithi018 (mon.0) 461 : cluster [INF] osd.0 [v2:172.21.15.191:6800/1715736458,v1:172.21.15.191:6801/1715736458] boot 2024-09-17T09:17:23.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:22 smithi018 bash[19939]: cluster 2024-09-17T09:17:21.832564+0000 mon.smithi018 (mon.0) 462 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-09-17T09:17:23.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:22 smithi018 bash[19939]: audit 2024-09-17T09:17:21.833487+0000 mon.smithi018 (mon.0) 463 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T09:17:23.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:22 smithi018 bash[19939]: audit 2024-09-17T09:17:21.833958+0000 mon.smithi018 (mon.0) 464 : audit [INF] from='osd.1 [v2:172.21.15.18:6802/2170902130,v1:172.21.15.18:6803/2170902130]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]: dispatch 2024-09-17T09:17:23.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:22 smithi018 bash[19939]: audit 2024-09-17T09:17:21.834360+0000 mon.smithi018 (mon.0) 465 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T09:17:23.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:22 smithi018 bash[19939]: audit 2024-09-17T09:17:21.834633+0000 mon.smithi018 (mon.0) 466 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:17:23.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:22 smithi018 bash[19939]: audit 2024-09-17T09:17:21.834893+0000 mon.smithi018 (mon.0) 467 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:17:23.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:22 smithi018 bash[19939]: audit 2024-09-17T09:17:21.835144+0000 mon.smithi018 (mon.0) 468 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:17:23.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:22 smithi018 bash[19939]: audit 2024-09-17T09:17:21.835419+0000 mon.smithi018 (mon.0) 469 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:23.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:22 smithi018 bash[19939]: audit 2024-09-17T09:17:21.835666+0000 mon.smithi018 (mon.0) 470 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:23.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:22 smithi018 bash[19939]: audit 2024-09-17T09:17:21.835906+0000 mon.smithi018 (mon.0) 471 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:23.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:22 smithi018 bash[19939]: audit 2024-09-17T09:17:22.223823+0000 mon.smithi018 (mon.0) 472 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:23.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:22 smithi018 bash[19939]: audit 2024-09-17T09:17:22.227955+0000 mon.smithi018 (mon.0) 473 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:23.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:22 smithi018 bash[19939]: audit 2024-09-17T09:17:22.228638+0000 mon.smithi018 (mon.0) 474 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-17T09:17:23.166 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:22 smithi018 bash[19939]: audit 2024-09-17T09:17:22.229430+0000 mon.smithi018 (mon.0) 475 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:17:23.166 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:22 smithi018 bash[19939]: cephadm 2024-09-17T09:17:22.230320+0000 mgr.smithi018.roweby (mgr.14195) 116 : cephadm [INF] Deploying daemon osd.6 on smithi191 2024-09-17T09:17:23.948 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:23 smithi018 bash[19939]: audit 2024-09-17T09:17:22.833316+0000 mon.smithi018 (mon.0) 476 : audit [INF] from='osd.1 [v2:172.21.15.18:6802/2170902130,v1:172.21.15.18:6803/2170902130]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]': finished 2024-09-17T09:17:23.955 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:23 smithi018 bash[19939]: cluster 2024-09-17T09:17:22.833425+0000 mon.smithi018 (mon.0) 477 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-09-17T09:17:23.955 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:23 smithi018 bash[19939]: audit 2024-09-17T09:17:22.834001+0000 mon.smithi018 (mon.0) 478 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T09:17:23.955 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:23 smithi018 bash[19939]: audit 2024-09-17T09:17:22.834618+0000 mon.smithi018 (mon.0) 479 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:17:23.955 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:23 smithi018 bash[19939]: audit 2024-09-17T09:17:22.840668+0000 mon.smithi018 (mon.0) 480 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:17:23.955 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:23 smithi018 bash[19939]: audit 2024-09-17T09:17:22.842161+0000 mon.smithi018 (mon.0) 481 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:17:23.955 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:23 smithi018 bash[19939]: audit 2024-09-17T09:17:22.842810+0000 mon.smithi018 (mon.0) 482 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:23.956 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:23 smithi018 bash[19939]: audit 2024-09-17T09:17:22.843427+0000 mon.smithi018 (mon.0) 483 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:23.956 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:23 smithi018 bash[19939]: audit 2024-09-17T09:17:22.843826+0000 mon.smithi018 (mon.0) 484 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:23.956 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:23 smithi018 bash[19939]: audit 2024-09-17T09:17:22.844231+0000 mon.smithi018 (mon.0) 485 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T09:17:23.956 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:23 smithi018 bash[19939]: cluster 2024-09-17T09:17:23.218483+0000 mgr.smithi018.roweby (mgr.14195) 117 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:17:24.101 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:23 smithi191 bash[24486]: audit 2024-09-17T09:17:22.833316+0000 mon.smithi018 (mon.0) 476 : audit [INF] from='osd.1 [v2:172.21.15.18:6802/2170902130,v1:172.21.15.18:6803/2170902130]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]': finished 2024-09-17T09:17:24.101 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:23 smithi191 bash[24486]: cluster 2024-09-17T09:17:22.833425+0000 mon.smithi018 (mon.0) 477 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-09-17T09:17:24.101 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:23 smithi191 bash[24486]: audit 2024-09-17T09:17:22.834001+0000 mon.smithi018 (mon.0) 478 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T09:17:24.101 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:23 smithi191 bash[24486]: audit 2024-09-17T09:17:22.834618+0000 mon.smithi018 (mon.0) 479 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:17:24.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:23 smithi191 bash[24486]: audit 2024-09-17T09:17:22.840668+0000 mon.smithi018 (mon.0) 480 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:17:24.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:23 smithi191 bash[24486]: audit 2024-09-17T09:17:22.842161+0000 mon.smithi018 (mon.0) 481 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:17:24.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:23 smithi191 bash[24486]: audit 2024-09-17T09:17:22.842810+0000 mon.smithi018 (mon.0) 482 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:24.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:23 smithi191 bash[24486]: audit 2024-09-17T09:17:22.843427+0000 mon.smithi018 (mon.0) 483 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:24.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:23 smithi191 bash[24486]: audit 2024-09-17T09:17:22.843826+0000 mon.smithi018 (mon.0) 484 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:24.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:23 smithi191 bash[24486]: audit 2024-09-17T09:17:22.844231+0000 mon.smithi018 (mon.0) 485 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T09:17:24.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:23 smithi191 bash[24486]: cluster 2024-09-17T09:17:23.218483+0000 mgr.smithi018.roweby (mgr.14195) 117 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T09:17:25.017 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:24 smithi018 bash[19939]: cluster 2024-09-17T09:17:22.093221+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T09:17:25.017 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:24 smithi018 bash[19939]: cluster 2024-09-17T09:17:22.093352+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T09:17:25.017 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:24 smithi018 bash[19939]: cluster 2024-09-17T09:17:23.841693+0000 mon.smithi018 (mon.0) 486 : cluster [INF] osd.1 [v2:172.21.15.18:6802/2170902130,v1:172.21.15.18:6803/2170902130] boot 2024-09-17T09:17:25.018 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:24 smithi018 bash[19939]: cluster 2024-09-17T09:17:23.841732+0000 mon.smithi018 (mon.0) 487 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2024-09-17T09:17:25.018 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:24 smithi018 bash[19939]: audit 2024-09-17T09:17:23.842178+0000 mon.smithi018 (mon.0) 488 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T09:17:25.018 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:24 smithi018 bash[19939]: audit 2024-09-17T09:17:23.842481+0000 mon.smithi018 (mon.0) 489 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:17:25.018 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:24 smithi018 bash[19939]: audit 2024-09-17T09:17:23.842731+0000 mon.smithi018 (mon.0) 490 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:17:25.018 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:24 smithi018 bash[19939]: audit 2024-09-17T09:17:23.842925+0000 mon.smithi018 (mon.0) 491 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:17:25.018 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:24 smithi018 bash[19939]: audit 2024-09-17T09:17:23.843065+0000 mon.smithi018 (mon.0) 492 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:25.018 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:24 smithi018 bash[19939]: audit 2024-09-17T09:17:23.843198+0000 mon.smithi018 (mon.0) 493 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:25.018 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:24 smithi018 bash[19939]: audit 2024-09-17T09:17:23.843336+0000 mon.smithi018 (mon.0) 494 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:25.018 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:24 smithi018 bash[19939]: audit 2024-09-17T09:17:24.691765+0000 mon.smithi191 (mon.1) 9 : audit [INF] from='osd.2 [v2:172.21.15.191:6808/2714280736,v1:172.21.15.191:6809/2714280736]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T09:17:25.019 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:24 smithi018 bash[19939]: audit 2024-09-17T09:17:24.693177+0000 mon.smithi018 (mon.0) 495 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T09:17:25.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:24 smithi191 bash[24486]: cluster 2024-09-17T09:17:22.093221+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T09:17:25.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:24 smithi191 bash[24486]: cluster 2024-09-17T09:17:22.093352+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T09:17:25.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:24 smithi191 bash[24486]: cluster 2024-09-17T09:17:23.841693+0000 mon.smithi018 (mon.0) 486 : cluster [INF] osd.1 [v2:172.21.15.18:6802/2170902130,v1:172.21.15.18:6803/2170902130] boot 2024-09-17T09:17:25.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:24 smithi191 bash[24486]: cluster 2024-09-17T09:17:23.841732+0000 mon.smithi018 (mon.0) 487 : cluster [DBG] osdmap e18: 8 total, 2 up, 8 in 2024-09-17T09:17:25.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:24 smithi191 bash[24486]: audit 2024-09-17T09:17:23.842178+0000 mon.smithi018 (mon.0) 488 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T09:17:25.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:24 smithi191 bash[24486]: audit 2024-09-17T09:17:23.842481+0000 mon.smithi018 (mon.0) 489 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:17:25.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:24 smithi191 bash[24486]: audit 2024-09-17T09:17:23.842731+0000 mon.smithi018 (mon.0) 490 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:17:25.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:24 smithi191 bash[24486]: audit 2024-09-17T09:17:23.842925+0000 mon.smithi018 (mon.0) 491 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:17:25.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:24 smithi191 bash[24486]: audit 2024-09-17T09:17:23.843065+0000 mon.smithi018 (mon.0) 492 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:25.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:24 smithi191 bash[24486]: audit 2024-09-17T09:17:23.843198+0000 mon.smithi018 (mon.0) 493 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:25.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:24 smithi191 bash[24486]: audit 2024-09-17T09:17:23.843336+0000 mon.smithi018 (mon.0) 494 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:25.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:24 smithi191 bash[24486]: audit 2024-09-17T09:17:24.691765+0000 mon.smithi191 (mon.1) 9 : audit [INF] from='osd.2 [v2:172.21.15.191:6808/2714280736,v1:172.21.15.191:6809/2714280736]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T09:17:25.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:24 smithi191 bash[24486]: audit 2024-09-17T09:17:24.693177+0000 mon.smithi018 (mon.0) 495 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T09:17:25.615 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:25 smithi018 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:17:25.867 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:25 smithi018 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:17:25.867 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:25 smithi018 bash[19939]: audit 2024-09-17T09:17:24.857689+0000 mon.smithi018 (mon.0) 496 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T09:17:25.867 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:25 smithi018 bash[19939]: cluster 2024-09-17T09:17:24.857755+0000 mon.smithi018 (mon.0) 497 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2024-09-17T09:17:25.867 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:25 smithi018 bash[19939]: audit 2024-09-17T09:17:24.857996+0000 mon.smithi018 (mon.0) 498 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:17:25.867 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:25 smithi018 bash[19939]: audit 2024-09-17T09:17:24.858656+0000 mon.smithi018 (mon.0) 499 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:17:25.867 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:25 smithi018 bash[19939]: audit 2024-09-17T09:17:24.859050+0000 mon.smithi018 (mon.0) 500 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:17:25.867 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:25 smithi018 bash[19939]: audit 2024-09-17T09:17:24.859464+0000 mon.smithi018 (mon.0) 501 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:25.868 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:25 smithi018 bash[19939]: audit 2024-09-17T09:17:24.859966+0000 mon.smithi018 (mon.0) 502 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:25.868 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:25 smithi018 bash[19939]: audit 2024-09-17T09:17:24.860073+0000 mon.smithi191 (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.191:6808/2714280736,v1:172.21.15.191:6809/2714280736]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2024-09-17T09:17:25.868 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:25 smithi018 bash[19939]: audit 2024-09-17T09:17:24.860482+0000 mon.smithi018 (mon.0) 503 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:25.868 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:25 smithi018 bash[19939]: audit 2024-09-17T09:17:24.861629+0000 mon.smithi018 (mon.0) 504 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2024-09-17T09:17:25.868 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:25 smithi018 bash[19939]: cluster 2024-09-17T09:17:25.219000+0000 mgr.smithi018.roweby (mgr.14195) 118 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:17:25.868 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:25 smithi018 bash[19939]: audit 2024-09-17T09:17:25.788604+0000 mon.smithi018 (mon.0) 505 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:25.868 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:25 smithi018 bash[19939]: audit 2024-09-17T09:17:25.793706+0000 mon.smithi018 (mon.0) 506 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:25.868 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:25 smithi018 bash[19939]: audit 2024-09-17T09:17:25.794458+0000 mon.smithi018 (mon.0) 507 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-17T09:17:25.868 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:25 smithi018 bash[19939]: audit 2024-09-17T09:17:25.795233+0000 mon.smithi018 (mon.0) 508 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:17:26.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:25 smithi191 bash[24486]: audit 2024-09-17T09:17:24.857689+0000 mon.smithi018 (mon.0) 496 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T09:17:26.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:25 smithi191 bash[24486]: cluster 2024-09-17T09:17:24.857755+0000 mon.smithi018 (mon.0) 497 : cluster [DBG] osdmap e19: 8 total, 2 up, 8 in 2024-09-17T09:17:26.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:25 smithi191 bash[24486]: audit 2024-09-17T09:17:24.857996+0000 mon.smithi018 (mon.0) 498 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:17:26.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:25 smithi191 bash[24486]: audit 2024-09-17T09:17:24.858656+0000 mon.smithi018 (mon.0) 499 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:17:26.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:25 smithi191 bash[24486]: audit 2024-09-17T09:17:24.859050+0000 mon.smithi018 (mon.0) 500 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:17:26.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:25 smithi191 bash[24486]: audit 2024-09-17T09:17:24.859464+0000 mon.smithi018 (mon.0) 501 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:26.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:25 smithi191 bash[24486]: audit 2024-09-17T09:17:24.859966+0000 mon.smithi018 (mon.0) 502 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:26.353 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:25 smithi191 bash[24486]: audit 2024-09-17T09:17:24.860073+0000 mon.smithi191 (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.191:6808/2714280736,v1:172.21.15.191:6809/2714280736]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2024-09-17T09:17:26.353 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:25 smithi191 bash[24486]: audit 2024-09-17T09:17:24.860482+0000 mon.smithi018 (mon.0) 503 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:26.353 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:25 smithi191 bash[24486]: audit 2024-09-17T09:17:24.861629+0000 mon.smithi018 (mon.0) 504 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2024-09-17T09:17:26.353 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:25 smithi191 bash[24486]: cluster 2024-09-17T09:17:25.219000+0000 mgr.smithi018.roweby (mgr.14195) 118 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:17:26.353 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:25 smithi191 bash[24486]: audit 2024-09-17T09:17:25.788604+0000 mon.smithi018 (mon.0) 505 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:26.353 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:25 smithi191 bash[24486]: audit 2024-09-17T09:17:25.793706+0000 mon.smithi018 (mon.0) 506 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:26.353 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:25 smithi191 bash[24486]: audit 2024-09-17T09:17:25.794458+0000 mon.smithi018 (mon.0) 507 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-17T09:17:26.353 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:25 smithi191 bash[24486]: audit 2024-09-17T09:17:25.795233+0000 mon.smithi018 (mon.0) 508 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:17:27.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:26 smithi191 bash[24486]: cephadm 2024-09-17T09:17:25.795834+0000 mgr.smithi018.roweby (mgr.14195) 119 : cephadm [INF] Deploying daemon osd.7 on smithi018 2024-09-17T09:17:27.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:26 smithi191 bash[24486]: audit 2024-09-17T09:17:25.859951+0000 mon.smithi018 (mon.0) 509 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]': finished 2024-09-17T09:17:27.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:26 smithi191 bash[24486]: cluster 2024-09-17T09:17:25.860014+0000 mon.smithi018 (mon.0) 510 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-09-17T09:17:27.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:26 smithi191 bash[24486]: audit 2024-09-17T09:17:25.860455+0000 mon.smithi018 (mon.0) 511 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:17:27.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:26 smithi191 bash[24486]: audit 2024-09-17T09:17:25.861017+0000 mon.smithi018 (mon.0) 512 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:17:27.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:26 smithi191 bash[24486]: audit 2024-09-17T09:17:25.861383+0000 mon.smithi018 (mon.0) 513 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:17:27.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:26 smithi191 bash[24486]: audit 2024-09-17T09:17:25.861738+0000 mon.smithi018 (mon.0) 514 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:27.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:26 smithi191 bash[24486]: audit 2024-09-17T09:17:25.862086+0000 mon.smithi018 (mon.0) 515 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:27.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:26 smithi191 bash[24486]: audit 2024-09-17T09:17:25.862447+0000 mon.smithi018 (mon.0) 516 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:27.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:26 smithi191 bash[24486]: audit 2024-09-17T09:17:25.873169+0000 mon.smithi018 (mon.0) 517 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:17:27.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:26 smithi018 bash[19939]: cephadm 2024-09-17T09:17:25.795834+0000 mgr.smithi018.roweby (mgr.14195) 119 : cephadm [INF] Deploying daemon osd.7 on smithi018 2024-09-17T09:17:27.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:26 smithi018 bash[19939]: audit 2024-09-17T09:17:25.859951+0000 mon.smithi018 (mon.0) 509 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]': finished 2024-09-17T09:17:27.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:26 smithi018 bash[19939]: cluster 2024-09-17T09:17:25.860014+0000 mon.smithi018 (mon.0) 510 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-09-17T09:17:27.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:26 smithi018 bash[19939]: audit 2024-09-17T09:17:25.860455+0000 mon.smithi018 (mon.0) 511 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:17:27.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:26 smithi018 bash[19939]: audit 2024-09-17T09:17:25.861017+0000 mon.smithi018 (mon.0) 512 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:17:27.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:26 smithi018 bash[19939]: audit 2024-09-17T09:17:25.861383+0000 mon.smithi018 (mon.0) 513 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:17:27.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:26 smithi018 bash[19939]: audit 2024-09-17T09:17:25.861738+0000 mon.smithi018 (mon.0) 514 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:27.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:26 smithi018 bash[19939]: audit 2024-09-17T09:17:25.862086+0000 mon.smithi018 (mon.0) 515 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:27.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:26 smithi018 bash[19939]: audit 2024-09-17T09:17:25.862447+0000 mon.smithi018 (mon.0) 516 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:27.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:26 smithi018 bash[19939]: audit 2024-09-17T09:17:25.873169+0000 mon.smithi018 (mon.0) 517 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:17:27.968 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T09:17:28.057 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:27 smithi191 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:17:28.057 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:27 smithi191 bash[24486]: cluster 2024-09-17T09:17:25.693556+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T09:17:28.057 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:27 smithi191 bash[24486]: cluster 2024-09-17T09:17:25.693699+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T09:17:28.057 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:27 smithi191 bash[24486]: cluster 2024-09-17T09:17:26.873303+0000 mon.smithi018 (mon.0) 518 : cluster [INF] osd.2 [v2:172.21.15.191:6808/2714280736,v1:172.21.15.191:6809/2714280736] boot 2024-09-17T09:17:28.057 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:27 smithi191 bash[24486]: cluster 2024-09-17T09:17:26.873375+0000 mon.smithi018 (mon.0) 519 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-09-17T09:17:28.057 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:27 smithi191 bash[24486]: audit 2024-09-17T09:17:26.873925+0000 mon.smithi018 (mon.0) 520 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:17:28.057 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:27 smithi191 bash[24486]: audit 2024-09-17T09:17:26.874627+0000 mon.smithi018 (mon.0) 521 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:17:28.057 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:27 smithi191 bash[24486]: audit 2024-09-17T09:17:26.881676+0000 mon.smithi018 (mon.0) 522 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:17:28.057 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:27 smithi191 bash[24486]: audit 2024-09-17T09:17:26.882261+0000 mon.smithi018 (mon.0) 523 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:28.058 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:27 smithi191 bash[24486]: audit 2024-09-17T09:17:26.882831+0000 mon.smithi018 (mon.0) 524 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:28.058 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:27 smithi191 bash[24486]: audit 2024-09-17T09:17:26.883413+0000 mon.smithi018 (mon.0) 525 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:28.058 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:27 smithi191 bash[24486]: cluster 2024-09-17T09:17:27.219492+0000 mgr.smithi018.roweby (mgr.14195) 120 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:17:28.058 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:27 smithi191 bash[24486]: audit 2024-09-17T09:17:27.317943+0000 mon.smithi018 (mon.0) 526 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-09-17T09:17:28.058 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:27 smithi191 bash[24486]: audit 2024-09-17T09:17:27.778836+0000 mon.smithi018 (mon.0) 527 : audit [INF] from='osd.3 [v2:172.21.15.18:6810/1655135984,v1:172.21.15.18:6811/1655135984]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-17T09:17:28.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:27 smithi018 bash[19939]: cluster 2024-09-17T09:17:25.693556+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T09:17:28.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:27 smithi018 bash[19939]: cluster 2024-09-17T09:17:25.693699+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T09:17:28.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:27 smithi018 bash[19939]: cluster 2024-09-17T09:17:26.873303+0000 mon.smithi018 (mon.0) 518 : cluster [INF] osd.2 [v2:172.21.15.191:6808/2714280736,v1:172.21.15.191:6809/2714280736] boot 2024-09-17T09:17:28.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:27 smithi018 bash[19939]: cluster 2024-09-17T09:17:26.873375+0000 mon.smithi018 (mon.0) 519 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-09-17T09:17:28.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:27 smithi018 bash[19939]: audit 2024-09-17T09:17:26.873925+0000 mon.smithi018 (mon.0) 520 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T09:17:28.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:27 smithi018 bash[19939]: audit 2024-09-17T09:17:26.874627+0000 mon.smithi018 (mon.0) 521 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:17:28.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:27 smithi018 bash[19939]: audit 2024-09-17T09:17:26.881676+0000 mon.smithi018 (mon.0) 522 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:17:28.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:27 smithi018 bash[19939]: audit 2024-09-17T09:17:26.882261+0000 mon.smithi018 (mon.0) 523 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:28.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:27 smithi018 bash[19939]: audit 2024-09-17T09:17:26.882831+0000 mon.smithi018 (mon.0) 524 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:28.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:27 smithi018 bash[19939]: audit 2024-09-17T09:17:26.883413+0000 mon.smithi018 (mon.0) 525 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:28.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:27 smithi018 bash[19939]: cluster 2024-09-17T09:17:27.219492+0000 mgr.smithi018.roweby (mgr.14195) 120 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T09:17:28.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:27 smithi018 bash[19939]: audit 2024-09-17T09:17:27.317943+0000 mon.smithi018 (mon.0) 526 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-09-17T09:17:28.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:27 smithi018 bash[19939]: audit 2024-09-17T09:17:27.778836+0000 mon.smithi018 (mon.0) 527 : audit [INF] from='osd.3 [v2:172.21.15.18:6810/1655135984,v1:172.21.15.18:6811/1655135984]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-17T09:17:28.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:28 smithi191 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:17:29.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:28 smithi018 bash[19939]: audit 2024-09-17T09:17:27.889002+0000 mon.smithi018 (mon.0) 528 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-17T09:17:29.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:28 smithi018 bash[19939]: audit 2024-09-17T09:17:27.889156+0000 mon.smithi018 (mon.0) 529 : audit [INF] from='osd.3 [v2:172.21.15.18:6810/1655135984,v1:172.21.15.18:6811/1655135984]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-17T09:17:29.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:28 smithi018 bash[19939]: cluster 2024-09-17T09:17:27.889279+0000 mon.smithi018 (mon.0) 530 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-09-17T09:17:29.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:28 smithi018 bash[19939]: audit 2024-09-17T09:17:27.890004+0000 mon.smithi018 (mon.0) 531 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:17:29.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:28 smithi018 bash[19939]: audit 2024-09-17T09:17:27.891117+0000 mon.smithi018 (mon.0) 532 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:17:29.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:28 smithi018 bash[19939]: audit 2024-09-17T09:17:27.891634+0000 mon.smithi018 (mon.0) 533 : audit [INF] from='osd.3 [v2:172.21.15.18:6810/1655135984,v1:172.21.15.18:6811/1655135984]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]: dispatch 2024-09-17T09:17:29.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:28 smithi018 bash[19939]: audit 2024-09-17T09:17:27.892037+0000 mon.smithi018 (mon.0) 534 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:29.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:28 smithi018 bash[19939]: audit 2024-09-17T09:17:27.892336+0000 mon.smithi018 (mon.0) 535 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:29.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:28 smithi018 bash[19939]: audit 2024-09-17T09:17:27.892681+0000 mon.smithi018 (mon.0) 536 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:29.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:28 smithi018 bash[19939]: audit 2024-09-17T09:17:27.894033+0000 mon.smithi018 (mon.0) 537 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T09:17:29.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:28 smithi018 bash[19939]: audit 2024-09-17T09:17:27.969248+0000 mon.smithi018 (mon.0) 538 : audit [DBG] from='client.? 172.21.15.18:0/2502827520' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T09:17:29.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:28 smithi018 bash[19939]: audit 2024-09-17T09:17:28.223501+0000 mon.smithi018 (mon.0) 539 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:29.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:28 smithi018 bash[19939]: audit 2024-09-17T09:17:28.230019+0000 mon.smithi018 (mon.0) 540 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:29.200 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:28 smithi191 bash[24486]: audit 2024-09-17T09:17:27.889002+0000 mon.smithi018 (mon.0) 528 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-17T09:17:29.200 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:28 smithi191 bash[24486]: audit 2024-09-17T09:17:27.889156+0000 mon.smithi018 (mon.0) 529 : audit [INF] from='osd.3 [v2:172.21.15.18:6810/1655135984,v1:172.21.15.18:6811/1655135984]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-17T09:17:29.200 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:28 smithi191 bash[24486]: cluster 2024-09-17T09:17:27.889279+0000 mon.smithi018 (mon.0) 530 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-09-17T09:17:29.200 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:28 smithi191 bash[24486]: audit 2024-09-17T09:17:27.890004+0000 mon.smithi018 (mon.0) 531 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:17:29.200 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:28 smithi191 bash[24486]: audit 2024-09-17T09:17:27.891117+0000 mon.smithi018 (mon.0) 532 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:17:29.200 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:28 smithi191 bash[24486]: audit 2024-09-17T09:17:27.891634+0000 mon.smithi018 (mon.0) 533 : audit [INF] from='osd.3 [v2:172.21.15.18:6810/1655135984,v1:172.21.15.18:6811/1655135984]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]: dispatch 2024-09-17T09:17:29.201 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:28 smithi191 bash[24486]: audit 2024-09-17T09:17:27.892037+0000 mon.smithi018 (mon.0) 534 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:29.201 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:28 smithi191 bash[24486]: audit 2024-09-17T09:17:27.892336+0000 mon.smithi018 (mon.0) 535 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:29.201 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:28 smithi191 bash[24486]: audit 2024-09-17T09:17:27.892681+0000 mon.smithi018 (mon.0) 536 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:29.201 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:28 smithi191 bash[24486]: audit 2024-09-17T09:17:27.894033+0000 mon.smithi018 (mon.0) 537 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T09:17:29.201 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:28 smithi191 bash[24486]: audit 2024-09-17T09:17:27.969248+0000 mon.smithi018 (mon.0) 538 : audit [DBG] from='client.? 172.21.15.18:0/2502827520' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T09:17:29.201 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:28 smithi191 bash[24486]: audit 2024-09-17T09:17:28.223501+0000 mon.smithi018 (mon.0) 539 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:29.201 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:28 smithi191 bash[24486]: audit 2024-09-17T09:17:28.230019+0000 mon.smithi018 (mon.0) 540 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:29.395 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":22,"num_osds":8,"num_up_osds":3,"osd_up_since":1726564646,"num_in_osds":8,"osd_in_since":1726564614,"num_remapped_pgs":0} 2024-09-17T09:17:29.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:29 smithi018 bash[19939]: audit 2024-09-17T09:17:28.890810+0000 mon.smithi018 (mon.0) 541 : audit [INF] from='osd.3 [v2:172.21.15.18:6810/1655135984,v1:172.21.15.18:6811/1655135984]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]': finished 2024-09-17T09:17:29.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:29 smithi018 bash[19939]: audit 2024-09-17T09:17:28.890953+0000 mon.smithi018 (mon.0) 542 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T09:17:29.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:29 smithi018 bash[19939]: cluster 2024-09-17T09:17:28.891116+0000 mon.smithi018 (mon.0) 543 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-09-17T09:17:29.974 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:29 smithi018 bash[19939]: audit 2024-09-17T09:17:28.891856+0000 mon.smithi018 (mon.0) 544 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:17:29.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:29 smithi018 bash[19939]: audit 2024-09-17T09:17:28.892364+0000 mon.smithi018 (mon.0) 545 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:17:29.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:29 smithi018 bash[19939]: audit 2024-09-17T09:17:28.901889+0000 mon.smithi018 (mon.0) 546 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:29.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:29 smithi018 bash[19939]: audit 2024-09-17T09:17:28.903541+0000 mon.smithi018 (mon.0) 547 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:29.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:29 smithi018 bash[19939]: audit 2024-09-17T09:17:28.903958+0000 mon.smithi018 (mon.0) 548 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:29.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:29 smithi018 bash[19939]: audit 2024-09-17T09:17:28.904650+0000 mon.smithi018 (mon.0) 549 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:17:29.975 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:29 smithi018 bash[19939]: cluster 2024-09-17T09:17:29.220043+0000 mgr.smithi018.roweby (mgr.14195) 121 : cluster [DBG] pgmap v77: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T09:17:30.094 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:29 smithi191 bash[24486]: audit 2024-09-17T09:17:28.890810+0000 mon.smithi018 (mon.0) 541 : audit [INF] from='osd.3 [v2:172.21.15.18:6810/1655135984,v1:172.21.15.18:6811/1655135984]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]': finished 2024-09-17T09:17:30.094 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:29 smithi191 bash[24486]: audit 2024-09-17T09:17:28.890953+0000 mon.smithi018 (mon.0) 542 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T09:17:30.095 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:29 smithi191 bash[24486]: cluster 2024-09-17T09:17:28.891116+0000 mon.smithi018 (mon.0) 543 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-09-17T09:17:30.095 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:29 smithi191 bash[24486]: audit 2024-09-17T09:17:28.891856+0000 mon.smithi018 (mon.0) 544 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:17:30.095 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:29 smithi191 bash[24486]: audit 2024-09-17T09:17:28.892364+0000 mon.smithi018 (mon.0) 545 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:17:30.095 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:29 smithi191 bash[24486]: audit 2024-09-17T09:17:28.901889+0000 mon.smithi018 (mon.0) 546 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:30.095 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:29 smithi191 bash[24486]: audit 2024-09-17T09:17:28.903541+0000 mon.smithi018 (mon.0) 547 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:30.095 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:29 smithi191 bash[24486]: audit 2024-09-17T09:17:28.903958+0000 mon.smithi018 (mon.0) 548 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:30.095 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:29 smithi191 bash[24486]: audit 2024-09-17T09:17:28.904650+0000 mon.smithi018 (mon.0) 549 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:17:30.095 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:29 smithi191 bash[24486]: cluster 2024-09-17T09:17:29.220043+0000 mgr.smithi018.roweby (mgr.14195) 121 : cluster [DBG] pgmap v77: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T09:17:30.396 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T09:17:31.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:30 smithi018 bash[19939]: cluster 2024-09-17T09:17:28.736287+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T09:17:31.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:30 smithi018 bash[19939]: cluster 2024-09-17T09:17:28.736371+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T09:17:31.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:30 smithi018 bash[19939]: audit 2024-09-17T09:17:29.900656+0000 mon.smithi018 (mon.0) 550 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:17:31.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:30 smithi018 bash[19939]: cluster 2024-09-17T09:17:29.910164+0000 mon.smithi018 (mon.0) 551 : cluster [INF] osd.3 [v2:172.21.15.18:6810/1655135984,v1:172.21.15.18:6811/1655135984] boot 2024-09-17T09:17:31.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:30 smithi018 bash[19939]: cluster 2024-09-17T09:17:29.910223+0000 mon.smithi018 (mon.0) 552 : cluster [DBG] osdmap e24: 8 total, 4 up, 8 in 2024-09-17T09:17:31.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:30 smithi018 bash[19939]: audit 2024-09-17T09:17:29.910801+0000 mon.smithi018 (mon.0) 553 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:17:31.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:30 smithi018 bash[19939]: audit 2024-09-17T09:17:29.911816+0000 mon.smithi018 (mon.0) 554 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:17:31.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:30 smithi018 bash[19939]: audit 2024-09-17T09:17:29.912629+0000 mon.smithi018 (mon.0) 555 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:31.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:30 smithi018 bash[19939]: audit 2024-09-17T09:17:29.913222+0000 mon.smithi018 (mon.0) 556 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:31.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:30 smithi018 bash[19939]: audit 2024-09-17T09:17:29.913619+0000 mon.smithi018 (mon.0) 557 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:31.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:30 smithi018 bash[19939]: audit 2024-09-17T09:17:30.515234+0000 mon.smithi191 (mon.1) 11 : audit [INF] from='osd.4 [v2:172.21.15.191:6816/3371811787,v1:172.21.15.191:6817/3371811787]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-17T09:17:31.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:30 smithi018 bash[19939]: audit 2024-09-17T09:17:30.516667+0000 mon.smithi018 (mon.0) 558 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-17T09:17:31.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:30 smithi191 bash[24486]: cluster 2024-09-17T09:17:28.736287+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T09:17:31.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:30 smithi191 bash[24486]: cluster 2024-09-17T09:17:28.736371+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T09:17:31.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:30 smithi191 bash[24486]: audit 2024-09-17T09:17:29.900656+0000 mon.smithi018 (mon.0) 550 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:17:31.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:30 smithi191 bash[24486]: cluster 2024-09-17T09:17:29.910164+0000 mon.smithi018 (mon.0) 551 : cluster [INF] osd.3 [v2:172.21.15.18:6810/1655135984,v1:172.21.15.18:6811/1655135984] boot 2024-09-17T09:17:31.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:30 smithi191 bash[24486]: cluster 2024-09-17T09:17:29.910223+0000 mon.smithi018 (mon.0) 552 : cluster [DBG] osdmap e24: 8 total, 4 up, 8 in 2024-09-17T09:17:31.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:30 smithi191 bash[24486]: audit 2024-09-17T09:17:29.910801+0000 mon.smithi018 (mon.0) 553 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-17T09:17:31.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:30 smithi191 bash[24486]: audit 2024-09-17T09:17:29.911816+0000 mon.smithi018 (mon.0) 554 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:17:31.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:30 smithi191 bash[24486]: audit 2024-09-17T09:17:29.912629+0000 mon.smithi018 (mon.0) 555 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:31.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:30 smithi191 bash[24486]: audit 2024-09-17T09:17:29.913222+0000 mon.smithi018 (mon.0) 556 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:31.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:30 smithi191 bash[24486]: audit 2024-09-17T09:17:29.913619+0000 mon.smithi018 (mon.0) 557 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:31.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:30 smithi191 bash[24486]: audit 2024-09-17T09:17:30.515234+0000 mon.smithi191 (mon.1) 11 : audit [INF] from='osd.4 [v2:172.21.15.191:6816/3371811787,v1:172.21.15.191:6817/3371811787]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-17T09:17:31.353 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:30 smithi191 bash[24486]: audit 2024-09-17T09:17:30.516667+0000 mon.smithi018 (mon.0) 558 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-17T09:17:32.129 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:31 smithi018 bash[19939]: audit 2024-09-17T09:17:30.916886+0000 mon.smithi018 (mon.0) 559 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-17T09:17:32.129 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:31 smithi018 bash[19939]: cluster 2024-09-17T09:17:30.917123+0000 mon.smithi018 (mon.0) 560 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-09-17T09:17:32.129 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:31 smithi018 bash[19939]: audit 2024-09-17T09:17:30.917329+0000 mon.smithi018 (mon.0) 561 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:17:32.129 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:31 smithi018 bash[19939]: audit 2024-09-17T09:17:30.917462+0000 mon.smithi191 (mon.1) 12 : audit [INF] from='osd.4 [v2:172.21.15.191:6816/3371811787,v1:172.21.15.191:6817/3371811787]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2024-09-17T09:17:32.130 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:31 smithi018 bash[19939]: audit 2024-09-17T09:17:30.918009+0000 mon.smithi018 (mon.0) 562 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:32.130 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:31 smithi018 bash[19939]: audit 2024-09-17T09:17:30.918388+0000 mon.smithi018 (mon.0) 563 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:32.130 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:31 smithi018 bash[19939]: audit 2024-09-17T09:17:30.918685+0000 mon.smithi018 (mon.0) 564 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:32.130 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:31 smithi018 bash[19939]: audit 2024-09-17T09:17:30.919214+0000 mon.smithi018 (mon.0) 565 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2024-09-17T09:17:32.130 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:31 smithi018 bash[19939]: cluster 2024-09-17T09:17:31.220436+0000 mgr.smithi018.roweby (mgr.14195) 122 : cluster [DBG] pgmap v80: 1 pgs: 1 creating; 0 B data, 110 MiB used, 357 GiB / 358 GiB avail 2024-09-17T09:17:32.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:31 smithi191 bash[24486]: audit 2024-09-17T09:17:30.916886+0000 mon.smithi018 (mon.0) 559 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-17T09:17:32.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:31 smithi191 bash[24486]: cluster 2024-09-17T09:17:30.917123+0000 mon.smithi018 (mon.0) 560 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-09-17T09:17:32.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:31 smithi191 bash[24486]: audit 2024-09-17T09:17:30.917329+0000 mon.smithi018 (mon.0) 561 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:17:32.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:31 smithi191 bash[24486]: audit 2024-09-17T09:17:30.917462+0000 mon.smithi191 (mon.1) 12 : audit [INF] from='osd.4 [v2:172.21.15.191:6816/3371811787,v1:172.21.15.191:6817/3371811787]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2024-09-17T09:17:32.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:31 smithi191 bash[24486]: audit 2024-09-17T09:17:30.918009+0000 mon.smithi018 (mon.0) 562 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:32.353 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:31 smithi191 bash[24486]: audit 2024-09-17T09:17:30.918388+0000 mon.smithi018 (mon.0) 563 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:32.353 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:31 smithi191 bash[24486]: audit 2024-09-17T09:17:30.918685+0000 mon.smithi018 (mon.0) 564 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:32.353 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:31 smithi191 bash[24486]: audit 2024-09-17T09:17:30.919214+0000 mon.smithi018 (mon.0) 565 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2024-09-17T09:17:32.353 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:31 smithi191 bash[24486]: cluster 2024-09-17T09:17:31.220436+0000 mgr.smithi018.roweby (mgr.14195) 122 : cluster [DBG] pgmap v80: 1 pgs: 1 creating; 0 B data, 110 MiB used, 357 GiB / 358 GiB avail 2024-09-17T09:17:32.392 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:32 smithi018 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:17:32.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:32 smithi018 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:17:33.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:32 smithi191 bash[24486]: audit 2024-09-17T09:17:31.920021+0000 mon.smithi018 (mon.0) 566 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]': finished 2024-09-17T09:17:33.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:32 smithi191 bash[24486]: cluster 2024-09-17T09:17:31.920078+0000 mon.smithi018 (mon.0) 567 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-09-17T09:17:33.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:32 smithi191 bash[24486]: audit 2024-09-17T09:17:31.920366+0000 mon.smithi018 (mon.0) 568 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:17:33.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:32 smithi191 bash[24486]: audit 2024-09-17T09:17:31.920980+0000 mon.smithi018 (mon.0) 569 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:33.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:32 smithi191 bash[24486]: audit 2024-09-17T09:17:31.921278+0000 mon.smithi018 (mon.0) 570 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:33.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:32 smithi191 bash[24486]: audit 2024-09-17T09:17:31.921562+0000 mon.smithi018 (mon.0) 571 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:33.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:32 smithi191 bash[24486]: audit 2024-09-17T09:17:31.926778+0000 mon.smithi018 (mon.0) 572 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:17:33.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:32 smithi191 bash[24486]: audit 2024-09-17T09:17:32.265401+0000 mon.smithi018 (mon.0) 573 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:17:33.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:32 smithi191 bash[24486]: audit 2024-09-17T09:17:32.710937+0000 mon.smithi018 (mon.0) 574 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:33.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:32 smithi191 bash[24486]: audit 2024-09-17T09:17:32.717279+0000 mon.smithi018 (mon.0) 575 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:33.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:32 smithi018 bash[19939]: audit 2024-09-17T09:17:31.920021+0000 mon.smithi018 (mon.0) 566 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]': finished 2024-09-17T09:17:33.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:32 smithi018 bash[19939]: cluster 2024-09-17T09:17:31.920078+0000 mon.smithi018 (mon.0) 567 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-09-17T09:17:33.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:32 smithi018 bash[19939]: audit 2024-09-17T09:17:31.920366+0000 mon.smithi018 (mon.0) 568 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:17:33.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:32 smithi018 bash[19939]: audit 2024-09-17T09:17:31.920980+0000 mon.smithi018 (mon.0) 569 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:33.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:32 smithi018 bash[19939]: audit 2024-09-17T09:17:31.921278+0000 mon.smithi018 (mon.0) 570 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:33.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:32 smithi018 bash[19939]: audit 2024-09-17T09:17:31.921562+0000 mon.smithi018 (mon.0) 571 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:33.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:32 smithi018 bash[19939]: audit 2024-09-17T09:17:31.926778+0000 mon.smithi018 (mon.0) 572 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:17:33.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:32 smithi018 bash[19939]: audit 2024-09-17T09:17:32.265401+0000 mon.smithi018 (mon.0) 573 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:17:33.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:32 smithi018 bash[19939]: audit 2024-09-17T09:17:32.710937+0000 mon.smithi018 (mon.0) 574 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:33.415 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:32 smithi018 bash[19939]: audit 2024-09-17T09:17:32.717279+0000 mon.smithi018 (mon.0) 575 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:34.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:33 smithi018 bash[19939]: cluster 2024-09-17T09:17:31.479735+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T09:17:34.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:33 smithi018 bash[19939]: cluster 2024-09-17T09:17:31.479846+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T09:17:34.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:33 smithi018 bash[19939]: cluster 2024-09-17T09:17:32.924091+0000 mon.smithi018 (mon.0) 576 : cluster [INF] osd.4 [v2:172.21.15.191:6816/3371811787,v1:172.21.15.191:6817/3371811787] boot 2024-09-17T09:17:34.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:33 smithi018 bash[19939]: cluster 2024-09-17T09:17:32.924175+0000 mon.smithi018 (mon.0) 577 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-09-17T09:17:34.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:33 smithi018 bash[19939]: audit 2024-09-17T09:17:32.925006+0000 mon.smithi018 (mon.0) 578 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:17:34.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:33 smithi018 bash[19939]: audit 2024-09-17T09:17:32.925620+0000 mon.smithi018 (mon.0) 579 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:34.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:33 smithi018 bash[19939]: audit 2024-09-17T09:17:32.926126+0000 mon.smithi018 (mon.0) 580 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:34.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:33 smithi018 bash[19939]: audit 2024-09-17T09:17:32.932451+0000 mon.smithi018 (mon.0) 581 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:34.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:33 smithi018 bash[19939]: cluster 2024-09-17T09:17:33.220929+0000 mgr.smithi018.roweby (mgr.14195) 123 : cluster [DBG] pgmap v83: 1 pgs: 1 creating; 0 B data, 138 MiB used, 447 GiB / 447 GiB avail 2024-09-17T09:17:34.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:33 smithi018 bash[19939]: audit 2024-09-17T09:17:33.705671+0000 mon.smithi018 (mon.0) 582 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:34.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:33 smithi191 bash[24486]: cluster 2024-09-17T09:17:31.479735+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T09:17:34.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:33 smithi191 bash[24486]: cluster 2024-09-17T09:17:31.479846+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T09:17:34.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:33 smithi191 bash[24486]: cluster 2024-09-17T09:17:32.924091+0000 mon.smithi018 (mon.0) 576 : cluster [INF] osd.4 [v2:172.21.15.191:6816/3371811787,v1:172.21.15.191:6817/3371811787] boot 2024-09-17T09:17:34.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:33 smithi191 bash[24486]: cluster 2024-09-17T09:17:32.924175+0000 mon.smithi018 (mon.0) 577 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-09-17T09:17:34.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:33 smithi191 bash[24486]: audit 2024-09-17T09:17:32.925006+0000 mon.smithi018 (mon.0) 578 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-17T09:17:34.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:33 smithi191 bash[24486]: audit 2024-09-17T09:17:32.925620+0000 mon.smithi018 (mon.0) 579 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:34.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:33 smithi191 bash[24486]: audit 2024-09-17T09:17:32.926126+0000 mon.smithi018 (mon.0) 580 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:34.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:33 smithi191 bash[24486]: audit 2024-09-17T09:17:32.932451+0000 mon.smithi018 (mon.0) 581 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:34.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:33 smithi191 bash[24486]: cluster 2024-09-17T09:17:33.220929+0000 mgr.smithi018.roweby (mgr.14195) 123 : cluster [DBG] pgmap v83: 1 pgs: 1 creating; 0 B data, 138 MiB used, 447 GiB / 447 GiB avail 2024-09-17T09:17:34.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:33 smithi191 bash[24486]: audit 2024-09-17T09:17:33.705671+0000 mon.smithi018 (mon.0) 582 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:35.241 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:34 smithi191 bash[24486]: cluster 2024-09-17T09:17:33.936029+0000 mon.smithi018 (mon.0) 583 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-09-17T09:17:35.241 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:34 smithi191 bash[24486]: audit 2024-09-17T09:17:33.936258+0000 mon.smithi018 (mon.0) 584 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:35.241 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:34 smithi191 bash[24486]: audit 2024-09-17T09:17:33.937090+0000 mon.smithi018 (mon.0) 585 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:35.241 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:34 smithi191 bash[24486]: audit 2024-09-17T09:17:33.937601+0000 mon.smithi018 (mon.0) 586 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:35.242 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:34 smithi191 bash[24486]: audit 2024-09-17T09:17:34.668829+0000 mon.smithi018 (mon.0) 587 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:35.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:34 smithi018 bash[19939]: cluster 2024-09-17T09:17:33.936029+0000 mon.smithi018 (mon.0) 583 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-09-17T09:17:35.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:34 smithi018 bash[19939]: audit 2024-09-17T09:17:33.936258+0000 mon.smithi018 (mon.0) 584 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:35.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:34 smithi018 bash[19939]: audit 2024-09-17T09:17:33.937090+0000 mon.smithi018 (mon.0) 585 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:35.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:34 smithi018 bash[19939]: audit 2024-09-17T09:17:33.937601+0000 mon.smithi018 (mon.0) 586 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:35.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:34 smithi018 bash[19939]: audit 2024-09-17T09:17:34.668829+0000 mon.smithi018 (mon.0) 587 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:35.512 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:17:36.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:35 smithi191 bash[24486]: cluster 2024-09-17T09:17:34.943077+0000 mon.smithi018 (mon.0) 588 : cluster [DBG] mgrmap e19: smithi018.roweby(active, since 2m), standbys: smithi191.oohadx 2024-09-17T09:17:36.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:35 smithi191 bash[24486]: audit 2024-09-17T09:17:34.980540+0000 mon.smithi018 (mon.0) 589 : audit [INF] from='osd.5 [v2:172.21.15.18:6818/436488814,v1:172.21.15.18:6819/436488814]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-17T09:17:36.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:35 smithi191 bash[24486]: audit 2024-09-17T09:17:35.097681+0000 mon.smithi191 (mon.1) 13 : audit [INF] from='osd.6 [v2:172.21.15.191:6824/2498512772,v1:172.21.15.191:6825/2498512772]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-17T09:17:36.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:35 smithi191 bash[24486]: audit 2024-09-17T09:17:35.099237+0000 mon.smithi018 (mon.0) 590 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-17T09:17:36.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:35 smithi191 bash[24486]: cluster 2024-09-17T09:17:35.221470+0000 mgr.smithi018.roweby (mgr.14195) 124 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T09:17:36.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:35 smithi191 bash[24486]: audit 2024-09-17T09:17:35.575390+0000 mon.smithi018 (mon.0) 591 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:36.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:35 smithi018 bash[19939]: cluster 2024-09-17T09:17:34.943077+0000 mon.smithi018 (mon.0) 588 : cluster [DBG] mgrmap e19: smithi018.roweby(active, since 2m), standbys: smithi191.oohadx 2024-09-17T09:17:36.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:35 smithi018 bash[19939]: audit 2024-09-17T09:17:34.980540+0000 mon.smithi018 (mon.0) 589 : audit [INF] from='osd.5 [v2:172.21.15.18:6818/436488814,v1:172.21.15.18:6819/436488814]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-17T09:17:36.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:35 smithi018 bash[19939]: audit 2024-09-17T09:17:35.097681+0000 mon.smithi191 (mon.1) 13 : audit [INF] from='osd.6 [v2:172.21.15.191:6824/2498512772,v1:172.21.15.191:6825/2498512772]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-17T09:17:36.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:35 smithi018 bash[19939]: audit 2024-09-17T09:17:35.099237+0000 mon.smithi018 (mon.0) 590 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-17T09:17:36.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:35 smithi018 bash[19939]: cluster 2024-09-17T09:17:35.221470+0000 mgr.smithi018.roweby (mgr.14195) 124 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 139 MiB used, 447 GiB / 447 GiB avail 2024-09-17T09:17:36.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:35 smithi018 bash[19939]: audit 2024-09-17T09:17:35.575390+0000 mon.smithi018 (mon.0) 591 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:37.148 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:36 smithi018 bash[19939]: audit 2024-09-17T09:17:35.960062+0000 mon.smithi018 (mon.0) 592 : audit [INF] from='osd.5 [v2:172.21.15.18:6818/436488814,v1:172.21.15.18:6819/436488814]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-17T09:17:37.149 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:36 smithi018 bash[19939]: audit 2024-09-17T09:17:35.960164+0000 mon.smithi018 (mon.0) 593 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-17T09:17:37.149 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:36 smithi018 bash[19939]: cluster 2024-09-17T09:17:35.960300+0000 mon.smithi018 (mon.0) 594 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-09-17T09:17:37.149 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:36 smithi018 bash[19939]: audit 2024-09-17T09:17:35.960460+0000 mon.smithi191 (mon.1) 14 : audit [INF] from='osd.6 [v2:172.21.15.191:6824/2498512772,v1:172.21.15.191:6825/2498512772]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2024-09-17T09:17:37.149 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:36 smithi018 bash[19939]: audit 2024-09-17T09:17:35.960573+0000 mon.smithi018 (mon.0) 595 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:37.149 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:36 smithi018 bash[19939]: audit 2024-09-17T09:17:35.961164+0000 mon.smithi018 (mon.0) 596 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:37.149 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:36 smithi018 bash[19939]: audit 2024-09-17T09:17:35.961573+0000 mon.smithi018 (mon.0) 597 : audit [INF] from='osd.5 [v2:172.21.15.18:6818/436488814,v1:172.21.15.18:6819/436488814]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]: dispatch 2024-09-17T09:17:37.149 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:36 smithi018 bash[19939]: audit 2024-09-17T09:17:35.962112+0000 mon.smithi018 (mon.0) 598 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:37.149 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:36 smithi018 bash[19939]: audit 2024-09-17T09:17:35.962551+0000 mon.smithi018 (mon.0) 599 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2024-09-17T09:17:37.149 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:36 smithi018 bash[19939]: audit 2024-09-17T09:17:36.528116+0000 mon.smithi018 (mon.0) 600 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:37.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:36 smithi191 bash[24486]: audit 2024-09-17T09:17:35.960062+0000 mon.smithi018 (mon.0) 592 : audit [INF] from='osd.5 [v2:172.21.15.18:6818/436488814,v1:172.21.15.18:6819/436488814]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-17T09:17:37.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:36 smithi191 bash[24486]: audit 2024-09-17T09:17:35.960164+0000 mon.smithi018 (mon.0) 593 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-17T09:17:37.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:36 smithi191 bash[24486]: cluster 2024-09-17T09:17:35.960300+0000 mon.smithi018 (mon.0) 594 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-09-17T09:17:37.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:36 smithi191 bash[24486]: audit 2024-09-17T09:17:35.960460+0000 mon.smithi191 (mon.1) 14 : audit [INF] from='osd.6 [v2:172.21.15.191:6824/2498512772,v1:172.21.15.191:6825/2498512772]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2024-09-17T09:17:37.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:36 smithi191 bash[24486]: audit 2024-09-17T09:17:35.960573+0000 mon.smithi018 (mon.0) 595 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:37.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:36 smithi191 bash[24486]: audit 2024-09-17T09:17:35.961164+0000 mon.smithi018 (mon.0) 596 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:37.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:36 smithi191 bash[24486]: audit 2024-09-17T09:17:35.961573+0000 mon.smithi018 (mon.0) 597 : audit [INF] from='osd.5 [v2:172.21.15.18:6818/436488814,v1:172.21.15.18:6819/436488814]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]: dispatch 2024-09-17T09:17:37.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:36 smithi191 bash[24486]: audit 2024-09-17T09:17:35.962112+0000 mon.smithi018 (mon.0) 598 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:37.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:36 smithi191 bash[24486]: audit 2024-09-17T09:17:35.962551+0000 mon.smithi018 (mon.0) 599 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]: dispatch 2024-09-17T09:17:37.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:36 smithi191 bash[24486]: audit 2024-09-17T09:17:36.528116+0000 mon.smithi018 (mon.0) 600 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:38.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:38 smithi018 bash[19939]: audit 2024-09-17T09:17:36.959826+0000 mon.smithi018 (mon.0) 601 : audit [INF] from='osd.5 [v2:172.21.15.18:6818/436488814,v1:172.21.15.18:6819/436488814]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]': finished 2024-09-17T09:17:38.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:38 smithi018 bash[19939]: audit 2024-09-17T09:17:36.959898+0000 mon.smithi018 (mon.0) 602 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]': finished 2024-09-17T09:17:38.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:38 smithi018 bash[19939]: cluster 2024-09-17T09:17:36.959960+0000 mon.smithi018 (mon.0) 603 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2024-09-17T09:17:38.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:38 smithi018 bash[19939]: audit 2024-09-17T09:17:36.960314+0000 mon.smithi018 (mon.0) 604 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:38.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:38 smithi018 bash[19939]: audit 2024-09-17T09:17:36.960612+0000 mon.smithi018 (mon.0) 605 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:38.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:38 smithi018 bash[19939]: audit 2024-09-17T09:17:36.965188+0000 mon.smithi018 (mon.0) 606 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:38.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:38 smithi018 bash[19939]: audit 2024-09-17T09:17:36.965685+0000 mon.smithi018 (mon.0) 607 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:38.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:38 smithi018 bash[19939]: audit 2024-09-17T09:17:36.965917+0000 mon.smithi018 (mon.0) 608 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:38.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:38 smithi018 bash[19939]: cluster 2024-09-17T09:17:37.221953+0000 mgr.smithi018.roweby (mgr.14195) 125 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-09-17T09:17:38.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:38 smithi018 bash[19939]: audit 2024-09-17T09:17:37.455835+0000 mon.smithi018 (mon.0) 609 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:38.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:38 smithi018 bash[19939]: audit 2024-09-17T09:17:37.461362+0000 mon.smithi018 (mon.0) 610 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T09:17:38.725 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T09:17:38.851 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:38 smithi191 bash[24486]: audit 2024-09-17T09:17:36.959826+0000 mon.smithi018 (mon.0) 601 : audit [INF] from='osd.5 [v2:172.21.15.18:6818/436488814,v1:172.21.15.18:6819/436488814]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]': finished 2024-09-17T09:17:38.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:38 smithi191 bash[24486]: audit 2024-09-17T09:17:36.959898+0000 mon.smithi018 (mon.0) 602 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi191", "root=default"]}]': finished 2024-09-17T09:17:38.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:38 smithi191 bash[24486]: cluster 2024-09-17T09:17:36.959960+0000 mon.smithi018 (mon.0) 603 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2024-09-17T09:17:38.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:38 smithi191 bash[24486]: audit 2024-09-17T09:17:36.960314+0000 mon.smithi018 (mon.0) 604 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:38.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:38 smithi191 bash[24486]: audit 2024-09-17T09:17:36.960612+0000 mon.smithi018 (mon.0) 605 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:38.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:38 smithi191 bash[24486]: audit 2024-09-17T09:17:36.965188+0000 mon.smithi018 (mon.0) 606 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:38.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:38 smithi191 bash[24486]: audit 2024-09-17T09:17:36.965685+0000 mon.smithi018 (mon.0) 607 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:38.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:38 smithi191 bash[24486]: audit 2024-09-17T09:17:36.965917+0000 mon.smithi018 (mon.0) 608 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:38.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:38 smithi191 bash[24486]: cluster 2024-09-17T09:17:37.221953+0000 mgr.smithi018.roweby (mgr.14195) 125 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 140 MiB used, 447 GiB / 447 GiB avail 2024-09-17T09:17:38.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:38 smithi191 bash[24486]: audit 2024-09-17T09:17:37.455835+0000 mon.smithi018 (mon.0) 609 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:38.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:38 smithi191 bash[24486]: audit 2024-09-17T09:17:37.461362+0000 mon.smithi018 (mon.0) 610 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T09:17:39.665 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:39 smithi018 bash[19939]: cluster 2024-09-17T09:17:35.973356+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T09:17:39.665 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:39 smithi018 bash[19939]: cluster 2024-09-17T09:17:35.973408+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T09:17:39.665 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:39 smithi018 bash[19939]: cluster 2024-09-17T09:17:36.143341+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T09:17:39.665 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:39 smithi018 bash[19939]: cluster 2024-09-17T09:17:36.143436+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T09:17:39.665 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:39 smithi018 bash[19939]: audit 2024-09-17T09:17:38.371487+0000 mon.smithi018 (mon.0) 611 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T09:17:39.665 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:39 smithi018 bash[19939]: audit 2024-09-17T09:17:38.373506+0000 mon.smithi018 (mon.0) 612 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mon metadata", "id": "smithi018"}]: dispatch 2024-09-17T09:17:39.665 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:39 smithi018 bash[19939]: audit 2024-09-17T09:17:38.373733+0000 mon.smithi018 (mon.0) 613 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-09-17T09:17:39.665 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:39 smithi018 bash[19939]: audit 2024-09-17T09:17:38.373969+0000 mon.smithi018 (mon.0) 614 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:39.666 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:39 smithi018 bash[19939]: audit 2024-09-17T09:17:38.374116+0000 mon.smithi018 (mon.0) 615 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:39.666 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:39 smithi018 bash[19939]: cluster 2024-09-17T09:17:38.378861+0000 mon.smithi018 (mon.0) 616 : cluster [INF] osd.6 [v2:172.21.15.191:6824/2498512772,v1:172.21.15.191:6825/2498512772] boot 2024-09-17T09:17:39.666 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:39 smithi018 bash[19939]: cluster 2024-09-17T09:17:38.378947+0000 mon.smithi018 (mon.0) 617 : cluster [INF] osd.5 [v2:172.21.15.18:6818/436488814,v1:172.21.15.18:6819/436488814] boot 2024-09-17T09:17:39.666 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:39 smithi018 bash[19939]: cluster 2024-09-17T09:17:38.378982+0000 mon.smithi018 (mon.0) 618 : cluster [DBG] osdmap e31: 8 total, 7 up, 8 in 2024-09-17T09:17:39.666 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:39 smithi018 bash[19939]: audit 2024-09-17T09:17:38.379698+0000 mon.smithi018 (mon.0) 619 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:39.666 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:39 smithi018 bash[19939]: audit 2024-09-17T09:17:38.380068+0000 mon.smithi018 (mon.0) 620 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:39.666 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:39 smithi018 bash[19939]: audit 2024-09-17T09:17:38.380408+0000 mon.smithi018 (mon.0) 621 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:39.666 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:39 smithi018 bash[19939]: audit 2024-09-17T09:17:38.387811+0000 mon.smithi018 (mon.0) 622 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:39.666 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:39 smithi018 bash[19939]: audit 2024-09-17T09:17:38.395914+0000 mon.smithi018 (mon.0) 623 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:39.666 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:39 smithi018 bash[19939]: audit 2024-09-17T09:17:38.400774+0000 mon.smithi018 (mon.0) 624 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:39.666 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:39 smithi018 bash[19939]: audit 2024-09-17T09:17:38.401740+0000 mon.smithi191 (mon.1) 15 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T09:17:39.666 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:39 smithi018 bash[19939]: audit 2024-09-17T09:17:38.402689+0000 mon.smithi018 (mon.0) 625 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mon metadata", "id": "smithi018"}]: dispatch 2024-09-17T09:17:39.667 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:39 smithi018 bash[19939]: audit 2024-09-17T09:17:38.402873+0000 mon.smithi018 (mon.0) 626 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-09-17T09:17:39.667 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:39 smithi018 bash[19939]: audit 2024-09-17T09:17:38.725810+0000 mon.smithi018 (mon.0) 627 : audit [DBG] from='client.? 172.21.15.18:0/548269569' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T09:17:39.667 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:39 smithi018 bash[19939]: cluster 2024-09-17T09:17:39.222488+0000 mgr.smithi018.roweby (mgr.14195) 126 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-09-17T09:17:39.667 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:39 smithi018 bash[19939]: audit 2024-09-17T09:17:39.266608+0000 mon.smithi191 (mon.1) 16 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T09:17:39.667 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:39 smithi018 bash[19939]: audit 2024-09-17T09:17:39.296534+0000 mon.smithi018 (mon.0) 628 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:39.699 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":31,"num_osds":8,"num_up_osds":7,"osd_up_since":1726564658,"num_in_osds":8,"osd_in_since":1726564614,"num_remapped_pgs":0} 2024-09-17T09:17:39.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:39 smithi191 bash[24486]: cluster 2024-09-17T09:17:35.973356+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T09:17:39.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:39 smithi191 bash[24486]: cluster 2024-09-17T09:17:35.973408+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T09:17:39.853 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:39 smithi191 bash[24486]: cluster 2024-09-17T09:17:36.143341+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T09:17:39.853 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:39 smithi191 bash[24486]: cluster 2024-09-17T09:17:36.143436+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T09:17:39.853 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:39 smithi191 bash[24486]: audit 2024-09-17T09:17:38.371487+0000 mon.smithi018 (mon.0) 611 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T09:17:39.853 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:39 smithi191 bash[24486]: audit 2024-09-17T09:17:38.373506+0000 mon.smithi018 (mon.0) 612 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mon metadata", "id": "smithi018"}]: dispatch 2024-09-17T09:17:39.853 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:39 smithi191 bash[24486]: audit 2024-09-17T09:17:38.373733+0000 mon.smithi018 (mon.0) 613 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-09-17T09:17:39.853 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:39 smithi191 bash[24486]: audit 2024-09-17T09:17:38.373969+0000 mon.smithi018 (mon.0) 614 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:39.853 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:39 smithi191 bash[24486]: audit 2024-09-17T09:17:38.374116+0000 mon.smithi018 (mon.0) 615 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:39.853 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:39 smithi191 bash[24486]: cluster 2024-09-17T09:17:38.378861+0000 mon.smithi018 (mon.0) 616 : cluster [INF] osd.6 [v2:172.21.15.191:6824/2498512772,v1:172.21.15.191:6825/2498512772] boot 2024-09-17T09:17:39.853 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:39 smithi191 bash[24486]: cluster 2024-09-17T09:17:38.378947+0000 mon.smithi018 (mon.0) 617 : cluster [INF] osd.5 [v2:172.21.15.18:6818/436488814,v1:172.21.15.18:6819/436488814] boot 2024-09-17T09:17:39.853 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:39 smithi191 bash[24486]: cluster 2024-09-17T09:17:38.378982+0000 mon.smithi018 (mon.0) 618 : cluster [DBG] osdmap e31: 8 total, 7 up, 8 in 2024-09-17T09:17:39.853 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:39 smithi191 bash[24486]: audit 2024-09-17T09:17:38.379698+0000 mon.smithi018 (mon.0) 619 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-17T09:17:39.854 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:39 smithi191 bash[24486]: audit 2024-09-17T09:17:38.380068+0000 mon.smithi018 (mon.0) 620 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-17T09:17:39.854 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:39 smithi191 bash[24486]: audit 2024-09-17T09:17:38.380408+0000 mon.smithi018 (mon.0) 621 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:39.854 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:39 smithi191 bash[24486]: audit 2024-09-17T09:17:38.387811+0000 mon.smithi018 (mon.0) 622 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:39.854 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:39 smithi191 bash[24486]: audit 2024-09-17T09:17:38.395914+0000 mon.smithi018 (mon.0) 623 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:39.854 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:39 smithi191 bash[24486]: audit 2024-09-17T09:17:38.400774+0000 mon.smithi018 (mon.0) 624 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:39.854 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:39 smithi191 bash[24486]: audit 2024-09-17T09:17:38.401740+0000 mon.smithi191 (mon.1) 15 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T09:17:39.854 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:39 smithi191 bash[24486]: audit 2024-09-17T09:17:38.402689+0000 mon.smithi018 (mon.0) 625 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mon metadata", "id": "smithi018"}]: dispatch 2024-09-17T09:17:39.854 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:39 smithi191 bash[24486]: audit 2024-09-17T09:17:38.402873+0000 mon.smithi018 (mon.0) 626 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "mon metadata", "id": "smithi191"}]: dispatch 2024-09-17T09:17:39.854 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:39 smithi191 bash[24486]: audit 2024-09-17T09:17:38.725810+0000 mon.smithi018 (mon.0) 627 : audit [DBG] from='client.? 172.21.15.18:0/548269569' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T09:17:39.854 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:39 smithi191 bash[24486]: cluster 2024-09-17T09:17:39.222488+0000 mgr.smithi018.roweby (mgr.14195) 126 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail 2024-09-17T09:17:39.854 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:39 smithi191 bash[24486]: audit 2024-09-17T09:17:39.266608+0000 mon.smithi191 (mon.1) 16 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T09:17:39.855 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:39 smithi191 bash[24486]: audit 2024-09-17T09:17:39.296534+0000 mon.smithi018 (mon.0) 628 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:40.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:40 smithi018 bash[19939]: cluster 2024-09-17T09:17:39.410180+0000 mon.smithi018 (mon.0) 629 : cluster [DBG] osdmap e32: 8 total, 7 up, 8 in 2024-09-17T09:17:40.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:40 smithi018 bash[19939]: audit 2024-09-17T09:17:39.410420+0000 mon.smithi018 (mon.0) 630 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:40.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:40 smithi018 bash[19939]: audit 2024-09-17T09:17:40.205505+0000 mon.smithi018 (mon.0) 631 : audit [INF] from='osd.7 [v2:172.21.15.18:6826/1108000491,v1:172.21.15.18:6827/1108000491]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-17T09:17:40.700 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T09:17:40.851 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:40 smithi191 bash[24486]: cluster 2024-09-17T09:17:39.410180+0000 mon.smithi018 (mon.0) 629 : cluster [DBG] osdmap e32: 8 total, 7 up, 8 in 2024-09-17T09:17:40.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:40 smithi191 bash[24486]: audit 2024-09-17T09:17:39.410420+0000 mon.smithi018 (mon.0) 630 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:40.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:40 smithi191 bash[24486]: audit 2024-09-17T09:17:40.205505+0000 mon.smithi018 (mon.0) 631 : audit [INF] from='osd.7 [v2:172.21.15.18:6826/1108000491,v1:172.21.15.18:6827/1108000491]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-17T09:17:41.687 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:41 smithi018 bash[19939]: audit 2024-09-17T09:17:40.411137+0000 mon.smithi018 (mon.0) 632 : audit [INF] from='osd.7 [v2:172.21.15.18:6826/1108000491,v1:172.21.15.18:6827/1108000491]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-17T09:17:41.687 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:41 smithi018 bash[19939]: cluster 2024-09-17T09:17:40.411184+0000 mon.smithi018 (mon.0) 633 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2024-09-17T09:17:41.687 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:41 smithi018 bash[19939]: audit 2024-09-17T09:17:40.411648+0000 mon.smithi018 (mon.0) 634 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:41.687 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:41 smithi018 bash[19939]: audit 2024-09-17T09:17:40.412246+0000 mon.smithi018 (mon.0) 635 : audit [INF] from='osd.7 [v2:172.21.15.18:6826/1108000491,v1:172.21.15.18:6827/1108000491]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]: dispatch 2024-09-17T09:17:41.687 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:41 smithi018 bash[19939]: cluster 2024-09-17T09:17:41.223125+0000 mgr.smithi018.roweby (mgr.14195) 127 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 13 KiB/s rd, 673 KiB/s wr, 43 op/s 2024-09-17T09:17:41.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:41 smithi191 bash[24486]: audit 2024-09-17T09:17:40.411137+0000 mon.smithi018 (mon.0) 632 : audit [INF] from='osd.7 [v2:172.21.15.18:6826/1108000491,v1:172.21.15.18:6827/1108000491]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-17T09:17:41.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:41 smithi191 bash[24486]: cluster 2024-09-17T09:17:40.411184+0000 mon.smithi018 (mon.0) 633 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2024-09-17T09:17:41.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:41 smithi191 bash[24486]: audit 2024-09-17T09:17:40.411648+0000 mon.smithi018 (mon.0) 634 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:41.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:41 smithi191 bash[24486]: audit 2024-09-17T09:17:40.412246+0000 mon.smithi018 (mon.0) 635 : audit [INF] from='osd.7 [v2:172.21.15.18:6826/1108000491,v1:172.21.15.18:6827/1108000491]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]: dispatch 2024-09-17T09:17:41.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:41 smithi191 bash[24486]: cluster 2024-09-17T09:17:41.223125+0000 mgr.smithi018.roweby (mgr.14195) 127 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 13 KiB/s rd, 673 KiB/s wr, 43 op/s 2024-09-17T09:17:42.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:42 smithi018 bash[19939]: audit 2024-09-17T09:17:41.414878+0000 mon.smithi018 (mon.0) 636 : audit [INF] from='osd.7 [v2:172.21.15.18:6826/1108000491,v1:172.21.15.18:6827/1108000491]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]': finished 2024-09-17T09:17:42.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:42 smithi018 bash[19939]: cluster 2024-09-17T09:17:41.414945+0000 mon.smithi018 (mon.0) 637 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-09-17T09:17:42.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:42 smithi018 bash[19939]: audit 2024-09-17T09:17:41.415193+0000 mon.smithi018 (mon.0) 638 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:42.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:42 smithi018 bash[19939]: audit 2024-09-17T09:17:41.425732+0000 mon.smithi018 (mon.0) 639 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:42.851 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:42 smithi191 bash[24486]: audit 2024-09-17T09:17:41.414878+0000 mon.smithi018 (mon.0) 636 : audit [INF] from='osd.7 [v2:172.21.15.18:6826/1108000491,v1:172.21.15.18:6827/1108000491]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi018", "root=default"]}]': finished 2024-09-17T09:17:42.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:42 smithi191 bash[24486]: cluster 2024-09-17T09:17:41.414945+0000 mon.smithi018 (mon.0) 637 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-09-17T09:17:42.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:42 smithi191 bash[24486]: audit 2024-09-17T09:17:41.415193+0000 mon.smithi018 (mon.0) 638 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:42.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:42 smithi191 bash[24486]: audit 2024-09-17T09:17:41.425732+0000 mon.smithi018 (mon.0) 639 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:43.421 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:43 smithi018 bash[19939]: cluster 2024-09-17T09:17:41.179238+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T09:17:43.421 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:43 smithi018 bash[19939]: cluster 2024-09-17T09:17:41.179335+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T09:17:43.421 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:43 smithi018 bash[19939]: audit 2024-09-17T09:17:42.426063+0000 mon.smithi018 (mon.0) 640 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:43.422 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:43 smithi018 bash[19939]: cluster 2024-09-17T09:17:42.432926+0000 mon.smithi018 (mon.0) 641 : cluster [INF] osd.7 [v2:172.21.15.18:6826/1108000491,v1:172.21.15.18:6827/1108000491] boot 2024-09-17T09:17:43.422 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:43 smithi018 bash[19939]: cluster 2024-09-17T09:17:42.433013+0000 mon.smithi018 (mon.0) 642 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-09-17T09:17:43.422 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:43 smithi018 bash[19939]: audit 2024-09-17T09:17:42.435795+0000 mon.smithi018 (mon.0) 643 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:43.422 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:43 smithi018 bash[19939]: audit 2024-09-17T09:17:42.932492+0000 mon.smithi018 (mon.0) 644 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:43.422 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:43 smithi018 bash[19939]: audit 2024-09-17T09:17:42.941427+0000 mon.smithi018 (mon.0) 645 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:43.422 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:43 smithi018 bash[19939]: audit 2024-09-17T09:17:43.077096+0000 mon.smithi018 (mon.0) 646 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:17:43.422 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:43 smithi018 bash[19939]: cluster 2024-09-17T09:17:43.223581+0000 mgr.smithi018.roweby (mgr.14195) 128 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 13 KiB/s rd, 718 KiB/s wr, 45 op/s 2024-09-17T09:17:43.422 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:43 smithi018 bash[19939]: cluster 2024-09-17T09:17:43.380051+0000 mon.smithi018 (mon.0) 647 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-09-17T09:17:43.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:43 smithi191 bash[24486]: cluster 2024-09-17T09:17:41.179238+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T09:17:43.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:43 smithi191 bash[24486]: cluster 2024-09-17T09:17:41.179335+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T09:17:43.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:43 smithi191 bash[24486]: audit 2024-09-17T09:17:42.426063+0000 mon.smithi018 (mon.0) 640 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:43.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:43 smithi191 bash[24486]: cluster 2024-09-17T09:17:42.432926+0000 mon.smithi018 (mon.0) 641 : cluster [INF] osd.7 [v2:172.21.15.18:6826/1108000491,v1:172.21.15.18:6827/1108000491] boot 2024-09-17T09:17:43.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:43 smithi191 bash[24486]: cluster 2024-09-17T09:17:42.433013+0000 mon.smithi018 (mon.0) 642 : cluster [DBG] osdmap e35: 8 total, 8 up, 8 in 2024-09-17T09:17:43.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:43 smithi191 bash[24486]: audit 2024-09-17T09:17:42.435795+0000 mon.smithi018 (mon.0) 643 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-17T09:17:43.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:43 smithi191 bash[24486]: audit 2024-09-17T09:17:42.932492+0000 mon.smithi018 (mon.0) 644 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:43.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:43 smithi191 bash[24486]: audit 2024-09-17T09:17:42.941427+0000 mon.smithi018 (mon.0) 645 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:43.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:43 smithi191 bash[24486]: audit 2024-09-17T09:17:43.077096+0000 mon.smithi018 (mon.0) 646 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:17:43.853 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:43 smithi191 bash[24486]: cluster 2024-09-17T09:17:43.223581+0000 mgr.smithi018.roweby (mgr.14195) 128 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 194 MiB used, 626 GiB / 626 GiB avail; 13 KiB/s rd, 718 KiB/s wr, 45 op/s 2024-09-17T09:17:43.853 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:43 smithi191 bash[24486]: cluster 2024-09-17T09:17:43.380051+0000 mon.smithi018 (mon.0) 647 : cluster [DBG] osdmap e36: 8 total, 8 up, 8 in 2024-09-17T09:17:45.460 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:17:45.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:45 smithi018 bash[19939]: cluster 2024-09-17T09:17:44.382497+0000 mon.smithi018 (mon.0) 648 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-09-17T09:17:45.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:45 smithi018 bash[19939]: cluster 2024-09-17T09:17:45.224178+0000 mgr.smithi018.roweby (mgr.14195) 129 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:17:45.839 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:45 smithi191 bash[24486]: cluster 2024-09-17T09:17:44.382497+0000 mon.smithi018 (mon.0) 648 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-09-17T09:17:45.839 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:45 smithi191 bash[24486]: cluster 2024-09-17T09:17:45.224178+0000 mgr.smithi018.roweby (mgr.14195) 129 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:17:46.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:46 smithi018 bash[19939]: cluster 2024-09-17T09:17:45.392353+0000 mon.smithi018 (mon.0) 649 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-09-17T09:17:46.851 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:46 smithi191 bash[24486]: cluster 2024-09-17T09:17:45.392353+0000 mon.smithi018 (mon.0) 649 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-09-17T09:17:47.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:47 smithi018 bash[19939]: cluster 2024-09-17T09:17:46.393332+0000 mon.smithi018 (mon.0) 650 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-09-17T09:17:47.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:47 smithi018 bash[19939]: cluster 2024-09-17T09:17:47.224716+0000 mgr.smithi018.roweby (mgr.14195) 130 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:17:47.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:47 smithi018 bash[19939]: audit 2024-09-17T09:17:47.265774+0000 mon.smithi018 (mon.0) 651 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:17:47.851 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:47 smithi191 bash[24486]: cluster 2024-09-17T09:17:46.393332+0000 mon.smithi018 (mon.0) 650 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-09-17T09:17:47.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:47 smithi191 bash[24486]: cluster 2024-09-17T09:17:47.224716+0000 mgr.smithi018.roweby (mgr.14195) 130 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:17:47.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:47 smithi191 bash[24486]: audit 2024-09-17T09:17:47.265774+0000 mon.smithi018 (mon.0) 651 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:17:48.493 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T09:17:48.999 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":39,"num_osds":8,"num_up_osds":8,"osd_up_since":1726564662,"num_in_osds":8,"osd_in_since":1726564614,"num_remapped_pgs":0} 2024-09-17T09:17:48.999 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T09:17:49.711 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:49 smithi018 bash[19939]: audit 2024-09-17T09:17:48.453142+0000 mon.smithi018 (mon.0) 652 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:49.711 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:49 smithi018 bash[19939]: audit 2024-09-17T09:17:48.458784+0000 mon.smithi018 (mon.0) 653 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:49.711 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:49 smithi018 bash[19939]: audit 2024-09-17T09:17:48.494705+0000 mon.smithi018 (mon.0) 654 : audit [DBG] from='client.? 172.21.15.18:0/1751608356' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T09:17:49.712 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:49 smithi018 bash[19939]: audit 2024-09-17T09:17:48.606167+0000 mon.smithi018 (mon.0) 655 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:49.712 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:49 smithi018 bash[19939]: audit 2024-09-17T09:17:48.611201+0000 mon.smithi018 (mon.0) 656 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:49.712 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:49 smithi018 bash[19939]: cluster 2024-09-17T09:17:49.225269+0000 mgr.smithi018.roweby (mgr.14195) 131 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail; 99 KiB/s, 0 objects/s recovering 2024-09-17T09:17:49.851 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:49 smithi191 bash[24486]: audit 2024-09-17T09:17:48.453142+0000 mon.smithi018 (mon.0) 652 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:49.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:49 smithi191 bash[24486]: audit 2024-09-17T09:17:48.458784+0000 mon.smithi018 (mon.0) 653 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:49.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:49 smithi191 bash[24486]: audit 2024-09-17T09:17:48.494705+0000 mon.smithi018 (mon.0) 654 : audit [DBG] from='client.? 172.21.15.18:0/1751608356' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T09:17:49.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:49 smithi191 bash[24486]: audit 2024-09-17T09:17:48.606167+0000 mon.smithi018 (mon.0) 655 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:49.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:49 smithi191 bash[24486]: audit 2024-09-17T09:17:48.611201+0000 mon.smithi018 (mon.0) 656 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:17:49.852 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:49 smithi191 bash[24486]: cluster 2024-09-17T09:17:49.225269+0000 mgr.smithi018.roweby (mgr.14195) 131 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail; 99 KiB/s, 0 objects/s recovering 2024-09-17T09:17:51.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:51 smithi191 bash[24486]: cluster 2024-09-17T09:17:51.225722+0000 mgr.smithi018.roweby (mgr.14195) 132 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-09-17T09:17:51.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:51 smithi018 bash[19939]: cluster 2024-09-17T09:17:51.225722+0000 mgr.smithi018.roweby (mgr.14195) 132 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail; 84 KiB/s, 0 objects/s recovering 2024-09-17T09:17:53.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:53 smithi191 bash[24486]: cluster 2024-09-17T09:17:53.226179+0000 mgr.smithi018.roweby (mgr.14195) 133 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-17T09:17:53.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:53 smithi018 bash[19939]: cluster 2024-09-17T09:17:53.226179+0000 mgr.smithi018.roweby (mgr.14195) 133 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-09-17T09:17:53.740 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:17:55.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:55 smithi191 bash[24486]: cluster 2024-09-17T09:17:55.226754+0000 mgr.smithi018.roweby (mgr.14195) 134 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-09-17T09:17:55.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:55 smithi018 bash[19939]: cluster 2024-09-17T09:17:55.226754+0000 mgr.smithi018.roweby (mgr.14195) 134 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail; 59 KiB/s, 0 objects/s recovering 2024-09-17T09:17:57.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:57 smithi191 bash[24486]: cluster 2024-09-17T09:17:57.227396+0000 mgr.smithi018.roweby (mgr.14195) 135 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-09-17T09:17:57.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:57 smithi018 bash[19939]: cluster 2024-09-17T09:17:57.227396+0000 mgr.smithi018.roweby (mgr.14195) 135 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail; 53 KiB/s, 0 objects/s recovering 2024-09-17T09:17:58.193 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T09:17:58.193 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":39,"fsid":"c8b74618-74d4-11ef-bceb-c7b262605968","created":"2024-09-17T09:12:41.576614+0000","modified":"2024-09-17T09:17:46.386280+0000","last_up_change":"2024-09-17T09:17:42.425047+0000","last_in_change":"2024-09-17T09:16:54.381739+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-17T09:17:27.776169+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"27","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"bc98b7da-b330-4cec-9432-00523cee256e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6800","nonce":1715736458},{"type":"v1","addr":"172.21.15.191:6801","nonce":1715736458}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6802","nonce":1715736458},{"type":"v1","addr":"172.21.15.191:6803","nonce":1715736458}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6806","nonce":1715736458},{"type":"v1","addr":"172.21.15.191:6807","nonce":1715736458}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6804","nonce":1715736458},{"type":"v1","addr":"172.21.15.191:6805","nonce":1715736458}]},"public_addr":"172.21.15.191:6801/1715736458","cluster_addr":"172.21.15.191:6803/1715736458","heartbeat_back_addr":"172.21.15.191:6807/1715736458","heartbeat_front_addr":"172.21.15.191:6805/1715736458","state":["exists","up"]},{"osd":1,"uuid":"17287a4a-5af5-413b-ac98-a7fa9f5c4c79","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6802","nonce":2170902130},{"type":"v1","addr":"172.21.15.18:6803","nonce":2170902130}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6804","nonce":2170902130},{"type":"v1","addr":"172.21.15.18:6805","nonce":2170902130}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6808","nonce":2170902130},{"type":"v1","addr":"172.21.15.18:6809","nonce":2170902130}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6806","nonce":2170902130},{"type":"v1","addr":"172.21.15.18:6807","nonce":2170902130}]},"public_addr":"172.21.15.18:6803/2170902130","cluster_addr":"172.21.15.18:6805/2170902130","heartbeat_back_addr":"172.21.15.18:6809/2170902130","heartbeat_front_addr":"172.21.15.18:6807/2170902130","state":["exists","up"]},{"osd":2,"uuid":"7c636952-f86a-48de-9aa1-c2d2eeb7b70a","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.191:6808","nonce":2714280736},{"type":"v1","addr":"172.21.15.191:6809","nonce":2714280736}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6810","nonce":2714280736},{"type":"v1","addr":"172.21.15.191:6811","nonce":2714280736}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6814","nonce":2714280736},{"type":"v1","addr":"172.21.15.191:6815","nonce":2714280736}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6812","nonce":2714280736},{"type":"v1","addr":"172.21.15.191:6813","nonce":2714280736}]},"public_addr":"172.21.15.191:6809/2714280736","cluster_addr":"172.21.15.191:6811/2714280736","heartbeat_back_addr":"172.21.15.191:6815/2714280736","heartbeat_front_addr":"172.21.15.191:6813/2714280736","state":["exists","up"]},{"osd":3,"uuid":"997967c1-b25f-47c0-b1b8-0d5ea5aec13b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6810","nonce":1655135984},{"type":"v1","addr":"172.21.15.18:6811","nonce":1655135984}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6812","nonce":1655135984},{"type":"v1","addr":"172.21.15.18:6813","nonce":1655135984}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6816","nonce":1655135984},{"type":"v1","addr":"172.21.15.18:6817","nonce":1655135984}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6814","nonce":1655135984},{"type":"v1","addr":"172.21.15.18:6815","nonce":1655135984}]},"public_addr":"172.21.15.18:6811/1655135984","cluster_addr":"172.21.15.18:6813/1655135984","heartbeat_back_addr":"172.21.15.18:6817/1655135984","heartbeat_front_addr":"172.21.15.18:6815/1655135984","state":["exists","up"]},{"osd":4,"uuid":"87828369-ca05-4cc2-9438-4cc2fbf90f89","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6816","nonce":3371811787},{"type":"v1","addr":"172.21.15.191:6817","nonce":3371811787}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6818","nonce":3371811787},{"type":"v1","addr":"172.21.15.191:6819","nonce":3371811787}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6822","nonce":3371811787},{"type":"v1","addr":"172.21.15.191:6823","nonce":3371811787}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6820","nonce":3371811787},{"type":"v1","addr":"172.21.15.191:6821","nonce":3371811787}]},"public_addr":"172.21.15.191:6817/3371811787","cluster_addr":"172.21.15.191:6819/3371811787","heartbeat_back_addr":"172.21.15.191:6823/3371811787","heartbeat_front_addr":"172.21.15.191:6821/3371811787","state":["exists","up"]},{"osd":5,"uuid":"b01eae5b-7e9f-41f5-86a9-2d285078b938","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6818","nonce":436488814},{"type":"v1","addr":"172.21.15.18:6819","nonce":436488814}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6820","nonce":436488814},{"type":"v1","addr":"172.21.15.18:6821","nonce":436488814}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6824","nonce":436488814},{"type":"v1","addr":"172.21.15.18:6825","nonce":436488814}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6822","nonce":436488814},{"type":"v1","addr":"172.21.15.18:6823","nonce":436488814}]},"public_addr":"172.21.15.18:6819/436488814","cluster_addr":"172.21.15.18:6821/436488814","heartbeat_back_addr":"172.21.15.18:6825/436488814","heartbeat_front_addr":"172.21.15.18:6823/436488814","state":["exists","up"]},{"osd":6,"uuid":"4e1171e5-ba4a-4f6f-8921-433e350ba8bc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6824","nonce":2498512772},{"type":"v1","addr":"172.21.15.191:6825","nonce":2498512772}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6826","nonce":2498512772},{"type":"v1","addr":"172.21.15.191:6827","nonce":2498512772}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6830","nonce":2498512772},{"type":"v1","addr":"172.21.15.191:6831","nonce":2498512772}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6828","nonce":2498512772},{"type":"v1","addr":"172.21.15.191:6829","nonce":2498512772}]},"public_addr":"172.21.15.191:6825/2498512772","cluster_addr":"172.21.15.191:6827/2498512772","heartbeat_back_addr":"172.21.15.191:6831/2498512772","heartbeat_front_addr":"172.21.15.191:6829/2498512772","state":["exists","up"]},{"osd":7,"uuid":"0b198bc2-91d4-44ed-a08f-dae48bbeef82","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6826","nonce":1108000491},{"type":"v1","addr":"172.21.15.18:6827","nonce":1108000491}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6828","nonce":1108000491},{"type":"v1","addr":"172.21.15.18:6829","nonce":1108000491}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6832","nonce":1108000491},{"type":"v1","addr":"172.21.15.18:6833","nonce":1108000491}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6830","nonce":1108000491},{"type":"v1","addr":"172.21.15.18:6831","nonce":1108000491}]},"public_addr":"172.21.15.18:6827/1108000491","cluster_addr":"172.21.15.18:6829/1108000491","heartbeat_back_addr":"172.21.15.18:6833/1108000491","heartbeat_front_addr":"172.21.15.18:6831/1108000491","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:17:19.879193+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:17:22.093357+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:17:25.693706+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:17:28.736374+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:17:31.479851+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:17:35.973410+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:17:36.143441+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:17:41.179339+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.18:6800/1386521555":"2024-09-18T09:15:17.181707+0000","172.21.15.18:0/935682120":"2024-09-18T09:13:08.493339+0000","172.21.15.18:6801/1386521555":"2024-09-18T09:15:17.181707+0000","172.21.15.18:0/460076483":"2024-09-18T09:13:51.573244+0000","172.21.15.18:6801/14373510":"2024-09-18T09:13:08.493339+0000","172.21.15.18:0/1089296813":"2024-09-18T09:13:08.493339+0000","172.21.15.18:0/1323623665":"2024-09-18T09:13:08.493339+0000","172.21.15.18:0/2464044882":"2024-09-18T09:13:51.573244+0000","172.21.15.18:0/2090038584":"2024-09-18T09:13:51.573244+0000","172.21.15.18:6800/347013328":"2024-09-18T09:13:51.573244+0000","172.21.15.18:0/2367486071":"2024-09-18T09:15:17.181707+0000","172.21.15.18:6801/347013328":"2024-09-18T09:13:51.573244+0000","172.21.15.18:6800/14373510":"2024-09-18T09:13:08.493339+0000","172.21.15.18:0/935212861":"2024-09-18T09:15:17.181707+0000","172.21.15.18:0/168038788":"2024-09-18T09:15:17.181707+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-17T09:17:58.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:58 smithi191 bash[24486]: audit 2024-09-17T09:17:58.192971+0000 mon.smithi018 (mon.0) 657 : audit [DBG] from='client.? 172.21.15.18:0/2449949997' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T09:17:58.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:58 smithi018 bash[19939]: audit 2024-09-17T09:17:58.192971+0000 mon.smithi018 (mon.0) 657 : audit [DBG] from='client.? 172.21.15.18:0/2449949997' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T09:17:58.847 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-17T09:17:27.776169+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '27', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_acting': 7.889999866485596, 'score_stable': 7.889999866485596, 'optimal_score': 0.3799999952316284, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-09-17T09:17:58.848 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-09-17T09:18:00.294 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:59 smithi018 bash[19939]: cephadm 2024-09-17T09:17:58.978422+0000 mgr.smithi018.roweby (mgr.14195) 136 : cephadm [INF] Detected new or changed devices on smithi191 2024-09-17T09:18:00.294 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:59 smithi018 bash[19939]: audit 2024-09-17T09:17:58.986128+0000 mon.smithi018 (mon.0) 658 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:18:00.295 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:59 smithi018 bash[19939]: audit 2024-09-17T09:17:58.991762+0000 mon.smithi018 (mon.0) 659 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:18:00.295 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:59 smithi018 bash[19939]: audit 2024-09-17T09:17:58.993052+0000 mon.smithi018 (mon.0) 660 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-17T09:18:00.295 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:59 smithi018 bash[19939]: audit 2024-09-17T09:17:58.993940+0000 mon.smithi018 (mon.0) 661 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-17T09:18:00.295 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:59 smithi018 bash[19939]: audit 2024-09-17T09:17:58.994653+0000 mon.smithi018 (mon.0) 662 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-17T09:18:00.295 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:59 smithi018 bash[19939]: audit 2024-09-17T09:17:58.995422+0000 mon.smithi018 (mon.0) 663 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-17T09:18:00.295 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:59 smithi018 bash[19939]: cephadm 2024-09-17T09:17:58.995986+0000 mgr.smithi018.roweby (mgr.14195) 137 : cephadm [INF] Adjusting osd_memory_target on smithi191 to 3772M 2024-09-17T09:18:00.295 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:59 smithi018 bash[19939]: audit 2024-09-17T09:17:59.000484+0000 mon.smithi018 (mon.0) 664 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:18:00.295 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:17:59 smithi018 bash[19939]: cluster 2024-09-17T09:17:59.227849+0000 mgr.smithi018.roweby (mgr.14195) 138 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T09:18:00.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:59 smithi191 bash[24486]: cephadm 2024-09-17T09:17:58.978422+0000 mgr.smithi018.roweby (mgr.14195) 136 : cephadm [INF] Detected new or changed devices on smithi191 2024-09-17T09:18:00.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:59 smithi191 bash[24486]: audit 2024-09-17T09:17:58.986128+0000 mon.smithi018 (mon.0) 658 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:18:00.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:59 smithi191 bash[24486]: audit 2024-09-17T09:17:58.991762+0000 mon.smithi018 (mon.0) 659 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:18:00.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:59 smithi191 bash[24486]: audit 2024-09-17T09:17:58.993052+0000 mon.smithi018 (mon.0) 660 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-17T09:18:00.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:59 smithi191 bash[24486]: audit 2024-09-17T09:17:58.993940+0000 mon.smithi018 (mon.0) 661 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-17T09:18:00.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:59 smithi191 bash[24486]: audit 2024-09-17T09:17:58.994653+0000 mon.smithi018 (mon.0) 662 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-09-17T09:18:00.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:59 smithi191 bash[24486]: audit 2024-09-17T09:17:58.995422+0000 mon.smithi018 (mon.0) 663 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-09-17T09:18:00.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:59 smithi191 bash[24486]: cephadm 2024-09-17T09:17:58.995986+0000 mgr.smithi018.roweby (mgr.14195) 137 : cephadm [INF] Adjusting osd_memory_target on smithi191 to 3772M 2024-09-17T09:18:00.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:59 smithi191 bash[24486]: audit 2024-09-17T09:17:59.000484+0000 mon.smithi018 (mon.0) 664 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:18:00.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:17:59 smithi191 bash[24486]: cluster 2024-09-17T09:17:59.227849+0000 mgr.smithi018.roweby (mgr.14195) 138 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2024-09-17T09:18:02.101 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:01 smithi191 bash[24486]: cephadm 2024-09-17T09:18:00.670743+0000 mgr.smithi018.roweby (mgr.14195) 139 : cephadm [INF] Detected new or changed devices on smithi018 2024-09-17T09:18:02.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:01 smithi191 bash[24486]: audit 2024-09-17T09:18:00.681525+0000 mon.smithi018 (mon.0) 665 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:18:02.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:01 smithi191 bash[24486]: audit 2024-09-17T09:18:00.692265+0000 mon.smithi018 (mon.0) 666 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:18:02.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:01 smithi191 bash[24486]: audit 2024-09-17T09:18:00.694882+0000 mon.smithi018 (mon.0) 667 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-17T09:18:02.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:01 smithi191 bash[24486]: audit 2024-09-17T09:18:00.696796+0000 mon.smithi018 (mon.0) 668 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-17T09:18:02.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:01 smithi191 bash[24486]: audit 2024-09-17T09:18:00.698703+0000 mon.smithi018 (mon.0) 669 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-17T09:18:02.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:01 smithi191 bash[24486]: audit 2024-09-17T09:18:00.700613+0000 mon.smithi018 (mon.0) 670 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-17T09:18:02.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:01 smithi191 bash[24486]: cephadm 2024-09-17T09:18:00.701996+0000 mgr.smithi018.roweby (mgr.14195) 140 : cephadm [INF] Adjusting osd_memory_target on smithi018 to 3005M 2024-09-17T09:18:02.102 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:01 smithi191 bash[24486]: audit 2024-09-17T09:18:00.710452+0000 mon.smithi018 (mon.0) 671 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:18:02.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:01 smithi191 bash[24486]: audit 2024-09-17T09:18:00.713049+0000 mon.smithi018 (mon.0) 672 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:18:02.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:01 smithi191 bash[24486]: audit 2024-09-17T09:18:00.714690+0000 mon.smithi018 (mon.0) 673 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:18:02.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:01 smithi191 bash[24486]: audit 2024-09-17T09:18:00.724821+0000 mon.smithi018 (mon.0) 674 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:18:02.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:01 smithi191 bash[24486]: audit 2024-09-17T09:18:00.732180+0000 mon.smithi018 (mon.0) 675 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T09:18:02.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:01 smithi191 bash[24486]: audit 2024-09-17T09:18:00.741757+0000 mon.smithi018 (mon.0) 676 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T09:18:02.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:01 smithi191 bash[24486]: audit 2024-09-17T09:18:00.743749+0000 mon.smithi018 (mon.0) 677 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:18:02.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:01 smithi191 bash[24486]: audit 2024-09-17T09:18:00.751780+0000 mon.smithi018 (mon.0) 678 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T09:18:02.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:01 smithi191 bash[24486]: audit 2024-09-17T09:18:00.753768+0000 mon.smithi018 (mon.0) 679 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:18:02.103 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:01 smithi191 bash[24486]: cluster 2024-09-17T09:18:01.228490+0000 mgr.smithi018.roweby (mgr.14195) 141 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:02.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:01 smithi018 bash[19939]: cephadm 2024-09-17T09:18:00.670743+0000 mgr.smithi018.roweby (mgr.14195) 139 : cephadm [INF] Detected new or changed devices on smithi018 2024-09-17T09:18:02.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:01 smithi018 bash[19939]: audit 2024-09-17T09:18:00.681525+0000 mon.smithi018 (mon.0) 665 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:18:02.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:01 smithi018 bash[19939]: audit 2024-09-17T09:18:00.692265+0000 mon.smithi018 (mon.0) 666 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:18:02.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:01 smithi018 bash[19939]: audit 2024-09-17T09:18:00.694882+0000 mon.smithi018 (mon.0) 667 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-17T09:18:02.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:01 smithi018 bash[19939]: audit 2024-09-17T09:18:00.696796+0000 mon.smithi018 (mon.0) 668 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-09-17T09:18:02.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:01 smithi018 bash[19939]: audit 2024-09-17T09:18:00.698703+0000 mon.smithi018 (mon.0) 669 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-09-17T09:18:02.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:01 smithi018 bash[19939]: audit 2024-09-17T09:18:00.700613+0000 mon.smithi018 (mon.0) 670 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-09-17T09:18:02.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:01 smithi018 bash[19939]: cephadm 2024-09-17T09:18:00.701996+0000 mgr.smithi018.roweby (mgr.14195) 140 : cephadm [INF] Adjusting osd_memory_target on smithi018 to 3005M 2024-09-17T09:18:02.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:01 smithi018 bash[19939]: audit 2024-09-17T09:18:00.710452+0000 mon.smithi018 (mon.0) 671 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:18:02.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:01 smithi018 bash[19939]: audit 2024-09-17T09:18:00.713049+0000 mon.smithi018 (mon.0) 672 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:18:02.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:01 smithi018 bash[19939]: audit 2024-09-17T09:18:00.714690+0000 mon.smithi018 (mon.0) 673 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:18:02.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:01 smithi018 bash[19939]: audit 2024-09-17T09:18:00.724821+0000 mon.smithi018 (mon.0) 674 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:18:02.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:01 smithi018 bash[19939]: audit 2024-09-17T09:18:00.732180+0000 mon.smithi018 (mon.0) 675 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T09:18:02.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:01 smithi018 bash[19939]: audit 2024-09-17T09:18:00.741757+0000 mon.smithi018 (mon.0) 676 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T09:18:02.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:01 smithi018 bash[19939]: audit 2024-09-17T09:18:00.743749+0000 mon.smithi018 (mon.0) 677 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:18:02.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:01 smithi018 bash[19939]: audit 2024-09-17T09:18:00.751780+0000 mon.smithi018 (mon.0) 678 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T09:18:02.166 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:01 smithi018 bash[19939]: audit 2024-09-17T09:18:00.753768+0000 mon.smithi018 (mon.0) 679 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:18:02.166 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:01 smithi018 bash[19939]: cluster 2024-09-17T09:18:01.228490+0000 mgr.smithi018.roweby (mgr.14195) 141 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:03.101 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:02 smithi191 bash[24486]: audit 2024-09-17T09:18:02.266984+0000 mon.smithi018 (mon.0) 680 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:18:03.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:02 smithi018 bash[19939]: audit 2024-09-17T09:18:02.266984+0000 mon.smithi018 (mon.0) 680 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:18:03.600 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:18:04.101 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:03 smithi191 bash[24486]: cluster 2024-09-17T09:18:03.229123+0000 mgr.smithi018.roweby (mgr.14195) 142 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:04.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:03 smithi018 bash[19939]: cluster 2024-09-17T09:18:03.229123+0000 mgr.smithi018.roweby (mgr.14195) 142 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:05.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:05 smithi191 bash[24486]: cluster 2024-09-17T09:18:05.229540+0000 mgr.smithi018.roweby (mgr.14195) 143 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:05.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:05 smithi018 bash[19939]: cluster 2024-09-17T09:18:05.229540+0000 mgr.smithi018.roweby (mgr.14195) 143 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:06.978 INFO:teuthology.orchestra.run.smithi018.stdout:pg_num: 1 2024-09-17T09:18:07.101 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:07 smithi191 bash[24486]: audit 2024-09-17T09:18:06.979326+0000 mon.smithi018 (mon.0) 681 : audit [DBG] from='client.? 172.21.15.18:0/3406385728' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-17T09:18:07.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:07 smithi018 bash[19939]: audit 2024-09-17T09:18:06.979326+0000 mon.smithi018 (mon.0) 681 : audit [DBG] from='client.? 172.21.15.18:0/3406385728' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-17T09:18:07.831 INFO:tasks.cephadm:Setting up client nodes... 2024-09-17T09:18:07.832 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-17T09:18:08.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:08 smithi018 bash[19939]: cluster 2024-09-17T09:18:07.230003+0000 mgr.smithi018.roweby (mgr.14195) 144 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:08.318 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:08 smithi191 bash[24486]: cluster 2024-09-17T09:18:07.230003+0000 mgr.smithi018.roweby (mgr.14195) 144 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:09.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:09 smithi191 bash[24486]: cluster 2024-09-17T09:18:09.230385+0000 mgr.smithi018.roweby (mgr.14195) 145 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:09.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:09 smithi018 bash[19939]: cluster 2024-09-17T09:18:09.230385+0000 mgr.smithi018.roweby (mgr.14195) 145 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:11.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:11 smithi191 bash[24486]: cluster 2024-09-17T09:18:11.230901+0000 mgr.smithi018.roweby (mgr.14195) 146 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:11.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:11 smithi018 bash[19939]: cluster 2024-09-17T09:18:11.230901+0000 mgr.smithi018.roweby (mgr.14195) 146 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:12.595 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:18:13.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:13 smithi191 bash[24486]: cluster 2024-09-17T09:18:13.231494+0000 mgr.smithi018.roweby (mgr.14195) 147 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:13.623 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:13 smithi018 bash[19939]: cluster 2024-09-17T09:18:13.231494+0000 mgr.smithi018.roweby (mgr.14195) 147 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:15.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:15 smithi191 bash[24486]: cluster 2024-09-17T09:18:15.232059+0000 mgr.smithi018.roweby (mgr.14195) 148 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:15.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:15 smithi018 bash[19939]: cluster 2024-09-17T09:18:15.232059+0000 mgr.smithi018.roweby (mgr.14195) 148 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:15.705 INFO:teuthology.orchestra.run.smithi018.stdout:[client.0] 2024-09-17T09:18:15.705 INFO:teuthology.orchestra.run.smithi018.stdout: key = AQBXSelmqsLhKRAAcFYl6HdsTnV8vQ/gSh6YqQ== 2024-09-17T09:18:16.549 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:16 smithi191 bash[24486]: audit 2024-09-17T09:18:15.702508+0000 mon.smithi018 (mon.0) 682 : audit [INF] from='client.? 172.21.15.18:0/38533718' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-17T09:18:16.550 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:16 smithi191 bash[24486]: audit 2024-09-17T09:18:15.706317+0000 mon.smithi018 (mon.0) 683 : audit [INF] from='client.? 172.21.15.18:0/38533718' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-17T09:18:16.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:16 smithi018 bash[19939]: audit 2024-09-17T09:18:15.702508+0000 mon.smithi018 (mon.0) 682 : audit [INF] from='client.? 172.21.15.18:0/38533718' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-17T09:18:16.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:16 smithi018 bash[19939]: audit 2024-09-17T09:18:15.706317+0000 mon.smithi018 (mon.0) 683 : audit [INF] from='client.? 172.21.15.18:0/38533718' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-17T09:18:16.728 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-17T09:18:16.728 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-09-17T09:18:16.728 DEBUG:teuthology.orchestra.run.smithi018:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-09-17T09:18:16.760 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-17T09:18:17.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:17 smithi191 bash[24486]: cluster 2024-09-17T09:18:17.232613+0000 mgr.smithi018.roweby (mgr.14195) 149 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:17.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:17 smithi191 bash[24486]: audit 2024-09-17T09:18:17.271430+0000 mon.smithi018 (mon.0) 684 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:18:17.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:17 smithi018 bash[19939]: cluster 2024-09-17T09:18:17.232613+0000 mgr.smithi018.roweby (mgr.14195) 149 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:17.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:17 smithi018 bash[19939]: audit 2024-09-17T09:18:17.271430+0000 mon.smithi018 (mon.0) 684 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:18:19.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:19 smithi018 bash[19939]: cluster 2024-09-17T09:18:19.233207+0000 mgr.smithi018.roweby (mgr.14195) 150 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:19.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:19 smithi191 bash[24486]: cluster 2024-09-17T09:18:19.233207+0000 mgr.smithi018.roweby (mgr.14195) 150 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:21.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:21 smithi191 bash[24486]: cluster 2024-09-17T09:18:21.233815+0000 mgr.smithi018.roweby (mgr.14195) 151 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:21.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:21 smithi018 bash[19939]: cluster 2024-09-17T09:18:21.233815+0000 mgr.smithi018.roweby (mgr.14195) 151 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:21.739 INFO:teuthology.orchestra.run.smithi191.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi191/config 2024-09-17T09:18:23.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:23 smithi191 bash[24486]: cluster 2024-09-17T09:18:23.234397+0000 mgr.smithi018.roweby (mgr.14195) 152 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:23.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:23 smithi018 bash[19939]: cluster 2024-09-17T09:18:23.234397+0000 mgr.smithi018.roweby (mgr.14195) 152 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:25.393 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:25 smithi191 bash[24486]: cluster 2024-09-17T09:18:25.234995+0000 mgr.smithi018.roweby (mgr.14195) 153 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:25.549 INFO:teuthology.orchestra.run.smithi191.stdout:[client.1] 2024-09-17T09:18:25.550 INFO:teuthology.orchestra.run.smithi191.stdout: key = AQBhSelmn6xrIBAA0OT+xlK8ACm4LpduGPqUGw== 2024-09-17T09:18:25.573 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:25 smithi018 bash[19939]: cluster 2024-09-17T09:18:25.234995+0000 mgr.smithi018.roweby (mgr.14195) 153 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:26.459 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-09-17T09:18:26.459 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-09-17T09:18:26.459 DEBUG:teuthology.orchestra.run.smithi191:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-09-17T09:18:26.468 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:26 smithi191 bash[24486]: audit 2024-09-17T09:18:25.542356+0000 mon.smithi191 (mon.1) 17 : audit [INF] from='client.? 172.21.15.191:0/539558350' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-17T09:18:26.468 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:26 smithi191 bash[24486]: audit 2024-09-17T09:18:25.543621+0000 mon.smithi018 (mon.0) 685 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-17T09:18:26.468 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:26 smithi191 bash[24486]: audit 2024-09-17T09:18:25.550639+0000 mon.smithi018 (mon.0) 686 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-17T09:18:26.477 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-17T09:18:26.477 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-17T09:18:26.478 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph mgr dump --format=json 2024-09-17T09:18:26.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:26 smithi018 bash[19939]: audit 2024-09-17T09:18:25.542356+0000 mon.smithi191 (mon.1) 17 : audit [INF] from='client.? 172.21.15.191:0/539558350' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-17T09:18:26.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:26 smithi018 bash[19939]: audit 2024-09-17T09:18:25.543621+0000 mon.smithi018 (mon.0) 685 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-17T09:18:26.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:26 smithi018 bash[19939]: audit 2024-09-17T09:18:25.550639+0000 mon.smithi018 (mon.0) 686 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-09-17T09:18:27.431 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:27 smithi191 bash[24486]: cluster 2024-09-17T09:18:27.235414+0000 mgr.smithi018.roweby (mgr.14195) 154 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:27.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:27 smithi018 bash[19939]: cluster 2024-09-17T09:18:27.235414+0000 mgr.smithi018.roweby (mgr.14195) 154 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:29.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:29 smithi018 bash[19939]: audit 2024-09-17T09:18:28.416147+0000 mon.smithi018 (mon.0) 687 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:18:29.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:29 smithi018 bash[19939]: audit 2024-09-17T09:18:28.427362+0000 mon.smithi018 (mon.0) 688 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:18:29.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:29 smithi018 bash[19939]: audit 2024-09-17T09:18:28.689952+0000 mon.smithi018 (mon.0) 689 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:18:29.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:29 smithi018 bash[19939]: audit 2024-09-17T09:18:28.699926+0000 mon.smithi018 (mon.0) 690 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:18:29.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:29 smithi018 bash[19939]: cluster 2024-09-17T09:18:29.235855+0000 mgr.smithi018.roweby (mgr.14195) 155 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:29.851 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:29 smithi191 bash[24486]: audit 2024-09-17T09:18:28.416147+0000 mon.smithi018 (mon.0) 687 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:18:29.851 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:29 smithi191 bash[24486]: audit 2024-09-17T09:18:28.427362+0000 mon.smithi018 (mon.0) 688 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:18:29.851 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:29 smithi191 bash[24486]: audit 2024-09-17T09:18:28.689952+0000 mon.smithi018 (mon.0) 689 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:18:29.851 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:29 smithi191 bash[24486]: audit 2024-09-17T09:18:28.699926+0000 mon.smithi018 (mon.0) 690 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:18:29.851 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:29 smithi191 bash[24486]: cluster 2024-09-17T09:18:29.235855+0000 mgr.smithi018.roweby (mgr.14195) 155 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:31.244 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:18:31.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:31 smithi191 bash[24486]: cluster 2024-09-17T09:18:31.236550+0000 mgr.smithi018.roweby (mgr.14195) 156 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:31.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:31 smithi018 bash[19939]: cluster 2024-09-17T09:18:31.236550+0000 mgr.smithi018.roweby (mgr.14195) 156 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:32.522 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:32 smithi018 bash[19939]: audit 2024-09-17T09:18:32.271346+0000 mon.smithi018 (mon.0) 691 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:18:32.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:32 smithi191 bash[24486]: audit 2024-09-17T09:18:32.271346+0000 mon.smithi018 (mon.0) 691 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:18:33.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:33 smithi018 bash[19939]: cluster 2024-09-17T09:18:33.237308+0000 mgr.smithi018.roweby (mgr.14195) 157 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:33.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:33 smithi191 bash[24486]: cluster 2024-09-17T09:18:33.237308+0000 mgr.smithi018.roweby (mgr.14195) 157 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:34.266 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T09:18:34.602 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:34 smithi191 bash[24486]: audit 2024-09-17T09:18:34.256774+0000 mon.smithi018 (mon.0) 692 : audit [DBG] from='client.? 172.21.15.18:0/1897498852' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-17T09:18:34.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:34 smithi018 bash[19939]: audit 2024-09-17T09:18:34.256774+0000 mon.smithi018 (mon.0) 692 : audit [DBG] from='client.? 172.21.15.18:0/1897498852' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-17T09:18:34.826 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":19,"flags":0,"active_gid":14195,"active_name":"smithi018.roweby","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6800","nonce":3148293266},{"type":"v1","addr":"172.21.15.18:6801","nonce":3148293266}]},"active_addr":"172.21.15.18:6801/3148293266","active_change":"2024-09-17T09:15:17.181923+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":14210,"name":"smithi191.oohadx","mgr_features":4540138322906710015,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","prometheus","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.18:8443/","prometheus":"http://172.21.15.18:9283/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":5,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.18:0","nonce":1426828298}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.18:0","nonce":3352604915}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.18:0","nonce":3522831551}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.18:0","nonce":1489272880}]}]} 2024-09-17T09:18:34.830 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-17T09:18:34.831 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-17T09:18:34.831 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T09:18:35.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:35 smithi191 bash[24486]: cluster 2024-09-17T09:18:35.237945+0000 mgr.smithi018.roweby (mgr.14195) 158 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:35.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:35 smithi018 bash[19939]: cluster 2024-09-17T09:18:35.237945+0000 mgr.smithi018.roweby (mgr.14195) 158 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:37.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:37 smithi191 bash[24486]: cluster 2024-09-17T09:18:37.238498+0000 mgr.smithi018.roweby (mgr.14195) 159 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:37.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:37 smithi018 bash[19939]: cluster 2024-09-17T09:18:37.238498+0000 mgr.smithi018.roweby (mgr.14195) 159 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:39.587 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:18:39.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:39 smithi191 bash[24486]: cluster 2024-09-17T09:18:39.239267+0000 mgr.smithi018.roweby (mgr.14195) 160 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:39.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:39 smithi018 bash[19939]: cluster 2024-09-17T09:18:39.239267+0000 mgr.smithi018.roweby (mgr.14195) 160 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:41.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:41 smithi191 bash[24486]: cluster 2024-09-17T09:18:41.239863+0000 mgr.smithi018.roweby (mgr.14195) 161 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:41.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:41 smithi018 bash[19939]: cluster 2024-09-17T09:18:41.239863+0000 mgr.smithi018.roweby (mgr.14195) 161 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:42.663 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T09:18:42.663 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":39,"fsid":"c8b74618-74d4-11ef-bceb-c7b262605968","created":"2024-09-17T09:12:41.576614+0000","modified":"2024-09-17T09:17:46.386280+0000","last_up_change":"2024-09-17T09:17:42.425047+0000","last_in_change":"2024-09-17T09:16:54.381739+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-17T09:17:27.776169+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"27","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"bc98b7da-b330-4cec-9432-00523cee256e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6800","nonce":1715736458},{"type":"v1","addr":"172.21.15.191:6801","nonce":1715736458}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6802","nonce":1715736458},{"type":"v1","addr":"172.21.15.191:6803","nonce":1715736458}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6806","nonce":1715736458},{"type":"v1","addr":"172.21.15.191:6807","nonce":1715736458}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6804","nonce":1715736458},{"type":"v1","addr":"172.21.15.191:6805","nonce":1715736458}]},"public_addr":"172.21.15.191:6801/1715736458","cluster_addr":"172.21.15.191:6803/1715736458","heartbeat_back_addr":"172.21.15.191:6807/1715736458","heartbeat_front_addr":"172.21.15.191:6805/1715736458","state":["exists","up"]},{"osd":1,"uuid":"17287a4a-5af5-413b-ac98-a7fa9f5c4c79","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6802","nonce":2170902130},{"type":"v1","addr":"172.21.15.18:6803","nonce":2170902130}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6804","nonce":2170902130},{"type":"v1","addr":"172.21.15.18:6805","nonce":2170902130}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6808","nonce":2170902130},{"type":"v1","addr":"172.21.15.18:6809","nonce":2170902130}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6806","nonce":2170902130},{"type":"v1","addr":"172.21.15.18:6807","nonce":2170902130}]},"public_addr":"172.21.15.18:6803/2170902130","cluster_addr":"172.21.15.18:6805/2170902130","heartbeat_back_addr":"172.21.15.18:6809/2170902130","heartbeat_front_addr":"172.21.15.18:6807/2170902130","state":["exists","up"]},{"osd":2,"uuid":"7c636952-f86a-48de-9aa1-c2d2eeb7b70a","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.191:6808","nonce":2714280736},{"type":"v1","addr":"172.21.15.191:6809","nonce":2714280736}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6810","nonce":2714280736},{"type":"v1","addr":"172.21.15.191:6811","nonce":2714280736}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6814","nonce":2714280736},{"type":"v1","addr":"172.21.15.191:6815","nonce":2714280736}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6812","nonce":2714280736},{"type":"v1","addr":"172.21.15.191:6813","nonce":2714280736}]},"public_addr":"172.21.15.191:6809/2714280736","cluster_addr":"172.21.15.191:6811/2714280736","heartbeat_back_addr":"172.21.15.191:6815/2714280736","heartbeat_front_addr":"172.21.15.191:6813/2714280736","state":["exists","up"]},{"osd":3,"uuid":"997967c1-b25f-47c0-b1b8-0d5ea5aec13b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6810","nonce":1655135984},{"type":"v1","addr":"172.21.15.18:6811","nonce":1655135984}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6812","nonce":1655135984},{"type":"v1","addr":"172.21.15.18:6813","nonce":1655135984}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6816","nonce":1655135984},{"type":"v1","addr":"172.21.15.18:6817","nonce":1655135984}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6814","nonce":1655135984},{"type":"v1","addr":"172.21.15.18:6815","nonce":1655135984}]},"public_addr":"172.21.15.18:6811/1655135984","cluster_addr":"172.21.15.18:6813/1655135984","heartbeat_back_addr":"172.21.15.18:6817/1655135984","heartbeat_front_addr":"172.21.15.18:6815/1655135984","state":["exists","up"]},{"osd":4,"uuid":"87828369-ca05-4cc2-9438-4cc2fbf90f89","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6816","nonce":3371811787},{"type":"v1","addr":"172.21.15.191:6817","nonce":3371811787}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6818","nonce":3371811787},{"type":"v1","addr":"172.21.15.191:6819","nonce":3371811787}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6822","nonce":3371811787},{"type":"v1","addr":"172.21.15.191:6823","nonce":3371811787}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6820","nonce":3371811787},{"type":"v1","addr":"172.21.15.191:6821","nonce":3371811787}]},"public_addr":"172.21.15.191:6817/3371811787","cluster_addr":"172.21.15.191:6819/3371811787","heartbeat_back_addr":"172.21.15.191:6823/3371811787","heartbeat_front_addr":"172.21.15.191:6821/3371811787","state":["exists","up"]},{"osd":5,"uuid":"b01eae5b-7e9f-41f5-86a9-2d285078b938","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6818","nonce":436488814},{"type":"v1","addr":"172.21.15.18:6819","nonce":436488814}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6820","nonce":436488814},{"type":"v1","addr":"172.21.15.18:6821","nonce":436488814}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6824","nonce":436488814},{"type":"v1","addr":"172.21.15.18:6825","nonce":436488814}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6822","nonce":436488814},{"type":"v1","addr":"172.21.15.18:6823","nonce":436488814}]},"public_addr":"172.21.15.18:6819/436488814","cluster_addr":"172.21.15.18:6821/436488814","heartbeat_back_addr":"172.21.15.18:6825/436488814","heartbeat_front_addr":"172.21.15.18:6823/436488814","state":["exists","up"]},{"osd":6,"uuid":"4e1171e5-ba4a-4f6f-8921-433e350ba8bc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6824","nonce":2498512772},{"type":"v1","addr":"172.21.15.191:6825","nonce":2498512772}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6826","nonce":2498512772},{"type":"v1","addr":"172.21.15.191:6827","nonce":2498512772}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6830","nonce":2498512772},{"type":"v1","addr":"172.21.15.191:6831","nonce":2498512772}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6828","nonce":2498512772},{"type":"v1","addr":"172.21.15.191:6829","nonce":2498512772}]},"public_addr":"172.21.15.191:6825/2498512772","cluster_addr":"172.21.15.191:6827/2498512772","heartbeat_back_addr":"172.21.15.191:6831/2498512772","heartbeat_front_addr":"172.21.15.191:6829/2498512772","state":["exists","up"]},{"osd":7,"uuid":"0b198bc2-91d4-44ed-a08f-dae48bbeef82","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6826","nonce":1108000491},{"type":"v1","addr":"172.21.15.18:6827","nonce":1108000491}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6828","nonce":1108000491},{"type":"v1","addr":"172.21.15.18:6829","nonce":1108000491}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6832","nonce":1108000491},{"type":"v1","addr":"172.21.15.18:6833","nonce":1108000491}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6830","nonce":1108000491},{"type":"v1","addr":"172.21.15.18:6831","nonce":1108000491}]},"public_addr":"172.21.15.18:6827/1108000491","cluster_addr":"172.21.15.18:6829/1108000491","heartbeat_back_addr":"172.21.15.18:6833/1108000491","heartbeat_front_addr":"172.21.15.18:6831/1108000491","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:17:19.879193+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:17:22.093357+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:17:25.693706+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:17:28.736374+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:17:31.479851+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:17:35.973410+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:17:36.143441+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:17:41.179339+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.18:6800/1386521555":"2024-09-18T09:15:17.181707+0000","172.21.15.18:0/935682120":"2024-09-18T09:13:08.493339+0000","172.21.15.18:6801/1386521555":"2024-09-18T09:15:17.181707+0000","172.21.15.18:0/460076483":"2024-09-18T09:13:51.573244+0000","172.21.15.18:6801/14373510":"2024-09-18T09:13:08.493339+0000","172.21.15.18:0/1089296813":"2024-09-18T09:13:08.493339+0000","172.21.15.18:0/1323623665":"2024-09-18T09:13:08.493339+0000","172.21.15.18:0/2464044882":"2024-09-18T09:13:51.573244+0000","172.21.15.18:0/2090038584":"2024-09-18T09:13:51.573244+0000","172.21.15.18:6800/347013328":"2024-09-18T09:13:51.573244+0000","172.21.15.18:0/2367486071":"2024-09-18T09:15:17.181707+0000","172.21.15.18:6801/347013328":"2024-09-18T09:13:51.573244+0000","172.21.15.18:6800/14373510":"2024-09-18T09:13:08.493339+0000","172.21.15.18:0/935212861":"2024-09-18T09:15:17.181707+0000","172.21.15.18:0/168038788":"2024-09-18T09:15:17.181707+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-17T09:18:43.101 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:42 smithi191 bash[24486]: audit 2024-09-17T09:18:42.662664+0000 mon.smithi018 (mon.0) 693 : audit [DBG] from='client.? 172.21.15.18:0/1980477242' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T09:18:43.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:42 smithi018 bash[19939]: audit 2024-09-17T09:18:42.662664+0000 mon.smithi018 (mon.0) 693 : audit [DBG] from='client.? 172.21.15.18:0/1980477242' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T09:18:43.247 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-17T09:18:43.247 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T09:18:43.976 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:43 smithi018 bash[19939]: cluster 2024-09-17T09:18:43.240515+0000 mgr.smithi018.roweby (mgr.14195) 162 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:44.101 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:43 smithi191 bash[24486]: cluster 2024-09-17T09:18:43.240515+0000 mgr.smithi018.roweby (mgr.14195) 162 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:45.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:45 smithi191 bash[24486]: cluster 2024-09-17T09:18:45.241278+0000 mgr.smithi018.roweby (mgr.14195) 163 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:45.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:45 smithi018 bash[19939]: cluster 2024-09-17T09:18:45.241278+0000 mgr.smithi018.roweby (mgr.14195) 163 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:47.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:47 smithi191 bash[24486]: cluster 2024-09-17T09:18:47.241968+0000 mgr.smithi018.roweby (mgr.14195) 164 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:47.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:47 smithi191 bash[24486]: audit 2024-09-17T09:18:47.272306+0000 mon.smithi018 (mon.0) 694 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:18:47.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:47 smithi018 bash[19939]: cluster 2024-09-17T09:18:47.241968+0000 mgr.smithi018.roweby (mgr.14195) 164 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:47.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:47 smithi018 bash[19939]: audit 2024-09-17T09:18:47.272306+0000 mon.smithi018 (mon.0) 694 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:18:48.014 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:18:49.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:49 smithi191 bash[24486]: cluster 2024-09-17T09:18:49.242555+0000 mgr.smithi018.roweby (mgr.14195) 165 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:49.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:49 smithi018 bash[19939]: cluster 2024-09-17T09:18:49.242555+0000 mgr.smithi018.roweby (mgr.14195) 165 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:50.969 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T09:18:50.969 INFO:teuthology.orchestra.run.smithi018.stdout:{"epoch":39,"fsid":"c8b74618-74d4-11ef-bceb-c7b262605968","created":"2024-09-17T09:12:41.576614+0000","modified":"2024-09-17T09:17:46.386280+0000","last_up_change":"2024-09-17T09:17:42.425047+0000","last_in_change":"2024-09-17T09:16:54.381739+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-17T09:17:27.776169+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"27","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_acting":7.8899998664855957,"score_stable":7.8899998664855957,"optimal_score":0.37999999523162842,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"bc98b7da-b330-4cec-9432-00523cee256e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6800","nonce":1715736458},{"type":"v1","addr":"172.21.15.191:6801","nonce":1715736458}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6802","nonce":1715736458},{"type":"v1","addr":"172.21.15.191:6803","nonce":1715736458}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6806","nonce":1715736458},{"type":"v1","addr":"172.21.15.191:6807","nonce":1715736458}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6804","nonce":1715736458},{"type":"v1","addr":"172.21.15.191:6805","nonce":1715736458}]},"public_addr":"172.21.15.191:6801/1715736458","cluster_addr":"172.21.15.191:6803/1715736458","heartbeat_back_addr":"172.21.15.191:6807/1715736458","heartbeat_front_addr":"172.21.15.191:6805/1715736458","state":["exists","up"]},{"osd":1,"uuid":"17287a4a-5af5-413b-ac98-a7fa9f5c4c79","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6802","nonce":2170902130},{"type":"v1","addr":"172.21.15.18:6803","nonce":2170902130}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6804","nonce":2170902130},{"type":"v1","addr":"172.21.15.18:6805","nonce":2170902130}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6808","nonce":2170902130},{"type":"v1","addr":"172.21.15.18:6809","nonce":2170902130}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6806","nonce":2170902130},{"type":"v1","addr":"172.21.15.18:6807","nonce":2170902130}]},"public_addr":"172.21.15.18:6803/2170902130","cluster_addr":"172.21.15.18:6805/2170902130","heartbeat_back_addr":"172.21.15.18:6809/2170902130","heartbeat_front_addr":"172.21.15.18:6807/2170902130","state":["exists","up"]},{"osd":2,"uuid":"7c636952-f86a-48de-9aa1-c2d2eeb7b70a","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.191:6808","nonce":2714280736},{"type":"v1","addr":"172.21.15.191:6809","nonce":2714280736}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6810","nonce":2714280736},{"type":"v1","addr":"172.21.15.191:6811","nonce":2714280736}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6814","nonce":2714280736},{"type":"v1","addr":"172.21.15.191:6815","nonce":2714280736}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6812","nonce":2714280736},{"type":"v1","addr":"172.21.15.191:6813","nonce":2714280736}]},"public_addr":"172.21.15.191:6809/2714280736","cluster_addr":"172.21.15.191:6811/2714280736","heartbeat_back_addr":"172.21.15.191:6815/2714280736","heartbeat_front_addr":"172.21.15.191:6813/2714280736","state":["exists","up"]},{"osd":3,"uuid":"997967c1-b25f-47c0-b1b8-0d5ea5aec13b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6810","nonce":1655135984},{"type":"v1","addr":"172.21.15.18:6811","nonce":1655135984}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6812","nonce":1655135984},{"type":"v1","addr":"172.21.15.18:6813","nonce":1655135984}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6816","nonce":1655135984},{"type":"v1","addr":"172.21.15.18:6817","nonce":1655135984}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6814","nonce":1655135984},{"type":"v1","addr":"172.21.15.18:6815","nonce":1655135984}]},"public_addr":"172.21.15.18:6811/1655135984","cluster_addr":"172.21.15.18:6813/1655135984","heartbeat_back_addr":"172.21.15.18:6817/1655135984","heartbeat_front_addr":"172.21.15.18:6815/1655135984","state":["exists","up"]},{"osd":4,"uuid":"87828369-ca05-4cc2-9438-4cc2fbf90f89","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6816","nonce":3371811787},{"type":"v1","addr":"172.21.15.191:6817","nonce":3371811787}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6818","nonce":3371811787},{"type":"v1","addr":"172.21.15.191:6819","nonce":3371811787}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6822","nonce":3371811787},{"type":"v1","addr":"172.21.15.191:6823","nonce":3371811787}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6820","nonce":3371811787},{"type":"v1","addr":"172.21.15.191:6821","nonce":3371811787}]},"public_addr":"172.21.15.191:6817/3371811787","cluster_addr":"172.21.15.191:6819/3371811787","heartbeat_back_addr":"172.21.15.191:6823/3371811787","heartbeat_front_addr":"172.21.15.191:6821/3371811787","state":["exists","up"]},{"osd":5,"uuid":"b01eae5b-7e9f-41f5-86a9-2d285078b938","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6818","nonce":436488814},{"type":"v1","addr":"172.21.15.18:6819","nonce":436488814}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6820","nonce":436488814},{"type":"v1","addr":"172.21.15.18:6821","nonce":436488814}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6824","nonce":436488814},{"type":"v1","addr":"172.21.15.18:6825","nonce":436488814}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6822","nonce":436488814},{"type":"v1","addr":"172.21.15.18:6823","nonce":436488814}]},"public_addr":"172.21.15.18:6819/436488814","cluster_addr":"172.21.15.18:6821/436488814","heartbeat_back_addr":"172.21.15.18:6825/436488814","heartbeat_front_addr":"172.21.15.18:6823/436488814","state":["exists","up"]},{"osd":6,"uuid":"4e1171e5-ba4a-4f6f-8921-433e350ba8bc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6824","nonce":2498512772},{"type":"v1","addr":"172.21.15.191:6825","nonce":2498512772}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6826","nonce":2498512772},{"type":"v1","addr":"172.21.15.191:6827","nonce":2498512772}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6830","nonce":2498512772},{"type":"v1","addr":"172.21.15.191:6831","nonce":2498512772}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.191:6828","nonce":2498512772},{"type":"v1","addr":"172.21.15.191:6829","nonce":2498512772}]},"public_addr":"172.21.15.191:6825/2498512772","cluster_addr":"172.21.15.191:6827/2498512772","heartbeat_back_addr":"172.21.15.191:6831/2498512772","heartbeat_front_addr":"172.21.15.191:6829/2498512772","state":["exists","up"]},{"osd":7,"uuid":"0b198bc2-91d4-44ed-a08f-dae48bbeef82","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6826","nonce":1108000491},{"type":"v1","addr":"172.21.15.18:6827","nonce":1108000491}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6828","nonce":1108000491},{"type":"v1","addr":"172.21.15.18:6829","nonce":1108000491}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6832","nonce":1108000491},{"type":"v1","addr":"172.21.15.18:6833","nonce":1108000491}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.18:6830","nonce":1108000491},{"type":"v1","addr":"172.21.15.18:6831","nonce":1108000491}]},"public_addr":"172.21.15.18:6827/1108000491","cluster_addr":"172.21.15.18:6829/1108000491","heartbeat_back_addr":"172.21.15.18:6833/1108000491","heartbeat_front_addr":"172.21.15.18:6831/1108000491","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:17:19.879193+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:17:22.093357+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:17:25.693706+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:17:28.736374+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:17:31.479851+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:17:35.973410+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:17:36.143441+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T09:17:41.179339+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.18:6800/1386521555":"2024-09-18T09:15:17.181707+0000","172.21.15.18:0/935682120":"2024-09-18T09:13:08.493339+0000","172.21.15.18:6801/1386521555":"2024-09-18T09:15:17.181707+0000","172.21.15.18:0/460076483":"2024-09-18T09:13:51.573244+0000","172.21.15.18:6801/14373510":"2024-09-18T09:13:08.493339+0000","172.21.15.18:0/1089296813":"2024-09-18T09:13:08.493339+0000","172.21.15.18:0/1323623665":"2024-09-18T09:13:08.493339+0000","172.21.15.18:0/2464044882":"2024-09-18T09:13:51.573244+0000","172.21.15.18:0/2090038584":"2024-09-18T09:13:51.573244+0000","172.21.15.18:6800/347013328":"2024-09-18T09:13:51.573244+0000","172.21.15.18:0/2367486071":"2024-09-18T09:15:17.181707+0000","172.21.15.18:6801/347013328":"2024-09-18T09:13:51.573244+0000","172.21.15.18:6800/14373510":"2024-09-18T09:13:08.493339+0000","172.21.15.18:0/935212861":"2024-09-18T09:15:17.181707+0000","172.21.15.18:0/168038788":"2024-09-18T09:15:17.181707+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-17T09:18:51.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:51 smithi191 bash[24486]: audit 2024-09-17T09:18:50.969546+0000 mon.smithi018 (mon.0) 695 : audit [DBG] from='client.? 172.21.15.18:0/665755305' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T09:18:51.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:51 smithi018 bash[19939]: audit 2024-09-17T09:18:50.969546+0000 mon.smithi018 (mon.0) 695 : audit [DBG] from='client.? 172.21.15.18:0/665755305' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T09:18:51.526 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-17T09:18:51.526 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-17T09:18:51.527 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-17T09:18:51.527 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-09-17T09:18:51.527 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-09-17T09:18:51.528 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-09-17T09:18:51.528 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-09-17T09:18:51.529 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-09-17T09:18:52.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:52 smithi191 bash[24486]: cluster 2024-09-17T09:18:51.243169+0000 mgr.smithi018.roweby (mgr.14195) 166 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:52.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:52 smithi018 bash[19939]: cluster 2024-09-17T09:18:51.243169+0000 mgr.smithi018.roweby (mgr.14195) 166 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:53.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:53 smithi191 bash[24486]: cluster 2024-09-17T09:18:53.243740+0000 mgr.smithi018.roweby (mgr.14195) 167 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:53.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:53 smithi018 bash[19939]: cluster 2024-09-17T09:18:53.243740+0000 mgr.smithi018.roweby (mgr.14195) 167 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:55.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:55 smithi191 bash[24486]: cluster 2024-09-17T09:18:55.244309+0000 mgr.smithi018.roweby (mgr.14195) 168 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:55.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:55 smithi018 bash[19939]: cluster 2024-09-17T09:18:55.244309+0000 mgr.smithi018.roweby (mgr.14195) 168 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:56.390 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:18:56.390 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:18:56.390 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:18:56.392 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:18:56.392 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:18:56.395 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:18:56.395 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:18:56.396 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:18:57.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:57 smithi191 bash[24486]: cluster 2024-09-17T09:18:57.244874+0000 mgr.smithi018.roweby (mgr.14195) 169 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:57.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:57 smithi018 bash[19939]: cluster 2024-09-17T09:18:57.244874+0000 mgr.smithi018.roweby (mgr.14195) 169 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:59.459 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:18:59 smithi018 bash[19939]: cluster 2024-09-17T09:18:59.245267+0000 mgr.smithi018.roweby (mgr.14195) 170 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:18:59.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:18:59 smithi191 bash[24486]: cluster 2024-09-17T09:18:59.245267+0000 mgr.smithi018.roweby (mgr.14195) 170 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:01.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:01 smithi018 bash[19939]: cluster 2024-09-17T09:19:01.245794+0000 mgr.smithi018.roweby (mgr.14195) 171 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:01.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:01 smithi191 bash[24486]: cluster 2024-09-17T09:19:01.245794+0000 mgr.smithi018.roweby (mgr.14195) 171 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:02.385 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:02 smithi018 bash[19939]: audit 2024-09-17T09:19:02.272424+0000 mon.smithi018 (mon.0) 696 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:19:02.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:02 smithi191 bash[24486]: audit 2024-09-17T09:19:02.272424+0000 mon.smithi018 (mon.0) 696 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:19:03.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:03 smithi018 bash[19939]: cluster 2024-09-17T09:19:03.246160+0000 mgr.smithi018.roweby (mgr.14195) 172 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:03.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:03 smithi191 bash[24486]: cluster 2024-09-17T09:19:03.246160+0000 mgr.smithi018.roweby (mgr.14195) 172 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:05.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:05 smithi191 bash[24486]: cluster 2024-09-17T09:19:05.246619+0000 mgr.smithi018.roweby (mgr.14195) 173 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:05.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:05 smithi018 bash[19939]: cluster 2024-09-17T09:19:05.246619+0000 mgr.smithi018.roweby (mgr.14195) 173 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:07.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:07 smithi018 bash[19939]: cluster 2024-09-17T09:19:07.246970+0000 mgr.smithi018.roweby (mgr.14195) 174 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:07.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:07 smithi191 bash[24486]: cluster 2024-09-17T09:19:07.246970+0000 mgr.smithi018.roweby (mgr.14195) 174 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:08.498 INFO:teuthology.orchestra.run.smithi018.stdout:133143986196 2024-09-17T09:19:08.499 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-09-17T09:19:08.661 INFO:teuthology.orchestra.run.smithi018.stdout:115964117013 2024-09-17T09:19:08.661 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-09-17T09:19:09.323 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:09 smithi018 bash[19939]: cluster 2024-09-17T09:19:09.247445+0000 mgr.smithi018.roweby (mgr.14195) 175 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:09.513 INFO:teuthology.orchestra.run.smithi018.stdout:133143986195 2024-09-17T09:19:09.514 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-09-17T09:19:09.542 INFO:teuthology.orchestra.run.smithi018.stdout:90194313239 2024-09-17T09:19:09.543 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-17T09:19:09.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:09 smithi191 bash[24486]: cluster 2024-09-17T09:19:09.247445+0000 mgr.smithi018.roweby (mgr.14195) 175 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:11.177 INFO:teuthology.orchestra.run.smithi018.stdout:68719476761 2024-09-17T09:19:11.178 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-17T09:19:11.228 INFO:teuthology.orchestra.run.smithi018.stdout:103079215126 2024-09-17T09:19:11.229 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-09-17T09:19:11.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:11 smithi191 bash[24486]: cluster 2024-09-17T09:19:11.247933+0000 mgr.smithi018.roweby (mgr.14195) 176 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:11.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:11 smithi018 bash[19939]: cluster 2024-09-17T09:19:11.247933+0000 mgr.smithi018.roweby (mgr.14195) 176 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:11.703 INFO:teuthology.orchestra.run.smithi018.stdout:150323855380 2024-09-17T09:19:11.704 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-09-17T09:19:11.804 INFO:teuthology.orchestra.run.smithi018.stdout:77309411352 2024-09-17T09:19:11.805 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-17T09:19:13.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:13 smithi191 bash[24486]: cluster 2024-09-17T09:19:13.248501+0000 mgr.smithi018.roweby (mgr.14195) 177 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:13.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:13 smithi018 bash[19939]: cluster 2024-09-17T09:19:13.248501+0000 mgr.smithi018.roweby (mgr.14195) 177 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:14.638 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:19:14.639 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:19:14.639 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:19:15.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:15 smithi191 bash[24486]: cluster 2024-09-17T09:19:15.249114+0000 mgr.smithi018.roweby (mgr.14195) 178 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:15.663 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:19:15.663 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:19:15.663 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:19:15.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:15 smithi018 bash[19939]: cluster 2024-09-17T09:19:15.249114+0000 mgr.smithi018.roweby (mgr.14195) 178 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:15.665 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:19:15.666 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:19:17.311 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:17 smithi018 bash[19939]: cluster 2024-09-17T09:19:17.249681+0000 mgr.smithi018.roweby (mgr.14195) 179 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:17.311 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:17 smithi018 bash[19939]: audit 2024-09-17T09:19:17.280389+0000 mon.smithi018 (mon.0) 697 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:19:17.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:17 smithi191 bash[24486]: cluster 2024-09-17T09:19:17.249681+0000 mgr.smithi018.roweby (mgr.14195) 179 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:17.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:17 smithi191 bash[24486]: audit 2024-09-17T09:19:17.280389+0000 mon.smithi018 (mon.0) 697 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:19:19.572 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:19 smithi018 bash[19939]: cluster 2024-09-17T09:19:19.250277+0000 mgr.smithi018.roweby (mgr.14195) 180 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:19.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:19 smithi191 bash[24486]: cluster 2024-09-17T09:19:19.250277+0000 mgr.smithi018.roweby (mgr.14195) 180 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:22.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:22 smithi191 bash[24486]: cluster 2024-09-17T09:19:21.250744+0000 mgr.smithi018.roweby (mgr.14195) 181 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:22.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:22 smithi018 bash[19939]: cluster 2024-09-17T09:19:21.250744+0000 mgr.smithi018.roweby (mgr.14195) 181 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:24.487 INFO:teuthology.orchestra.run.smithi018.stdout:115964117017 2024-09-17T09:19:24.500 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:24 smithi018 bash[19939]: cluster 2024-09-17T09:19:23.251473+0000 mgr.smithi018.roweby (mgr.14195) 182 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:24.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:24 smithi191 bash[24486]: cluster 2024-09-17T09:19:23.251473+0000 mgr.smithi018.roweby (mgr.14195) 182 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:25.406 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:25 smithi018 bash[19939]: audit 2024-09-17T09:19:24.488419+0000 mon.smithi018 (mon.0) 698 : audit [DBG] from='client.? 172.21.15.18:0/3885212227' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-17T09:19:25.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:25 smithi191 bash[24486]: audit 2024-09-17T09:19:24.488419+0000 mon.smithi018 (mon.0) 698 : audit [DBG] from='client.? 172.21.15.18:0/3885212227' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-17T09:19:25.716 INFO:teuthology.orchestra.run.smithi018.stdout:150323855383 2024-09-17T09:19:26.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:26 smithi191 bash[24486]: cluster 2024-09-17T09:19:25.252039+0000 mgr.smithi018.roweby (mgr.14195) 183 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:26.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:26 smithi191 bash[24486]: audit 2024-09-17T09:19:25.717604+0000 mon.smithi018 (mon.0) 699 : audit [DBG] from='client.? 172.21.15.18:0/3079767634' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-17T09:19:26.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:26 smithi018 bash[19939]: cluster 2024-09-17T09:19:25.252039+0000 mgr.smithi018.roweby (mgr.14195) 183 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:26.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:26 smithi018 bash[19939]: audit 2024-09-17T09:19:25.717604+0000 mon.smithi018 (mon.0) 699 : audit [DBG] from='client.? 172.21.15.18:0/3079767634' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-17T09:19:26.861 INFO:teuthology.orchestra.run.smithi018.stdout:133143986200 2024-09-17T09:19:27.172 INFO:teuthology.orchestra.run.smithi018.stdout:133143986199 2024-09-17T09:19:27.222 INFO:teuthology.orchestra.run.smithi018.stdout:68719476764 2024-09-17T09:19:27.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:27 smithi191 bash[24486]: audit 2024-09-17T09:19:26.862206+0000 mon.smithi018 (mon.0) 700 : audit [DBG] from='client.? 172.21.15.18:0/4129738104' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-17T09:19:27.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:27 smithi191 bash[24486]: audit 2024-09-17T09:19:27.173280+0000 mon.smithi018 (mon.0) 701 : audit [DBG] from='client.? 172.21.15.18:0/3568459423' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-17T09:19:27.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:27 smithi191 bash[24486]: audit 2024-09-17T09:19:27.223636+0000 mon.smithi018 (mon.0) 702 : audit [DBG] from='client.? 172.21.15.18:0/2389873911' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-17T09:19:27.621 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:27 smithi018 bash[19939]: audit 2024-09-17T09:19:26.862206+0000 mon.smithi018 (mon.0) 700 : audit [DBG] from='client.? 172.21.15.18:0/4129738104' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-17T09:19:27.621 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:27 smithi018 bash[19939]: audit 2024-09-17T09:19:27.173280+0000 mon.smithi018 (mon.0) 701 : audit [DBG] from='client.? 172.21.15.18:0/3568459423' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-17T09:19:27.622 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:27 smithi018 bash[19939]: audit 2024-09-17T09:19:27.223636+0000 mon.smithi018 (mon.0) 702 : audit [DBG] from='client.? 172.21.15.18:0/2389873911' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-17T09:19:27.623 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117013 got 115964117017 for osd.4 2024-09-17T09:19:27.623 DEBUG:teuthology.parallel:result is None 2024-09-17T09:19:28.245 INFO:tasks.cephadm.ceph_manager.ceph:need seq 150323855380 got 150323855383 for osd.7 2024-09-17T09:19:28.245 DEBUG:teuthology.parallel:result is None 2024-09-17T09:19:28.570 INFO:teuthology.orchestra.run.smithi018.stdout:90194313243 2024-09-17T09:19:28.582 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:28 smithi018 bash[19939]: cluster 2024-09-17T09:19:27.252464+0000 mgr.smithi018.roweby (mgr.14195) 184 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:28.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:28 smithi191 bash[24486]: cluster 2024-09-17T09:19:27.252464+0000 mgr.smithi018.roweby (mgr.14195) 184 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:29.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:29 smithi018 bash[19939]: audit 2024-09-17T09:19:28.571112+0000 mon.smithi018 (mon.0) 703 : audit [DBG] from='client.? 172.21.15.18:0/345876777' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-17T09:19:29.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:29 smithi018 bash[19939]: audit 2024-09-17T09:19:28.855654+0000 mon.smithi018 (mon.0) 704 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:19:29.482 INFO:teuthology.orchestra.run.smithi018.stdout:77309411355 2024-09-17T09:19:29.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:29 smithi191 bash[24486]: audit 2024-09-17T09:19:28.571112+0000 mon.smithi018 (mon.0) 703 : audit [DBG] from='client.? 172.21.15.18:0/345876777' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-17T09:19:29.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:29 smithi191 bash[24486]: audit 2024-09-17T09:19:28.855654+0000 mon.smithi018 (mon.0) 704 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:19:29.632 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986196 got 133143986200 for osd.6 2024-09-17T09:19:29.632 DEBUG:teuthology.parallel:result is None 2024-09-17T09:19:30.576 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986195 got 133143986199 for osd.5 2024-09-17T09:19:30.577 DEBUG:teuthology.parallel:result is None 2024-09-17T09:19:30.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:30 smithi191 bash[24486]: cluster 2024-09-17T09:19:29.252963+0000 mgr.smithi018.roweby (mgr.14195) 185 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:30.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:30 smithi191 bash[24486]: audit 2024-09-17T09:19:29.483982+0000 mon.smithi018 (mon.0) 705 : audit [DBG] from='client.? 172.21.15.18:0/3774816755' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-17T09:19:30.608 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:30 smithi018 bash[19939]: cluster 2024-09-17T09:19:29.252963+0000 mgr.smithi018.roweby (mgr.14195) 185 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:30.608 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:30 smithi018 bash[19939]: audit 2024-09-17T09:19:29.483982+0000 mon.smithi018 (mon.0) 705 : audit [DBG] from='client.? 172.21.15.18:0/3774816755' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-17T09:19:30.609 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476761 got 68719476764 for osd.0 2024-09-17T09:19:30.609 DEBUG:teuthology.parallel:result is None 2024-09-17T09:19:30.761 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313239 got 90194313243 for osd.2 2024-09-17T09:19:30.761 DEBUG:teuthology.parallel:result is None 2024-09-17T09:19:31.416 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411352 got 77309411355 for osd.1 2024-09-17T09:19:31.416 DEBUG:teuthology.parallel:result is None 2024-09-17T09:19:31.738 INFO:teuthology.orchestra.run.smithi018.stdout:103079215131 2024-09-17T09:19:32.404 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215126 got 103079215131 for osd.3 2024-09-17T09:19:32.404 DEBUG:teuthology.parallel:result is None 2024-09-17T09:19:32.404 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-17T09:19:32.405 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-17T09:19:32.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:32 smithi191 bash[24486]: cluster 2024-09-17T09:19:31.253534+0000 mgr.smithi018.roweby (mgr.14195) 186 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:32.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:32 smithi191 bash[24486]: audit 2024-09-17T09:19:31.739027+0000 mon.smithi018 (mon.0) 706 : audit [DBG] from='client.? 172.21.15.18:0/3687080721' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-17T09:19:32.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:32 smithi191 bash[24486]: audit 2024-09-17T09:19:32.281077+0000 mon.smithi018 (mon.0) 707 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:19:32.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:32 smithi018 bash[19939]: cluster 2024-09-17T09:19:31.253534+0000 mgr.smithi018.roweby (mgr.14195) 186 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:32.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:32 smithi018 bash[19939]: audit 2024-09-17T09:19:31.739027+0000 mon.smithi018 (mon.0) 706 : audit [DBG] from='client.? 172.21.15.18:0/3687080721' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-17T09:19:32.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:32 smithi018 bash[19939]: audit 2024-09-17T09:19:32.281077+0000 mon.smithi018 (mon.0) 707 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:19:35.521 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:35 smithi018 bash[19939]: cluster 2024-09-17T09:19:33.254104+0000 mgr.smithi018.roweby (mgr.14195) 187 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:35.521 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:35 smithi018 bash[19939]: audit 2024-09-17T09:19:34.208931+0000 mon.smithi018 (mon.0) 708 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:19:35.521 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:35 smithi018 bash[19939]: audit 2024-09-17T09:19:34.218592+0000 mon.smithi018 (mon.0) 709 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:19:35.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:35 smithi191 bash[24486]: cluster 2024-09-17T09:19:33.254104+0000 mgr.smithi018.roweby (mgr.14195) 187 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:35.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:35 smithi191 bash[24486]: audit 2024-09-17T09:19:34.208931+0000 mon.smithi018 (mon.0) 708 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:19:35.601 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:35 smithi191 bash[24486]: audit 2024-09-17T09:19:34.218592+0000 mon.smithi018 (mon.0) 709 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:19:37.028 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:19:37.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:36 smithi018 bash[19939]: cluster 2024-09-17T09:19:35.254501+0000 mgr.smithi018.roweby (mgr.14195) 188 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:37.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:36 smithi018 bash[19939]: audit 2024-09-17T09:19:35.909023+0000 mon.smithi018 (mon.0) 710 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:19:37.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:36 smithi018 bash[19939]: audit 2024-09-17T09:19:35.914245+0000 mon.smithi018 (mon.0) 711 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:19:37.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:36 smithi018 bash[19939]: audit 2024-09-17T09:19:36.347173+0000 mon.smithi018 (mon.0) 712 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:19:37.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:36 smithi018 bash[19939]: audit 2024-09-17T09:19:36.348682+0000 mon.smithi018 (mon.0) 713 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:19:37.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:36 smithi018 bash[19939]: audit 2024-09-17T09:19:36.358037+0000 mon.smithi018 (mon.0) 714 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:19:37.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:36 smithi018 bash[19939]: audit 2024-09-17T09:19:36.364957+0000 mon.smithi018 (mon.0) 715 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T09:19:37.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:36 smithi191 bash[24486]: cluster 2024-09-17T09:19:35.254501+0000 mgr.smithi018.roweby (mgr.14195) 188 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:37.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:36 smithi191 bash[24486]: audit 2024-09-17T09:19:35.909023+0000 mon.smithi018 (mon.0) 710 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:19:37.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:36 smithi191 bash[24486]: audit 2024-09-17T09:19:35.914245+0000 mon.smithi018 (mon.0) 711 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:19:37.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:36 smithi191 bash[24486]: audit 2024-09-17T09:19:36.347173+0000 mon.smithi018 (mon.0) 712 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:19:37.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:36 smithi191 bash[24486]: audit 2024-09-17T09:19:36.348682+0000 mon.smithi018 (mon.0) 713 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:19:37.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:36 smithi191 bash[24486]: audit 2024-09-17T09:19:36.358037+0000 mon.smithi018 (mon.0) 714 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:19:37.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:36 smithi191 bash[24486]: audit 2024-09-17T09:19:36.364957+0000 mon.smithi018 (mon.0) 715 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T09:19:39.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:38 smithi018 bash[19939]: cluster 2024-09-17T09:19:37.255025+0000 mgr.smithi018.roweby (mgr.14195) 189 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:39.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:38 smithi191 bash[24486]: cluster 2024-09-17T09:19:37.255025+0000 mgr.smithi018.roweby (mgr.14195) 189 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:40.070 INFO:teuthology.orchestra.run.smithi018.stderr:dumped all 2024-09-17T09:19:40.070 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T09:19:40.676 INFO:teuthology.orchestra.run.smithi018.stdout:{"pg_ready":true,"pg_map":{"version":158,"stamp":"2024-09-17T09:19:39.255349+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":166,"num_read_kb":145,"num_write":269,"num_write_kb":5026,"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":217,"ondisk_log_size":217,"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":225092,"kb_used_data":4812,"kb_used_omap":12,"kb_used_meta":220147,"kb_avail":749703356,"statfs":{"total":767926730752,"available":767696236544,"internally_reserved":0,"allocated":4927488,"data_stored":3030472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12742,"internal_metadata":225431098},"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.003079"},"pg_stats":[{"pgid":"1.0","version":"31'217","reported_seq":299,"reported_epoch":39,"state":"active+clean","last_fresh":"2024-09-17T09:17:46.401959+0000","last_change":"2024-09-17T09:17:46.401239+0000","last_active":"2024-09-17T09:17:46.401959+0000","last_peered":"2024-09-17T09:17:46.401959+0000","last_clean":"2024-09-17T09:17:46.401959+0000","last_became_active":"2024-09-17T09:17:46.400245+0000","last_became_peered":"2024-09-17T09:17:46.400245+0000","last_unstale":"2024-09-17T09:17:46.401959+0000","last_undegraded":"2024-09-17T09:17:46.401959+0000","last_fullsized":"2024-09-17T09:17:46.401959+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-17T09:17:27.875433+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-17T09:17:27.875433+0000","last_clean_scrub_stamp":"2024-09-17T09:17:27.875433+0000","objects_scrubbed":0,"log_size":217,"log_dups_size":0,"ondisk_log_size":217,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T15:49:21.619942+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":166,"num_read_kb":145,"num_write":269,"num_write_kb":5026,"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":166,"num_read_kb":145,"num_write":269,"num_write_kb":5026,"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":2375680,"data_stored":2361472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":217,"ondisk_log_size":217,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":35,"seq":150323855386,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27984,"kb_used_data":964,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713072,"statfs":{"total":95990841344,"available":95962185728,"internally_reserved":0,"allocated":987136,"data_stored":747789,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1589,"internal_metadata":27654603},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 17 09:18:48 2024","interfaces":[{"interface":"back","average":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"min":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.103,"5min":1.103,"15min":1.103},"last":0.76500000000000001},{"interface":"front","average":{"1min":0.89600000000000002,"5min":0.89600000000000002,"15min":0.89600000000000002},"min":{"1min":0.496,"5min":0.496,"15min":0.496},"max":{"1min":1.236,"5min":1.236,"15min":1.236},"last":0.97699999999999998}]},{"osd":1,"last update":"Tue Sep 17 09:18:48 2024","interfaces":[{"interface":"back","average":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":1.079,"5min":1.079,"15min":1.079},"last":0.70399999999999996},{"interface":"front","average":{"1min":0.90300000000000002,"5min":0.90300000000000002,"15min":0.90300000000000002},"min":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":1.377,"5min":1.377,"15min":1.377},"last":1.1120000000000001}]},{"osd":2,"last update":"Tue Sep 17 09:18:48 2024","interfaces":[{"interface":"back","average":{"1min":0.97699999999999998,"5min":0.97699999999999998,"15min":0.97699999999999998},"min":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"max":{"1min":1.585,"5min":1.585,"15min":1.585},"last":0.66200000000000003},{"interface":"front","average":{"1min":0.91900000000000004,"5min":0.91900000000000004,"15min":0.91900000000000004},"min":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"max":{"1min":1.46,"5min":1.46,"15min":1.46},"last":1.014}]},{"osd":3,"last update":"Tue Sep 17 09:18:48 2024","interfaces":[{"interface":"back","average":{"1min":0.88,"5min":0.88,"15min":0.88},"min":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.4690000000000001,"5min":1.4690000000000001,"15min":1.4690000000000001},"last":0.79400000000000004},{"interface":"front","average":{"1min":0.95199999999999996,"5min":0.95199999999999996,"15min":0.95199999999999996},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.3979999999999999,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":0.92100000000000004}]},{"osd":4,"last update":"Tue Sep 17 09:18:48 2024","interfaces":[{"interface":"back","average":{"1min":1.107,"5min":1.107,"15min":1.107},"min":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.8420000000000001,"5min":1.8420000000000001,"15min":1.8420000000000001},"last":1.1899999999999999},{"interface":"front","average":{"1min":1.024,"5min":1.024,"15min":1.024},"min":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"max":{"1min":1.4330000000000001,"5min":1.4330000000000001,"15min":1.4330000000000001},"last":1.1459999999999999}]},{"osd":5,"last update":"Tue Sep 17 09:18:48 2024","interfaces":[{"interface":"back","average":{"1min":1.129,"5min":1.129,"15min":1.129},"min":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.877,"5min":1.877,"15min":1.877},"last":0.83199999999999996},{"interface":"front","average":{"1min":1.2170000000000001,"5min":1.2170000000000001,"15min":1.2170000000000001},"min":{"1min":0.499,"5min":0.499,"15min":0.499},"max":{"1min":1.952,"5min":1.952,"15min":1.952},"last":0.86499999999999999}]},{"osd":6,"last update":"Tue Sep 17 09:18:48 2024","interfaces":[{"interface":"back","average":{"1min":1.151,"5min":1.151,"15min":1.151},"min":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.7849999999999999,"5min":1.7849999999999999,"15min":1.7849999999999999},"last":1.2270000000000001},{"interface":"front","average":{"1min":1.25,"5min":1.25,"15min":1.25},"min":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":2.3929999999999998,"5min":2.3929999999999998,"15min":2.3929999999999998},"last":1.0700000000000001}]}]},{"osd":6,"up_from":31,"seq":133143986203,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27416,"kb_used_data":384,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713640,"statfs":{"total":95990841344,"available":95962767360,"internally_reserved":0,"allocated":393216,"data_stored":157421,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 17 09:18:43 2024","interfaces":[{"interface":"back","average":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":1.0760000000000001,"5min":1.0760000000000001,"15min":1.0760000000000001},"last":0.99299999999999999},{"interface":"front","average":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"min":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"max":{"1min":1.161,"5min":1.161,"15min":1.161},"last":0.58399999999999996}]},{"osd":1,"last update":"Tue Sep 17 09:18:43 2024","interfaces":[{"interface":"back","average":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"min":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"max":{"1min":1.2010000000000001,"5min":1.2010000000000001,"15min":1.2010000000000001},"last":0.63300000000000001},{"interface":"front","average":{"1min":0.88800000000000001,"5min":0.88800000000000001,"15min":0.88800000000000001},"min":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":1.1459999999999999,"5min":1.1459999999999999,"15min":1.1459999999999999},"last":0.70799999999999996}]},{"osd":2,"last update":"Tue Sep 17 09:18:43 2024","interfaces":[{"interface":"back","average":{"1min":0.86599999999999999,"5min":0.86599999999999999,"15min":0.86599999999999999},"min":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.1379999999999999,"5min":1.1379999999999999,"15min":1.1379999999999999},"last":0.94699999999999995},{"interface":"front","average":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"min":{"1min":0.498,"5min":0.498,"15min":0.498},"max":{"1min":1.02,"5min":1.02,"15min":1.02},"last":0.96499999999999997}]},{"osd":3,"last update":"Tue Sep 17 09:18:43 2024","interfaces":[{"interface":"back","average":{"1min":0.94499999999999995,"5min":0.94499999999999995,"15min":0.94499999999999995},"min":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"max":{"1min":1.4339999999999999,"5min":1.4339999999999999,"15min":1.4339999999999999},"last":0.83799999999999997},{"interface":"front","average":{"1min":1.038,"5min":1.038,"15min":1.038},"min":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"max":{"1min":1.407,"5min":1.407,"15min":1.407},"last":0.80300000000000005}]},{"osd":4,"last update":"Tue Sep 17 09:18:43 2024","interfaces":[{"interface":"back","average":{"1min":0.91300000000000003,"5min":0.91300000000000003,"15min":0.91300000000000003},"min":{"1min":0.624,"5min":0.624,"15min":0.624},"max":{"1min":1.4410000000000001,"5min":1.4410000000000001,"15min":1.4410000000000001},"last":0.76000000000000001},{"interface":"front","average":{"1min":0.998,"5min":0.998,"15min":0.998},"min":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":1.2889999999999999,"5min":1.2889999999999999,"15min":1.2889999999999999},"last":0.91700000000000004}]},{"osd":5,"last update":"Tue Sep 17 09:18:43 2024","interfaces":[{"interface":"back","average":{"1min":1.05,"5min":1.05,"15min":1.05},"min":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.474,"5min":1.474,"15min":1.474},"last":0.88400000000000001},{"interface":"front","average":{"1min":1.089,"5min":1.089,"15min":1.089},"min":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"max":{"1min":1.5229999999999999,"5min":1.5229999999999999,"15min":1.5229999999999999},"last":1.0089999999999999}]},{"osd":7,"last update":"Tue Sep 17 09:18:43 2024","interfaces":[{"interface":"back","average":{"1min":1.119,"5min":1.119,"15min":1.119},"min":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"max":{"1min":1.5589999999999999,"5min":1.5589999999999999,"15min":1.5589999999999999},"last":1.0329999999999999},{"interface":"front","average":{"1min":1.351,"5min":1.351,"15min":1.351},"min":{"1min":0.89000000000000001,"5min":0.89000000000000001,"15min":0.89000000000000001},"max":{"1min":4.6120000000000001,"5min":4.6120000000000001,"15min":4.6120000000000001},"last":1.0740000000000001}]}]},{"osd":5,"up_from":31,"seq":133143986202,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27416,"kb_used_data":384,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713640,"statfs":{"total":95990841344,"available":95962767360,"internally_reserved":0,"allocated":393216,"data_stored":157421,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 17 09:18:40 2024","interfaces":[{"interface":"back","average":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"min":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":1.278,"5min":1.278,"15min":1.278},"last":0.75800000000000001},{"interface":"front","average":{"1min":0.83399999999999996,"5min":0.83399999999999996,"15min":0.83399999999999996},"min":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.23,"5min":1.23,"15min":1.23},"last":0.55600000000000005}]},{"osd":1,"last update":"Tue Sep 17 09:18:40 2024","interfaces":[{"interface":"back","average":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":1.1160000000000001,"5min":1.1160000000000001,"15min":1.1160000000000001},"last":0.33800000000000002},{"interface":"front","average":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":1.0609999999999999,"5min":1.0609999999999999,"15min":1.0609999999999999},"last":0.28899999999999998}]},{"osd":2,"last update":"Tue Sep 17 09:18:40 2024","interfaces":[{"interface":"back","average":{"1min":0.93799999999999994,"5min":0.93799999999999994,"15min":0.93799999999999994},"min":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.385,"5min":1.385,"15min":1.385},"last":0.73599999999999999},{"interface":"front","average":{"1min":0.91600000000000004,"5min":0.91600000000000004,"15min":0.91600000000000004},"min":{"1min":0.625,"5min":0.625,"15min":0.625},"max":{"1min":1.8169999999999999,"5min":1.8169999999999999,"15min":1.8169999999999999},"last":0.59099999999999997}]},{"osd":3,"last update":"Tue Sep 17 09:18:40 2024","interfaces":[{"interface":"back","average":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"min":{"1min":0.438,"5min":0.438,"15min":0.438},"max":{"1min":1.5780000000000001,"5min":1.5780000000000001,"15min":1.5780000000000001},"last":0.42999999999999999},{"interface":"front","average":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"min":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":1.321,"5min":1.321,"15min":1.321},"last":0.378}]},{"osd":4,"last update":"Tue Sep 17 09:18:40 2024","interfaces":[{"interface":"back","average":{"1min":1.0269999999999999,"5min":1.0269999999999999,"15min":1.0269999999999999},"min":{"1min":0.68300000000000005,"5min":0.68300000000000005,"15min":0.68300000000000005},"max":{"1min":1.5269999999999999,"5min":1.5269999999999999,"15min":1.5269999999999999},"last":0.65500000000000003},{"interface":"front","average":{"1min":1.032,"5min":1.032,"15min":1.032},"min":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"max":{"1min":1.4530000000000001,"5min":1.4530000000000001,"15min":1.4530000000000001},"last":0.70199999999999996}]},{"osd":6,"last update":"Tue Sep 17 09:18:40 2024","interfaces":[{"interface":"back","average":{"1min":1.054,"5min":1.054,"15min":1.054},"min":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"max":{"1min":2.0960000000000001,"5min":2.0960000000000001,"15min":2.0960000000000001},"last":0.52300000000000002},{"interface":"front","average":{"1min":1.143,"5min":1.143,"15min":1.143},"min":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"max":{"1min":3.4100000000000001,"5min":3.4100000000000001,"15min":3.4100000000000001},"last":0.57799999999999996}]},{"osd":7,"last update":"Tue Sep 17 09:18:44 2024","interfaces":[{"interface":"back","average":{"1min":1.026,"5min":1.026,"15min":1.026},"min":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.534,"5min":1.534,"15min":1.534},"last":0.44},{"interface":"front","average":{"1min":1.0860000000000001,"5min":1.0860000000000001,"15min":1.0860000000000001},"min":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"max":{"1min":2.0049999999999999,"5min":2.0049999999999999,"15min":2.0049999999999999},"last":0.40999999999999998}]}]},{"osd":4,"up_from":27,"seq":115964117020,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27404,"kb_used_data":384,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713652,"statfs":{"total":95990841344,"available":95962779648,"internally_reserved":0,"allocated":393216,"data_stored":157421,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 17 09:19:37 2024","interfaces":[{"interface":"back","average":{"1min":0.75900000000000001,"5min":0.72399999999999998,"15min":0.71799999999999997},"min":{"1min":0.48999999999999999,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":1.1619999999999999,"5min":1.2609999999999999,"15min":1.2609999999999999},"last":0.94999999999999996},{"interface":"front","average":{"1min":0.72699999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"min":{"1min":0.52800000000000002,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":1.1140000000000001,"5min":1.1140000000000001,"15min":1.1140000000000001},"last":0.77900000000000003}]},{"osd":1,"last update":"Tue Sep 17 09:19:37 2024","interfaces":[{"interface":"back","average":{"1min":0.875,"5min":0.89600000000000002,"15min":0.90000000000000002},"min":{"1min":0.71599999999999997,"5min":0.626,"15min":0.626},"max":{"1min":1.1779999999999999,"5min":1.258,"15min":1.258},"last":0.72499999999999998},{"interface":"front","average":{"1min":0.89600000000000002,"5min":0.93000000000000005,"15min":0.93600000000000005},"min":{"1min":0.72399999999999998,"5min":0.68700000000000006,"15min":0.68700000000000006},"max":{"1min":1.139,"5min":1.242,"15min":1.242},"last":0.84199999999999997}]},{"osd":2,"last update":"Tue Sep 17 09:19:37 2024","interfaces":[{"interface":"back","average":{"1min":0.79700000000000004,"5min":0.76300000000000001,"15min":0.75700000000000001},"min":{"1min":0.58799999999999997,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":1.0309999999999999,"5min":1.0309999999999999,"15min":1.0309999999999999},"last":1.0049999999999999},{"interface":"front","average":{"1min":0.77300000000000002,"5min":0.82999999999999996,"15min":0.83999999999999997},"min":{"1min":0.60699999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":1.0029999999999999,"5min":1.1319999999999999,"15min":1.1319999999999999},"last":0.67100000000000004}]},{"osd":3,"last update":"Tue Sep 17 09:19:37 2024","interfaces":[{"interface":"back","average":{"1min":0.99299999999999999,"5min":1.01,"15min":1.0129999999999999},"min":{"1min":0.75,"5min":0.67600000000000005,"15min":0.67600000000000005},"max":{"1min":1.1919999999999999,"5min":1.427,"15min":1.427},"last":0.75},{"interface":"front","average":{"1min":0.96499999999999997,"5min":0.96199999999999997,"15min":0.96199999999999997},"min":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"max":{"1min":1.2,"5min":1.2,"15min":1.2},"last":0.80800000000000005}]},{"osd":5,"last update":"Tue Sep 17 09:18:39 2024","interfaces":[{"interface":"back","average":{"1min":1.0580000000000001,"5min":1.0580000000000001,"15min":1.0580000000000001},"min":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.514,"5min":1.514,"15min":1.514},"last":1.1180000000000001},{"interface":"front","average":{"1min":1.0229999999999999,"5min":1.0229999999999999,"15min":1.0229999999999999},"min":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"max":{"1min":1.206,"5min":1.206,"15min":1.206},"last":0.92000000000000004}]},{"osd":6,"last update":"Tue Sep 17 09:18:39 2024","interfaces":[{"interface":"back","average":{"1min":0.95699999999999996,"5min":0.95699999999999996,"15min":0.95699999999999996},"min":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":1.3340000000000001,"5min":1.3340000000000001,"15min":1.3340000000000001},"last":0.90100000000000002},{"interface":"front","average":{"1min":1.0920000000000001,"5min":1.0920000000000001,"15min":1.0920000000000001},"min":{"1min":0.45500000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":1.764,"5min":1.764,"15min":1.764},"last":0.88}]},{"osd":7,"last update":"Tue Sep 17 09:18:44 2024","interfaces":[{"interface":"back","average":{"1min":1.101,"5min":1.101,"15min":1.101},"min":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"max":{"1min":1.3700000000000001,"5min":1.3700000000000001,"15min":1.3700000000000001},"last":1.04},{"interface":"front","average":{"1min":1.2450000000000001,"5min":1.2450000000000001,"15min":1.2450000000000001},"min":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"max":{"1min":1.9399999999999999,"5min":1.9399999999999999,"15min":1.9399999999999999},"last":1.0660000000000001}]}]},{"osd":3,"up_from":24,"seq":103079215132,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27984,"kb_used_data":964,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713072,"statfs":{"total":95990841344,"available":95962185728,"internally_reserved":0,"allocated":987136,"data_stored":747789,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1592,"internal_metadata":27654600},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 17 09:19:33 2024","interfaces":[{"interface":"back","average":{"1min":0.79200000000000004,"5min":0.872,"15min":0.88500000000000001},"min":{"1min":0.57799999999999996,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":1.1930000000000001,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":0.878},{"interface":"front","average":{"1min":0.878,"5min":0.81899999999999995,"15min":0.80900000000000005},"min":{"1min":0.54700000000000004,"5min":0.498,"15min":0.498},"max":{"1min":1.151,"5min":1.151,"15min":1.151},"last":1.0640000000000001}]},{"osd":1,"last update":"Tue Sep 17 09:19:33 2024","interfaces":[{"interface":"back","average":{"1min":0.67500000000000004,"5min":0.71099999999999997,"15min":0.71699999999999997},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":1.0189999999999999,"5min":1.2490000000000001,"15min":1.2490000000000001},"last":0.60299999999999998},{"interface":"front","average":{"1min":0.67200000000000004,"5min":0.70799999999999996,"15min":0.71399999999999997},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.96199999999999997,"5min":1.1140000000000001,"15min":1.1140000000000001},"last":0.82899999999999996}]},{"osd":2,"last update":"Tue Sep 17 09:19:33 2024","interfaces":[{"interface":"back","average":{"1min":0.88700000000000001,"5min":0.86399999999999999,"15min":0.85999999999999999},"min":{"1min":0.55400000000000005,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":1.1040000000000001,"5min":1.1659999999999999,"15min":1.1659999999999999},"last":0.98899999999999999},{"interface":"front","average":{"1min":0.94099999999999995,"5min":0.89100000000000001,"15min":0.88300000000000001},"min":{"1min":0.69499999999999995,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":1.262,"5min":1.27,"15min":1.27},"last":0.76800000000000002}]},{"osd":4,"last update":"Tue Sep 17 09:18:37 2024","interfaces":[{"interface":"back","average":{"1min":1.0049999999999999,"5min":1.0049999999999999,"15min":1.0049999999999999},"min":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":1.4670000000000001,"5min":1.4670000000000001,"15min":1.4670000000000001},"last":1.1990000000000001},{"interface":"front","average":{"1min":1.1020000000000001,"5min":1.1020000000000001,"15min":1.1020000000000001},"min":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.5449999999999999,"5min":1.5449999999999999,"15min":1.5449999999999999},"last":1.1599999999999999}]},{"osd":5,"last update":"Tue Sep 17 09:18:40 2024","interfaces":[{"interface":"back","average":{"1min":0.84099999999999997,"5min":0.84099999999999997,"15min":0.84099999999999997},"min":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.1519999999999999,"5min":1.1519999999999999,"15min":1.1519999999999999},"last":0.70599999999999996},{"interface":"front","average":{"1min":0.873,"5min":0.873,"15min":0.873},"min":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":1.377,"5min":1.377,"15min":1.377},"last":0.56100000000000005}]},{"osd":6,"last update":"Tue Sep 17 09:18:40 2024","interfaces":[{"interface":"back","average":{"1min":1.097,"5min":1.097,"15min":1.097},"min":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"max":{"1min":1.6299999999999999,"5min":1.6299999999999999,"15min":1.6299999999999999},"last":1.1040000000000001},{"interface":"front","average":{"1min":0.98599999999999999,"5min":0.98599999999999999,"15min":0.98599999999999999},"min":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"max":{"1min":1.3009999999999999,"5min":1.3009999999999999,"15min":1.3009999999999999},"last":0.80200000000000005}]},{"osd":7,"last update":"Tue Sep 17 09:18:45 2024","interfaces":[{"interface":"back","average":{"1min":1.1890000000000001,"5min":1.1890000000000001,"15min":1.1890000000000001},"min":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.7250000000000001,"5min":1.7250000000000001,"15min":1.7250000000000001},"last":1.028},{"interface":"front","average":{"1min":1.0349999999999999,"5min":1.0349999999999999,"15min":1.0349999999999999},"min":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":1.486,"5min":1.486,"15min":1.486},"last":0.95299999999999996}]}]},{"osd":2,"up_from":21,"seq":90194313246,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27404,"kb_used_data":384,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713652,"statfs":{"total":95990841344,"available":95962779648,"internally_reserved":0,"allocated":393216,"data_stored":157421,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 17 09:19:28 2024","interfaces":[{"interface":"back","average":{"1min":0.68799999999999994,"5min":0.61199999999999999,"15min":0.59999999999999998},"min":{"1min":0.52700000000000002,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.94599999999999995,"5min":1.069,"15min":1.069},"last":0.51100000000000001},{"interface":"front","average":{"1min":0.77800000000000002,"5min":0.64700000000000002,"15min":0.625},"min":{"1min":0.57199999999999995,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":1.0720000000000001,"5min":1.0720000000000001,"15min":1.0720000000000001},"last":0.69299999999999995}]},{"osd":1,"last update":"Tue Sep 17 09:19:28 2024","interfaces":[{"interface":"back","average":{"1min":0.90700000000000003,"5min":0.82199999999999995,"15min":0.80800000000000005},"min":{"1min":0.60999999999999999,"5min":0.438,"15min":0.438},"max":{"1min":1.264,"5min":1.264,"15min":1.264},"last":0.97399999999999998},{"interface":"front","average":{"1min":0.88500000000000001,"5min":0.78800000000000003,"15min":0.77200000000000002},"min":{"1min":0.52100000000000002,"5min":0.371,"15min":0.371},"max":{"1min":1.1739999999999999,"5min":1.1739999999999999,"15min":1.1739999999999999},"last":0.74099999999999999}]},{"osd":3,"last update":"Tue Sep 17 09:18:33 2024","interfaces":[{"interface":"back","average":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"min":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":1.1679999999999999,"5min":1.1679999999999999,"15min":1.1679999999999999},"last":0.84099999999999997},{"interface":"front","average":{"1min":0.83999999999999997,"5min":0.83999999999999997,"15min":0.83999999999999997},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":1.46,"5min":1.46,"15min":1.46},"last":0.93100000000000005}]},{"osd":4,"last update":"Tue Sep 17 09:18:33 2024","interfaces":[{"interface":"back","average":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":1.1080000000000001,"5min":1.1080000000000001,"15min":1.1080000000000001},"last":0.80500000000000005},{"interface":"front","average":{"1min":0.875,"5min":0.875,"15min":0.875},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":1.3129999999999999,"5min":1.3129999999999999,"15min":1.3129999999999999},"last":1.133}]},{"osd":5,"last update":"Tue Sep 17 09:18:41 2024","interfaces":[{"interface":"back","average":{"1min":0.94299999999999995,"5min":0.94299999999999995,"15min":0.94299999999999995},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":1.2549999999999999,"5min":1.2549999999999999,"15min":1.2549999999999999},"last":1.1930000000000001},{"interface":"front","average":{"1min":0.94099999999999995,"5min":0.94099999999999995,"15min":0.94099999999999995},"min":{"1min":0.504,"5min":0.504,"15min":0.504},"max":{"1min":1.1839999999999999,"5min":1.1839999999999999,"15min":1.1839999999999999},"last":1.0900000000000001}]},{"osd":6,"last update":"Tue Sep 17 09:18:41 2024","interfaces":[{"interface":"back","average":{"1min":0.92500000000000004,"5min":0.92500000000000004,"15min":0.92500000000000004},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":1.25,"5min":1.25,"15min":1.25},"last":1.0049999999999999},{"interface":"front","average":{"1min":0.94099999999999995,"5min":0.94099999999999995,"15min":0.94099999999999995},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":1.274,"5min":1.274,"15min":1.274},"last":1.0569999999999999}]},{"osd":7,"last update":"Tue Sep 17 09:18:44 2024","interfaces":[{"interface":"back","average":{"1min":1.0429999999999999,"5min":1.0429999999999999,"15min":1.0429999999999999},"min":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"max":{"1min":1.3480000000000001,"5min":1.3480000000000001,"15min":1.3480000000000001},"last":1.163},{"interface":"front","average":{"1min":1.032,"5min":1.032,"15min":1.032},"min":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.3400000000000001,"5min":1.3400000000000001,"15min":1.3400000000000001},"last":1.238}]}]},{"osd":1,"up_from":18,"seq":77309411357,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27404,"kb_used_data":384,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713652,"statfs":{"total":95990841344,"available":95962779648,"internally_reserved":0,"allocated":393216,"data_stored":157421,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 17 09:19:31 2024","interfaces":[{"interface":"back","average":{"1min":0.89400000000000002,"5min":0.76900000000000002,"15min":0.748},"min":{"1min":0.67600000000000005,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.2490000000000001,"5min":1.2490000000000001,"15min":1.2490000000000001},"last":0.72399999999999998},{"interface":"front","average":{"1min":0.89400000000000002,"5min":0.76400000000000001,"15min":0.74199999999999999},"min":{"1min":0.63900000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":1.169,"5min":1.169,"15min":1.169},"last":0.99299999999999999}]},{"osd":2,"last update":"Tue Sep 17 09:19:31 2024","interfaces":[{"interface":"back","average":{"1min":0.871,"5min":0.80300000000000005,"15min":0.79200000000000004},"min":{"1min":0.68400000000000005,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.151,"5min":1.151,"15min":1.151},"last":0.67600000000000005},{"interface":"front","average":{"1min":0.94399999999999995,"5min":0.82799999999999996,"15min":0.80800000000000005},"min":{"1min":0.55800000000000005,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.216,"5min":1.2669999999999999,"15min":1.2669999999999999},"last":0.94099999999999995}]},{"osd":3,"last update":"Tue Sep 17 09:18:34 2024","interfaces":[{"interface":"back","average":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":1.018,"5min":1.018,"15min":1.018},"last":0.75900000000000001},{"interface":"front","average":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":1.3460000000000001,"5min":1.3460000000000001,"15min":1.3460000000000001},"last":1.1319999999999999}]},{"osd":4,"last update":"Tue Sep 17 09:18:34 2024","interfaces":[{"interface":"back","average":{"1min":0.86699999999999999,"5min":0.86699999999999999,"15min":0.86699999999999999},"min":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.2769999999999999,"5min":1.2769999999999999,"15min":1.2769999999999999},"last":0.88500000000000001},{"interface":"front","average":{"1min":0.85499999999999998,"5min":0.85499999999999998,"15min":0.85499999999999998},"min":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":1.26,"5min":1.26,"15min":1.26},"last":0.81000000000000005}]},{"osd":5,"last update":"Tue Sep 17 09:18:43 2024","interfaces":[{"interface":"back","average":{"1min":0.93400000000000005,"5min":0.93400000000000005,"15min":0.93400000000000005},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":1.748,"5min":1.748,"15min":1.748},"last":0.85099999999999998},{"interface":"front","average":{"1min":1.0329999999999999,"5min":1.0329999999999999,"15min":1.0329999999999999},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":1.7629999999999999,"5min":1.7629999999999999,"15min":1.7629999999999999},"last":1.046}]},{"osd":6,"last update":"Tue Sep 17 09:18:43 2024","interfaces":[{"interface":"back","average":{"1min":1.046,"5min":1.046,"15min":1.046},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":1.3109999999999999,"5min":1.3109999999999999,"15min":1.3109999999999999},"last":1.2110000000000001},{"interface":"front","average":{"1min":0.94799999999999995,"5min":0.94799999999999995,"15min":0.94799999999999995},"min":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.79,"5min":1.79,"15min":1.79},"last":0.78200000000000003}]},{"osd":7,"last update":"Tue Sep 17 09:18:43 2024","interfaces":[{"interface":"back","average":{"1min":1.0149999999999999,"5min":1.0149999999999999,"15min":1.0149999999999999},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":1.3899999999999999,"5min":1.3899999999999999,"15min":1.3899999999999999},"last":1.288},{"interface":"front","average":{"1min":0.97699999999999998,"5min":0.97699999999999998,"15min":0.97699999999999998},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":1.419,"5min":1.419,"15min":1.419},"last":1.0840000000000001}]}]},{"osd":0,"up_from":16,"seq":68719476767,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32080,"kb_used_data":964,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93708976,"statfs":{"total":95990841344,"available":95957991424,"internally_reserved":0,"allocated":987136,"data_stored":747789,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31848902},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Tue Sep 17 09:19:24 2024","interfaces":[{"interface":"back","average":{"1min":0.79300000000000004,"5min":0.80400000000000005,"15min":0.80600000000000005},"min":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.171,"5min":1.171,"15min":1.171},"last":0.78300000000000003},{"interface":"front","average":{"1min":0.78100000000000003,"5min":0.79900000000000004,"15min":0.80200000000000005},"min":{"1min":0.55400000000000005,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":0.99399999999999999,"5min":1.1579999999999999,"15min":1.1579999999999999},"last":0.72199999999999998}]},{"osd":2,"last update":"Tue Sep 17 09:19:30 2024","interfaces":[{"interface":"back","average":{"1min":0.73699999999999999,"5min":0.73099999999999998,"15min":0.72999999999999998},"min":{"1min":0.495,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":1.218,"5min":1.218,"15min":1.218},"last":0.95099999999999996},{"interface":"front","average":{"1min":0.81699999999999995,"5min":0.76500000000000001,"15min":0.75700000000000001},"min":{"1min":0.52200000000000002,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":1.1160000000000001,"5min":1.2170000000000001,"15min":1.2170000000000001},"last":0.56000000000000005}]},{"osd":3,"last update":"Tue Sep 17 09:19:30 2024","interfaces":[{"interface":"back","average":{"1min":0.84899999999999998,"5min":0.84299999999999997,"15min":0.84199999999999997},"min":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.133,"5min":1.133,"15min":1.133},"last":0.82499999999999996},{"interface":"front","average":{"1min":0.89200000000000002,"5min":0.94399999999999995,"15min":0.95299999999999996},"min":{"1min":0.67500000000000004,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.179,"5min":1.2769999999999999,"15min":1.2769999999999999},"last":1.1140000000000001}]},{"osd":4,"last update":"Tue Sep 17 09:19:37 2024","interfaces":[{"interface":"back","average":{"1min":0.81000000000000005,"5min":0.84599999999999997,"15min":0.85199999999999998},"min":{"1min":0.57399999999999995,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":1.081,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":1.081},{"interface":"front","average":{"1min":0.95899999999999996,"5min":0.872,"15min":0.85799999999999998},"min":{"1min":0.64300000000000002,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.21,"5min":1.21,"15min":1.21},"last":0.85599999999999998}]},{"osd":5,"last update":"Tue Sep 17 09:18:41 2024","interfaces":[{"interface":"back","average":{"1min":0.99299999999999999,"5min":0.99299999999999999,"15min":0.99299999999999999},"min":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.206,"5min":1.206,"15min":1.206},"last":0.89200000000000002},{"interface":"front","average":{"1min":1.0609999999999999,"5min":1.0609999999999999,"15min":1.0609999999999999},"min":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"max":{"1min":1.5669999999999999,"5min":1.5669999999999999,"15min":1.5669999999999999},"last":1.1619999999999999}]},{"osd":6,"last update":"Tue Sep 17 09:18:41 2024","interfaces":[{"interface":"back","average":{"1min":1.0189999999999999,"5min":1.0189999999999999,"15min":1.0189999999999999},"min":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"max":{"1min":1.464,"5min":1.464,"15min":1.464},"last":1.0129999999999999},{"interface":"front","average":{"1min":0.97499999999999998,"5min":0.97499999999999998,"15min":0.97499999999999998},"min":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.512,"5min":1.512,"15min":1.512},"last":1.034}]},{"osd":7,"last update":"Tue Sep 17 09:18:47 2024","interfaces":[{"interface":"back","average":{"1min":1.089,"5min":1.089,"15min":1.089},"min":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"max":{"1min":1.498,"5min":1.498,"15min":1.498},"last":0.98799999999999999},{"interface":"front","average":{"1min":1.1779999999999999,"5min":1.1779999999999999,"15min":1.1779999999999999},"min":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"max":{"1min":1.5629999999999999,"5min":1.5629999999999999,"15min":1.5629999999999999},"last":1.3919999999999999}]}]}],"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":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-17T09:19:40.678 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-17T09:19:41.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:40 smithi018 bash[19939]: cluster 2024-09-17T09:19:39.255661+0000 mgr.smithi018.roweby (mgr.14195) 190 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:41.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:40 smithi018 bash[19939]: audit 2024-09-17T09:19:40.064113+0000 mgr.smithi018.roweby (mgr.14195) 191 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T09:19:41.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:40 smithi191 bash[24486]: cluster 2024-09-17T09:19:39.255661+0000 mgr.smithi018.roweby (mgr.14195) 190 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:41.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:40 smithi191 bash[24486]: audit 2024-09-17T09:19:40.064113+0000 mgr.smithi018.roweby (mgr.14195) 191 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T09:19:43.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:42 smithi191 bash[24486]: cluster 2024-09-17T09:19:41.256207+0000 mgr.smithi018.roweby (mgr.14195) 192 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:43.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:42 smithi018 bash[19939]: cluster 2024-09-17T09:19:41.256207+0000 mgr.smithi018.roweby (mgr.14195) 192 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:45.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:44 smithi191 bash[24486]: cluster 2024-09-17T09:19:43.256777+0000 mgr.smithi018.roweby (mgr.14195) 193 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:45.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:44 smithi018 bash[19939]: cluster 2024-09-17T09:19:43.256777+0000 mgr.smithi018.roweby (mgr.14195) 193 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:45.434 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:19:47.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:46 smithi018 bash[19939]: cluster 2024-09-17T09:19:45.257345+0000 mgr.smithi018.roweby (mgr.14195) 194 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:47.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:46 smithi191 bash[24486]: cluster 2024-09-17T09:19:45.257345+0000 mgr.smithi018.roweby (mgr.14195) 194 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:48.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:47 smithi191 bash[24486]: audit 2024-09-17T09:19:47.281271+0000 mon.smithi018 (mon.0) 716 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:19:48.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:47 smithi018 bash[19939]: audit 2024-09-17T09:19:47.281271+0000 mon.smithi018 (mon.0) 716 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:19:48.416 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T09:19:48.417 INFO:teuthology.orchestra.run.smithi018.stderr:dumped all 2024-09-17T09:19:48.924 INFO:teuthology.orchestra.run.smithi018.stdout:{"pg_ready":true,"pg_map":{"version":162,"stamp":"2024-09-17T09:19:47.257644+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":166,"num_read_kb":145,"num_write":269,"num_write_kb":5026,"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":217,"ondisk_log_size":217,"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":225092,"kb_used_data":4812,"kb_used_omap":12,"kb_used_meta":220147,"kb_avail":749703356,"statfs":{"total":767926730752,"available":767696236544,"internally_reserved":0,"allocated":4927488,"data_stored":3030472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12742,"internal_metadata":225431098},"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.003313"},"pg_stats":[{"pgid":"1.0","version":"31'217","reported_seq":299,"reported_epoch":39,"state":"active+clean","last_fresh":"2024-09-17T09:17:46.401959+0000","last_change":"2024-09-17T09:17:46.401239+0000","last_active":"2024-09-17T09:17:46.401959+0000","last_peered":"2024-09-17T09:17:46.401959+0000","last_clean":"2024-09-17T09:17:46.401959+0000","last_became_active":"2024-09-17T09:17:46.400245+0000","last_became_peered":"2024-09-17T09:17:46.400245+0000","last_unstale":"2024-09-17T09:17:46.401959+0000","last_undegraded":"2024-09-17T09:17:46.401959+0000","last_fullsized":"2024-09-17T09:17:46.401959+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-17T09:17:27.875433+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-17T09:17:27.875433+0000","last_clean_scrub_stamp":"2024-09-17T09:17:27.875433+0000","objects_scrubbed":0,"log_size":217,"log_dups_size":0,"ondisk_log_size":217,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T15:49:21.619942+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":166,"num_read_kb":145,"num_write":269,"num_write_kb":5026,"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":166,"num_read_kb":145,"num_write":269,"num_write_kb":5026,"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":2375680,"data_stored":2361472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":217,"ondisk_log_size":217,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":35,"seq":150323855387,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27984,"kb_used_data":964,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713072,"statfs":{"total":95990841344,"available":95962185728,"internally_reserved":0,"allocated":987136,"data_stored":747789,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1589,"internal_metadata":27654603},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 17 09:18:48 2024","interfaces":[{"interface":"back","average":{"1min":0.86199999999999999,"5min":0.86199999999999999,"15min":0.86199999999999999},"min":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.103,"5min":1.103,"15min":1.103},"last":0.64200000000000002},{"interface":"front","average":{"1min":0.89600000000000002,"5min":0.89600000000000002,"15min":0.89600000000000002},"min":{"1min":0.496,"5min":0.496,"15min":0.496},"max":{"1min":1.236,"5min":1.236,"15min":1.236},"last":0.78000000000000003}]},{"osd":1,"last update":"Tue Sep 17 09:18:48 2024","interfaces":[{"interface":"back","average":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":1.079,"5min":1.079,"15min":1.079},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.90300000000000002,"5min":0.90300000000000002,"15min":0.90300000000000002},"min":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":1.377,"5min":1.377,"15min":1.377},"last":0.51200000000000001}]},{"osd":2,"last update":"Tue Sep 17 09:18:48 2024","interfaces":[{"interface":"back","average":{"1min":0.97699999999999998,"5min":0.97699999999999998,"15min":0.97699999999999998},"min":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"max":{"1min":1.585,"5min":1.585,"15min":1.585},"last":0.68200000000000005},{"interface":"front","average":{"1min":0.91900000000000004,"5min":0.91900000000000004,"15min":0.91900000000000004},"min":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"max":{"1min":1.46,"5min":1.46,"15min":1.46},"last":0.76400000000000001}]},{"osd":3,"last update":"Tue Sep 17 09:18:48 2024","interfaces":[{"interface":"back","average":{"1min":0.88,"5min":0.88,"15min":0.88},"min":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.4690000000000001,"5min":1.4690000000000001,"15min":1.4690000000000001},"last":0.46200000000000002},{"interface":"front","average":{"1min":0.95199999999999996,"5min":0.95199999999999996,"15min":0.95199999999999996},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.3979999999999999,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":0.53400000000000003}]},{"osd":4,"last update":"Tue Sep 17 09:18:48 2024","interfaces":[{"interface":"back","average":{"1min":1.107,"5min":1.107,"15min":1.107},"min":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.8420000000000001,"5min":1.8420000000000001,"15min":1.8420000000000001},"last":0.70499999999999996},{"interface":"front","average":{"1min":1.024,"5min":1.024,"15min":1.024},"min":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"max":{"1min":1.4330000000000001,"5min":1.4330000000000001,"15min":1.4330000000000001},"last":0.83299999999999996}]},{"osd":5,"last update":"Tue Sep 17 09:18:48 2024","interfaces":[{"interface":"back","average":{"1min":1.129,"5min":1.129,"15min":1.129},"min":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.877,"5min":1.877,"15min":1.877},"last":0.58899999999999997},{"interface":"front","average":{"1min":1.2170000000000001,"5min":1.2170000000000001,"15min":1.2170000000000001},"min":{"1min":0.499,"5min":0.499,"15min":0.499},"max":{"1min":1.952,"5min":1.952,"15min":1.952},"last":0.56499999999999995}]},{"osd":6,"last update":"Tue Sep 17 09:18:48 2024","interfaces":[{"interface":"back","average":{"1min":1.151,"5min":1.151,"15min":1.151},"min":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.7849999999999999,"5min":1.7849999999999999,"15min":1.7849999999999999},"last":0.746},{"interface":"front","average":{"1min":1.25,"5min":1.25,"15min":1.25},"min":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":2.3929999999999998,"5min":2.3929999999999998,"15min":2.3929999999999998},"last":0.73299999999999998}]}]},{"osd":6,"up_from":31,"seq":133143986204,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27416,"kb_used_data":384,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713640,"statfs":{"total":95990841344,"available":95962767360,"internally_reserved":0,"allocated":393216,"data_stored":157421,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 17 09:18:43 2024","interfaces":[{"interface":"back","average":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":1.0760000000000001,"5min":1.0760000000000001,"15min":1.0760000000000001},"last":0.99299999999999999},{"interface":"front","average":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"min":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"max":{"1min":1.161,"5min":1.161,"15min":1.161},"last":0.58399999999999996}]},{"osd":1,"last update":"Tue Sep 17 09:18:43 2024","interfaces":[{"interface":"back","average":{"1min":0.81899999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"min":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"max":{"1min":1.2010000000000001,"5min":1.2010000000000001,"15min":1.2010000000000001},"last":0.63300000000000001},{"interface":"front","average":{"1min":0.88800000000000001,"5min":0.88800000000000001,"15min":0.88800000000000001},"min":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"max":{"1min":1.1459999999999999,"5min":1.1459999999999999,"15min":1.1459999999999999},"last":0.70799999999999996}]},{"osd":2,"last update":"Tue Sep 17 09:18:43 2024","interfaces":[{"interface":"back","average":{"1min":0.86599999999999999,"5min":0.86599999999999999,"15min":0.86599999999999999},"min":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.1379999999999999,"5min":1.1379999999999999,"15min":1.1379999999999999},"last":0.94699999999999995},{"interface":"front","average":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"min":{"1min":0.498,"5min":0.498,"15min":0.498},"max":{"1min":1.02,"5min":1.02,"15min":1.02},"last":0.96499999999999997}]},{"osd":3,"last update":"Tue Sep 17 09:18:43 2024","interfaces":[{"interface":"back","average":{"1min":0.94499999999999995,"5min":0.94499999999999995,"15min":0.94499999999999995},"min":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"max":{"1min":1.4339999999999999,"5min":1.4339999999999999,"15min":1.4339999999999999},"last":0.83799999999999997},{"interface":"front","average":{"1min":1.038,"5min":1.038,"15min":1.038},"min":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"max":{"1min":1.407,"5min":1.407,"15min":1.407},"last":0.80300000000000005}]},{"osd":4,"last update":"Tue Sep 17 09:18:43 2024","interfaces":[{"interface":"back","average":{"1min":0.91300000000000003,"5min":0.91300000000000003,"15min":0.91300000000000003},"min":{"1min":0.624,"5min":0.624,"15min":0.624},"max":{"1min":1.4410000000000001,"5min":1.4410000000000001,"15min":1.4410000000000001},"last":0.76000000000000001},{"interface":"front","average":{"1min":0.998,"5min":0.998,"15min":0.998},"min":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":1.2889999999999999,"5min":1.2889999999999999,"15min":1.2889999999999999},"last":0.91700000000000004}]},{"osd":5,"last update":"Tue Sep 17 09:18:43 2024","interfaces":[{"interface":"back","average":{"1min":1.05,"5min":1.05,"15min":1.05},"min":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.474,"5min":1.474,"15min":1.474},"last":0.88400000000000001},{"interface":"front","average":{"1min":1.089,"5min":1.089,"15min":1.089},"min":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"max":{"1min":1.5229999999999999,"5min":1.5229999999999999,"15min":1.5229999999999999},"last":1.0089999999999999}]},{"osd":7,"last update":"Tue Sep 17 09:18:43 2024","interfaces":[{"interface":"back","average":{"1min":1.119,"5min":1.119,"15min":1.119},"min":{"1min":0.81999999999999995,"5min":0.81999999999999995,"15min":0.81999999999999995},"max":{"1min":1.5589999999999999,"5min":1.5589999999999999,"15min":1.5589999999999999},"last":1.0329999999999999},{"interface":"front","average":{"1min":1.351,"5min":1.351,"15min":1.351},"min":{"1min":0.89000000000000001,"5min":0.89000000000000001,"15min":0.89000000000000001},"max":{"1min":4.6120000000000001,"5min":4.6120000000000001,"15min":4.6120000000000001},"last":1.0740000000000001}]}]},{"osd":5,"up_from":31,"seq":133143986203,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27416,"kb_used_data":384,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713640,"statfs":{"total":95990841344,"available":95962767360,"internally_reserved":0,"allocated":393216,"data_stored":157421,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 17 09:19:43 2024","interfaces":[{"interface":"back","average":{"1min":0.84299999999999997,"5min":0.85999999999999999,"15min":0.86299999999999999},"min":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"max":{"1min":1.258,"5min":1.278,"15min":1.278},"last":0.51000000000000001},{"interface":"front","average":{"1min":0.80600000000000005,"5min":0.82799999999999996,"15min":0.83199999999999996},"min":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.1419999999999999,"5min":1.23,"15min":1.23},"last":0.74299999999999999}]},{"osd":1,"last update":"Tue Sep 17 09:19:43 2024","interfaces":[{"interface":"back","average":{"1min":0.73899999999999999,"5min":0.753,"15min":0.755},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":1.1419999999999999,"5min":1.1419999999999999,"15min":1.1419999999999999},"last":0.34300000000000003},{"interface":"front","average":{"1min":0.79300000000000004,"5min":0.70099999999999996,"15min":0.68500000000000005},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":1.605,"5min":1.605,"15min":1.605},"last":0.40699999999999997}]},{"osd":2,"last update":"Tue Sep 17 09:19:43 2024","interfaces":[{"interface":"back","average":{"1min":0.93400000000000005,"5min":0.93700000000000006,"15min":0.93700000000000006},"min":{"1min":0.66700000000000004,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.218,"5min":1.385,"15min":1.385},"last":0.66700000000000004},{"interface":"front","average":{"1min":0.88900000000000001,"5min":0.91000000000000003,"15min":0.91400000000000003},"min":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"max":{"1min":1.28,"5min":1.8169999999999999,"15min":1.8169999999999999},"last":0.58399999999999996}]},{"osd":3,"last update":"Tue Sep 17 09:19:43 2024","interfaces":[{"interface":"back","average":{"1min":0.80400000000000005,"5min":0.80800000000000005,"15min":0.80900000000000005},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":1.6910000000000001,"5min":1.6910000000000001,"15min":1.6910000000000001},"last":0.372},{"interface":"front","average":{"1min":0.81599999999999995,"5min":0.81899999999999995,"15min":0.81899999999999995},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":1.105,"5min":1.321,"15min":1.321},"last":0.38300000000000001}]},{"osd":4,"last update":"Tue Sep 17 09:19:43 2024","interfaces":[{"interface":"back","average":{"1min":0.96399999999999997,"5min":1.014,"15min":1.022},"min":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"max":{"1min":1.252,"5min":1.5269999999999999,"15min":1.5269999999999999},"last":0.56799999999999995},{"interface":"front","average":{"1min":1.0449999999999999,"5min":1.034,"15min":1.032},"min":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"max":{"1min":1.2849999999999999,"5min":1.4530000000000001,"15min":1.4530000000000001},"last":0.76300000000000001}]},{"osd":6,"last update":"Tue Sep 17 09:19:43 2024","interfaces":[{"interface":"back","average":{"1min":0.98199999999999998,"5min":1.0389999999999999,"15min":1.0489999999999999},"min":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":1.5600000000000001,"5min":2.0960000000000001,"15min":2.0960000000000001},"last":0.53600000000000003},{"interface":"front","average":{"1min":1.036,"5min":1.121,"15min":1.135},"min":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.3160000000000001,"5min":3.4100000000000001,"15min":3.4100000000000001},"last":0.71699999999999997}]},{"osd":7,"last update":"Tue Sep 17 09:18:44 2024","interfaces":[{"interface":"back","average":{"1min":1.026,"5min":1.026,"15min":1.026},"min":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.534,"5min":1.534,"15min":1.534},"last":0.44400000000000001},{"interface":"front","average":{"1min":1.0860000000000001,"5min":1.0860000000000001,"15min":1.0860000000000001},"min":{"1min":0.56399999999999995,"5min":0.56399999999999995,"15min":0.56399999999999995},"max":{"1min":2.0049999999999999,"5min":2.0049999999999999,"15min":2.0049999999999999},"last":0.495}]}]},{"osd":4,"up_from":27,"seq":115964117021,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27404,"kb_used_data":384,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713652,"statfs":{"total":95990841344,"available":95962779648,"internally_reserved":0,"allocated":393216,"data_stored":157421,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 17 09:19:37 2024","interfaces":[{"interface":"back","average":{"1min":0.75900000000000001,"5min":0.72399999999999998,"15min":0.71799999999999997},"min":{"1min":0.48999999999999999,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":1.1619999999999999,"5min":1.2609999999999999,"15min":1.2609999999999999},"last":0.98499999999999999},{"interface":"front","average":{"1min":0.72699999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"min":{"1min":0.52800000000000002,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":1.1140000000000001,"5min":1.1140000000000001,"15min":1.1140000000000001},"last":0.61599999999999999}]},{"osd":1,"last update":"Tue Sep 17 09:19:37 2024","interfaces":[{"interface":"back","average":{"1min":0.875,"5min":0.89600000000000002,"15min":0.90000000000000002},"min":{"1min":0.71599999999999997,"5min":0.626,"15min":0.626},"max":{"1min":1.1779999999999999,"5min":1.258,"15min":1.258},"last":0.72999999999999998},{"interface":"front","average":{"1min":0.89600000000000002,"5min":0.93000000000000005,"15min":0.93600000000000005},"min":{"1min":0.72399999999999998,"5min":0.68700000000000006,"15min":0.68700000000000006},"max":{"1min":1.139,"5min":1.242,"15min":1.242},"last":0.79200000000000004}]},{"osd":2,"last update":"Tue Sep 17 09:19:37 2024","interfaces":[{"interface":"back","average":{"1min":0.79700000000000004,"5min":0.76300000000000001,"15min":0.75700000000000001},"min":{"1min":0.58799999999999997,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":1.0309999999999999,"5min":1.0309999999999999,"15min":1.0309999999999999},"last":0.875},{"interface":"front","average":{"1min":0.77300000000000002,"5min":0.82999999999999996,"15min":0.83999999999999997},"min":{"1min":0.60699999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":1.0029999999999999,"5min":1.1319999999999999,"15min":1.1319999999999999},"last":1.1180000000000001}]},{"osd":3,"last update":"Tue Sep 17 09:19:37 2024","interfaces":[{"interface":"back","average":{"1min":0.99299999999999999,"5min":1.01,"15min":1.0129999999999999},"min":{"1min":0.75,"5min":0.67600000000000005,"15min":0.67600000000000005},"max":{"1min":1.1919999999999999,"5min":1.427,"15min":1.427},"last":0.91300000000000003},{"interface":"front","average":{"1min":0.96499999999999997,"5min":0.96199999999999997,"15min":0.96199999999999997},"min":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"max":{"1min":1.2,"5min":1.2,"15min":1.2},"last":0.95499999999999996}]},{"osd":5,"last update":"Tue Sep 17 09:19:41 2024","interfaces":[{"interface":"back","average":{"1min":1.036,"5min":1.0529999999999999,"15min":1.056},"min":{"1min":0.746,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.2150000000000001,"5min":1.514,"15min":1.514},"last":1.163},{"interface":"front","average":{"1min":0.98999999999999999,"5min":1.016,"15min":1.02},"min":{"1min":0.83799999999999997,"5min":0.75800000000000001,"15min":0.75800000000000001},"max":{"1min":1.079,"5min":1.206,"15min":1.206},"last":1.0780000000000001}]},{"osd":6,"last update":"Tue Sep 17 09:19:41 2024","interfaces":[{"interface":"back","average":{"1min":0.91700000000000004,"5min":0.94899999999999995,"15min":0.95399999999999996},"min":{"1min":0.67000000000000004,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":1.0980000000000001,"5min":1.3340000000000001,"15min":1.3340000000000001},"last":1.0169999999999999},{"interface":"front","average":{"1min":1.0620000000000001,"5min":1.0860000000000001,"15min":1.0900000000000001},"min":{"1min":0.77700000000000002,"5min":0.45500000000000002,"15min":0.45500000000000002},"max":{"1min":1.288,"5min":1.764,"15min":1.764},"last":1.0449999999999999}]},{"osd":7,"last update":"Tue Sep 17 09:18:44 2024","interfaces":[{"interface":"back","average":{"1min":1.101,"5min":1.101,"15min":1.101},"min":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"max":{"1min":1.3700000000000001,"5min":1.3700000000000001,"15min":1.3700000000000001},"last":1.097},{"interface":"front","average":{"1min":1.2450000000000001,"5min":1.2450000000000001,"15min":1.2450000000000001},"min":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"max":{"1min":1.9399999999999999,"5min":1.9399999999999999,"15min":1.9399999999999999},"last":1.587}]}]},{"osd":3,"up_from":24,"seq":103079215134,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27984,"kb_used_data":964,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713072,"statfs":{"total":95990841344,"available":95962185728,"internally_reserved":0,"allocated":987136,"data_stored":747789,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1592,"internal_metadata":27654600},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 17 09:19:33 2024","interfaces":[{"interface":"back","average":{"1min":0.79200000000000004,"5min":0.872,"15min":0.88500000000000001},"min":{"1min":0.57799999999999996,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":1.1930000000000001,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":1.347},{"interface":"front","average":{"1min":0.878,"5min":0.81899999999999995,"15min":0.80900000000000005},"min":{"1min":0.54700000000000004,"5min":0.498,"15min":0.498},"max":{"1min":1.151,"5min":1.151,"15min":1.151},"last":0.72299999999999998}]},{"osd":1,"last update":"Tue Sep 17 09:19:33 2024","interfaces":[{"interface":"back","average":{"1min":0.67500000000000004,"5min":0.71099999999999997,"15min":0.71699999999999997},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":1.0189999999999999,"5min":1.2490000000000001,"15min":1.2490000000000001},"last":1.1100000000000001},{"interface":"front","average":{"1min":0.67200000000000004,"5min":0.70799999999999996,"15min":0.71399999999999997},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.96199999999999997,"5min":1.1140000000000001,"15min":1.1140000000000001},"last":0.68000000000000005}]},{"osd":2,"last update":"Tue Sep 17 09:19:33 2024","interfaces":[{"interface":"back","average":{"1min":0.88700000000000001,"5min":0.86399999999999999,"15min":0.85999999999999999},"min":{"1min":0.55400000000000005,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":1.1040000000000001,"5min":1.1659999999999999,"15min":1.1659999999999999},"last":1.0109999999999999},{"interface":"front","average":{"1min":0.94099999999999995,"5min":0.89100000000000001,"15min":0.88300000000000001},"min":{"1min":0.69499999999999995,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":1.262,"5min":1.27,"15min":1.27},"last":0.85499999999999998}]},{"osd":4,"last update":"Tue Sep 17 09:19:37 2024","interfaces":[{"interface":"back","average":{"1min":1.0229999999999999,"5min":1.008,"15min":1.006},"min":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.361,"5min":1.4670000000000001,"15min":1.4670000000000001},"last":1.1659999999999999},{"interface":"front","average":{"1min":1.1499999999999999,"5min":1.111,"15min":1.105},"min":{"1min":0.76300000000000001,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.5049999999999999,"5min":1.5449999999999999,"15min":1.5449999999999999},"last":1.25}]},{"osd":5,"last update":"Tue Sep 17 09:19:42 2024","interfaces":[{"interface":"back","average":{"1min":0.81999999999999995,"5min":0.83599999999999997,"15min":0.83899999999999997},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":1.3240000000000001,"5min":1.3240000000000001,"15min":1.3240000000000001},"last":0.79100000000000004},{"interface":"front","average":{"1min":0.97399999999999998,"5min":0.89300000000000002,"15min":0.879},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":1.5860000000000001,"5min":1.5860000000000001,"15min":1.5860000000000001},"last":1.3049999999999999}]},{"osd":6,"last update":"Tue Sep 17 09:19:42 2024","interfaces":[{"interface":"back","average":{"1min":1.117,"5min":1.101,"15min":1.0980000000000001},"min":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"max":{"1min":1.859,"5min":1.859,"15min":1.859},"last":1.0629999999999999},{"interface":"front","average":{"1min":1.018,"5min":0.99199999999999999,"15min":0.98799999999999999},"min":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.391,"5min":1.391,"15min":1.391},"last":0.94099999999999995}]},{"osd":7,"last update":"Tue Sep 17 09:18:45 2024","interfaces":[{"interface":"back","average":{"1min":1.1890000000000001,"5min":1.1890000000000001,"15min":1.1890000000000001},"min":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.7250000000000001,"5min":1.7250000000000001,"15min":1.7250000000000001},"last":1.3899999999999999},{"interface":"front","average":{"1min":1.0349999999999999,"5min":1.0349999999999999,"15min":1.0349999999999999},"min":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":1.486,"5min":1.486,"15min":1.486},"last":1.202}]}]},{"osd":2,"up_from":21,"seq":90194313247,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27404,"kb_used_data":384,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713652,"statfs":{"total":95990841344,"available":95962779648,"internally_reserved":0,"allocated":393216,"data_stored":157421,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 17 09:19:28 2024","interfaces":[{"interface":"back","average":{"1min":0.68799999999999994,"5min":0.61199999999999999,"15min":0.59999999999999998},"min":{"1min":0.52700000000000002,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.94599999999999995,"5min":1.069,"15min":1.069},"last":0.64900000000000002},{"interface":"front","average":{"1min":0.77800000000000002,"5min":0.64700000000000002,"15min":0.625},"min":{"1min":0.57199999999999995,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":1.0720000000000001,"5min":1.0720000000000001,"15min":1.0720000000000001},"last":0.60799999999999998}]},{"osd":1,"last update":"Tue Sep 17 09:19:28 2024","interfaces":[{"interface":"back","average":{"1min":0.90700000000000003,"5min":0.82199999999999995,"15min":0.80800000000000005},"min":{"1min":0.60999999999999999,"5min":0.438,"15min":0.438},"max":{"1min":1.264,"5min":1.264,"15min":1.264},"last":0.89100000000000001},{"interface":"front","average":{"1min":0.88500000000000001,"5min":0.78800000000000003,"15min":0.77200000000000002},"min":{"1min":0.52100000000000002,"5min":0.371,"15min":0.371},"max":{"1min":1.1739999999999999,"5min":1.1739999999999999,"15min":1.1739999999999999},"last":0.92600000000000005}]},{"osd":3,"last update":"Tue Sep 17 09:19:38 2024","interfaces":[{"interface":"back","average":{"1min":0.95299999999999996,"5min":0.86099999999999999,"15min":0.84599999999999997},"min":{"1min":0.67300000000000004,"5min":0.47999999999999998,"15min":0.47999999999999998},"max":{"1min":1.214,"5min":1.214,"15min":1.214},"last":0.81599999999999995},{"interface":"front","average":{"1min":0.92500000000000004,"5min":0.85699999999999998,"15min":0.84499999999999997},"min":{"1min":0.67200000000000004,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":1.153,"5min":1.46,"15min":1.46},"last":0.86099999999999999}]},{"osd":4,"last update":"Tue Sep 17 09:19:38 2024","interfaces":[{"interface":"back","average":{"1min":0.875,"5min":0.79500000000000004,"15min":0.78100000000000003},"min":{"1min":0.52900000000000003,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":1.141,"5min":1.141,"15min":1.141},"last":0.69299999999999995},{"interface":"front","average":{"1min":1.0449999999999999,"5min":0.90900000000000003,"15min":0.88600000000000001},"min":{"1min":0.86399999999999999,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":1.329,"5min":1.329,"15min":1.329},"last":1.0029999999999999}]},{"osd":5,"last update":"Tue Sep 17 09:19:42 2024","interfaces":[{"interface":"back","average":{"1min":1.048,"5min":0.96399999999999997,"15min":0.94999999999999996},"min":{"1min":0.75900000000000001,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":1.292,"5min":1.292,"15min":1.292},"last":0.95299999999999996},{"interface":"front","average":{"1min":1.0760000000000001,"5min":0.96799999999999997,"15min":0.94999999999999996},"min":{"1min":0.878,"5min":0.504,"15min":0.504},"max":{"1min":1.3109999999999999,"5min":1.3109999999999999,"15min":1.3109999999999999},"last":1.127}]},{"osd":6,"last update":"Tue Sep 17 09:19:42 2024","interfaces":[{"interface":"back","average":{"1min":0.998,"5min":0.93899999999999995,"15min":0.92900000000000005},"min":{"1min":0.72699999999999998,"5min":0.37,"15min":0.37},"max":{"1min":1.206,"5min":1.25,"15min":1.25},"last":1.028},{"interface":"front","average":{"1min":1.105,"5min":0.97299999999999998,"15min":0.95099999999999996},"min":{"1min":0.82699999999999996,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":1.4330000000000001,"5min":1.4330000000000001,"15min":1.4330000000000001},"last":1.0629999999999999}]},{"osd":7,"last update":"Tue Sep 17 09:18:44 2024","interfaces":[{"interface":"back","average":{"1min":1.0429999999999999,"5min":1.0429999999999999,"15min":1.0429999999999999},"min":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"max":{"1min":1.3480000000000001,"5min":1.3480000000000001,"15min":1.3480000000000001},"last":1.204},{"interface":"front","average":{"1min":1.032,"5min":1.032,"15min":1.032},"min":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"max":{"1min":1.3400000000000001,"5min":1.3400000000000001,"15min":1.3400000000000001},"last":1.171}]}]},{"osd":1,"up_from":18,"seq":77309411359,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27404,"kb_used_data":384,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713652,"statfs":{"total":95990841344,"available":95962779648,"internally_reserved":0,"allocated":393216,"data_stored":157421,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Sep 17 09:19:31 2024","interfaces":[{"interface":"back","average":{"1min":0.89400000000000002,"5min":0.76900000000000002,"15min":0.748},"min":{"1min":0.67600000000000005,"5min":0.45700000000000002,"15min":0.45700000000000002},"max":{"1min":1.2490000000000001,"5min":1.2490000000000001,"15min":1.2490000000000001},"last":1.0349999999999999},{"interface":"front","average":{"1min":0.89400000000000002,"5min":0.76400000000000001,"15min":0.74199999999999999},"min":{"1min":0.63900000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":1.169,"5min":1.169,"15min":1.169},"last":0.94499999999999995}]},{"osd":2,"last update":"Tue Sep 17 09:19:31 2024","interfaces":[{"interface":"back","average":{"1min":0.871,"5min":0.80300000000000005,"15min":0.79200000000000004},"min":{"1min":0.68400000000000005,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.151,"5min":1.151,"15min":1.151},"last":0.98199999999999998},{"interface":"front","average":{"1min":0.94399999999999995,"5min":0.82799999999999996,"15min":0.80800000000000005},"min":{"1min":0.55800000000000005,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.216,"5min":1.2669999999999999,"15min":1.2669999999999999},"last":0.67900000000000005}]},{"osd":3,"last update":"Tue Sep 17 09:19:37 2024","interfaces":[{"interface":"back","average":{"1min":0.747,"5min":0.71099999999999997,"15min":0.70499999999999996},"min":{"1min":0.34899999999999998,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":1.2070000000000001,"5min":1.2070000000000001,"15min":1.2070000000000001},"last":0.64400000000000002},{"interface":"front","average":{"1min":0.76700000000000002,"5min":0.78900000000000003,"15min":0.79300000000000004},"min":{"1min":0.46899999999999997,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":1.1319999999999999,"5min":1.3460000000000001,"15min":1.3460000000000001},"last":0.88}]},{"osd":4,"last update":"Tue Sep 17 09:19:37 2024","interfaces":[{"interface":"back","average":{"1min":0.87,"5min":0.86699999999999999,"15min":0.86699999999999999},"min":{"1min":0.66600000000000004,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.165,"5min":1.2769999999999999,"15min":1.2769999999999999},"last":1.0760000000000001},{"interface":"front","average":{"1min":0.98099999999999998,"5min":0.88,"15min":0.86299999999999999},"min":{"1min":0.73799999999999999,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":1.2569999999999999,"5min":1.26,"15min":1.26},"last":1.1180000000000001}]},{"osd":5,"last update":"Tue Sep 17 09:18:43 2024","interfaces":[{"interface":"back","average":{"1min":0.93400000000000005,"5min":0.93400000000000005,"15min":0.93400000000000005},"min":{"1min":0.375,"5min":0.375,"15min":0.375},"max":{"1min":1.748,"5min":1.748,"15min":1.748},"last":0.753},{"interface":"front","average":{"1min":1.0329999999999999,"5min":1.0329999999999999,"15min":1.0329999999999999},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":1.7629999999999999,"5min":1.7629999999999999,"15min":1.7629999999999999},"last":1.1459999999999999}]},{"osd":6,"last update":"Tue Sep 17 09:18:43 2024","interfaces":[{"interface":"back","average":{"1min":1.046,"5min":1.046,"15min":1.046},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":1.3109999999999999,"5min":1.3109999999999999,"15min":1.3109999999999999},"last":1.105},{"interface":"front","average":{"1min":0.94799999999999995,"5min":0.94799999999999995,"15min":0.94799999999999995},"min":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.79,"5min":1.79,"15min":1.79},"last":1.1719999999999999}]},{"osd":7,"last update":"Tue Sep 17 09:18:43 2024","interfaces":[{"interface":"back","average":{"1min":1.0149999999999999,"5min":1.0149999999999999,"15min":1.0149999999999999},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":1.3899999999999999,"5min":1.3899999999999999,"15min":1.3899999999999999},"last":1.2090000000000001},{"interface":"front","average":{"1min":0.97699999999999998,"5min":0.97699999999999998,"15min":0.97699999999999998},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":1.419,"5min":1.419,"15min":1.419},"last":1.228}]}]},{"osd":0,"up_from":16,"seq":68719476768,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":32080,"kb_used_data":964,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93708976,"statfs":{"total":95990841344,"available":95957991424,"internally_reserved":0,"allocated":987136,"data_stored":747789,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31848902},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Tue Sep 17 09:19:24 2024","interfaces":[{"interface":"back","average":{"1min":0.79300000000000004,"5min":0.80400000000000005,"15min":0.80600000000000005},"min":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.171,"5min":1.171,"15min":1.171},"last":1.103},{"interface":"front","average":{"1min":0.78100000000000003,"5min":0.79900000000000004,"15min":0.80200000000000005},"min":{"1min":0.55400000000000005,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":0.99399999999999999,"5min":1.1579999999999999,"15min":1.1579999999999999},"last":0.94299999999999995}]},{"osd":2,"last update":"Tue Sep 17 09:19:30 2024","interfaces":[{"interface":"back","average":{"1min":0.73699999999999999,"5min":0.73099999999999998,"15min":0.72999999999999998},"min":{"1min":0.495,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":1.218,"5min":1.218,"15min":1.218},"last":0.82699999999999996},{"interface":"front","average":{"1min":0.81699999999999995,"5min":0.76500000000000001,"15min":0.75700000000000001},"min":{"1min":0.52200000000000002,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":1.1160000000000001,"5min":1.2170000000000001,"15min":1.2170000000000001},"last":0.97799999999999998}]},{"osd":3,"last update":"Tue Sep 17 09:19:30 2024","interfaces":[{"interface":"back","average":{"1min":0.84899999999999998,"5min":0.84299999999999997,"15min":0.84199999999999997},"min":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.133,"5min":1.133,"15min":1.133},"last":1.2130000000000001},{"interface":"front","average":{"1min":0.89200000000000002,"5min":0.94399999999999995,"15min":0.95299999999999996},"min":{"1min":0.67500000000000004,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.179,"5min":1.2769999999999999,"15min":1.2769999999999999},"last":1.0429999999999999}]},{"osd":4,"last update":"Tue Sep 17 09:19:37 2024","interfaces":[{"interface":"back","average":{"1min":0.81000000000000005,"5min":0.84599999999999997,"15min":0.85199999999999998},"min":{"1min":0.57399999999999995,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":1.081,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":1.0800000000000001},{"interface":"front","average":{"1min":0.95899999999999996,"5min":0.872,"15min":0.85799999999999998},"min":{"1min":0.64300000000000002,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.21,"5min":1.21,"15min":1.21},"last":1.177}]},{"osd":5,"last update":"Tue Sep 17 09:19:42 2024","interfaces":[{"interface":"back","average":{"1min":0.92000000000000004,"5min":0.97799999999999998,"15min":0.98799999999999999},"min":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"max":{"1min":1.333,"5min":1.333,"15min":1.333},"last":1.333},{"interface":"front","average":{"1min":0.995,"5min":1.0469999999999999,"15min":1.056},"min":{"1min":0.84499999999999997,"5min":0.76600000000000001,"15min":0.76600000000000001},"max":{"1min":1.252,"5min":1.5669999999999999,"15min":1.5669999999999999},"last":1.252}]},{"osd":6,"last update":"Tue Sep 17 09:19:42 2024","interfaces":[{"interface":"back","average":{"1min":1.0549999999999999,"5min":1.026,"15min":1.0209999999999999},"min":{"1min":0.79000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"max":{"1min":1.3640000000000001,"5min":1.464,"15min":1.464},"last":1.3640000000000001},{"interface":"front","average":{"1min":0.96599999999999997,"5min":0.97299999999999998,"15min":0.97399999999999998},"min":{"1min":0.66200000000000003,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.282,"5min":1.512,"15min":1.512},"last":1.282}]},{"osd":7,"last update":"Tue Sep 17 09:18:47 2024","interfaces":[{"interface":"back","average":{"1min":1.089,"5min":1.089,"15min":1.089},"min":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"max":{"1min":1.498,"5min":1.498,"15min":1.498},"last":1.411},{"interface":"front","average":{"1min":1.1779999999999999,"5min":1.1779999999999999,"15min":1.1779999999999999},"min":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"max":{"1min":1.5629999999999999,"5min":1.5629999999999999,"15min":1.5629999999999999},"last":1.4379999999999999}]}]}],"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":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-17T09:19:48.927 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-17T09:19:48.927 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-17T09:19:48.928 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-17T09:19:48.928 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph health --format=json 2024-09-17T09:19:49.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:48 smithi191 bash[24486]: cluster 2024-09-17T09:19:47.257910+0000 mgr.smithi018.roweby (mgr.14195) 195 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:49.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:48 smithi018 bash[19939]: cluster 2024-09-17T09:19:47.257910+0000 mgr.smithi018.roweby (mgr.14195) 195 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:50.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:49 smithi018 bash[19939]: audit 2024-09-17T09:19:48.413403+0000 mgr.smithi018.roweby (mgr.14195) 196 : audit [DBG] from='client.14446 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T09:19:50.264 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:49 smithi191 bash[24486]: audit 2024-09-17T09:19:48.413403+0000 mgr.smithi018.roweby (mgr.14195) 196 : audit [DBG] from='client.14446 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T09:19:51.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:50 smithi191 bash[24486]: cluster 2024-09-17T09:19:49.258489+0000 mgr.smithi018.roweby (mgr.14195) 197 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:51.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:50 smithi018 bash[19939]: cluster 2024-09-17T09:19:49.258489+0000 mgr.smithi018.roweby (mgr.14195) 197 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:53.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:52 smithi191 bash[24486]: cluster 2024-09-17T09:19:51.259060+0000 mgr.smithi018.roweby (mgr.14195) 198 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:53.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:52 smithi018 bash[19939]: cluster 2024-09-17T09:19:51.259060+0000 mgr.smithi018.roweby (mgr.14195) 198 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:53.697 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:19:55.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:54 smithi191 bash[24486]: cluster 2024-09-17T09:19:53.259659+0000 mgr.smithi018.roweby (mgr.14195) 199 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:55.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:54 smithi018 bash[19939]: cluster 2024-09-17T09:19:53.259659+0000 mgr.smithi018.roweby (mgr.14195) 199 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:56.576 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T09:19:56.576 INFO:teuthology.orchestra.run.smithi018.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-17T09:19:57.196 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-17T09:19:57.197 INFO:tasks.cephadm:Setup complete, yielding 2024-09-17T09:19:57.197 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T09:19:57.207 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi018.front.sepia.ceph.com 2024-09-17T09:19:57.208 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- bash -c 'ceph orch status' 2024-09-17T09:19:57.218 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:56 smithi018 bash[19939]: cluster 2024-09-17T09:19:55.260196+0000 mgr.smithi018.roweby (mgr.14195) 200 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:57.218 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:56 smithi018 bash[19939]: audit 2024-09-17T09:19:56.577421+0000 mon.smithi018 (mon.0) 717 : audit [DBG] from='client.? 172.21.15.18:0/3791104991' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-17T09:19:57.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:56 smithi191 bash[24486]: cluster 2024-09-17T09:19:55.260196+0000 mgr.smithi018.roweby (mgr.14195) 200 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:57.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:56 smithi191 bash[24486]: audit 2024-09-17T09:19:56.577421+0000 mon.smithi018 (mon.0) 717 : audit [DBG] from='client.? 172.21.15.18:0/3791104991' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-17T09:19:59.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:19:58 smithi191 bash[24486]: cluster 2024-09-17T09:19:57.260638+0000 mgr.smithi018.roweby (mgr.14195) 201 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:19:59.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:19:58 smithi018 bash[19939]: cluster 2024-09-17T09:19:57.260638+0000 mgr.smithi018.roweby (mgr.14195) 201 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:01.319 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:00 smithi018 bash[19939]: cluster 2024-09-17T09:19:59.261178+0000 mgr.smithi018.roweby (mgr.14195) 202 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:01.319 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:00 smithi018 bash[19939]: cluster 2024-09-17T09:20:00.000127+0000 mon.smithi018 (mon.0) 718 : cluster [INF] overall HEALTH_OK 2024-09-17T09:20:01.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:00 smithi191 bash[24486]: cluster 2024-09-17T09:19:59.261178+0000 mgr.smithi018.roweby (mgr.14195) 202 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:01.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:00 smithi191 bash[24486]: cluster 2024-09-17T09:20:00.000127+0000 mon.smithi018 (mon.0) 718 : cluster [INF] overall HEALTH_OK 2024-09-17T09:20:01.960 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:20:03.274 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:02 smithi018 bash[19939]: cluster 2024-09-17T09:20:01.261729+0000 mgr.smithi018.roweby (mgr.14195) 203 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:03.274 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:02 smithi018 bash[19939]: audit 2024-09-17T09:20:02.281787+0000 mon.smithi018 (mon.0) 719 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:20:03.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:02 smithi191 bash[24486]: cluster 2024-09-17T09:20:01.261729+0000 mgr.smithi018.roweby (mgr.14195) 203 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:03.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:02 smithi191 bash[24486]: audit 2024-09-17T09:20:02.281787+0000 mon.smithi018 (mon.0) 719 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:20:04.872 INFO:teuthology.orchestra.run.smithi018.stdout:Backend: cephadm 2024-09-17T09:20:04.872 INFO:teuthology.orchestra.run.smithi018.stdout:Available: Yes 2024-09-17T09:20:04.873 INFO:teuthology.orchestra.run.smithi018.stdout:Paused: No 2024-09-17T09:20:05.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:04 smithi018 bash[19939]: cluster 2024-09-17T09:20:03.262283+0000 mgr.smithi018.roweby (mgr.14195) 204 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:05.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:04 smithi191 bash[24486]: cluster 2024-09-17T09:20:03.262283+0000 mgr.smithi018.roweby (mgr.14195) 204 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:05.420 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- bash -c 'ceph orch ps' 2024-09-17T09:20:06.100 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:05 smithi191 bash[24486]: audit 2024-09-17T09:20:04.873126+0000 mgr.smithi018.roweby (mgr.14195) 205 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:20:06.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:05 smithi018 bash[19939]: audit 2024-09-17T09:20:04.873126+0000 mgr.smithi018.roweby (mgr.14195) 205 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:20:07.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:06 smithi191 bash[24486]: cluster 2024-09-17T09:20:05.262837+0000 mgr.smithi018.roweby (mgr.14195) 206 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:07.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:06 smithi018 bash[19939]: cluster 2024-09-17T09:20:05.262837+0000 mgr.smithi018.roweby (mgr.14195) 206 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:09.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:08 smithi191 bash[24486]: cluster 2024-09-17T09:20:07.263402+0000 mgr.smithi018.roweby (mgr.14195) 207 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:09.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:08 smithi018 bash[19939]: cluster 2024-09-17T09:20:07.263402+0000 mgr.smithi018.roweby (mgr.14195) 207 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:10.229 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:20:11.247 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:10 smithi018 bash[19939]: cluster 2024-09-17T09:20:09.263977+0000 mgr.smithi018.roweby (mgr.14195) 208 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:11.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:10 smithi191 bash[24486]: cluster 2024-09-17T09:20:09.263977+0000 mgr.smithi018.roweby (mgr.14195) 208 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:13.329 INFO:teuthology.orchestra.run.smithi018.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:20:13.329 INFO:teuthology.orchestra.run.smithi018.stdout:alertmanager.smithi018 smithi018 *:9093,9094 running (4m) 37s ago 5m 14.0M - 0.25.0 c8568f914cd2 6d6a4dafbfe4 2024-09-17T09:20:13.329 INFO:teuthology.orchestra.run.smithi018.stdout:ceph-exporter.smithi018 smithi018 running (6m) 37s ago 6m 7812k - 18.2.4-855-g19e2a2be 980a0bfcd684 505c3dfc31e4 2024-09-17T09:20:13.329 INFO:teuthology.orchestra.run.smithi018.stdout:ceph-exporter.smithi191 smithi191 running (4m) 39s ago 4m 7971k - 18.2.4-855-g19e2a2be 980a0bfcd684 d25d2230ad1f 2024-09-17T09:20:13.329 INFO:teuthology.orchestra.run.smithi018.stdout:crash.smithi018 smithi018 running (5m) 37s ago 5m 7224k - 18.2.4-855-g19e2a2be 980a0bfcd684 e223d2303b39 2024-09-17T09:20:13.329 INFO:teuthology.orchestra.run.smithi018.stdout:crash.smithi191 smithi191 running (4m) 39s ago 4m 7212k - 18.2.4-855-g19e2a2be 980a0bfcd684 2322fc7c61e7 2024-09-17T09:20:13.330 INFO:teuthology.orchestra.run.smithi018.stdout:grafana.smithi018 smithi018 *:3000 running (4m) 37s ago 5m 73.4M - 9.4.7 954c08fa6188 d8a55ae14efb 2024-09-17T09:20:13.330 INFO:teuthology.orchestra.run.smithi018.stdout:mgr.smithi018.roweby smithi018 *:9283,8765,8443 running (7m) 37s ago 7m 473M - 18.2.4-855-g19e2a2be 980a0bfcd684 387cbd32134a 2024-09-17T09:20:13.330 INFO:teuthology.orchestra.run.smithi018.stdout:mgr.smithi191.oohadx smithi191 *:8443,9283,8765 running (4m) 39s ago 4m 424M - 18.2.4-855-g19e2a2be 980a0bfcd684 4b7a24490b79 2024-09-17T09:20:13.330 INFO:teuthology.orchestra.run.smithi018.stdout:mon.smithi018 smithi018 running (7m) 37s ago 7m 48.4M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 5c89cda2947d 2024-09-17T09:20:13.330 INFO:teuthology.orchestra.run.smithi018.stdout:mon.smithi191 smithi191 running (4m) 39s ago 4m 40.4M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 3bf3834fcae2 2024-09-17T09:20:13.330 INFO:teuthology.orchestra.run.smithi018.stdout:node-exporter.smithi018 smithi018 *:9100 running (5m) 37s ago 5m 8416k - 1.5.0 0da6a335fe13 3d51e5bd0c22 2024-09-17T09:20:13.330 INFO:teuthology.orchestra.run.smithi018.stdout:node-exporter.smithi191 smithi191 *:9100 running (4m) 39s ago 4m 7971k - 1.5.0 0da6a335fe13 08a01419d131 2024-09-17T09:20:13.330 INFO:teuthology.orchestra.run.smithi018.stdout:osd.0 smithi191 running (2m) 39s ago 3m 47.5M 3772M 18.2.4-855-g19e2a2be 980a0bfcd684 5d126973a268 2024-09-17T09:20:13.330 INFO:teuthology.orchestra.run.smithi018.stdout:osd.1 smithi018 running (2m) 37s ago 3m 40.6M 3005M 18.2.4-855-g19e2a2be 980a0bfcd684 9fe8e968bf37 2024-09-17T09:20:13.330 INFO:teuthology.orchestra.run.smithi018.stdout:osd.2 smithi191 running (2m) 39s ago 2m 36.5M 3772M 18.2.4-855-g19e2a2be 980a0bfcd684 98d9d248cb0a 2024-09-17T09:20:13.330 INFO:teuthology.orchestra.run.smithi018.stdout:osd.3 smithi018 running (2m) 37s ago 2m 38.4M 3005M 18.2.4-855-g19e2a2be 980a0bfcd684 c0e0d44eb509 2024-09-17T09:20:13.330 INFO:teuthology.orchestra.run.smithi018.stdout:osd.4 smithi191 running (2m) 39s ago 2m 36.3M 3772M 18.2.4-855-g19e2a2be 980a0bfcd684 3807f9e2c696 2024-09-17T09:20:13.330 INFO:teuthology.orchestra.run.smithi018.stdout:osd.5 smithi018 running (2m) 37s ago 2m 35.6M 3005M 18.2.4-855-g19e2a2be 980a0bfcd684 c99a522fc2dd 2024-09-17T09:20:13.330 INFO:teuthology.orchestra.run.smithi018.stdout:osd.6 smithi191 running (2m) 39s ago 2m 36.4M 3772M 18.2.4-855-g19e2a2be 980a0bfcd684 2cc293a05d1a 2024-09-17T09:20:13.331 INFO:teuthology.orchestra.run.smithi018.stdout:osd.7 smithi018 running (2m) 37s ago 2m 39.4M 3005M 18.2.4-855-g19e2a2be 980a0bfcd684 8d5e40758971 2024-09-17T09:20:13.331 INFO:teuthology.orchestra.run.smithi018.stdout:prometheus.smithi018 smithi018 *:9095 running (3m) 37s ago 5m 47.8M - 2.43.0 a07b618ecd1d 5b8102f78a95 2024-09-17T09:20:13.342 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:13 smithi018 bash[19939]: cluster 2024-09-17T09:20:11.264330+0000 mgr.smithi018.roweby (mgr.14195) 209 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:13.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:13 smithi191 bash[24486]: cluster 2024-09-17T09:20:11.264330+0000 mgr.smithi018.roweby (mgr.14195) 209 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:13.929 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- bash -c 'ceph orch ls' 2024-09-17T09:20:15.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:15 smithi191 bash[24486]: cluster 2024-09-17T09:20:13.264888+0000 mgr.smithi018.roweby (mgr.14195) 210 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:15.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:15 smithi191 bash[24486]: audit 2024-09-17T09:20:13.293708+0000 mgr.smithi018.roweby (mgr.14195) 211 : audit [DBG] from='client.14458 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:20:15.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:15 smithi018 bash[19939]: cluster 2024-09-17T09:20:13.264888+0000 mgr.smithi018.roweby (mgr.14195) 210 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:15.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:15 smithi018 bash[19939]: audit 2024-09-17T09:20:13.293708+0000 mgr.smithi018.roweby (mgr.14195) 211 : audit [DBG] from='client.14458 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:20:17.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:17 smithi191 bash[24486]: cluster 2024-09-17T09:20:15.265506+0000 mgr.smithi018.roweby (mgr.14195) 212 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:17.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:17 smithi018 bash[19939]: cluster 2024-09-17T09:20:15.265506+0000 mgr.smithi018.roweby (mgr.14195) 212 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:18.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:18 smithi191 bash[24486]: audit 2024-09-17T09:20:17.289454+0000 mon.smithi018 (mon.0) 720 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:20:18.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:18 smithi018 bash[19939]: audit 2024-09-17T09:20:17.289454+0000 mon.smithi018 (mon.0) 720 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:20:18.695 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:20:19.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:19 smithi018 bash[19939]: cluster 2024-09-17T09:20:17.266062+0000 mgr.smithi018.roweby (mgr.14195) 213 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:19.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:19 smithi191 bash[24486]: cluster 2024-09-17T09:20:17.266062+0000 mgr.smithi018.roweby (mgr.14195) 213 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:21.338 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:21 smithi018 bash[19939]: cluster 2024-09-17T09:20:19.266650+0000 mgr.smithi018.roweby (mgr.14195) 214 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:21.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:21 smithi191 bash[24486]: cluster 2024-09-17T09:20:19.266650+0000 mgr.smithi018.roweby (mgr.14195) 214 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:21.689 INFO:teuthology.orchestra.run.smithi018.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-17T09:20:21.689 INFO:teuthology.orchestra.run.smithi018.stdout:alertmanager ?:9093,9094 1/1 45s ago 6m count:1 2024-09-17T09:20:21.689 INFO:teuthology.orchestra.run.smithi018.stdout:ceph-exporter 2/2 47s ago 6m * 2024-09-17T09:20:21.689 INFO:teuthology.orchestra.run.smithi018.stdout:crash 2/2 47s ago 6m * 2024-09-17T09:20:21.689 INFO:teuthology.orchestra.run.smithi018.stdout:grafana ?:3000 1/1 45s ago 6m count:1 2024-09-17T09:20:21.690 INFO:teuthology.orchestra.run.smithi018.stdout:mgr 2/2 47s ago 6m count:2 2024-09-17T09:20:21.690 INFO:teuthology.orchestra.run.smithi018.stdout:mon 2/2 47s ago 5m smithi018:172.21.15.18=smithi018;smithi191:172.21.15.191=smithi191;count:2 2024-09-17T09:20:21.690 INFO:teuthology.orchestra.run.smithi018.stdout:node-exporter ?:9100 2/2 47s ago 6m * 2024-09-17T09:20:21.690 INFO:teuthology.orchestra.run.smithi018.stdout:osd.all-available-devices 8 47s ago 4m * 2024-09-17T09:20:21.690 INFO:teuthology.orchestra.run.smithi018.stdout:prometheus ?:9095 1/1 45s ago 6m count:1 2024-09-17T09:20:22.278 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- bash -c 'ceph orch host ls' 2024-09-17T09:20:23.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:23 smithi191 bash[24486]: cluster 2024-09-17T09:20:21.267209+0000 mgr.smithi018.roweby (mgr.14195) 215 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:23.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:23 smithi191 bash[24486]: audit 2024-09-17T09:20:21.676312+0000 mgr.smithi018.roweby (mgr.14195) 216 : audit [DBG] from='client.14462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:20:23.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:23 smithi018 bash[19939]: cluster 2024-09-17T09:20:21.267209+0000 mgr.smithi018.roweby (mgr.14195) 215 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:23.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:23 smithi018 bash[19939]: audit 2024-09-17T09:20:21.676312+0000 mgr.smithi018.roweby (mgr.14195) 216 : audit [DBG] from='client.14462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:20:25.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:25 smithi191 bash[24486]: cluster 2024-09-17T09:20:23.267806+0000 mgr.smithi018.roweby (mgr.14195) 217 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:25.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:25 smithi018 bash[19939]: cluster 2024-09-17T09:20:23.267806+0000 mgr.smithi018.roweby (mgr.14195) 217 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:27.043 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:20:27.321 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:27 smithi018 bash[19939]: cluster 2024-09-17T09:20:25.268394+0000 mgr.smithi018.roweby (mgr.14195) 218 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:27.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:27 smithi191 bash[24486]: cluster 2024-09-17T09:20:25.268394+0000 mgr.smithi018.roweby (mgr.14195) 218 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:29.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:29 smithi018 bash[19939]: cluster 2024-09-17T09:20:27.268932+0000 mgr.smithi018.roweby (mgr.14195) 219 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:29.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:29 smithi191 bash[24486]: cluster 2024-09-17T09:20:27.268932+0000 mgr.smithi018.roweby (mgr.14195) 219 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:30.035 INFO:teuthology.orchestra.run.smithi018.stdout:HOST ADDR LABELS STATUS 2024-09-17T09:20:30.036 INFO:teuthology.orchestra.run.smithi018.stdout:smithi018 172.21.15.18 2024-09-17T09:20:30.036 INFO:teuthology.orchestra.run.smithi018.stdout:smithi191 172.21.15.191 2024-09-17T09:20:30.036 INFO:teuthology.orchestra.run.smithi018.stdout:2 hosts in cluster 2024-09-17T09:20:30.617 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- bash -c 'ceph orch device ls' 2024-09-17T09:20:31.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:31 smithi191 bash[24486]: cluster 2024-09-17T09:20:29.269541+0000 mgr.smithi018.roweby (mgr.14195) 220 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:31.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:31 smithi191 bash[24486]: audit 2024-09-17T09:20:30.036017+0000 mgr.smithi018.roweby (mgr.14195) 221 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:20:31.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:31 smithi018 bash[19939]: cluster 2024-09-17T09:20:29.269541+0000 mgr.smithi018.roweby (mgr.14195) 220 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:31.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:31 smithi018 bash[19939]: audit 2024-09-17T09:20:30.036017+0000 mgr.smithi018.roweby (mgr.14195) 221 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:20:33.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:33 smithi191 bash[24486]: cluster 2024-09-17T09:20:31.270190+0000 mgr.smithi018.roweby (mgr.14195) 222 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:33.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:33 smithi191 bash[24486]: audit 2024-09-17T09:20:32.289926+0000 mon.smithi018 (mon.0) 721 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:20:33.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:33 smithi018 bash[19939]: cluster 2024-09-17T09:20:31.270190+0000 mgr.smithi018.roweby (mgr.14195) 222 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:33.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:33 smithi018 bash[19939]: audit 2024-09-17T09:20:32.289926+0000 mon.smithi018 (mon.0) 721 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:20:35.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:35 smithi191 bash[24486]: cluster 2024-09-17T09:20:33.270776+0000 mgr.smithi018.roweby (mgr.14195) 223 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:35.385 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:20:35.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:35 smithi018 bash[19939]: cluster 2024-09-17T09:20:33.270776+0000 mgr.smithi018.roweby (mgr.14195) 223 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:37.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:37 smithi191 bash[24486]: cluster 2024-09-17T09:20:35.271377+0000 mgr.smithi018.roweby (mgr.14195) 224 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:37.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:37 smithi191 bash[24486]: audit 2024-09-17T09:20:36.513150+0000 mon.smithi018 (mon.0) 722 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:20:37.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:37 smithi018 bash[19939]: cluster 2024-09-17T09:20:35.271377+0000 mgr.smithi018.roweby (mgr.14195) 224 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:37.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:37 smithi018 bash[19939]: audit 2024-09-17T09:20:36.513150+0000 mon.smithi018 (mon.0) 722 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:20:38.328 INFO:teuthology.orchestra.run.smithi018.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-09-17T09:20:38.328 INFO:teuthology.orchestra.run.smithi018.stdout:smithi018 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB75120091480DGN 447G No 2m ago Has a FileSystem, LVM detected 2024-09-17T09:20:38.328 INFO:teuthology.orchestra.run.smithi018.stdout:smithi018 /dev/nvme1n1 ssd Linux_aa152806447c014eb6b7 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T09:20:38.328 INFO:teuthology.orchestra.run.smithi018.stdout:smithi018 /dev/nvme2n1 ssd Linux_0c13482d764aebbb4f4e 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T09:20:38.328 INFO:teuthology.orchestra.run.smithi018.stdout:smithi018 /dev/nvme3n1 ssd Linux_5fa3ddd6dce59083e39e 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T09:20:38.328 INFO:teuthology.orchestra.run.smithi018.stdout:smithi018 /dev/nvme4n1 ssd Linux_c7577110ddde56097e55 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T09:20:38.329 INFO:teuthology.orchestra.run.smithi018.stdout:smithi191 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT6303008M400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-09-17T09:20:38.329 INFO:teuthology.orchestra.run.smithi018.stdout:smithi191 /dev/nvme1n1 ssd Linux_077bc820892981429508 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T09:20:38.329 INFO:teuthology.orchestra.run.smithi018.stdout:smithi191 /dev/nvme2n1 ssd Linux_8abeb1f416edb73f5302 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T09:20:38.329 INFO:teuthology.orchestra.run.smithi018.stdout:smithi191 /dev/nvme3n1 ssd Linux_2e82248764df2cf01fde 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T09:20:38.329 INFO:teuthology.orchestra.run.smithi018.stdout:smithi191 /dev/nvme4n1 ssd Linux_ce895c0fa96ee67b8c47 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T09:20:38.908 INFO:teuthology.run_tasks:Running task vip... 2024-09-17T09:20:38.918 INFO:tasks.vip:Allocating static IPs for each host... 2024-09-17T09:20:38.919 INFO:tasks.vip:peername 172.21.15.18 2024-09-17T09:20:38.923 INFO:tasks.vip:172.21.15.18 in 172.21.0.0/20, pos 3857 2024-09-17T09:20:38.927 INFO:tasks.vip:smithi018.front.sepia.ceph.com static 10.0.15.18, vnet 10.0.0.0/16 2024-09-17T09:20:38.927 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-09-17T09:20:38.927 DEBUG:teuthology.orchestra.run.smithi018:> sudo ip route ls 2024-09-17T09:20:38.942 INFO:teuthology.orchestra.run.smithi018.stdout:default via 172.21.15.254 dev ens1f0 2024-09-17T09:20:38.942 INFO:teuthology.orchestra.run.smithi018.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-17T09:20:38.942 INFO:teuthology.orchestra.run.smithi018.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.18 2024-09-17T09:20:38.943 INFO:tasks.vip:Configuring 10.0.15.18 on smithi018.front.sepia.ceph.com iface ens1f0... 2024-09-17T09:20:38.943 DEBUG:teuthology.orchestra.run.smithi018:> sudo ip addr add 10.0.15.18/16 dev ens1f0 2024-09-17T09:20:38.999 INFO:tasks.vip:peername 172.21.15.191 2024-09-17T09:20:39.002 INFO:tasks.vip:172.21.15.191 in 172.21.0.0/20, pos 4030 2024-09-17T09:20:39.065 INFO:tasks.vip:smithi191.front.sepia.ceph.com static 10.0.15.191, vnet 10.0.0.0/16 2024-09-17T09:20:39.065 DEBUG:teuthology.orchestra.run.smithi191:> sudo ip route ls 2024-09-17T09:20:39.079 INFO:teuthology.orchestra.run.smithi191.stdout:default via 172.21.15.254 dev enp3s0f1 2024-09-17T09:20:39.079 INFO:teuthology.orchestra.run.smithi191.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.191 metric 100 2024-09-17T09:20:39.079 INFO:teuthology.orchestra.run.smithi191.stdout:158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.191 metric 100 2024-09-17T09:20:39.079 INFO:teuthology.orchestra.run.smithi191.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-17T09:20:39.079 INFO:teuthology.orchestra.run.smithi191.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.191 metric 100 2024-09-17T09:20:39.079 INFO:teuthology.orchestra.run.smithi191.stdout:172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.191 metric 100 2024-09-17T09:20:39.079 INFO:teuthology.orchestra.run.smithi191.stdout:172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.191 metric 100 2024-09-17T09:20:39.079 INFO:teuthology.orchestra.run.smithi191.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.191 metric 100 2024-09-17T09:20:39.080 INFO:tasks.vip:Configuring 10.0.15.191 on smithi191.front.sepia.ceph.com iface enp3s0f1... 2024-09-17T09:20:39.080 DEBUG:teuthology.orchestra.run.smithi191:> sudo ip addr add 10.0.15.191/16 dev enp3s0f1 2024-09-17T09:20:39.141 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T09:20:39.150 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi018.front.sepia.ceph.com 2024-09-17T09:20:39.151 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- bash -c 'ceph orch device ls --refresh' 2024-09-17T09:20:39.162 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:39 smithi018 bash[19939]: cluster 2024-09-17T09:20:37.271964+0000 mgr.smithi018.roweby (mgr.14195) 225 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:39.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:39 smithi191 bash[24486]: cluster 2024-09-17T09:20:37.271964+0000 mgr.smithi018.roweby (mgr.14195) 225 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:40.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:40 smithi191 bash[24486]: audit 2024-09-17T09:20:38.324537+0000 mgr.smithi018.roweby (mgr.14195) 226 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:20:40.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:40 smithi018 bash[19939]: audit 2024-09-17T09:20:38.324537+0000 mgr.smithi018.roweby (mgr.14195) 226 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:20:41.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:41 smithi191 bash[24486]: cluster 2024-09-17T09:20:39.272515+0000 mgr.smithi018.roweby (mgr.14195) 227 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:41.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:41 smithi018 bash[19939]: cluster 2024-09-17T09:20:39.272515+0000 mgr.smithi018.roweby (mgr.14195) 227 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:43.100 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:42 smithi191 bash[24486]: cluster 2024-09-17T09:20:41.273085+0000 mgr.smithi018.roweby (mgr.14195) 228 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:43.100 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:42 smithi191 bash[24486]: audit 2024-09-17T09:20:41.836852+0000 mon.smithi018 (mon.0) 723 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:20:43.101 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:42 smithi191 bash[24486]: audit 2024-09-17T09:20:41.841292+0000 mon.smithi018 (mon.0) 724 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:20:43.101 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:42 smithi191 bash[24486]: audit 2024-09-17T09:20:42.369841+0000 mon.smithi018 (mon.0) 725 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:20:43.101 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:42 smithi191 bash[24486]: audit 2024-09-17T09:20:42.374716+0000 mon.smithi018 (mon.0) 726 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:20:43.101 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:42 smithi191 bash[24486]: audit 2024-09-17T09:20:42.823492+0000 mon.smithi018 (mon.0) 727 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:20:43.101 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:42 smithi191 bash[24486]: audit 2024-09-17T09:20:42.825306+0000 mon.smithi018 (mon.0) 728 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:20:43.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:42 smithi018 bash[19939]: cluster 2024-09-17T09:20:41.273085+0000 mgr.smithi018.roweby (mgr.14195) 228 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:43.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:42 smithi018 bash[19939]: audit 2024-09-17T09:20:41.836852+0000 mon.smithi018 (mon.0) 723 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:20:43.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:42 smithi018 bash[19939]: audit 2024-09-17T09:20:41.841292+0000 mon.smithi018 (mon.0) 724 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:20:43.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:42 smithi018 bash[19939]: audit 2024-09-17T09:20:42.369841+0000 mon.smithi018 (mon.0) 725 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:20:43.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:42 smithi018 bash[19939]: audit 2024-09-17T09:20:42.374716+0000 mon.smithi018 (mon.0) 726 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:20:43.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:42 smithi018 bash[19939]: audit 2024-09-17T09:20:42.823492+0000 mon.smithi018 (mon.0) 727 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:20:43.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:42 smithi018 bash[19939]: audit 2024-09-17T09:20:42.825306+0000 mon.smithi018 (mon.0) 728 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:20:43.450 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:20:44.100 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:43 smithi191 bash[24486]: audit 2024-09-17T09:20:42.834972+0000 mon.smithi018 (mon.0) 729 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:20:44.100 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:43 smithi191 bash[24486]: audit 2024-09-17T09:20:42.841635+0000 mon.smithi018 (mon.0) 730 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T09:20:44.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:43 smithi018 bash[19939]: audit 2024-09-17T09:20:42.834972+0000 mon.smithi018 (mon.0) 729 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:20:44.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:43 smithi018 bash[19939]: audit 2024-09-17T09:20:42.841635+0000 mon.smithi018 (mon.0) 730 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T09:20:45.100 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:44 smithi191 bash[24486]: cluster 2024-09-17T09:20:43.273660+0000 mgr.smithi018.roweby (mgr.14195) 229 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:45.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:44 smithi018 bash[19939]: cluster 2024-09-17T09:20:43.273660+0000 mgr.smithi018.roweby (mgr.14195) 229 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:46.499 INFO:teuthology.orchestra.run.smithi018.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-09-17T09:20:46.499 INFO:teuthology.orchestra.run.smithi018.stdout:smithi018 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB75120091480DGN 447G No 2m ago Has a FileSystem, LVM detected 2024-09-17T09:20:46.499 INFO:teuthology.orchestra.run.smithi018.stdout:smithi018 /dev/nvme1n1 ssd Linux_aa152806447c014eb6b7 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T09:20:46.499 INFO:teuthology.orchestra.run.smithi018.stdout:smithi018 /dev/nvme2n1 ssd Linux_0c13482d764aebbb4f4e 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T09:20:46.499 INFO:teuthology.orchestra.run.smithi018.stdout:smithi018 /dev/nvme3n1 ssd Linux_5fa3ddd6dce59083e39e 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T09:20:46.499 INFO:teuthology.orchestra.run.smithi018.stdout:smithi018 /dev/nvme4n1 ssd Linux_c7577110ddde56097e55 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T09:20:46.499 INFO:teuthology.orchestra.run.smithi018.stdout:smithi191 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT6303008M400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-09-17T09:20:46.499 INFO:teuthology.orchestra.run.smithi018.stdout:smithi191 /dev/nvme1n1 ssd Linux_077bc820892981429508 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T09:20:46.499 INFO:teuthology.orchestra.run.smithi018.stdout:smithi191 /dev/nvme2n1 ssd Linux_8abeb1f416edb73f5302 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T09:20:46.499 INFO:teuthology.orchestra.run.smithi018.stdout:smithi191 /dev/nvme3n1 ssd Linux_2e82248764df2cf01fde 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T09:20:46.500 INFO:teuthology.orchestra.run.smithi018.stdout:smithi191 /dev/nvme4n1 ssd Linux_ce895c0fa96ee67b8c47 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T09:20:47.104 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:46 smithi018 bash[19939]: cluster 2024-09-17T09:20:45.274190+0000 mgr.smithi018.roweby (mgr.14195) 230 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:47.104 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:46 smithi018 bash[19939]: audit 2024-09-17T09:20:46.500352+0000 mon.smithi018 (mon.0) 731 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:20:47.105 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-17T09:20:47.114 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi018.front.sepia.ceph.com 2024-09-17T09:20:47.114 DEBUG:teuthology.orchestra.run.smithi018:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-09-17T09:20:47.162 INFO:teuthology.orchestra.run.smithi018.stderr:+ systemctl stop nfs-server 2024-09-17T09:20:47.317 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi191.front.sepia.ceph.com 2024-09-17T09:20:47.318 DEBUG:teuthology.orchestra.run.smithi191:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-09-17T09:20:47.328 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:46 smithi191 bash[24486]: cluster 2024-09-17T09:20:45.274190+0000 mgr.smithi018.roweby (mgr.14195) 230 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:47.328 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:46 smithi191 bash[24486]: audit 2024-09-17T09:20:46.500352+0000 mon.smithi018 (mon.0) 731 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:20:47.331 INFO:teuthology.orchestra.run.smithi191.stderr:+ systemctl stop nfs-server 2024-09-17T09:20:47.452 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T09:20:47.461 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi018.front.sepia.ceph.com 2024-09-17T09:20:47.462 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2024-09-17T09:20:48.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:47 smithi018 bash[19939]: audit 2024-09-17T09:20:46.491394+0000 mgr.smithi018.roweby (mgr.14195) 231 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:20:48.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:47 smithi018 bash[19939]: audit 2024-09-17T09:20:47.289788+0000 mon.smithi018 (mon.0) 732 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:20:48.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:47 smithi191 bash[24486]: audit 2024-09-17T09:20:46.491394+0000 mgr.smithi018.roweby (mgr.14195) 231 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:20:48.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:47 smithi191 bash[24486]: audit 2024-09-17T09:20:47.289788+0000 mon.smithi018 (mon.0) 732 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:20:49.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:48 smithi018 bash[19939]: cluster 2024-09-17T09:20:47.274727+0000 mgr.smithi018.roweby (mgr.14195) 232 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:49.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:48 smithi191 bash[24486]: cluster 2024-09-17T09:20:47.274727+0000 mgr.smithi018.roweby (mgr.14195) 232 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:51.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:50 smithi018 bash[19939]: cluster 2024-09-17T09:20:49.275397+0000 mgr.smithi018.roweby (mgr.14195) 233 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:51.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:50 smithi191 bash[24486]: cluster 2024-09-17T09:20:49.275397+0000 mgr.smithi018.roweby (mgr.14195) 233 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:51.407 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:20:52.913 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:52 smithi018 bash[19939]: cluster 2024-09-17T09:20:51.275985+0000 mgr.smithi018.roweby (mgr.14195) 234 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:52.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:52 smithi018 bash[19939]: audit 2024-09-17T09:20:51.831572+0000 mon.smithi018 (mon.0) 733 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:20:52.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:52 smithi018 bash[19939]: audit 2024-09-17T09:20:51.836221+0000 mon.smithi018 (mon.0) 734 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:20:52.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:52 smithi018 bash[19939]: audit 2024-09-17T09:20:52.096644+0000 mon.smithi018 (mon.0) 735 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:20:52.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:52 smithi018 bash[19939]: audit 2024-09-17T09:20:52.102446+0000 mon.smithi018 (mon.0) 736 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:20:52.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:52 smithi018 bash[19939]: audit 2024-09-17T09:20:52.322312+0000 mon.smithi018 (mon.0) 737 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:20:52.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:52 smithi018 bash[19939]: audit 2024-09-17T09:20:52.327424+0000 mon.smithi018 (mon.0) 738 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:20:52.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:52 smithi018 bash[19939]: audit 2024-09-17T09:20:52.598375+0000 mon.smithi018 (mon.0) 739 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:20:52.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:52 smithi018 bash[19939]: audit 2024-09-17T09:20:52.603605+0000 mon.smithi018 (mon.0) 740 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:20:53.100 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:52 smithi191 bash[24486]: cluster 2024-09-17T09:20:51.275985+0000 mgr.smithi018.roweby (mgr.14195) 234 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:53.100 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:52 smithi191 bash[24486]: audit 2024-09-17T09:20:51.831572+0000 mon.smithi018 (mon.0) 733 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:20:53.100 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:52 smithi191 bash[24486]: audit 2024-09-17T09:20:51.836221+0000 mon.smithi018 (mon.0) 734 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:20:53.101 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:52 smithi191 bash[24486]: audit 2024-09-17T09:20:52.096644+0000 mon.smithi018 (mon.0) 735 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:20:53.101 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:52 smithi191 bash[24486]: audit 2024-09-17T09:20:52.102446+0000 mon.smithi018 (mon.0) 736 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:20:53.101 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:52 smithi191 bash[24486]: audit 2024-09-17T09:20:52.322312+0000 mon.smithi018 (mon.0) 737 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:20:53.101 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:52 smithi191 bash[24486]: audit 2024-09-17T09:20:52.327424+0000 mon.smithi018 (mon.0) 738 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:20:53.101 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:52 smithi191 bash[24486]: audit 2024-09-17T09:20:52.598375+0000 mon.smithi018 (mon.0) 739 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:20:53.101 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:52 smithi191 bash[24486]: audit 2024-09-17T09:20:52.603605+0000 mon.smithi018 (mon.0) 740 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:20:54.348 INFO:teuthology.orchestra.run.smithi018.stdout:Scheduled rgw.foorgw update... 2024-09-17T09:20:54.864 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.18/16' 2024-09-17T09:20:55.100 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:54 smithi191 bash[24486]: cluster 2024-09-17T09:20:53.276451+0000 mgr.smithi018.roweby (mgr.14195) 235 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:55.100 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:54 smithi191 bash[24486]: audit 2024-09-17T09:20:54.348858+0000 mon.smithi018 (mon.0) 741 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:20:55.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:54 smithi018 bash[19939]: cluster 2024-09-17T09:20:53.276451+0000 mgr.smithi018.roweby (mgr.14195) 235 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:55.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:54 smithi018 bash[19939]: audit 2024-09-17T09:20:54.348858+0000 mon.smithi018 (mon.0) 741 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:20:56.100 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:55 smithi191 bash[24486]: audit 2024-09-17T09:20:54.340704+0000 mgr.smithi018.roweby (mgr.14195) 236 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:20:56.100 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:55 smithi191 bash[24486]: cephadm 2024-09-17T09:20:54.342023+0000 mgr.smithi018.roweby (mgr.14195) 237 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-09-17T09:20:56.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:55 smithi018 bash[19939]: audit 2024-09-17T09:20:54.340704+0000 mgr.smithi018.roweby (mgr.14195) 236 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:20:56.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:55 smithi018 bash[19939]: cephadm 2024-09-17T09:20:54.342023+0000 mgr.smithi018.roweby (mgr.14195) 237 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-09-17T09:20:57.100 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:56 smithi191 bash[24486]: cluster 2024-09-17T09:20:55.277021+0000 mgr.smithi018.roweby (mgr.14195) 238 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:57.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:56 smithi018 bash[19939]: cluster 2024-09-17T09:20:55.277021+0000 mgr.smithi018.roweby (mgr.14195) 238 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:59.100 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:20:58 smithi191 bash[24486]: cluster 2024-09-17T09:20:57.277598+0000 mgr.smithi018.roweby (mgr.14195) 239 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:59.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:20:58 smithi018 bash[19939]: cluster 2024-09-17T09:20:57.277598+0000 mgr.smithi018.roweby (mgr.14195) 239 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:20:59.546 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:21:01.129 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:00 smithi018 bash[19939]: cluster 2024-09-17T09:20:59.278221+0000 mgr.smithi018.roweby (mgr.14195) 240 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:21:01.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:00 smithi191 bash[24486]: cluster 2024-09-17T09:20:59.278221+0000 mgr.smithi018.roweby (mgr.14195) 240 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:21:03.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:02 smithi018 bash[19939]: cluster 2024-09-17T09:21:01.278802+0000 mgr.smithi018.roweby (mgr.14195) 241 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:21:03.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:02 smithi018 bash[19939]: audit 2024-09-17T09:21:02.290374+0000 mon.smithi018 (mon.0) 742 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:21:03.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:02 smithi018 bash[19939]: audit 2024-09-17T09:21:02.541241+0000 mon.smithi018 (mon.0) 743 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:03.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:02 smithi018 bash[19939]: audit 2024-09-17T09:21:02.547458+0000 mon.smithi018 (mon.0) 744 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:03.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:02 smithi191 bash[24486]: cluster 2024-09-17T09:21:01.278802+0000 mgr.smithi018.roweby (mgr.14195) 241 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:21:03.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:02 smithi191 bash[24486]: audit 2024-09-17T09:21:02.290374+0000 mon.smithi018 (mon.0) 742 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:21:03.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:02 smithi191 bash[24486]: audit 2024-09-17T09:21:02.541241+0000 mon.smithi018 (mon.0) 743 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:03.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:02 smithi191 bash[24486]: audit 2024-09-17T09:21:02.547458+0000 mon.smithi018 (mon.0) 744 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:03.972 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:03 smithi191 bash[24486]: audit 2024-09-17T09:21:02.857929+0000 mgr.smithi018.roweby (mgr.14195) 242 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.18/16", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:21:03.972 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:03 smithi191 bash[24486]: audit 2024-09-17T09:21:02.859423+0000 mon.smithi018 (mon.0) 745 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T09:21:03.972 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:03 smithi191 bash[24486]: audit 2024-09-17T09:21:03.334609+0000 mon.smithi018 (mon.0) 746 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:03.972 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:03 smithi191 bash[24486]: audit 2024-09-17T09:21:03.343005+0000 mon.smithi018 (mon.0) 747 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:03.972 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:03 smithi191 bash[24486]: audit 2024-09-17T09:21:03.344660+0000 mon.smithi018 (mon.0) 748 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:21:03.972 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:03 smithi191 bash[24486]: audit 2024-09-17T09:21:03.345821+0000 mon.smithi018 (mon.0) 749 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:21:03.972 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:03 smithi191 bash[24486]: audit 2024-09-17T09:21:03.353245+0000 mon.smithi018 (mon.0) 750 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:03.973 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:03 smithi191 bash[24486]: audit 2024-09-17T09:21:03.356215+0000 mon.smithi018 (mon.0) 751 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T09:21:03.973 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:03 smithi191 bash[24486]: audit 2024-09-17T09:21:03.369822+0000 mon.smithi018 (mon.0) 752 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi191.etpqez", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T09:21:03.973 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:03 smithi191 bash[24486]: audit 2024-09-17T09:21:03.376614+0000 mon.smithi018 (mon.0) 753 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi191.etpqez", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-17T09:21:04.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:03 smithi018 bash[19939]: audit 2024-09-17T09:21:02.857929+0000 mgr.smithi018.roweby (mgr.14195) 242 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.18/16", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:21:04.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:03 smithi018 bash[19939]: audit 2024-09-17T09:21:02.859423+0000 mon.smithi018 (mon.0) 745 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T09:21:04.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:03 smithi018 bash[19939]: audit 2024-09-17T09:21:03.334609+0000 mon.smithi018 (mon.0) 746 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:04.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:03 smithi018 bash[19939]: audit 2024-09-17T09:21:03.343005+0000 mon.smithi018 (mon.0) 747 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:04.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:03 smithi018 bash[19939]: audit 2024-09-17T09:21:03.344660+0000 mon.smithi018 (mon.0) 748 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:21:04.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:03 smithi018 bash[19939]: audit 2024-09-17T09:21:03.345821+0000 mon.smithi018 (mon.0) 749 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:21:04.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:03 smithi018 bash[19939]: audit 2024-09-17T09:21:03.353245+0000 mon.smithi018 (mon.0) 750 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:04.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:03 smithi018 bash[19939]: audit 2024-09-17T09:21:03.356215+0000 mon.smithi018 (mon.0) 751 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T09:21:04.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:03 smithi018 bash[19939]: audit 2024-09-17T09:21:03.369822+0000 mon.smithi018 (mon.0) 752 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi191.etpqez", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T09:21:04.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:03 smithi018 bash[19939]: audit 2024-09-17T09:21:03.376614+0000 mon.smithi018 (mon.0) 753 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi191.etpqez", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-17T09:21:04.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:03 smithi018 bash[19939]: audit 2024-09-17T09:21:03.385232+0000 mon.smithi018 (mon.0) 754 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:04.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:03 smithi018 bash[19939]: audit 2024-09-17T09:21:03.386631+0000 mon.smithi018 (mon.0) 755 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:21:04.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:03 smithi191 bash[24486]: audit 2024-09-17T09:21:03.385232+0000 mon.smithi018 (mon.0) 754 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:04.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:03 smithi191 bash[24486]: audit 2024-09-17T09:21:03.386631+0000 mon.smithi018 (mon.0) 755 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:21:05.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:04 smithi018 bash[19939]: cluster 2024-09-17T09:21:03.279457+0000 mgr.smithi018.roweby (mgr.14195) 243 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:21:05.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:04 smithi018 bash[19939]: cephadm 2024-09-17T09:21:03.388189+0000 mgr.smithi018.roweby (mgr.14195) 244 : cephadm [INF] Deploying daemon rgw.foorgw.smithi191.etpqez on smithi191 2024-09-17T09:21:05.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:04 smithi018 bash[19939]: audit 2024-09-17T09:21:03.874491+0000 mon.smithi018 (mon.0) 756 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-09-17T09:21:05.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:04 smithi018 bash[19939]: cluster 2024-09-17T09:21:03.874653+0000 mon.smithi018 (mon.0) 757 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-09-17T09:21:05.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:04 smithi018 bash[19939]: audit 2024-09-17T09:21:03.878235+0000 mon.smithi018 (mon.0) 758 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-09-17T09:21:05.197 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:04 smithi191 bash[24486]: cluster 2024-09-17T09:21:03.279457+0000 mgr.smithi018.roweby (mgr.14195) 243 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:21:05.197 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:04 smithi191 bash[24486]: cephadm 2024-09-17T09:21:03.388189+0000 mgr.smithi018.roweby (mgr.14195) 244 : cephadm [INF] Deploying daemon rgw.foorgw.smithi191.etpqez on smithi191 2024-09-17T09:21:05.197 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:04 smithi191 bash[24486]: audit 2024-09-17T09:21:03.874491+0000 mon.smithi018 (mon.0) 756 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2024-09-17T09:21:05.197 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:04 smithi191 bash[24486]: cluster 2024-09-17T09:21:03.874653+0000 mon.smithi018 (mon.0) 757 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-09-17T09:21:05.197 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:04 smithi191 bash[24486]: audit 2024-09-17T09:21:03.878235+0000 mon.smithi018 (mon.0) 758 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-09-17T09:21:05.537 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-17T09:21:05.549 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi018.front.sepia.ceph.com 2024-09-17T09:21:05.549 DEBUG:teuthology.orchestra.run.smithi018:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2024-09-17T09:21:05.562 INFO:teuthology.orchestra.run.smithi018.stderr:+ dnf install -y python3-boto3 2024-09-17T09:21:05.563 INFO:teuthology.orchestra.run.smithi018.stderr:bash: line 1: dnf: command not found 2024-09-17T09:21:05.563 INFO:teuthology.orchestra.run.smithi018.stderr:+ apt install -y python3-boto3 2024-09-17T09:21:05.568 INFO:teuthology.orchestra.run.smithi018.stderr: 2024-09-17T09:21:05.568 INFO:teuthology.orchestra.run.smithi018.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2024-09-17T09:21:05.568 INFO:teuthology.orchestra.run.smithi018.stderr: 2024-09-17T09:21:05.622 INFO:teuthology.orchestra.run.smithi018.stdout:Reading package lists... 2024-09-17T09:21:05.842 INFO:teuthology.orchestra.run.smithi018.stdout:Building dependency tree... 2024-09-17T09:21:05.843 INFO:teuthology.orchestra.run.smithi018.stdout:Reading state information... 2024-09-17T09:21:05.899 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:05 smithi191 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:21:05.899 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:05 smithi191 bash[24486]: audit 2024-09-17T09:21:04.876036+0000 mon.smithi018 (mon.0) 759 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-09-17T09:21:05.899 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:05 smithi191 bash[24486]: cluster 2024-09-17T09:21:04.876543+0000 mon.smithi018 (mon.0) 760 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-09-17T09:21:05.899 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:05 smithi191 bash[24486]: cephadm 2024-09-17T09:21:04.913277+0000 mgr.smithi018.roweby (mgr.14195) 245 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-09-17T09:21:05.899 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:05 smithi191 bash[24486]: audit 2024-09-17T09:21:04.916703+0000 mon.smithi018 (mon.0) 761 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:05.899 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:05 smithi191 bash[24486]: cephadm 2024-09-17T09:21:04.918515+0000 mgr.smithi018.roweby (mgr.14195) 246 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-09-17T09:21:05.899 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:05 smithi191 bash[24486]: audit 2024-09-17T09:21:04.921344+0000 mon.smithi018 (mon.0) 762 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:06.067 INFO:teuthology.orchestra.run.smithi018.stdout:The following packages were automatically installed and are no longer required: 2024-09-17T09:21:06.068 INFO:teuthology.orchestra.run.smithi018.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-17T09:21:06.068 INFO:teuthology.orchestra.run.smithi018.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-17T09:21:06.068 INFO:teuthology.orchestra.run.smithi018.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-17T09:21:06.068 INFO:teuthology.orchestra.run.smithi018.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-17T09:21:06.068 INFO:teuthology.orchestra.run.smithi018.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-17T09:21:06.068 INFO:teuthology.orchestra.run.smithi018.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-17T09:21:06.071 INFO:teuthology.orchestra.run.smithi018.stdout:The following additional packages will be installed: 2024-09-17T09:21:06.071 INFO:teuthology.orchestra.run.smithi018.stdout: python3-botocore python3-certifi python3-idna python3-jmespath 2024-09-17T09:21:06.071 INFO:teuthology.orchestra.run.smithi018.stdout: python3-requests python3-s3transfer python3-urllib3 2024-09-17T09:21:06.072 INFO:teuthology.orchestra.run.smithi018.stdout:Suggested packages: 2024-09-17T09:21:06.072 INFO:teuthology.orchestra.run.smithi018.stdout: python3-openssl python3-socks python-requests-doc 2024-09-17T09:21:06.108 INFO:teuthology.orchestra.run.smithi018.stdout:The following NEW packages will be installed: 2024-09-17T09:21:06.108 INFO:teuthology.orchestra.run.smithi018.stdout: python3-boto3 python3-botocore python3-certifi python3-idna python3-jmespath 2024-09-17T09:21:06.108 INFO:teuthology.orchestra.run.smithi018.stdout: python3-requests python3-s3transfer python3-urllib3 2024-09-17T09:21:06.160 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:06 smithi191 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:21:06.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:05 smithi018 bash[19939]: audit 2024-09-17T09:21:04.876036+0000 mon.smithi018 (mon.0) 759 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-09-17T09:21:06.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:05 smithi018 bash[19939]: cluster 2024-09-17T09:21:04.876543+0000 mon.smithi018 (mon.0) 760 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-09-17T09:21:06.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:05 smithi018 bash[19939]: cephadm 2024-09-17T09:21:04.913277+0000 mgr.smithi018.roweby (mgr.14195) 245 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-09-17T09:21:06.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:05 smithi018 bash[19939]: audit 2024-09-17T09:21:04.916703+0000 mon.smithi018 (mon.0) 761 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:06.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:05 smithi018 bash[19939]: cephadm 2024-09-17T09:21:04.918515+0000 mgr.smithi018.roweby (mgr.14195) 246 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-09-17T09:21:06.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:05 smithi018 bash[19939]: audit 2024-09-17T09:21:04.921344+0000 mon.smithi018 (mon.0) 762 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:06.311 INFO:teuthology.orchestra.run.smithi018.stdout:0 upgraded, 8 newly installed, 0 to remove and 331 not upgraded. 2024-09-17T09:21:06.311 INFO:teuthology.orchestra.run.smithi018.stdout:Need to get 4,999 kB of archives. 2024-09-17T09:21:06.311 INFO:teuthology.orchestra.run.smithi018.stdout:After this operation, 66.9 MB of additional disk space will be used. 2024-09-17T09:21:06.312 INFO:teuthology.orchestra.run.smithi018.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jmespath all 0.10.0-1 [21.7 kB] 2024-09-17T09:21:06.483 INFO:teuthology.orchestra.run.smithi018.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-09-17T09:21:06.657 INFO:teuthology.orchestra.run.smithi018.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-17T09:21:06.847 INFO:teuthology.orchestra.run.smithi018.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-17T09:21:06.848 INFO:teuthology.orchestra.run.smithi018.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-09-17T09:21:06.850 INFO:teuthology.orchestra.run.smithi018.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-botocore all 1.23.34+repack-1 [4,508 kB] 2024-09-17T09:21:07.139 INFO:teuthology.orchestra.run.smithi018.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-s3transfer all 0.5.0-1 [51.5 kB] 2024-09-17T09:21:07.156 INFO:teuthology.orchestra.run.smithi018.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-boto3 all 1.20.34+dfsg-1 [68.0 kB] 2024-09-17T09:21:07.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:06 smithi018 bash[19939]: cluster 2024-09-17T09:21:05.280069+0000 mgr.smithi018.roweby (mgr.14195) 247 : cluster [DBG] pgmap v203: 33 pgs: 12 creating+peering, 20 unknown, 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:21:07.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:06 smithi018 bash[19939]: cluster 2024-09-17T09:21:05.888830+0000 mon.smithi018 (mon.0) 763 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-09-17T09:21:07.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:06 smithi018 bash[19939]: cluster 2024-09-17T09:21:05.947101+0000 mon.smithi018 (mon.0) 764 : cluster [DBG] mgrmap e20: smithi018.roweby(active, since 5m), standbys: smithi191.oohadx 2024-09-17T09:21:07.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:06 smithi018 bash[19939]: audit 2024-09-17T09:21:06.200794+0000 mon.smithi018 (mon.0) 765 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:07.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:06 smithi018 bash[19939]: audit 2024-09-17T09:21:06.210046+0000 mon.smithi018 (mon.0) 766 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:07.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:06 smithi018 bash[19939]: audit 2024-09-17T09:21:06.217521+0000 mon.smithi018 (mon.0) 767 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:07.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:06 smithi018 bash[19939]: audit 2024-09-17T09:21:06.218768+0000 mon.smithi018 (mon.0) 768 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi018.cgmvvl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T09:21:07.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:06 smithi018 bash[19939]: audit 2024-09-17T09:21:06.225997+0000 mon.smithi018 (mon.0) 769 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi018.cgmvvl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-17T09:21:07.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:06 smithi018 bash[19939]: audit 2024-09-17T09:21:06.235261+0000 mon.smithi018 (mon.0) 770 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:07.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:06 smithi018 bash[19939]: audit 2024-09-17T09:21:06.236517+0000 mon.smithi018 (mon.0) 771 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:21:07.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:06 smithi018 bash[19939]: cephadm 2024-09-17T09:21:06.238053+0000 mgr.smithi018.roweby (mgr.14195) 248 : cephadm [INF] Deploying daemon rgw.foorgw.smithi018.cgmvvl on smithi018 2024-09-17T09:21:07.276 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:06 smithi191 bash[24486]: cluster 2024-09-17T09:21:05.280069+0000 mgr.smithi018.roweby (mgr.14195) 247 : cluster [DBG] pgmap v203: 33 pgs: 12 creating+peering, 20 unknown, 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:21:07.276 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:06 smithi191 bash[24486]: cluster 2024-09-17T09:21:05.888830+0000 mon.smithi018 (mon.0) 763 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-09-17T09:21:07.276 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:06 smithi191 bash[24486]: cluster 2024-09-17T09:21:05.947101+0000 mon.smithi018 (mon.0) 764 : cluster [DBG] mgrmap e20: smithi018.roweby(active, since 5m), standbys: smithi191.oohadx 2024-09-17T09:21:07.276 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:06 smithi191 bash[24486]: audit 2024-09-17T09:21:06.200794+0000 mon.smithi018 (mon.0) 765 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:07.276 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:06 smithi191 bash[24486]: audit 2024-09-17T09:21:06.210046+0000 mon.smithi018 (mon.0) 766 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:07.276 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:06 smithi191 bash[24486]: audit 2024-09-17T09:21:06.217521+0000 mon.smithi018 (mon.0) 767 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:07.276 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:06 smithi191 bash[24486]: audit 2024-09-17T09:21:06.218768+0000 mon.smithi018 (mon.0) 768 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi018.cgmvvl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T09:21:07.276 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:06 smithi191 bash[24486]: audit 2024-09-17T09:21:06.225997+0000 mon.smithi018 (mon.0) 769 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi018.cgmvvl", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-17T09:21:07.277 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:06 smithi191 bash[24486]: audit 2024-09-17T09:21:06.235261+0000 mon.smithi018 (mon.0) 770 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:07.277 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:06 smithi191 bash[24486]: audit 2024-09-17T09:21:06.236517+0000 mon.smithi018 (mon.0) 771 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:21:07.277 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:06 smithi191 bash[24486]: cephadm 2024-09-17T09:21:06.238053+0000 mgr.smithi018.roweby (mgr.14195) 248 : cephadm [INF] Deploying daemon rgw.foorgw.smithi018.cgmvvl on smithi018 2024-09-17T09:21:07.529 INFO:teuthology.orchestra.run.smithi018.stderr:debconf: unable to initialize frontend: Dialog 2024-09-17T09:21:07.530 INFO:teuthology.orchestra.run.smithi018.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2024-09-17T09:21:07.530 INFO:teuthology.orchestra.run.smithi018.stderr:debconf: falling back to frontend: Readline 2024-09-17T09:21:07.565 INFO:teuthology.orchestra.run.smithi018.stderr:debconf: unable to initialize frontend: Readline 2024-09-17T09:21:07.565 INFO:teuthology.orchestra.run.smithi018.stderr:debconf: (This frontend requires a controlling tty.) 2024-09-17T09:21:07.565 INFO:teuthology.orchestra.run.smithi018.stderr:debconf: falling back to frontend: Teletype 2024-09-17T09:21:07.568 INFO:teuthology.orchestra.run.smithi018.stderr:dpkg-preconfigure: unable to re-open stdin: 2024-09-17T09:21:07.622 INFO:teuthology.orchestra.run.smithi018.stdout:Fetched 4,999 kB in 1s (4,812 kB/s) 2024-09-17T09:21:07.818 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-jmespath. 2024-09-17T09:21:07.879 INFO:teuthology.orchestra.run.smithi018.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165990 files and directories currently installed.) 2024-09-17T09:21:07.884 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../0-python3-jmespath_0.10.0-1_all.deb ... 2024-09-17T09:21:07.935 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-jmespath (0.10.0-1) ... 2024-09-17T09:21:08.738 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-urllib3. 2024-09-17T09:21:08.765 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../1-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-17T09:21:08.864 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-17T09:21:09.006 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:08 smithi018 bash[19939]: cluster 2024-09-17T09:21:07.280663+0000 mgr.smithi018.roweby (mgr.14195) 249 : cluster [DBG] pgmap v205: 33 pgs: 12 creating+peering, 13 unknown, 8 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:21:09.006 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:08 smithi018 bash[19939]: cluster 2024-09-17T09:21:07.902262+0000 mon.smithi018 (mon.0) 772 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-09-17T09:21:09.006 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:08 smithi018 bash[19939]: audit 2024-09-17T09:21:07.912920+0000 mon.smithi191 (mon.1) 18 : audit [INF] from='client.? 172.21.15.191:0/4106642755' entity='client.rgw.foorgw.smithi191.etpqez' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-17T09:21:09.006 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:08 smithi018 bash[19939]: audit 2024-09-17T09:21:07.913291+0000 mon.smithi018 (mon.0) 773 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi191.etpqez' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-17T09:21:09.279 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-certifi. 2024-09-17T09:21:09.295 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:09 smithi018 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:21:09.302 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../2-python3-certifi_2020.6.20-1_all.deb ... 2024-09-17T09:21:09.345 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-17T09:21:09.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:08 smithi191 bash[24486]: cluster 2024-09-17T09:21:07.280663+0000 mgr.smithi018.roweby (mgr.14195) 249 : cluster [DBG] pgmap v205: 33 pgs: 12 creating+peering, 13 unknown, 8 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:21:09.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:08 smithi191 bash[24486]: cluster 2024-09-17T09:21:07.902262+0000 mon.smithi018 (mon.0) 772 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-09-17T09:21:09.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:08 smithi191 bash[24486]: audit 2024-09-17T09:21:07.912920+0000 mon.smithi191 (mon.1) 18 : audit [INF] from='client.? 172.21.15.191:0/4106642755' entity='client.rgw.foorgw.smithi191.etpqez' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-17T09:21:09.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:08 smithi191 bash[24486]: audit 2024-09-17T09:21:07.913291+0000 mon.smithi018 (mon.0) 773 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi191.etpqez' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-17T09:21:09.574 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:09 smithi018 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:21:09.666 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-idna. 2024-09-17T09:21:09.677 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../3-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-17T09:21:09.769 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-17T09:21:10.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:09 smithi191 bash[24486]: audit 2024-09-17T09:21:08.911536+0000 mon.smithi018 (mon.0) 774 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi191.etpqez' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-17T09:21:10.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:09 smithi191 bash[24486]: cluster 2024-09-17T09:21:08.911607+0000 mon.smithi018 (mon.0) 775 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-09-17T09:21:10.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:09 smithi191 bash[24486]: audit 2024-09-17T09:21:09.607343+0000 mon.smithi018 (mon.0) 776 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:10.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:09 smithi191 bash[24486]: audit 2024-09-17T09:21:09.613441+0000 mon.smithi018 (mon.0) 777 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:10.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:09 smithi191 bash[24486]: audit 2024-09-17T09:21:09.617510+0000 mon.smithi018 (mon.0) 778 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:10.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:09 smithi191 bash[24486]: audit 2024-09-17T09:21:09.622779+0000 mon.smithi018 (mon.0) 779 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:10.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:09 smithi191 bash[24486]: audit 2024-09-17T09:21:09.629382+0000 mon.smithi018 (mon.0) 780 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:10.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:09 smithi191 bash[24486]: audit 2024-09-17T09:21:09.659249+0000 mon.smithi018 (mon.0) 781 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:21:10.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:09 smithi018 bash[19939]: audit 2024-09-17T09:21:08.911536+0000 mon.smithi018 (mon.0) 774 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi191.etpqez' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-17T09:21:10.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:09 smithi018 bash[19939]: cluster 2024-09-17T09:21:08.911607+0000 mon.smithi018 (mon.0) 775 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-09-17T09:21:10.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:09 smithi018 bash[19939]: audit 2024-09-17T09:21:09.607343+0000 mon.smithi018 (mon.0) 776 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:10.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:09 smithi018 bash[19939]: audit 2024-09-17T09:21:09.613441+0000 mon.smithi018 (mon.0) 777 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:10.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:09 smithi018 bash[19939]: audit 2024-09-17T09:21:09.617510+0000 mon.smithi018 (mon.0) 778 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:10.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:09 smithi018 bash[19939]: audit 2024-09-17T09:21:09.622779+0000 mon.smithi018 (mon.0) 779 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:10.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:09 smithi018 bash[19939]: audit 2024-09-17T09:21:09.629382+0000 mon.smithi018 (mon.0) 780 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:10.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:09 smithi018 bash[19939]: audit 2024-09-17T09:21:09.659249+0000 mon.smithi018 (mon.0) 781 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:21:11.019 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-requests. 2024-09-17T09:21:11.039 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../4-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-17T09:21:11.074 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-17T09:21:11.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:10 smithi191 bash[24486]: cluster 2024-09-17T09:21:09.281234+0000 mgr.smithi018.roweby (mgr.14195) 250 : cluster [DBG] pgmap v208: 65 pgs: 10 creating+peering, 14 unknown, 41 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail; 232 B/s rd, 232 B/s wr, 0 op/s 2024-09-17T09:21:11.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:10 smithi191 bash[24486]: cephadm 2024-09-17T09:21:09.618034+0000 mgr.smithi018.roweby (mgr.14195) 251 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-09-17T09:21:11.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:10 smithi191 bash[24486]: cluster 2024-09-17T09:21:09.921505+0000 mon.smithi018 (mon.0) 782 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-09-17T09:21:11.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:10 smithi191 bash[24486]: audit 2024-09-17T09:21:09.931643+0000 mon.smithi018 (mon.0) 783 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi191.etpqez' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-09-17T09:21:11.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:10 smithi191 bash[24486]: audit 2024-09-17T09:21:09.931643+0000 mon.smithi191 (mon.1) 19 : audit [INF] from='client.? 172.21.15.191:0/4106642755' entity='client.rgw.foorgw.smithi191.etpqez' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-09-17T09:21:11.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:10 smithi018 bash[19939]: cluster 2024-09-17T09:21:09.281234+0000 mgr.smithi018.roweby (mgr.14195) 250 : cluster [DBG] pgmap v208: 65 pgs: 10 creating+peering, 14 unknown, 41 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail; 232 B/s rd, 232 B/s wr, 0 op/s 2024-09-17T09:21:11.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:10 smithi018 bash[19939]: cephadm 2024-09-17T09:21:09.618034+0000 mgr.smithi018.roweby (mgr.14195) 251 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-09-17T09:21:11.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:10 smithi018 bash[19939]: cluster 2024-09-17T09:21:09.921505+0000 mon.smithi018 (mon.0) 782 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-09-17T09:21:11.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:10 smithi018 bash[19939]: audit 2024-09-17T09:21:09.931643+0000 mon.smithi018 (mon.0) 783 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi191.etpqez' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-09-17T09:21:11.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:10 smithi018 bash[19939]: audit 2024-09-17T09:21:09.931643+0000 mon.smithi191 (mon.1) 19 : audit [INF] from='client.? 172.21.15.191:0/4106642755' entity='client.rgw.foorgw.smithi191.etpqez' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-09-17T09:21:11.420 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-botocore. 2024-09-17T09:21:11.435 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../5-python3-botocore_1.23.34+repack-1_all.deb ... 2024-09-17T09:21:11.479 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-botocore (1.23.34+repack-1) ... 2024-09-17T09:21:12.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:11 smithi191 bash[24486]: audit 2024-09-17T09:21:10.935721+0000 mon.smithi018 (mon.0) 784 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi191.etpqez' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-09-17T09:21:12.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:11 smithi191 bash[24486]: cluster 2024-09-17T09:21:10.936149+0000 mon.smithi018 (mon.0) 785 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-09-17T09:21:12.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:11 smithi018 bash[19939]: audit 2024-09-17T09:21:10.935721+0000 mon.smithi018 (mon.0) 784 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi191.etpqez' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-09-17T09:21:12.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:11 smithi018 bash[19939]: cluster 2024-09-17T09:21:10.936149+0000 mon.smithi018 (mon.0) 785 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-09-17T09:21:12.891 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-s3transfer. 2024-09-17T09:21:12.922 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../6-python3-s3transfer_0.5.0-1_all.deb ... 2024-09-17T09:21:12.982 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-s3transfer (0.5.0-1) ... 2024-09-17T09:21:13.278 INFO:teuthology.orchestra.run.smithi018.stdout:Selecting previously unselected package python3-boto3. 2024-09-17T09:21:13.304 INFO:teuthology.orchestra.run.smithi018.stdout:Preparing to unpack .../7-python3-boto3_1.20.34+dfsg-1_all.deb ... 2024-09-17T09:21:13.344 INFO:teuthology.orchestra.run.smithi018.stdout:Unpacking python3-boto3 (1.20.34+dfsg-1) ... 2024-09-17T09:21:13.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:12 smithi191 bash[24486]: cluster 2024-09-17T09:21:11.281853+0000 mgr.smithi018.roweby (mgr.14195) 252 : cluster [DBG] pgmap v211: 97 pgs: 16 creating+peering, 32 unknown, 49 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T09:21:13.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:12 smithi191 bash[24486]: cluster 2024-09-17T09:21:11.942821+0000 mon.smithi018 (mon.0) 786 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-09-17T09:21:13.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:12 smithi191 bash[24486]: audit 2024-09-17T09:21:11.945394+0000 mon.smithi018 (mon.0) 787 : audit [INF] from='client.? 172.21.15.18:0/139621502' entity='client.rgw.foorgw.smithi018.cgmvvl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-09-17T09:21:13.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:12 smithi191 bash[24486]: audit 2024-09-17T09:21:11.953171+0000 mon.smithi191 (mon.1) 20 : audit [INF] from='client.? 172.21.15.191:0/4106642755' entity='client.rgw.foorgw.smithi191.etpqez' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-09-17T09:21:13.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:12 smithi191 bash[24486]: audit 2024-09-17T09:21:11.956052+0000 mon.smithi018 (mon.0) 788 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi191.etpqez' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-09-17T09:21:13.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:12 smithi191 bash[24486]: audit 2024-09-17T09:21:12.340215+0000 mon.smithi018 (mon.0) 789 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:13.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:12 smithi018 bash[19939]: cluster 2024-09-17T09:21:11.281853+0000 mgr.smithi018.roweby (mgr.14195) 252 : cluster [DBG] pgmap v211: 97 pgs: 16 creating+peering, 32 unknown, 49 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T09:21:13.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:12 smithi018 bash[19939]: cluster 2024-09-17T09:21:11.942821+0000 mon.smithi018 (mon.0) 786 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-09-17T09:21:13.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:12 smithi018 bash[19939]: audit 2024-09-17T09:21:11.945394+0000 mon.smithi018 (mon.0) 787 : audit [INF] from='client.? 172.21.15.18:0/139621502' entity='client.rgw.foorgw.smithi018.cgmvvl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-09-17T09:21:13.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:12 smithi018 bash[19939]: audit 2024-09-17T09:21:11.953171+0000 mon.smithi191 (mon.1) 20 : audit [INF] from='client.? 172.21.15.191:0/4106642755' entity='client.rgw.foorgw.smithi191.etpqez' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-09-17T09:21:13.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:12 smithi018 bash[19939]: audit 2024-09-17T09:21:11.956052+0000 mon.smithi018 (mon.0) 788 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi191.etpqez' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-09-17T09:21:13.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:12 smithi018 bash[19939]: audit 2024-09-17T09:21:12.340215+0000 mon.smithi018 (mon.0) 789 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:13.663 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-17T09:21:13.900 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-jmespath (0.10.0-1) ... 2024-09-17T09:21:14.152 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-17T09:21:14.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:13 smithi018 bash[19939]: audit 2024-09-17T09:21:12.945580+0000 mon.smithi018 (mon.0) 790 : audit [INF] from='client.? 172.21.15.18:0/139621502' entity='client.rgw.foorgw.smithi018.cgmvvl' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-09-17T09:21:14.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:13 smithi018 bash[19939]: audit 2024-09-17T09:21:12.946202+0000 mon.smithi018 (mon.0) 791 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi191.etpqez' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-09-17T09:21:14.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:13 smithi018 bash[19939]: cluster 2024-09-17T09:21:12.946658+0000 mon.smithi018 (mon.0) 792 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-09-17T09:21:14.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:13 smithi191 bash[24486]: audit 2024-09-17T09:21:12.945580+0000 mon.smithi018 (mon.0) 790 : audit [INF] from='client.? 172.21.15.18:0/139621502' entity='client.rgw.foorgw.smithi018.cgmvvl' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-09-17T09:21:14.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:13 smithi191 bash[24486]: audit 2024-09-17T09:21:12.946202+0000 mon.smithi018 (mon.0) 791 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi191.etpqez' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-09-17T09:21:14.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:13 smithi191 bash[24486]: cluster 2024-09-17T09:21:12.946658+0000 mon.smithi018 (mon.0) 792 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-09-17T09:21:14.470 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-17T09:21:14.772 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-17T09:21:15.057 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-botocore (1.23.34+repack-1) ... 2024-09-17T09:21:15.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:14 smithi191 bash[24486]: cluster 2024-09-17T09:21:13.282921+0000 mgr.smithi018.roweby (mgr.14195) 253 : cluster [DBG] pgmap v214: 129 pgs: 3 creating+activating, 21 creating+peering, 29 unknown, 76 active+clean; 578 KiB data, 220 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T09:21:15.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:14 smithi191 bash[24486]: cluster 2024-09-17T09:21:13.960133+0000 mon.smithi018 (mon.0) 793 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-09-17T09:21:15.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:14 smithi191 bash[24486]: audit 2024-09-17T09:21:13.961313+0000 mon.smithi018 (mon.0) 794 : audit [INF] from='client.? 172.21.15.18:0/72815731' entity='client.rgw.foorgw.smithi018.cgmvvl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-09-17T09:21:15.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:14 smithi191 bash[24486]: audit 2024-09-17T09:21:13.973395+0000 mon.smithi018 (mon.0) 795 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi191.etpqez' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-09-17T09:21:15.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:14 smithi191 bash[24486]: audit 2024-09-17T09:21:13.973615+0000 mon.smithi191 (mon.1) 21 : audit [INF] from='client.? 172.21.15.191:0/3323095755' entity='client.rgw.foorgw.smithi191.etpqez' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-09-17T09:21:15.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:14 smithi191 bash[24486]: audit 2024-09-17T09:21:14.960761+0000 mon.smithi018 (mon.0) 796 : audit [INF] from='client.? 172.21.15.18:0/72815731' entity='client.rgw.foorgw.smithi018.cgmvvl' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-09-17T09:21:15.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:14 smithi191 bash[24486]: audit 2024-09-17T09:21:14.961283+0000 mon.smithi018 (mon.0) 797 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi191.etpqez' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-09-17T09:21:15.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:14 smithi191 bash[24486]: cluster 2024-09-17T09:21:14.961449+0000 mon.smithi018 (mon.0) 798 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-17T09:21:15.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:14 smithi191 bash[24486]: audit 2024-09-17T09:21:14.965105+0000 mon.smithi018 (mon.0) 799 : audit [INF] from='client.? 172.21.15.18:0/72815731' entity='client.rgw.foorgw.smithi018.cgmvvl' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-17T09:21:15.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:14 smithi018 bash[19939]: cluster 2024-09-17T09:21:13.282921+0000 mgr.smithi018.roweby (mgr.14195) 253 : cluster [DBG] pgmap v214: 129 pgs: 3 creating+activating, 21 creating+peering, 29 unknown, 76 active+clean; 578 KiB data, 220 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 255 B/s wr, 0 op/s 2024-09-17T09:21:15.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:14 smithi018 bash[19939]: cluster 2024-09-17T09:21:13.960133+0000 mon.smithi018 (mon.0) 793 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-09-17T09:21:15.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:14 smithi018 bash[19939]: audit 2024-09-17T09:21:13.961313+0000 mon.smithi018 (mon.0) 794 : audit [INF] from='client.? 172.21.15.18:0/72815731' entity='client.rgw.foorgw.smithi018.cgmvvl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-09-17T09:21:15.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:14 smithi018 bash[19939]: audit 2024-09-17T09:21:13.973395+0000 mon.smithi018 (mon.0) 795 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi191.etpqez' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-09-17T09:21:15.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:14 smithi018 bash[19939]: audit 2024-09-17T09:21:13.973615+0000 mon.smithi191 (mon.1) 21 : audit [INF] from='client.? 172.21.15.191:0/3323095755' entity='client.rgw.foorgw.smithi191.etpqez' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-09-17T09:21:15.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:14 smithi018 bash[19939]: audit 2024-09-17T09:21:14.960761+0000 mon.smithi018 (mon.0) 796 : audit [INF] from='client.? 172.21.15.18:0/72815731' entity='client.rgw.foorgw.smithi018.cgmvvl' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-09-17T09:21:15.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:14 smithi018 bash[19939]: audit 2024-09-17T09:21:14.961283+0000 mon.smithi018 (mon.0) 797 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi191.etpqez' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-09-17T09:21:15.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:14 smithi018 bash[19939]: cluster 2024-09-17T09:21:14.961449+0000 mon.smithi018 (mon.0) 798 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-09-17T09:21:15.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:14 smithi018 bash[19939]: audit 2024-09-17T09:21:14.965105+0000 mon.smithi018 (mon.0) 799 : audit [INF] from='client.? 172.21.15.18:0/72815731' entity='client.rgw.foorgw.smithi018.cgmvvl' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-17T09:21:15.450 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-s3transfer (0.5.0-1) ... 2024-09-17T09:21:15.968 INFO:teuthology.orchestra.run.smithi018.stdout:Setting up python3-boto3 (1.20.34+dfsg-1) ... 2024-09-17T09:21:16.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:15 smithi191 bash[24486]: audit 2024-09-17T09:21:14.969836+0000 mon.smithi191 (mon.1) 22 : audit [INF] from='client.? 172.21.15.191:0/3323095755' entity='client.rgw.foorgw.smithi191.etpqez' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-17T09:21:16.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:15 smithi191 bash[24486]: audit 2024-09-17T09:21:14.975970+0000 mon.smithi018 (mon.0) 800 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi191.etpqez' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-17T09:21:16.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:15 smithi191 bash[24486]: audit 2024-09-17T09:21:15.034494+0000 mon.smithi018 (mon.0) 801 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:16.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:15 smithi191 bash[24486]: audit 2024-09-17T09:21:15.040803+0000 mon.smithi018 (mon.0) 802 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:16.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:15 smithi191 bash[24486]: audit 2024-09-17T09:21:15.961936+0000 mon.smithi018 (mon.0) 803 : audit [INF] from='client.? 172.21.15.18:0/72815731' entity='client.rgw.foorgw.smithi018.cgmvvl' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-17T09:21:16.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:15 smithi191 bash[24486]: audit 2024-09-17T09:21:15.961982+0000 mon.smithi018 (mon.0) 804 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi191.etpqez' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-17T09:21:16.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:15 smithi191 bash[24486]: cluster 2024-09-17T09:21:15.962016+0000 mon.smithi018 (mon.0) 805 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-17T09:21:16.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:15 smithi018 bash[19939]: audit 2024-09-17T09:21:14.969836+0000 mon.smithi191 (mon.1) 22 : audit [INF] from='client.? 172.21.15.191:0/3323095755' entity='client.rgw.foorgw.smithi191.etpqez' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-17T09:21:16.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:15 smithi018 bash[19939]: audit 2024-09-17T09:21:14.975970+0000 mon.smithi018 (mon.0) 800 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi191.etpqez' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-17T09:21:16.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:15 smithi018 bash[19939]: audit 2024-09-17T09:21:15.034494+0000 mon.smithi018 (mon.0) 801 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:16.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:15 smithi018 bash[19939]: audit 2024-09-17T09:21:15.040803+0000 mon.smithi018 (mon.0) 802 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:16.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:15 smithi018 bash[19939]: audit 2024-09-17T09:21:15.961936+0000 mon.smithi018 (mon.0) 803 : audit [INF] from='client.? 172.21.15.18:0/72815731' entity='client.rgw.foorgw.smithi018.cgmvvl' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-17T09:21:16.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:15 smithi018 bash[19939]: audit 2024-09-17T09:21:15.961982+0000 mon.smithi018 (mon.0) 804 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi191.etpqez' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-17T09:21:16.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:15 smithi018 bash[19939]: cluster 2024-09-17T09:21:15.962016+0000 mon.smithi018 (mon.0) 805 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-09-17T09:21:16.557 DEBUG:teuthology.orchestra.run.smithi018:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c '/home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json' 2024-09-17T09:21:16.609 INFO:teuthology.orchestra.run.smithi018.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2024-09-17T09:21:17.337 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:17 smithi018 bash[19939]: cluster 2024-09-17T09:21:15.283585+0000 mgr.smithi018.roweby (mgr.14195) 254 : cluster [DBG] pgmap v217: 161 pgs: 3 creating+activating, 30 creating+peering, 24 unknown, 104 active+clean; 578 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 1023 B/s wr, 3 op/s 2024-09-17T09:21:17.337 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:17 smithi018 bash[19939]: audit 2024-09-17T09:21:16.638761+0000 mon.smithi018 (mon.0) 806 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:17.337 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:17 smithi018 bash[19939]: audit 2024-09-17T09:21:16.644464+0000 mon.smithi018 (mon.0) 807 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:17.337 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:17 smithi018 bash[19939]: audit 2024-09-17T09:21:16.645430+0000 mon.smithi018 (mon.0) 808 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:21:17.337 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:17 smithi018 bash[19939]: audit 2024-09-17T09:21:16.646195+0000 mon.smithi018 (mon.0) 809 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:21:17.337 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:17 smithi018 bash[19939]: audit 2024-09-17T09:21:17.008564+0000 mon.smithi018 (mon.0) 810 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:17.338 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:17 smithi018 bash[19939]: audit 2024-09-17T09:21:17.019391+0000 mon.smithi018 (mon.0) 811 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:17.338 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:17 smithi018 bash[19939]: audit 2024-09-17T09:21:17.025978+0000 mon.smithi018 (mon.0) 812 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:17.338 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:17 smithi018 bash[19939]: audit 2024-09-17T09:21:17.029292+0000 mon.smithi018 (mon.0) 813 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T09:21:17.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:17 smithi191 bash[24486]: cluster 2024-09-17T09:21:15.283585+0000 mgr.smithi018.roweby (mgr.14195) 254 : cluster [DBG] pgmap v217: 161 pgs: 3 creating+activating, 30 creating+peering, 24 unknown, 104 active+clean; 578 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 2.5 KiB/s rd, 1023 B/s wr, 3 op/s 2024-09-17T09:21:17.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:17 smithi191 bash[24486]: audit 2024-09-17T09:21:16.638761+0000 mon.smithi018 (mon.0) 806 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:17.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:17 smithi191 bash[24486]: audit 2024-09-17T09:21:16.644464+0000 mon.smithi018 (mon.0) 807 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:17.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:17 smithi191 bash[24486]: audit 2024-09-17T09:21:16.645430+0000 mon.smithi018 (mon.0) 808 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:21:17.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:17 smithi191 bash[24486]: audit 2024-09-17T09:21:16.646195+0000 mon.smithi018 (mon.0) 809 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:21:17.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:17 smithi191 bash[24486]: audit 2024-09-17T09:21:17.008564+0000 mon.smithi018 (mon.0) 810 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:17.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:17 smithi191 bash[24486]: audit 2024-09-17T09:21:17.019391+0000 mon.smithi018 (mon.0) 811 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:17.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:17 smithi191 bash[24486]: audit 2024-09-17T09:21:17.025978+0000 mon.smithi018 (mon.0) 812 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:17.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:17 smithi191 bash[24486]: audit 2024-09-17T09:21:17.029292+0000 mon.smithi018 (mon.0) 813 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T09:21:18.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:18 smithi018 bash[19939]: cephadm 2024-09-17T09:21:16.649991+0000 mgr.smithi018.roweby (mgr.14195) 255 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-09-17T09:21:18.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:18 smithi018 bash[19939]: audit 2024-09-17T09:21:17.040046+0000 mon.smithi018 (mon.0) 814 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:18.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:18 smithi018 bash[19939]: cephadm 2024-09-17T09:21:17.040462+0000 mgr.smithi018.roweby (mgr.14195) 256 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi018.tdbugb 2024-09-17T09:21:18.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:18 smithi018 bash[19939]: audit 2024-09-17T09:21:17.040646+0000 mon.smithi018 (mon.0) 815 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi018.tdbugb", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-17T09:21:18.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:18 smithi018 bash[19939]: audit 2024-09-17T09:21:17.049614+0000 mon.smithi018 (mon.0) 816 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi018.tdbugb", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-17T09:21:18.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:18 smithi018 bash[19939]: cephadm 2024-09-17T09:21:17.050095+0000 mgr.smithi018.roweby (mgr.14195) 257 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-17T09:21:18.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:18 smithi018 bash[19939]: audit 2024-09-17T09:21:17.050294+0000 mon.smithi018 (mon.0) 817 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-17T09:21:18.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:18 smithi018 bash[19939]: audit 2024-09-17T09:21:17.054156+0000 mon.smithi018 (mon.0) 818 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-17T09:21:18.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:18 smithi018 bash[19939]: audit 2024-09-17T09:21:17.055124+0000 mon.smithi018 (mon.0) 819 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:21:18.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:18 smithi018 bash[19939]: audit 2024-09-17T09:21:17.095893+0000 mon.smithi018 (mon.0) 820 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-17T09:21:18.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:18 smithi018 bash[19939]: audit 2024-09-17T09:21:17.099502+0000 mon.smithi018 (mon.0) 821 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-17T09:21:18.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:18 smithi018 bash[19939]: cephadm 2024-09-17T09:21:17.151351+0000 mgr.smithi018.roweby (mgr.14195) 258 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-17T09:21:18.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:18 smithi018 bash[19939]: cephadm 2024-09-17T09:21:17.151482+0000 mgr.smithi018.roweby (mgr.14195) 259 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi018.tdbugb-rgw 2024-09-17T09:21:18.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:18 smithi018 bash[19939]: audit 2024-09-17T09:21:17.151891+0000 mon.smithi018 (mon.0) 822 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi018.tdbugb-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T09:21:18.165 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:18 smithi018 bash[19939]: audit 2024-09-17T09:21:17.155362+0000 mon.smithi018 (mon.0) 823 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi018.tdbugb-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-17T09:21:18.166 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:18 smithi018 bash[19939]: cephadm 2024-09-17T09:21:17.155959+0000 mgr.smithi018.roweby (mgr.14195) 260 : cephadm [WRN] Bind address in nfs.foo.0.0.smithi018.tdbugb's ganesha conf is defaulting to empty 2024-09-17T09:21:18.166 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:18 smithi018 bash[19939]: audit 2024-09-17T09:21:17.160913+0000 mon.smithi018 (mon.0) 824 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:21:18.166 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:18 smithi018 bash[19939]: cephadm 2024-09-17T09:21:17.162000+0000 mgr.smithi018.roweby (mgr.14195) 261 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi018.tdbugb on smithi018 2024-09-17T09:21:18.166 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:18 smithi018 bash[19939]: audit 2024-09-17T09:21:17.297042+0000 mon.smithi018 (mon.0) 825 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:21:18.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:18 smithi191 bash[24486]: cephadm 2024-09-17T09:21:16.649991+0000 mgr.smithi018.roweby (mgr.14195) 255 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-09-17T09:21:18.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:18 smithi191 bash[24486]: audit 2024-09-17T09:21:17.040046+0000 mon.smithi018 (mon.0) 814 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:18.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:18 smithi191 bash[24486]: cephadm 2024-09-17T09:21:17.040462+0000 mgr.smithi018.roweby (mgr.14195) 256 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi018.tdbugb 2024-09-17T09:21:18.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:18 smithi191 bash[24486]: audit 2024-09-17T09:21:17.040646+0000 mon.smithi018 (mon.0) 815 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi018.tdbugb", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-09-17T09:21:18.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:18 smithi191 bash[24486]: audit 2024-09-17T09:21:17.049614+0000 mon.smithi018 (mon.0) 816 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi018.tdbugb", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-09-17T09:21:18.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:18 smithi191 bash[24486]: cephadm 2024-09-17T09:21:17.050095+0000 mgr.smithi018.roweby (mgr.14195) 257 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-09-17T09:21:18.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:18 smithi191 bash[24486]: audit 2024-09-17T09:21:17.050294+0000 mon.smithi018 (mon.0) 817 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-09-17T09:21:18.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:18 smithi191 bash[24486]: audit 2024-09-17T09:21:17.054156+0000 mon.smithi018 (mon.0) 818 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-09-17T09:21:18.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:18 smithi191 bash[24486]: audit 2024-09-17T09:21:17.055124+0000 mon.smithi018 (mon.0) 819 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:21:18.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:18 smithi191 bash[24486]: audit 2024-09-17T09:21:17.095893+0000 mon.smithi018 (mon.0) 820 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-09-17T09:21:18.351 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:18 smithi191 bash[24486]: audit 2024-09-17T09:21:17.099502+0000 mon.smithi018 (mon.0) 821 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-09-17T09:21:18.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:18 smithi191 bash[24486]: cephadm 2024-09-17T09:21:17.151351+0000 mgr.smithi018.roweby (mgr.14195) 258 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-09-17T09:21:18.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:18 smithi191 bash[24486]: cephadm 2024-09-17T09:21:17.151482+0000 mgr.smithi018.roweby (mgr.14195) 259 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi018.tdbugb-rgw 2024-09-17T09:21:18.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:18 smithi191 bash[24486]: audit 2024-09-17T09:21:17.151891+0000 mon.smithi018 (mon.0) 822 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi018.tdbugb-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-09-17T09:21:18.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:18 smithi191 bash[24486]: audit 2024-09-17T09:21:17.155362+0000 mon.smithi018 (mon.0) 823 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi018.tdbugb-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-09-17T09:21:18.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:18 smithi191 bash[24486]: cephadm 2024-09-17T09:21:17.155959+0000 mgr.smithi018.roweby (mgr.14195) 260 : cephadm [WRN] Bind address in nfs.foo.0.0.smithi018.tdbugb's ganesha conf is defaulting to empty 2024-09-17T09:21:18.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:18 smithi191 bash[24486]: audit 2024-09-17T09:21:17.160913+0000 mon.smithi018 (mon.0) 824 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:21:18.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:18 smithi191 bash[24486]: cephadm 2024-09-17T09:21:17.162000+0000 mgr.smithi018.roweby (mgr.14195) 261 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi018.tdbugb on smithi018 2024-09-17T09:21:18.352 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:18 smithi191 bash[24486]: audit 2024-09-17T09:21:17.297042+0000 mon.smithi018 (mon.0) 825 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:21:19.334 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:19 smithi018 bash[19939]: cluster 2024-09-17T09:21:17.284243+0000 mgr.smithi018.roweby (mgr.14195) 262 : cluster [DBG] pgmap v219: 161 pgs: 3 creating+activating, 23 creating+peering, 15 unknown, 120 active+clean; 578 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 1.2 KiB/s wr, 5 op/s 2024-09-17T09:21:19.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:19 smithi191 bash[24486]: cluster 2024-09-17T09:21:17.284243+0000 mgr.smithi018.roweby (mgr.14195) 262 : cluster [DBG] pgmap v219: 161 pgs: 3 creating+activating, 23 creating+peering, 15 unknown, 120 active+clean; 578 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 3.0 KiB/s rd, 1.2 KiB/s wr, 5 op/s 2024-09-17T09:21:20.370 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:20 smithi018 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:21:20.667 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:20 smithi018 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:21:21.362 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring fsid c8b74618-74d4-11ef-bceb-c7b262605968 2024-09-17T09:21:21.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:21 smithi018 bash[19939]: cluster 2024-09-17T09:21:19.285067+0000 mgr.smithi018.roweby (mgr.14195) 263 : cluster [DBG] pgmap v220: 161 pgs: 2 creating+peering, 159 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 103 KiB/s rd, 4.5 KiB/s wr, 201 op/s 2024-09-17T09:21:21.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:21 smithi018 bash[19939]: audit 2024-09-17T09:21:20.546831+0000 mon.smithi018 (mon.0) 826 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:21.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:21 smithi018 bash[19939]: audit 2024-09-17T09:21:20.552984+0000 mon.smithi018 (mon.0) 827 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:21.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:21 smithi018 bash[19939]: audit 2024-09-17T09:21:20.557237+0000 mon.smithi018 (mon.0) 828 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:21.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:21 smithi018 bash[19939]: audit 2024-09-17T09:21:20.585872+0000 mon.smithi018 (mon.0) 829 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:21.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:21 smithi018 bash[19939]: audit 2024-09-17T09:21:20.591716+0000 mon.smithi018 (mon.0) 830 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:21.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:21 smithi191 bash[24486]: cluster 2024-09-17T09:21:19.285067+0000 mgr.smithi018.roweby (mgr.14195) 263 : cluster [DBG] pgmap v220: 161 pgs: 2 creating+peering, 159 active+clean; 580 KiB data, 225 MiB used, 715 GiB / 715 GiB avail; 103 KiB/s rd, 4.5 KiB/s wr, 201 op/s 2024-09-17T09:21:21.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:21 smithi191 bash[24486]: audit 2024-09-17T09:21:20.546831+0000 mon.smithi018 (mon.0) 826 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:21.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:21 smithi191 bash[24486]: audit 2024-09-17T09:21:20.552984+0000 mon.smithi018 (mon.0) 827 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:21.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:21 smithi191 bash[24486]: audit 2024-09-17T09:21:20.557237+0000 mon.smithi018 (mon.0) 828 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:21.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:21 smithi191 bash[24486]: audit 2024-09-17T09:21:20.585872+0000 mon.smithi018 (mon.0) 829 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:21.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:21 smithi191 bash[24486]: audit 2024-09-17T09:21:20.591716+0000 mon.smithi018 (mon.0) 830 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:22.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:22 smithi018 bash[19939]: cephadm 2024-09-17T09:21:20.603024+0000 mgr.smithi018.roweby (mgr.14195) 264 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.vsqdve on smithi018 2024-09-17T09:21:22.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:22 smithi191 bash[24486]: cephadm 2024-09-17T09:21:20.603024+0000 mgr.smithi018.roweby (mgr.14195) 264 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi018.vsqdve on smithi018 2024-09-17T09:21:23.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:23 smithi191 bash[24486]: cluster 2024-09-17T09:21:21.286067+0000 mgr.smithi018.roweby (mgr.14195) 265 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 582 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 121 KiB/s rd, 5.2 KiB/s wr, 241 op/s 2024-09-17T09:21:23.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:23 smithi191 bash[24486]: audit 2024-09-17T09:21:22.349386+0000 mon.smithi018 (mon.0) 831 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:23.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:23 smithi018 bash[19939]: cluster 2024-09-17T09:21:21.286067+0000 mgr.smithi018.roweby (mgr.14195) 265 : cluster [DBG] pgmap v221: 161 pgs: 161 active+clean; 582 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 121 KiB/s rd, 5.2 KiB/s wr, 241 op/s 2024-09-17T09:21:23.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:23 smithi018 bash[19939]: audit 2024-09-17T09:21:22.349386+0000 mon.smithi018 (mon.0) 831 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:25.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:25 smithi191 bash[24486]: cluster 2024-09-17T09:21:23.286785+0000 mgr.smithi018.roweby (mgr.14195) 266 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 582 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 106 KiB/s rd, 4.4 KiB/s wr, 211 op/s 2024-09-17T09:21:25.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:25 smithi018 bash[19939]: cluster 2024-09-17T09:21:23.286785+0000 mgr.smithi018.roweby (mgr.14195) 266 : cluster [DBG] pgmap v222: 161 pgs: 161 active+clean; 582 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 106 KiB/s rd, 4.4 KiB/s wr, 211 op/s 2024-09-17T09:21:26.490 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:21:27.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:27 smithi191 bash[24486]: cluster 2024-09-17T09:21:25.288139+0000 mgr.smithi018.roweby (mgr.14195) 267 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 582 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 88 KiB/s rd, 3.7 KiB/s wr, 176 op/s 2024-09-17T09:21:27.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:27 smithi018 bash[19939]: cluster 2024-09-17T09:21:25.288139+0000 mgr.smithi018.roweby (mgr.14195) 267 : cluster [DBG] pgmap v223: 161 pgs: 161 active+clean; 582 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 88 KiB/s rd, 3.7 KiB/s wr, 176 op/s 2024-09-17T09:21:28.232 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:28 smithi018 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:21:28.516 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:28 smithi018 bash[19939]: cluster 2024-09-17T09:21:27.288849+0000 mgr.smithi018.roweby (mgr.14195) 268 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 582 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 79 KiB/s rd, 3.7 KiB/s wr, 156 op/s 2024-09-17T09:21:28.516 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:28 smithi018 bash[19939]: audit 2024-09-17T09:21:27.355572+0000 mon.smithi018 (mon.0) 832 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:28.516 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:28 smithi018 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:21:28.842 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:28 smithi191 bash[24486]: cluster 2024-09-17T09:21:27.288849+0000 mgr.smithi018.roweby (mgr.14195) 268 : cluster [DBG] pgmap v224: 161 pgs: 161 active+clean; 582 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 79 KiB/s rd, 3.7 KiB/s wr, 156 op/s 2024-09-17T09:21:28.842 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:28 smithi191 bash[24486]: audit 2024-09-17T09:21:27.355572+0000 mon.smithi018 (mon.0) 832 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:29.710 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:29 smithi018 bash[19939]: audit 2024-09-17T09:21:28.553911+0000 mon.smithi018 (mon.0) 833 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:29.710 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:29 smithi018 bash[19939]: audit 2024-09-17T09:21:28.559213+0000 mon.smithi018 (mon.0) 834 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:29.710 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:29 smithi018 bash[19939]: audit 2024-09-17T09:21:28.563986+0000 mon.smithi018 (mon.0) 835 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:29.710 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:29 smithi018 bash[19939]: cephadm 2024-09-17T09:21:28.566592+0000 mgr.smithi018.roweby (mgr.14195) 269 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi191.yrjimx on smithi191 2024-09-17T09:21:29.850 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:29 smithi191 bash[24486]: audit 2024-09-17T09:21:28.553911+0000 mon.smithi018 (mon.0) 833 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:29.850 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:29 smithi191 bash[24486]: audit 2024-09-17T09:21:28.559213+0000 mon.smithi018 (mon.0) 834 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:29.850 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:29 smithi191 bash[24486]: audit 2024-09-17T09:21:28.563986+0000 mon.smithi018 (mon.0) 835 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:29.850 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:29 smithi191 bash[24486]: cephadm 2024-09-17T09:21:28.566592+0000 mgr.smithi018.roweby (mgr.14195) 269 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi191.yrjimx on smithi191 2024-09-17T09:21:30.850 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:30 smithi191 bash[24486]: cluster 2024-09-17T09:21:29.290370+0000 mgr.smithi018.roweby (mgr.14195) 270 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 582 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 74 KiB/s rd, 3.5 KiB/s wr, 147 op/s 2024-09-17T09:21:30.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:30 smithi018 bash[19939]: cluster 2024-09-17T09:21:29.290370+0000 mgr.smithi018.roweby (mgr.14195) 270 : cluster [DBG] pgmap v225: 161 pgs: 161 active+clean; 582 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 74 KiB/s rd, 3.5 KiB/s wr, 147 op/s 2024-09-17T09:21:31.636 INFO:teuthology.orchestra.run.smithi018.stderr:Using ceph image with id '980a0bfcd684' and tag '19e2a2beb6f41a3ab62650e38614eb29b59dcbb9' created on 2024-09-16 16:31:12 +0000 UTC 2024-09-17T09:21:31.636 INFO:teuthology.orchestra.run.smithi018.stderr:quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:70b7810862ffedc21315a6c67a84878d4bbd16155279a41a670f6f6be7488da9 2024-09-17T09:21:32.827 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:32 smithi018 bash[19939]: cluster 2024-09-17T09:21:31.291450+0000 mgr.smithi018.roweby (mgr.14195) 271 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 582 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 1.6 KiB/s wr, 48 op/s 2024-09-17T09:21:32.827 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:32 smithi018 bash[19939]: audit 2024-09-17T09:21:32.296692+0000 mon.smithi018 (mon.0) 836 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:21:32.850 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:32 smithi191 bash[24486]: cluster 2024-09-17T09:21:31.291450+0000 mgr.smithi018.roweby (mgr.14195) 271 : cluster [DBG] pgmap v226: 161 pgs: 161 active+clean; 582 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 24 KiB/s rd, 1.6 KiB/s wr, 48 op/s 2024-09-17T09:21:32.850 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:32 smithi191 bash[24486]: audit 2024-09-17T09:21:32.296692+0000 mon.smithi018 (mon.0) 836 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:21:34.625 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:34 smithi018 bash[19939]: cluster 2024-09-17T09:21:33.292566+0000 mgr.smithi018.roweby (mgr.14195) 272 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 582 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 511 B/s wr, 1 op/s 2024-09-17T09:21:34.849 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:34 smithi191 bash[24486]: cluster 2024-09-17T09:21:33.292566+0000 mgr.smithi018.roweby (mgr.14195) 272 : cluster [DBG] pgmap v227: 161 pgs: 161 active+clean; 582 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 511 B/s wr, 1 op/s 2024-09-17T09:21:35.132 INFO:teuthology.run_tasks:Running task python... 2024-09-17T09:21:35.143 INFO:tasks.python:Running python on role host.a host ubuntu@smithi018.front.sepia.ceph.com 2024-09-17T09:21:35.143 INFO:tasks.python:import boto3 import json with open('/tmp/user.json', 'rt') as f: info = json.loads(f.read()) s3 = boto3.resource( 's3', aws_access_key_id=info['keys'][0]['access_key'], aws_secret_access_key=info['keys'][0]['secret_key'], endpoint_url='http://localhost:8800', ) bucket = s3.Bucket('foobucket') bucket.create() bucket.put_object(Key='myobject', Body='thebody') 2024-09-17T09:21:35.143 DEBUG:teuthology.orchestra.run.smithi018:> sudo TESTDIR=/home/ubuntu/cephtest python3 2024-09-17T09:21:37.345 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:37 smithi191 bash[24486]: cluster 2024-09-17T09:21:35.293763+0000 mgr.smithi018.roweby (mgr.14195) 273 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 582 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 511 B/s wr, 1 op/s 2024-09-17T09:21:37.345 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:37 smithi191 bash[24486]: cluster 2024-09-17T09:21:36.074202+0000 mon.smithi018 (mon.0) 837 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-17T09:21:37.345 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:37 smithi191 bash[24486]: audit 2024-09-17T09:21:36.075511+0000 mon.smithi018 (mon.0) 838 : audit [INF] from='client.? 172.21.15.18:0/139621502' entity='client.rgw.foorgw.smithi018.cgmvvl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-09-17T09:21:37.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:37 smithi018 bash[19939]: cluster 2024-09-17T09:21:35.293763+0000 mgr.smithi018.roweby (mgr.14195) 273 : cluster [DBG] pgmap v228: 161 pgs: 161 active+clean; 582 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 511 B/s wr, 1 op/s 2024-09-17T09:21:37.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:37 smithi018 bash[19939]: cluster 2024-09-17T09:21:36.074202+0000 mon.smithi018 (mon.0) 837 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-09-17T09:21:37.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:37 smithi018 bash[19939]: audit 2024-09-17T09:21:36.075511+0000 mon.smithi018 (mon.0) 838 : audit [INF] from='client.? 172.21.15.18:0/139621502' entity='client.rgw.foorgw.smithi018.cgmvvl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-09-17T09:21:38.349 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:38 smithi191 bash[24486]: audit 2024-09-17T09:21:37.076959+0000 mon.smithi018 (mon.0) 839 : audit [INF] from='client.? 172.21.15.18:0/139621502' entity='client.rgw.foorgw.smithi018.cgmvvl' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-09-17T09:21:38.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:38 smithi191 bash[24486]: cluster 2024-09-17T09:21:37.077662+0000 mon.smithi018 (mon.0) 840 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-09-17T09:21:38.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:38 smithi191 bash[24486]: audit 2024-09-17T09:21:37.080437+0000 mon.smithi018 (mon.0) 841 : audit [INF] from='client.? 172.21.15.18:0/139621502' entity='client.rgw.foorgw.smithi018.cgmvvl' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-17T09:21:38.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:38 smithi191 bash[24486]: audit 2024-09-17T09:21:38.080371+0000 mon.smithi018 (mon.0) 842 : audit [INF] from='client.? 172.21.15.18:0/139621502' entity='client.rgw.foorgw.smithi018.cgmvvl' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-17T09:21:38.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:38 smithi191 bash[24486]: cluster 2024-09-17T09:21:38.080543+0000 mon.smithi018 (mon.0) 843 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-09-17T09:21:38.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:38 smithi018 bash[19939]: audit 2024-09-17T09:21:37.076959+0000 mon.smithi018 (mon.0) 839 : audit [INF] from='client.? 172.21.15.18:0/139621502' entity='client.rgw.foorgw.smithi018.cgmvvl' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-09-17T09:21:38.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:38 smithi018 bash[19939]: cluster 2024-09-17T09:21:37.077662+0000 mon.smithi018 (mon.0) 840 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-09-17T09:21:38.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:38 smithi018 bash[19939]: audit 2024-09-17T09:21:37.080437+0000 mon.smithi018 (mon.0) 841 : audit [INF] from='client.? 172.21.15.18:0/139621502' entity='client.rgw.foorgw.smithi018.cgmvvl' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-17T09:21:38.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:38 smithi018 bash[19939]: audit 2024-09-17T09:21:38.080371+0000 mon.smithi018 (mon.0) 842 : audit [INF] from='client.? 172.21.15.18:0/139621502' entity='client.rgw.foorgw.smithi018.cgmvvl' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-17T09:21:38.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:38 smithi018 bash[19939]: cluster 2024-09-17T09:21:38.080543+0000 mon.smithi018 (mon.0) 843 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-09-17T09:21:38.612 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:38 smithi191 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:21:38.866 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:38 smithi191 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:21:39.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:39 smithi191 bash[24486]: cluster 2024-09-17T09:21:37.294625+0000 mgr.smithi018.roweby (mgr.14195) 274 : cluster [DBG] pgmap v231: 193 pgs: 32 unknown, 161 active+clean; 582 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-09-17T09:21:39.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:39 smithi191 bash[24486]: audit 2024-09-17T09:21:38.790884+0000 mon.smithi018 (mon.0) 844 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:39.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:39 smithi191 bash[24486]: audit 2024-09-17T09:21:38.801559+0000 mon.smithi018 (mon.0) 845 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:39.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:39 smithi191 bash[24486]: audit 2024-09-17T09:21:38.809814+0000 mon.smithi018 (mon.0) 846 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:39.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:39 smithi191 bash[24486]: audit 2024-09-17T09:21:38.819777+0000 mon.smithi018 (mon.0) 847 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:39.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:39 smithi018 bash[19939]: cluster 2024-09-17T09:21:37.294625+0000 mgr.smithi018.roweby (mgr.14195) 274 : cluster [DBG] pgmap v231: 193 pgs: 32 unknown, 161 active+clean; 582 KiB data, 229 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2024-09-17T09:21:39.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:39 smithi018 bash[19939]: audit 2024-09-17T09:21:38.790884+0000 mon.smithi018 (mon.0) 844 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:39.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:39 smithi018 bash[19939]: audit 2024-09-17T09:21:38.801559+0000 mon.smithi018 (mon.0) 845 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:39.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:39 smithi018 bash[19939]: audit 2024-09-17T09:21:38.809814+0000 mon.smithi018 (mon.0) 846 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:39.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:39 smithi018 bash[19939]: audit 2024-09-17T09:21:38.819777+0000 mon.smithi018 (mon.0) 847 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:40.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:40 smithi191 bash[24486]: cephadm 2024-09-17T09:21:38.820800+0000 mgr.smithi018.roweby (mgr.14195) 275 : cephadm [INF] 10.0.31.18 is in 10.0.0.0/16 on smithi018 interface ens1f0 2024-09-17T09:21:40.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:40 smithi191 bash[24486]: cephadm 2024-09-17T09:21:38.821107+0000 mgr.smithi018.roweby (mgr.14195) 276 : cephadm [INF] 10.0.31.18 is in 10.0.0.0/16 on smithi191 interface enp3s0f1 2024-09-17T09:21:40.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:40 smithi191 bash[24486]: cephadm 2024-09-17T09:21:38.836759+0000 mgr.smithi018.roweby (mgr.14195) 277 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi018.ezihpq on smithi018 2024-09-17T09:21:40.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:40 smithi191 bash[24486]: cluster 2024-09-17T09:21:39.112725+0000 mon.smithi018 (mon.0) 848 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-09-17T09:21:40.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:40 smithi191 bash[24486]: audit 2024-09-17T09:21:39.122868+0000 mon.smithi018 (mon.0) 849 : audit [INF] from='client.? 172.21.15.18:0/72815731' entity='client.rgw.foorgw.smithi018.cgmvvl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-09-17T09:21:40.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:40 smithi018 bash[19939]: cephadm 2024-09-17T09:21:38.820800+0000 mgr.smithi018.roweby (mgr.14195) 275 : cephadm [INF] 10.0.31.18 is in 10.0.0.0/16 on smithi018 interface ens1f0 2024-09-17T09:21:40.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:40 smithi018 bash[19939]: cephadm 2024-09-17T09:21:38.821107+0000 mgr.smithi018.roweby (mgr.14195) 276 : cephadm [INF] 10.0.31.18 is in 10.0.0.0/16 on smithi191 interface enp3s0f1 2024-09-17T09:21:40.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:40 smithi018 bash[19939]: cephadm 2024-09-17T09:21:38.836759+0000 mgr.smithi018.roweby (mgr.14195) 277 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi018.ezihpq on smithi018 2024-09-17T09:21:40.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:40 smithi018 bash[19939]: cluster 2024-09-17T09:21:39.112725+0000 mon.smithi018 (mon.0) 848 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-09-17T09:21:40.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:40 smithi018 bash[19939]: audit 2024-09-17T09:21:39.122868+0000 mon.smithi018 (mon.0) 849 : audit [INF] from='client.? 172.21.15.18:0/72815731' entity='client.rgw.foorgw.smithi018.cgmvvl' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-09-17T09:21:41.224 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T09:21:41.233 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi018.front.sepia.ceph.com 2024-09-17T09:21:41.234 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- bash -c 'ceph nfs export create rgw --bucket foobucket --cluster-id foo --pseudo-path /foobucket' 2024-09-17T09:21:41.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:41 smithi018 bash[19939]: cluster 2024-09-17T09:21:39.295524+0000 mgr.smithi018.roweby (mgr.14195) 278 : cluster [DBG] pgmap v234: 225 pgs: 41 unknown, 184 active+clean; 582 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 511 B/s wr, 3 op/s 2024-09-17T09:21:41.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:41 smithi018 bash[19939]: cluster 2024-09-17T09:21:40.109560+0000 mon.smithi018 (mon.0) 850 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T09:21:41.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:41 smithi018 bash[19939]: audit 2024-09-17T09:21:40.126022+0000 mon.smithi018 (mon.0) 851 : audit [INF] from='client.? 172.21.15.18:0/72815731' entity='client.rgw.foorgw.smithi018.cgmvvl' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-09-17T09:21:41.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:41 smithi018 bash[19939]: cluster 2024-09-17T09:21:40.126419+0000 mon.smithi018 (mon.0) 852 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-09-17T09:21:41.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:41 smithi018 bash[19939]: audit 2024-09-17T09:21:40.145524+0000 mon.smithi018 (mon.0) 853 : audit [INF] from='client.? 172.21.15.18:0/72815731' entity='client.rgw.foorgw.smithi018.cgmvvl' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.data", "var": "bulk", "val": "true"}]: dispatch 2024-09-17T09:21:41.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:41 smithi191 bash[24486]: cluster 2024-09-17T09:21:39.295524+0000 mgr.smithi018.roweby (mgr.14195) 278 : cluster [DBG] pgmap v234: 225 pgs: 41 unknown, 184 active+clean; 582 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 511 B/s wr, 3 op/s 2024-09-17T09:21:41.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:41 smithi191 bash[24486]: cluster 2024-09-17T09:21:40.109560+0000 mon.smithi018 (mon.0) 850 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-17T09:21:41.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:41 smithi191 bash[24486]: audit 2024-09-17T09:21:40.126022+0000 mon.smithi018 (mon.0) 851 : audit [INF] from='client.? 172.21.15.18:0/72815731' entity='client.rgw.foorgw.smithi018.cgmvvl' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-09-17T09:21:41.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:41 smithi191 bash[24486]: cluster 2024-09-17T09:21:40.126419+0000 mon.smithi018 (mon.0) 852 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-09-17T09:21:41.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:41 smithi191 bash[24486]: audit 2024-09-17T09:21:40.145524+0000 mon.smithi018 (mon.0) 853 : audit [INF] from='client.? 172.21.15.18:0/72815731' entity='client.rgw.foorgw.smithi018.cgmvvl' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.data", "var": "bulk", "val": "true"}]: dispatch 2024-09-17T09:21:42.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:42 smithi018 bash[19939]: audit 2024-09-17T09:21:41.131212+0000 mon.smithi018 (mon.0) 854 : audit [INF] from='client.? 172.21.15.18:0/72815731' entity='client.rgw.foorgw.smithi018.cgmvvl' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.data", "var": "bulk", "val": "true"}]': finished 2024-09-17T09:21:42.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:42 smithi018 bash[19939]: cluster 2024-09-17T09:21:41.131540+0000 mon.smithi018 (mon.0) 855 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-17T09:21:42.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:42 smithi191 bash[24486]: audit 2024-09-17T09:21:41.131212+0000 mon.smithi018 (mon.0) 854 : audit [INF] from='client.? 172.21.15.18:0/72815731' entity='client.rgw.foorgw.smithi018.cgmvvl' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.data", "var": "bulk", "val": "true"}]': finished 2024-09-17T09:21:42.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:42 smithi191 bash[24486]: cluster 2024-09-17T09:21:41.131540+0000 mon.smithi018 (mon.0) 855 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-17T09:21:43.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:43 smithi018 bash[19939]: cluster 2024-09-17T09:21:41.296040+0000 mgr.smithi018.roweby (mgr.14195) 279 : cluster [DBG] pgmap v237: 225 pgs: 5 creating+peering, 24 unknown, 196 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 1023 B/s wr, 5 op/s 2024-09-17T09:21:43.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:43 smithi018 bash[19939]: cluster 2024-09-17T09:21:42.128167+0000 mon.smithi018 (mon.0) 856 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T09:21:43.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:43 smithi018 bash[19939]: cluster 2024-09-17T09:21:42.128224+0000 mon.smithi018 (mon.0) 857 : cluster [INF] Cluster is now healthy 2024-09-17T09:21:43.599 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:43 smithi191 bash[24486]: cluster 2024-09-17T09:21:41.296040+0000 mgr.smithi018.roweby (mgr.14195) 279 : cluster [DBG] pgmap v237: 225 pgs: 5 creating+peering, 24 unknown, 196 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 1023 B/s wr, 5 op/s 2024-09-17T09:21:43.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:43 smithi191 bash[24486]: cluster 2024-09-17T09:21:42.128167+0000 mon.smithi018 (mon.0) 856 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-17T09:21:43.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:43 smithi191 bash[24486]: cluster 2024-09-17T09:21:42.128224+0000 mon.smithi018 (mon.0) 857 : cluster [INF] Cluster is now healthy 2024-09-17T09:21:45.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:45 smithi018 bash[19939]: cluster 2024-09-17T09:21:43.297631+0000 mgr.smithi018.roweby (mgr.14195) 280 : cluster [DBG] pgmap v238: 225 pgs: 5 creating+peering, 10 unknown, 210 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 1.5 KiB/s wr, 9 op/s 2024-09-17T09:21:45.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:45 smithi191 bash[24486]: cluster 2024-09-17T09:21:43.297631+0000 mgr.smithi018.roweby (mgr.14195) 280 : cluster [DBG] pgmap v238: 225 pgs: 5 creating+peering, 10 unknown, 210 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 1.5 KiB/s wr, 9 op/s 2024-09-17T09:21:46.036 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:21:47.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:47 smithi018 bash[19939]: cluster 2024-09-17T09:21:45.299173+0000 mgr.smithi018.roweby (mgr.14195) 281 : cluster [DBG] pgmap v239: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 992 B/s rd, 992 B/s wr, 5 op/s 2024-09-17T09:21:47.599 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:47 smithi191 bash[24486]: cluster 2024-09-17T09:21:45.299173+0000 mgr.smithi018.roweby (mgr.14195) 281 : cluster [DBG] pgmap v239: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 992 B/s rd, 992 B/s wr, 5 op/s 2024-09-17T09:21:48.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:48 smithi018 bash[19939]: audit 2024-09-17T09:21:47.297628+0000 mon.smithi018 (mon.0) 858 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:21:48.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:48 smithi018 bash[19939]: audit 2024-09-17T09:21:47.386059+0000 mon.smithi018 (mon.0) 859 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:48.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:48 smithi191 bash[24486]: audit 2024-09-17T09:21:47.297628+0000 mon.smithi018 (mon.0) 858 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:21:48.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:48 smithi191 bash[24486]: audit 2024-09-17T09:21:47.386059+0000 mon.smithi018 (mon.0) 859 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:49.063 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:48 smithi018 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:21:49.350 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:49 smithi018 bash[19939]: cluster 2024-09-17T09:21:47.300030+0000 mgr.smithi018.roweby (mgr.14195) 282 : cluster [DBG] pgmap v240: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 895 B/s rd, 767 B/s wr, 4 op/s 2024-09-17T09:21:49.350 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:49 smithi018 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:21:49.599 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:49 smithi191 bash[24486]: cluster 2024-09-17T09:21:47.300030+0000 mgr.smithi018.roweby (mgr.14195) 282 : cluster [DBG] pgmap v240: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 895 B/s rd, 767 B/s wr, 4 op/s 2024-09-17T09:21:50.581 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:50 smithi018 bash[19939]: cluster 2024-09-17T09:21:49.302085+0000 mgr.smithi018.roweby (mgr.14195) 283 : cluster [DBG] pgmap v241: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 780 B/s rd, 780 B/s wr, 3 op/s 2024-09-17T09:21:50.582 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:50 smithi018 bash[19939]: audit 2024-09-17T09:21:49.389909+0000 mon.smithi018 (mon.0) 860 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:50.582 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:50 smithi018 bash[19939]: audit 2024-09-17T09:21:49.396248+0000 mon.smithi018 (mon.0) 861 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:50.582 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:50 smithi018 bash[19939]: audit 2024-09-17T09:21:49.400736+0000 mon.smithi018 (mon.0) 862 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:50.582 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:50 smithi018 bash[19939]: cephadm 2024-09-17T09:21:49.402486+0000 mgr.smithi018.roweby (mgr.14195) 284 : cephadm [INF] 10.0.31.18 is in 10.0.0.0/16 on smithi191 interface enp3s0f1 2024-09-17T09:21:50.582 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:50 smithi018 bash[19939]: cephadm 2024-09-17T09:21:49.402602+0000 mgr.smithi018.roweby (mgr.14195) 285 : cephadm [INF] 10.0.31.18 is in 10.0.0.0/16 on smithi018 interface ens1f0 2024-09-17T09:21:50.582 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:50 smithi018 bash[19939]: cephadm 2024-09-17T09:21:49.403083+0000 mgr.smithi018.roweby (mgr.14195) 286 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi191.ecxtlb on smithi191 2024-09-17T09:21:50.850 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:50 smithi191 bash[24486]: cluster 2024-09-17T09:21:49.302085+0000 mgr.smithi018.roweby (mgr.14195) 283 : cluster [DBG] pgmap v241: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 780 B/s rd, 780 B/s wr, 3 op/s 2024-09-17T09:21:50.850 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:50 smithi191 bash[24486]: audit 2024-09-17T09:21:49.389909+0000 mon.smithi018 (mon.0) 860 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:50.850 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:50 smithi191 bash[24486]: audit 2024-09-17T09:21:49.396248+0000 mon.smithi018 (mon.0) 861 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:50.850 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:50 smithi191 bash[24486]: audit 2024-09-17T09:21:49.400736+0000 mon.smithi018 (mon.0) 862 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:50.850 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:50 smithi191 bash[24486]: cephadm 2024-09-17T09:21:49.402486+0000 mgr.smithi018.roweby (mgr.14195) 284 : cephadm [INF] 10.0.31.18 is in 10.0.0.0/16 on smithi191 interface enp3s0f1 2024-09-17T09:21:50.850 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:50 smithi191 bash[24486]: cephadm 2024-09-17T09:21:49.402602+0000 mgr.smithi018.roweby (mgr.14195) 285 : cephadm [INF] 10.0.31.18 is in 10.0.0.0/16 on smithi018 interface ens1f0 2024-09-17T09:21:50.850 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:50 smithi191 bash[24486]: cephadm 2024-09-17T09:21:49.403083+0000 mgr.smithi018.roweby (mgr.14195) 286 : cephadm [INF] Deploying daemon keepalived.nfs.foo.smithi191.ecxtlb on smithi191 2024-09-17T09:21:51.238 INFO:teuthology.orchestra.run.smithi018.stdout:{ 2024-09-17T09:21:51.238 INFO:teuthology.orchestra.run.smithi018.stdout: "bind": "/foobucket", 2024-09-17T09:21:51.238 INFO:teuthology.orchestra.run.smithi018.stdout: "cluster": "foo", 2024-09-17T09:21:51.238 INFO:teuthology.orchestra.run.smithi018.stdout: "mode": "RW", 2024-09-17T09:21:51.238 INFO:teuthology.orchestra.run.smithi018.stdout: "path": "foobucket", 2024-09-17T09:21:51.238 INFO:teuthology.orchestra.run.smithi018.stdout: "squash": "none" 2024-09-17T09:21:51.238 INFO:teuthology.orchestra.run.smithi018.stdout:} 2024-09-17T09:21:51.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:51 smithi018 bash[19939]: audit 2024-09-17T09:21:50.946107+0000 mgr.smithi018.roweby (mgr.14195) 287 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:21:51.849 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:51 smithi191 bash[24486]: audit 2024-09-17T09:21:50.946107+0000 mgr.smithi018.roweby (mgr.14195) 287 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:21:51.935 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-17T09:21:51.944 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-09-17T09:21:51.945 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T09:21:52.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:52 smithi018 bash[19939]: cluster 2024-09-17T09:21:51.303012+0000 mgr.smithi018.roweby (mgr.14195) 288 : cluster [DBG] pgmap v242: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 704 B/s rd, 603 B/s wr, 2 op/s 2024-09-17T09:21:52.849 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:52 smithi191 bash[24486]: cluster 2024-09-17T09:21:51.303012+0000 mgr.smithi018.roweby (mgr.14195) 288 : cluster [DBG] pgmap v242: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 704 B/s rd, 603 B/s wr, 2 op/s 2024-09-17T09:21:54.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:54 smithi191 bash[24486]: cluster 2024-09-17T09:21:53.304521+0000 mgr.smithi018.roweby (mgr.14195) 289 : cluster [DBG] pgmap v243: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 511 B/s wr, 6 op/s 2024-09-17T09:21:54.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:54 smithi018 bash[19939]: cluster 2024-09-17T09:21:53.304521+0000 mgr.smithi018.roweby (mgr.14195) 289 : cluster [DBG] pgmap v243: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 3.2 KiB/s rd, 511 B/s wr, 6 op/s 2024-09-17T09:21:56.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:56 smithi018 bash[19939]: cluster 2024-09-17T09:21:55.306102+0000 mgr.smithi018.roweby (mgr.14195) 290 : cluster [DBG] pgmap v244: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 7.2 KiB/s rd, 341 B/s wr, 9 op/s 2024-09-17T09:21:56.758 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:21:56.849 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:56 smithi191 bash[24486]: cluster 2024-09-17T09:21:55.306102+0000 mgr.smithi018.roweby (mgr.14195) 290 : cluster [DBG] pgmap v244: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 7.2 KiB/s rd, 341 B/s wr, 9 op/s 2024-09-17T09:21:58.345 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:58 smithi191 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:21:58.599 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:58 smithi191 bash[24486]: cluster 2024-09-17T09:21:57.307205+0000 mgr.smithi018.roweby (mgr.14195) 291 : cluster [DBG] pgmap v245: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 341 B/s wr, 12 op/s 2024-09-17T09:21:58.599 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:58 smithi191 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:21:58.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:58 smithi018 bash[19939]: cluster 2024-09-17T09:21:57.307205+0000 mgr.smithi018.roweby (mgr.14195) 291 : cluster [DBG] pgmap v245: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 8.7 KiB/s rd, 341 B/s wr, 12 op/s 2024-09-17T09:21:59.881 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T09:21:59.881 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-17T09:13:38.952549Z", "last_refresh": "2024-09-17T09:21:16.633202Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-17T09:15:31.868443Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-17T09:13:31.121320Z", "last_refresh": "2024-09-17T09:21:15.025704Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T09:15:35.523345Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-17T09:13:29.273876Z", "last_refresh": "2024-09-17T09:21:15.025816Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-17T09:13:34.874736Z", "last_refresh": "2024-09-17T09:21:16.633281Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-17T09:21:58.695167Z 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.18/16"}, "status": {"created": "2024-09-17T09:21:04.918526Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-09-17T09:15:39.937123Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T09:13:27.498704Z", "last_refresh": "2024-09-17T09:21:15.026012Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T09:15:46.845861Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi191:172.21.15.191=smithi191"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T09:15:18.199164Z", "last_refresh": "2024-09-17T09:21:15.026129Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T09:21:20.586096Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-09-17T09:21:04.913294Z", "ports": [12049], "running": 0, "size": 1}}, {"events": ["2024-09-17T09:15:36.604631Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-17T09:13:36.663581Z", "last_refresh": "2024-09-17T09:21:15.025906Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-17T09:16:14.364483Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-17T09:16:14.360685Z", "last_refresh": "2024-09-17T09:21:15.026249Z", "running": 8, "size": 8}}, {"events": ["2024-09-17T09:15:46.855458Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-17T09:13:33.013005Z", "last_refresh": "2024-09-17T09:21:16.633360Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-09-17T09:21:09.629545Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-09-17T09:21:09.618047Z", "last_refresh": "2024-09-17T09:21:15.026832Z", "ports": [8800], "running": 2, "size": 2}}] 2024-09-17T09:21:59.893 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:59 smithi018 bash[19939]: audit 2024-09-17T09:21:58.675193+0000 mon.smithi018 (mon.0) 863 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:59.893 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:59 smithi018 bash[19939]: audit 2024-09-17T09:21:58.682793+0000 mon.smithi018 (mon.0) 864 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:59.893 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:59 smithi018 bash[19939]: audit 2024-09-17T09:21:58.689658+0000 mon.smithi018 (mon.0) 865 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:59.893 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:59 smithi018 bash[19939]: audit 2024-09-17T09:21:58.694799+0000 mon.smithi018 (mon.0) 866 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:21:59.893 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:21:59 smithi018 bash[19939]: audit 2024-09-17T09:21:58.775075+0000 mon.smithi018 (mon.0) 867 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:22:00.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:59 smithi191 bash[24486]: audit 2024-09-17T09:21:58.675193+0000 mon.smithi018 (mon.0) 863 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:00.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:59 smithi191 bash[24486]: audit 2024-09-17T09:21:58.682793+0000 mon.smithi018 (mon.0) 864 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:00.100 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:59 smithi191 bash[24486]: audit 2024-09-17T09:21:58.689658+0000 mon.smithi018 (mon.0) 865 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:00.100 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:59 smithi191 bash[24486]: audit 2024-09-17T09:21:58.694799+0000 mon.smithi018 (mon.0) 866 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:00.100 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:21:59 smithi191 bash[24486]: audit 2024-09-17T09:21:58.775075+0000 mon.smithi018 (mon.0) 867 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:22:00.466 INFO:tasks.cephadm:nfs.foo has 0/1 2024-09-17T09:22:00.913 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:00 smithi018 bash[19939]: cluster 2024-09-17T09:21:59.308713+0000 mgr.smithi018.roweby (mgr.14195) 292 : cluster [DBG] pgmap v246: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 8.6 KiB/s rd, 341 B/s wr, 11 op/s 2024-09-17T09:22:00.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:00 smithi018 bash[19939]: audit 2024-09-17T09:21:59.873337+0000 mgr.smithi018.roweby (mgr.14195) 293 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T09:22:01.100 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:00 smithi191 bash[24486]: cluster 2024-09-17T09:21:59.308713+0000 mgr.smithi018.roweby (mgr.14195) 292 : cluster [DBG] pgmap v246: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 8.6 KiB/s rd, 341 B/s wr, 11 op/s 2024-09-17T09:22:01.100 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:00 smithi191 bash[24486]: audit 2024-09-17T09:21:59.873337+0000 mgr.smithi018.roweby (mgr.14195) 293 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T09:22:01.467 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T09:22:03.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:02 smithi191 bash[24486]: cluster 2024-09-17T09:22:01.309941+0000 mgr.smithi018.roweby (mgr.14195) 294 : cluster [DBG] pgmap v247: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 8.5 KiB/s rd, 170 B/s wr, 11 op/s 2024-09-17T09:22:03.100 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:02 smithi191 bash[24486]: audit 2024-09-17T09:22:02.298164+0000 mon.smithi018 (mon.0) 868 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:22:03.100 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:02 smithi191 bash[24486]: audit 2024-09-17T09:22:02.400272+0000 mon.smithi018 (mon.0) 869 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:03.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:02 smithi018 bash[19939]: cluster 2024-09-17T09:22:01.309941+0000 mgr.smithi018.roweby (mgr.14195) 294 : cluster [DBG] pgmap v247: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 8.5 KiB/s rd, 170 B/s wr, 11 op/s 2024-09-17T09:22:03.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:02 smithi018 bash[19939]: audit 2024-09-17T09:22:02.298164+0000 mon.smithi018 (mon.0) 868 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:22:03.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:02 smithi018 bash[19939]: audit 2024-09-17T09:22:02.400272+0000 mon.smithi018 (mon.0) 869 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:05.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:04 smithi191 bash[24486]: cluster 2024-09-17T09:22:03.311293+0000 mgr.smithi018.roweby (mgr.14195) 295 : cluster [DBG] pgmap v248: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 8.5 KiB/s rd, 170 B/s wr, 11 op/s 2024-09-17T09:22:05.100 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:04 smithi191 bash[24486]: audit 2024-09-17T09:22:04.333098+0000 mon.smithi018 (mon.0) 870 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:05.100 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:04 smithi191 bash[24486]: audit 2024-09-17T09:22:04.338282+0000 mon.smithi018 (mon.0) 871 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:05.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:04 smithi018 bash[19939]: cluster 2024-09-17T09:22:03.311293+0000 mgr.smithi018.roweby (mgr.14195) 295 : cluster [DBG] pgmap v248: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 8.5 KiB/s rd, 170 B/s wr, 11 op/s 2024-09-17T09:22:05.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:04 smithi018 bash[19939]: audit 2024-09-17T09:22:04.333098+0000 mon.smithi018 (mon.0) 870 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:05.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:04 smithi018 bash[19939]: audit 2024-09-17T09:22:04.338282+0000 mon.smithi018 (mon.0) 871 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:06.111 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:22:06.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:06 smithi191 bash[24486]: audit 2024-09-17T09:22:05.177201+0000 mon.smithi018 (mon.0) 872 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:06.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:06 smithi191 bash[24486]: audit 2024-09-17T09:22:05.182773+0000 mon.smithi018 (mon.0) 873 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:06.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:06 smithi191 bash[24486]: audit 2024-09-17T09:22:05.593312+0000 mon.smithi018 (mon.0) 874 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:22:06.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:06 smithi191 bash[24486]: audit 2024-09-17T09:22:05.594759+0000 mon.smithi018 (mon.0) 875 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:22:06.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:06 smithi191 bash[24486]: audit 2024-09-17T09:22:05.601927+0000 mon.smithi018 (mon.0) 876 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:06.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:06 smithi191 bash[24486]: audit 2024-09-17T09:22:05.607171+0000 mon.smithi018 (mon.0) 877 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T09:22:06.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:06 smithi191 bash[24486]: audit 2024-09-17T09:22:05.619490+0000 mon.smithi018 (mon.0) 878 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:06.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:06 smithi018 bash[19939]: audit 2024-09-17T09:22:05.177201+0000 mon.smithi018 (mon.0) 872 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:06.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:06 smithi018 bash[19939]: audit 2024-09-17T09:22:05.182773+0000 mon.smithi018 (mon.0) 873 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:06.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:06 smithi018 bash[19939]: audit 2024-09-17T09:22:05.593312+0000 mon.smithi018 (mon.0) 874 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:22:06.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:06 smithi018 bash[19939]: audit 2024-09-17T09:22:05.594759+0000 mon.smithi018 (mon.0) 875 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:22:06.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:06 smithi018 bash[19939]: audit 2024-09-17T09:22:05.601927+0000 mon.smithi018 (mon.0) 876 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:06.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:06 smithi018 bash[19939]: audit 2024-09-17T09:22:05.607171+0000 mon.smithi018 (mon.0) 877 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T09:22:06.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:06 smithi018 bash[19939]: audit 2024-09-17T09:22:05.619490+0000 mon.smithi018 (mon.0) 878 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:07.599 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:07 smithi191 bash[24486]: cluster 2024-09-17T09:22:05.312297+0000 mgr.smithi018.roweby (mgr.14195) 296 : cluster [DBG] pgmap v249: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 170 B/s wr, 7 op/s 2024-09-17T09:22:07.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:07 smithi191 bash[24486]: cephadm 2024-09-17T09:22:05.655948+0000 mgr.smithi018.roweby (mgr.14195) 297 : cephadm [INF] Reconfiguring prometheus.smithi018 (dependencies changed)... 2024-09-17T09:22:07.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:07 smithi191 bash[24486]: cephadm 2024-09-17T09:22:05.938768+0000 mgr.smithi018.roweby (mgr.14195) 298 : cephadm [INF] Reconfiguring daemon prometheus.smithi018 on smithi018 2024-09-17T09:22:07.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:07 smithi018 bash[19939]: cluster 2024-09-17T09:22:05.312297+0000 mgr.smithi018.roweby (mgr.14195) 296 : cluster [DBG] pgmap v249: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 5.8 KiB/s rd, 170 B/s wr, 7 op/s 2024-09-17T09:22:07.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:07 smithi018 bash[19939]: cephadm 2024-09-17T09:22:05.655948+0000 mgr.smithi018.roweby (mgr.14195) 297 : cephadm [INF] Reconfiguring prometheus.smithi018 (dependencies changed)... 2024-09-17T09:22:07.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:07 smithi018 bash[19939]: cephadm 2024-09-17T09:22:05.938768+0000 mgr.smithi018.roweby (mgr.14195) 298 : cephadm [INF] Reconfiguring daemon prometheus.smithi018 on smithi018 2024-09-17T09:22:09.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:09 smithi018 bash[19939]: cluster 2024-09-17T09:22:07.313191+0000 mgr.smithi018.roweby (mgr.14195) 299 : cluster [DBG] pgmap v250: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-17T09:22:09.599 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:09 smithi191 bash[24486]: cluster 2024-09-17T09:22:07.313191+0000 mgr.smithi018.roweby (mgr.14195) 299 : cluster [DBG] pgmap v250: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-17T09:22:10.631 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T09:22:10.631 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-17T09:13:38.952549Z", "last_refresh": "2024-09-17T09:22:05.171280Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-17T09:15:31.868443Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-17T09:13:31.121320Z", "last_refresh": "2024-09-17T09:22:04.326543Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T09:15:35.523345Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-17T09:13:29.273876Z", "last_refresh": "2024-09-17T09:22:04.326653Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-17T09:13:34.874736Z", "last_refresh": "2024-09-17T09:22:05.171382Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-17T09:21:58.695167Z 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.18/16"}, "status": {"created": "2024-09-17T09:21:04.918526Z", "last_refresh": "2024-09-17T09:22:04.327475Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-09-17T09:15:39.937123Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T09:13:27.498704Z", "last_refresh": "2024-09-17T09:22:04.326833Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T09:15:46.845861Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi191:172.21.15.191=smithi191"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T09:15:18.199164Z", "last_refresh": "2024-09-17T09:22:04.326922Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T09:22:05.619793Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-09-17T09:21:04.913294Z", "last_refresh": "2024-09-17T09:22:05.171940Z", "ports": [12049], "running": 1, "size": 1}}, {"events": ["2024-09-17T09:15:36.604631Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-17T09:13:36.663581Z", "last_refresh": "2024-09-17T09:22:04.326744Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-17T09:16:14.364483Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-17T09:16:14.360685Z", "last_refresh": "2024-09-17T09:22:04.327010Z", "running": 8, "size": 8}}, {"events": ["2024-09-17T09:15:46.855458Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-17T09:13:33.013005Z", "last_refresh": "2024-09-17T09:22:05.171464Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-09-17T09:21:09.629545Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-09-17T09:21:09.618047Z", "last_refresh": "2024-09-17T09:22:04.327381Z", "ports": [8800], "running": 2, "size": 2}}] 2024-09-17T09:22:11.336 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:11 smithi018 bash[19939]: cluster 2024-09-17T09:22:09.315088+0000 mgr.smithi018.roweby (mgr.14195) 300 : cluster [DBG] pgmap v251: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T09:22:11.570 INFO:tasks.cephadm:nfs.foo has 1/1 2024-09-17T09:22:11.571 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-09-17T09:22:11.581 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-09-17T09:22:11.581 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- ceph orch ls -f json 2024-09-17T09:22:11.599 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:11 smithi191 bash[24486]: cluster 2024-09-17T09:22:09.315088+0000 mgr.smithi018.roweby (mgr.14195) 300 : cluster [DBG] pgmap v251: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T09:22:12.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:12 smithi018 bash[19939]: audit 2024-09-17T09:22:10.623564+0000 mgr.smithi018.roweby (mgr.14195) 301 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T09:22:12.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:12 smithi018 bash[19939]: audit 2024-09-17T09:22:12.172135+0000 mon.smithi018 (mon.0) 879 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:12.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:12 smithi018 bash[19939]: audit 2024-09-17T09:22:12.177865+0000 mon.smithi018 (mon.0) 880 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:12.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:12 smithi018 bash[19939]: audit 2024-09-17T09:22:12.183832+0000 mon.smithi018 (mon.0) 881 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T09:22:12.599 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:12 smithi191 bash[24486]: audit 2024-09-17T09:22:10.623564+0000 mgr.smithi018.roweby (mgr.14195) 301 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T09:22:12.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:12 smithi191 bash[24486]: audit 2024-09-17T09:22:12.172135+0000 mon.smithi018 (mon.0) 879 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:12.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:12 smithi191 bash[24486]: audit 2024-09-17T09:22:12.177865+0000 mon.smithi018 (mon.0) 880 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:12.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:12 smithi191 bash[24486]: audit 2024-09-17T09:22:12.183832+0000 mon.smithi018 (mon.0) 881 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T09:22:13.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:13 smithi018 bash[19939]: cluster 2024-09-17T09:22:11.316308+0000 mgr.smithi018.roweby (mgr.14195) 302 : cluster [DBG] pgmap v252: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T09:22:13.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:13 smithi018 bash[19939]: audit 2024-09-17T09:22:12.184271+0000 mgr.smithi018.roweby (mgr.14195) 303 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T09:22:13.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:13 smithi018 bash[19939]: audit 2024-09-17T09:22:12.251033+0000 mon.smithi018 (mon.0) 882 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:22:13.599 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:13 smithi191 bash[24486]: cluster 2024-09-17T09:22:11.316308+0000 mgr.smithi018.roweby (mgr.14195) 302 : cluster [DBG] pgmap v252: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T09:22:13.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:13 smithi191 bash[24486]: audit 2024-09-17T09:22:12.184271+0000 mgr.smithi018.roweby (mgr.14195) 303 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-17T09:22:13.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:13 smithi191 bash[24486]: audit 2024-09-17T09:22:12.251033+0000 mon.smithi018 (mon.0) 882 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:22:15.599 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:15 smithi191 bash[24486]: cluster 2024-09-17T09:22:13.317036+0000 mgr.smithi018.roweby (mgr.14195) 304 : cluster [DBG] pgmap v253: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T09:22:15.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:15 smithi018 bash[19939]: cluster 2024-09-17T09:22:13.317036+0000 mgr.smithi018.roweby (mgr.14195) 304 : cluster [DBG] pgmap v253: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T09:22:17.367 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:22:17.599 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:17 smithi191 bash[24486]: cluster 2024-09-17T09:22:15.318060+0000 mgr.smithi018.roweby (mgr.14195) 305 : cluster [DBG] pgmap v254: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T09:22:17.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:17 smithi018 bash[19939]: cluster 2024-09-17T09:22:15.318060+0000 mgr.smithi018.roweby (mgr.14195) 305 : cluster [DBG] pgmap v254: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-09-17T09:22:18.520 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:18 smithi018 bash[19939]: audit 2024-09-17T09:22:17.251054+0000 mon.smithi018 (mon.0) 883 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.e", "id": [4, 0]}]: dispatch 2024-09-17T09:22:18.520 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:18 smithi018 bash[19939]: audit 2024-09-17T09:22:17.251782+0000 mon.smithi018 (mon.0) 884 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.16", "id": [5, 3]}]: dispatch 2024-09-17T09:22:18.520 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:18 smithi018 bash[19939]: audit 2024-09-17T09:22:17.298483+0000 mon.smithi018 (mon.0) 885 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:22:18.520 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:18 smithi018 bash[19939]: audit 2024-09-17T09:22:17.793898+0000 mon.smithi018 (mon.0) 886 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:18.520 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:18 smithi018 bash[19939]: audit 2024-09-17T09:22:17.798426+0000 mon.smithi018 (mon.0) 887 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:18.599 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:18 smithi191 bash[24486]: audit 2024-09-17T09:22:17.251054+0000 mon.smithi018 (mon.0) 883 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.e", "id": [4, 0]}]: dispatch 2024-09-17T09:22:18.599 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:18 smithi191 bash[24486]: audit 2024-09-17T09:22:17.251782+0000 mon.smithi018 (mon.0) 884 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.16", "id": [5, 3]}]: dispatch 2024-09-17T09:22:18.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:18 smithi191 bash[24486]: audit 2024-09-17T09:22:17.298483+0000 mon.smithi018 (mon.0) 885 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:22:18.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:18 smithi191 bash[24486]: audit 2024-09-17T09:22:17.793898+0000 mon.smithi018 (mon.0) 886 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:18.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:18 smithi191 bash[24486]: audit 2024-09-17T09:22:17.798426+0000 mon.smithi018 (mon.0) 887 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:19.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:19 smithi191 bash[24486]: cluster 2024-09-17T09:22:17.319180+0000 mgr.smithi018.roweby (mgr.14195) 306 : cluster [DBG] pgmap v255: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:19.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:19 smithi191 bash[24486]: audit 2024-09-17T09:22:18.222735+0000 mon.smithi018 (mon.0) 888 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.e", "id": [4, 0]}]': finished 2024-09-17T09:22:19.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:19 smithi191 bash[24486]: audit 2024-09-17T09:22:18.222817+0000 mon.smithi018 (mon.0) 889 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.16", "id": [5, 3]}]': finished 2024-09-17T09:22:19.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:19 smithi191 bash[24486]: cluster 2024-09-17T09:22:18.222878+0000 mon.smithi018 (mon.0) 890 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-17T09:22:19.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:19 smithi191 bash[24486]: audit 2024-09-17T09:22:18.577271+0000 mon.smithi018 (mon.0) 891 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:19.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:19 smithi191 bash[24486]: audit 2024-09-17T09:22:18.582328+0000 mon.smithi018 (mon.0) 892 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:19.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:19 smithi191 bash[24486]: audit 2024-09-17T09:22:18.583236+0000 mon.smithi018 (mon.0) 893 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:22:19.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:19 smithi191 bash[24486]: audit 2024-09-17T09:22:18.583925+0000 mon.smithi018 (mon.0) 894 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:22:19.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:19 smithi018 bash[19939]: cluster 2024-09-17T09:22:17.319180+0000 mgr.smithi018.roweby (mgr.14195) 306 : cluster [DBG] pgmap v255: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-09-17T09:22:19.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:19 smithi018 bash[19939]: audit 2024-09-17T09:22:18.222735+0000 mon.smithi018 (mon.0) 888 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.e", "id": [4, 0]}]': finished 2024-09-17T09:22:19.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:19 smithi018 bash[19939]: audit 2024-09-17T09:22:18.222817+0000 mon.smithi018 (mon.0) 889 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.16", "id": [5, 3]}]': finished 2024-09-17T09:22:19.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:19 smithi018 bash[19939]: cluster 2024-09-17T09:22:18.222878+0000 mon.smithi018 (mon.0) 890 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-17T09:22:19.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:19 smithi018 bash[19939]: audit 2024-09-17T09:22:18.577271+0000 mon.smithi018 (mon.0) 891 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:19.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:19 smithi018 bash[19939]: audit 2024-09-17T09:22:18.582328+0000 mon.smithi018 (mon.0) 892 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:19.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:19 smithi018 bash[19939]: audit 2024-09-17T09:22:18.583236+0000 mon.smithi018 (mon.0) 893 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:22:19.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:19 smithi018 bash[19939]: audit 2024-09-17T09:22:18.583925+0000 mon.smithi018 (mon.0) 894 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:22:20.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:20 smithi018 bash[19939]: cephadm 2024-09-17T09:22:18.587623+0000 mgr.smithi018.roweby (mgr.14195) 307 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-09-17T09:22:20.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:20 smithi018 bash[19939]: cluster 2024-09-17T09:22:19.228029+0000 mon.smithi018 (mon.0) 895 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-17T09:22:20.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:20 smithi018 bash[19939]: audit 2024-09-17T09:22:19.330410+0000 mon.smithi018 (mon.0) 896 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:20.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:20 smithi018 bash[19939]: audit 2024-09-17T09:22:19.334817+0000 mon.smithi018 (mon.0) 897 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T09:22:20.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:20 smithi018 bash[19939]: audit 2024-09-17T09:22:19.349210+0000 mon.smithi018 (mon.0) 898 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:20.428 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-09-17T09:22:20.428 INFO:teuthology.orchestra.run.smithi018.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-09-17T09:13:38.952549Z", "last_refresh": "2024-09-17T09:22:18.571319Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2024-09-17T09:15:31.868443Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2024-09-17T09:13:31.121320Z", "last_refresh": "2024-09-17T09:22:17.787542Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T09:15:35.523345Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-09-17T09:13:29.273876Z", "last_refresh": "2024-09-17T09:22:17.787651Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2024-09-17T09:13:34.874736Z", "last_refresh": "2024-09-17T09:22:18.571410Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-09-17T09:21:58.695167Z 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.18/16"}, "status": {"created": "2024-09-17T09:21:04.918526Z", "last_refresh": "2024-09-17T09:22:17.788448Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.18/16"}}, {"events": ["2024-09-17T09:15:39.937123Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-09-17T09:13:27.498704Z", "last_refresh": "2024-09-17T09:22:17.787834Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T09:15:46.845861Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi018:172.21.15.18=smithi018", "smithi191:172.21.15.191=smithi191"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-09-17T09:15:18.199164Z", "last_refresh": "2024-09-17T09:22:17.787923Z", "running": 2, "size": 2}}, {"events": ["2024-09-17T09:22:19.349464Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-09-17T09:21:04.913294Z", "last_refresh": "2024-09-17T09:22:18.571991Z", "ports": [12049], "running": 1, "size": 1}}, {"events": ["2024-09-17T09:15:36.604631Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-09-17T09:13:36.663581Z", "last_refresh": "2024-09-17T09:22:17.787744Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-09-17T09:16:14.364483Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-09-17T09:16:14.360685Z", "last_refresh": "2024-09-17T09:22:17.788011Z", "running": 8, "size": 8}}, {"events": ["2024-09-17T09:15:46.855458Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-09-17T09:13:33.013005Z", "last_refresh": "2024-09-17T09:22:18.571493Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-09-17T09:21:09.629545Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-09-17T09:21:09.618047Z", "last_refresh": "2024-09-17T09:22:17.788360Z", "ports": [8800], "running": 2, "size": 2}}] 2024-09-17T09:22:20.599 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:20 smithi191 bash[24486]: cephadm 2024-09-17T09:22:18.587623+0000 mgr.smithi018.roweby (mgr.14195) 307 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-09-17T09:22:20.599 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:20 smithi191 bash[24486]: cluster 2024-09-17T09:22:19.228029+0000 mon.smithi018 (mon.0) 895 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-17T09:22:20.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:20 smithi191 bash[24486]: audit 2024-09-17T09:22:19.330410+0000 mon.smithi018 (mon.0) 896 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:20.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:20 smithi191 bash[24486]: audit 2024-09-17T09:22:19.334817+0000 mon.smithi018 (mon.0) 897 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T09:22:20.600 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:20 smithi191 bash[24486]: audit 2024-09-17T09:22:19.349210+0000 mon.smithi018 (mon.0) 898 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:21.039 INFO:tasks.cephadm:ingress.nfs.foo has 4/4 2024-09-17T09:22:21.039 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-17T09:22:21.050 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi018.front.sepia.ceph.com 2024-09-17T09:22:21.050 DEBUG:teuthology.orchestra.run.smithi018:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2024-09-17T09:22:21.063 INFO:teuthology.orchestra.run.smithi018.stderr:+ mkdir /mnt/foo 2024-09-17T09:22:21.076 DEBUG:teuthology.orchestra.run.smithi018:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 5' 2024-09-17T09:22:21.128 INFO:teuthology.orchestra.run.smithi018.stderr:+ sleep 5 2024-09-17T09:22:21.349 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:21 smithi191 bash[24486]: cluster 2024-09-17T09:22:19.319795+0000 mgr.smithi018.roweby (mgr.14195) 308 : cluster [DBG] pgmap v258: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T09:22:21.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:21 smithi018 bash[19939]: cluster 2024-09-17T09:22:19.319795+0000 mgr.smithi018.roweby (mgr.14195) 308 : cluster [DBG] pgmap v258: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 0 op/s 2024-09-17T09:22:22.599 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:22 smithi191 bash[24486]: audit 2024-09-17T09:22:20.413330+0000 mgr.smithi018.roweby (mgr.14195) 309 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T09:22:22.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:22 smithi018 bash[19939]: audit 2024-09-17T09:22:20.413330+0000 mgr.smithi018.roweby (mgr.14195) 309 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T09:22:23.599 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:23 smithi191 bash[24486]: cluster 2024-09-17T09:22:21.321011+0000 mgr.smithi018.roweby (mgr.14195) 310 : cluster [DBG] pgmap v259: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T09:22:23.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:23 smithi018 bash[19939]: cluster 2024-09-17T09:22:21.321011+0000 mgr.smithi018.roweby (mgr.14195) 310 : cluster [DBG] pgmap v259: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T09:22:25.599 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:25 smithi191 bash[24486]: cluster 2024-09-17T09:22:23.322385+0000 mgr.smithi018.roweby (mgr.14195) 311 : cluster [DBG] pgmap v260: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T09:22:25.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:25 smithi018 bash[19939]: cluster 2024-09-17T09:22:23.322385+0000 mgr.smithi018.roweby (mgr.14195) 311 : cluster [DBG] pgmap v260: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 0 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T09:22:26.132 DEBUG:teuthology.orchestra.run.smithi018:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mount -t nfs 10.0.31.18:/foobucket /mnt/foo' 2024-09-17T09:22:26.185 INFO:teuthology.orchestra.run.smithi018.stderr:+ mount -t nfs 10.0.31.18:/foobucket /mnt/foo 2024-09-17T09:22:26.508 DEBUG:teuthology.orchestra.run.smithi018:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'find /mnt/foo -ls' 2024-09-17T09:22:26.566 INFO:teuthology.orchestra.run.smithi018.stderr:+ find /mnt/foo -ls 2024-09-17T09:22:26.575 INFO:teuthology.orchestra.run.smithi018.stdout:18304478605914051910 0 drwxrwxrwx 1 root root 0 Sep 17 09:21 /mnt/foo 2024-09-17T09:22:26.576 INFO:teuthology.orchestra.run.smithi018.stdout:10810806159419214356 0 -rw-rw-rw- 1 root root 7 Sep 17 09:21 /mnt/foo/myobject 2024-09-17T09:22:26.577 DEBUG:teuthology.orchestra.run.smithi018:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'grep thebody /mnt/foo/myobject' 2024-09-17T09:22:26.634 INFO:teuthology.orchestra.run.smithi018.stderr:+ grep thebody /mnt/foo/myobject 2024-09-17T09:22:26.640 INFO:teuthology.orchestra.run.smithi018.stdout:thebody 2024-09-17T09:22:26.642 DEBUG:teuthology.orchestra.run.smithi018:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/newobject' 2024-09-17T09:22:26.698 INFO:teuthology.orchestra.run.smithi018.stderr:+ echo test 2024-09-17T09:22:26.726 DEBUG:teuthology.orchestra.run.smithi018:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2024-09-17T09:22:26.782 INFO:teuthology.orchestra.run.smithi018.stderr:+ sync 2024-09-17T09:22:27.076 INFO:teuthology.run_tasks:Running task python... 2024-09-17T09:22:27.092 INFO:tasks.python:Running python on role host.a host ubuntu@smithi018.front.sepia.ceph.com 2024-09-17T09:22:27.092 INFO:tasks.python:import boto3 import json from io import BytesIO with open('/tmp/user.json', 'rt') as f: info = json.loads(f.read()) s3 = boto3.resource( 's3', aws_access_key_id=info['keys'][0]['access_key'], aws_secret_access_key=info['keys'][0]['secret_key'], endpoint_url='http://localhost:8800', ) bucket = s3.Bucket('foobucket') data = BytesIO() bucket.download_fileobj(Fileobj=data, Key='newobject') print(data.getvalue()) assert data.getvalue().decode() == 'test\n' 2024-09-17T09:22:27.092 DEBUG:teuthology.orchestra.run.smithi018:> sudo TESTDIR=/home/ubuntu/cephtest python3 2024-09-17T09:22:27.410 INFO:teuthology.orchestra.run.smithi018.stdout:b'test\n' 2024-09-17T09:22:27.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:27 smithi018 bash[19939]: cluster 2024-09-17T09:22:25.323965+0000 mgr.smithi018.roweby (mgr.14195) 312 : cluster [DBG] pgmap v261: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T09:22:27.464 INFO:teuthology.run_tasks:Running task vip.exec... 2024-09-17T09:22:27.475 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi018.front.sepia.ceph.com 2024-09-17T09:22:27.475 DEBUG:teuthology.orchestra.run.smithi018:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'umount /mnt/foo' 2024-09-17T09:22:27.487 INFO:teuthology.orchestra.run.smithi018.stderr:+ umount /mnt/foo 2024-09-17T09:22:27.539 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T09:22:27.554 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi018.front.sepia.ceph.com 2024-09-17T09:22:27.554 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- bash -c 'ceph nfs export rm foo /foobucket' 2024-09-17T09:22:27.599 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:27 smithi191 bash[24486]: cluster 2024-09-17T09:22:25.323965+0000 mgr.smithi018.roweby (mgr.14195) 312 : cluster [DBG] pgmap v261: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T09:22:29.599 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:29 smithi191 bash[24486]: cluster 2024-09-17T09:22:27.325103+0000 mgr.smithi018.roweby (mgr.14195) 313 : cluster [DBG] pgmap v262: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T09:22:29.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:29 smithi018 bash[19939]: cluster 2024-09-17T09:22:27.325103+0000 mgr.smithi018.roweby (mgr.14195) 313 : cluster [DBG] pgmap v262: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 1 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T09:22:31.599 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:31 smithi191 bash[24486]: cluster 2024-09-17T09:22:29.327072+0000 mgr.smithi018.roweby (mgr.14195) 314 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 7.9 KiB/s rd, 608 B/s wr, 11 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T09:22:31.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:31 smithi018 bash[19939]: cluster 2024-09-17T09:22:29.327072+0000 mgr.smithi018.roweby (mgr.14195) 314 : cluster [DBG] pgmap v263: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 7.9 KiB/s rd, 608 B/s wr, 11 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T09:22:32.379 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:22:33.535 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:33 smithi018 bash[19939]: cluster 2024-09-17T09:22:31.328310+0000 mgr.smithi018.roweby (mgr.14195) 315 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 8.4 KiB/s rd, 511 B/s wr, 11 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T09:22:33.535 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:33 smithi018 bash[19939]: audit 2024-09-17T09:22:32.299502+0000 mon.smithi018 (mon.0) 899 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:22:33.599 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:33 smithi191 bash[24486]: cluster 2024-09-17T09:22:31.328310+0000 mgr.smithi018.roweby (mgr.14195) 315 : cluster [DBG] pgmap v264: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 8.4 KiB/s rd, 511 B/s wr, 11 op/s; 0 B/s, 0 objects/s recovering 2024-09-17T09:22:33.599 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:33 smithi191 bash[24486]: audit 2024-09-17T09:22:32.299502+0000 mon.smithi018 (mon.0) 899 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:22:35.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:35 smithi018 bash[19939]: cluster 2024-09-17T09:22:33.329712+0000 mgr.smithi018.roweby (mgr.14195) 316 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 8.2 KiB/s rd, 511 B/s wr, 11 op/s 2024-09-17T09:22:35.599 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:35 smithi191 bash[24486]: cluster 2024-09-17T09:22:33.329712+0000 mgr.smithi018.roweby (mgr.14195) 316 : cluster [DBG] pgmap v265: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 8.2 KiB/s rd, 511 B/s wr, 11 op/s 2024-09-17T09:22:36.008 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- bash -c 'ceph nfs cluster rm foo' 2024-09-17T09:22:37.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:37 smithi018 bash[19939]: cluster 2024-09-17T09:22:35.331129+0000 mgr.smithi018.roweby (mgr.14195) 317 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 8.1 KiB/s rd, 511 B/s wr, 11 op/s 2024-09-17T09:22:37.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:37 smithi018 bash[19939]: audit 2024-09-17T09:22:35.405244+0000 mgr.smithi018.roweby (mgr.14195) 318 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "nfs export rm", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:22:37.599 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:37 smithi191 bash[24486]: cluster 2024-09-17T09:22:35.331129+0000 mgr.smithi018.roweby (mgr.14195) 317 : cluster [DBG] pgmap v266: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 8.1 KiB/s rd, 511 B/s wr, 11 op/s 2024-09-17T09:22:37.599 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:37 smithi191 bash[24486]: audit 2024-09-17T09:22:35.405244+0000 mgr.smithi018.roweby (mgr.14195) 318 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "nfs export rm", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:22:38.599 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:38 smithi191 bash[24486]: cluster 2024-09-17T09:22:37.332186+0000 mgr.smithi018.roweby (mgr.14195) 319 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 511 B/s wr, 10 op/s 2024-09-17T09:22:38.663 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:38 smithi018 bash[19939]: cluster 2024-09-17T09:22:37.332186+0000 mgr.smithi018.roweby (mgr.14195) 319 : cluster [DBG] pgmap v267: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 511 B/s wr, 10 op/s 2024-09-17T09:22:40.599 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:40 smithi191 bash[24486]: cluster 2024-09-17T09:22:39.334032+0000 mgr.smithi018.roweby (mgr.14195) 320 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 511 B/s wr, 11 op/s 2024-09-17T09:22:40.664 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:40 smithi018 bash[19939]: cluster 2024-09-17T09:22:39.334032+0000 mgr.smithi018.roweby (mgr.14195) 320 : cluster [DBG] pgmap v268: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 7.7 KiB/s rd, 511 B/s wr, 11 op/s 2024-09-17T09:22:40.808 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:22:42.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:42 smithi018 bash[19939]: cluster 2024-09-17T09:22:41.335262+0000 mgr.smithi018.roweby (mgr.14195) 321 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-17T09:22:42.599 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:42 smithi191 bash[24486]: cluster 2024-09-17T09:22:41.335262+0000 mgr.smithi018.roweby (mgr.14195) 321 : cluster [DBG] pgmap v269: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 0 B/s wr, 2 op/s 2024-09-17T09:22:44.646 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T09:22:44.658 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi018.front.sepia.ceph.com 2024-09-17T09:22:44.658 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- bash -c 'stat -c '"'"'%u %g'"'"' /var/log/ceph | grep '"'"'167 167'"'"'' 2024-09-17T09:22:45.349 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:45 smithi191 bash[24486]: cluster 2024-09-17T09:22:43.336443+0000 mgr.smithi018.roweby (mgr.14195) 322 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2024-09-17T09:22:45.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:45 smithi191 bash[24486]: audit 2024-09-17T09:22:44.011587+0000 mgr.smithi018.roweby (mgr.14195) 323 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "nfs cluster rm", "cluster_id": "foo", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:22:45.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:45 smithi191 bash[24486]: cephadm 2024-09-17T09:22:44.023689+0000 mgr.smithi018.roweby (mgr.14195) 324 : cephadm [INF] Remove service ingress.nfs.foo 2024-09-17T09:22:45.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:45 smithi191 bash[24486]: audit 2024-09-17T09:22:44.031025+0000 mon.smithi018 (mon.0) 900 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:45.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:45 smithi191 bash[24486]: audit 2024-09-17T09:22:44.032508+0000 mon.smithi018 (mon.0) 901 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:22:45.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:45 smithi191 bash[24486]: cephadm 2024-09-17T09:22:44.032625+0000 mgr.smithi018.roweby (mgr.14195) 325 : cephadm [INF] Remove service nfs.foo 2024-09-17T09:22:45.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:45 smithi191 bash[24486]: audit 2024-09-17T09:22:44.039500+0000 mon.smithi018 (mon.0) 902 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:45.384 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:45 smithi018 bash[19939]: cluster 2024-09-17T09:22:43.336443+0000 mgr.smithi018.roweby (mgr.14195) 322 : cluster [DBG] pgmap v270: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2024-09-17T09:22:45.384 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:45 smithi018 bash[19939]: audit 2024-09-17T09:22:44.011587+0000 mgr.smithi018.roweby (mgr.14195) 323 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "nfs cluster rm", "cluster_id": "foo", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:22:45.385 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:45 smithi018 bash[19939]: cephadm 2024-09-17T09:22:44.023689+0000 mgr.smithi018.roweby (mgr.14195) 324 : cephadm [INF] Remove service ingress.nfs.foo 2024-09-17T09:22:45.385 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:45 smithi018 bash[19939]: audit 2024-09-17T09:22:44.031025+0000 mon.smithi018 (mon.0) 900 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:45.385 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:45 smithi018 bash[19939]: audit 2024-09-17T09:22:44.032508+0000 mon.smithi018 (mon.0) 901 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:22:45.385 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:45 smithi018 bash[19939]: cephadm 2024-09-17T09:22:44.032625+0000 mgr.smithi018.roweby (mgr.14195) 325 : cephadm [INF] Remove service nfs.foo 2024-09-17T09:22:45.385 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:45 smithi018 bash[19939]: audit 2024-09-17T09:22:44.039500+0000 mon.smithi018 (mon.0) 902 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:47.349 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:47 smithi191 bash[24486]: cluster 2024-09-17T09:22:45.337910+0000 mgr.smithi018.roweby (mgr.14195) 326 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2024-09-17T09:22:47.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:47 smithi018 bash[19939]: cluster 2024-09-17T09:22:45.337910+0000 mgr.smithi018.roweby (mgr.14195) 326 : cluster [DBG] pgmap v271: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2024-09-17T09:22:48.349 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:48 smithi191 bash[24486]: audit 2024-09-17T09:22:47.299087+0000 mon.smithi018 (mon.0) 903 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:22:48.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:48 smithi018 bash[19939]: audit 2024-09-17T09:22:47.299087+0000 mon.smithi018 (mon.0) 903 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:22:48.986 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:22:49.349 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:49 smithi191 bash[24486]: cluster 2024-09-17T09:22:47.343834+0000 mgr.smithi018.roweby (mgr.14195) 327 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2024-09-17T09:22:49.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:49 smithi018 bash[19939]: cluster 2024-09-17T09:22:47.343834+0000 mgr.smithi018.roweby (mgr.14195) 327 : cluster [DBG] pgmap v272: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2024-09-17T09:22:50.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:50 smithi018 bash[19939]: cluster 2024-09-17T09:22:49.344755+0000 mgr.smithi018.roweby (mgr.14195) 328 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-17T09:22:50.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:50 smithi018 bash[19939]: audit 2024-09-17T09:22:49.656564+0000 mon.smithi018 (mon.0) 904 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:50.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:50 smithi018 bash[19939]: audit 2024-09-17T09:22:49.664107+0000 mon.smithi018 (mon.0) 905 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:50.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:50 smithi018 bash[19939]: audit 2024-09-17T09:22:50.201581+0000 mon.smithi018 (mon.0) 906 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:50.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:50 smithi018 bash[19939]: audit 2024-09-17T09:22:50.208324+0000 mon.smithi018 (mon.0) 907 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:50.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:50 smithi018 bash[19939]: audit 2024-09-17T09:22:50.209294+0000 mon.smithi018 (mon.0) 908 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:22:50.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:50 smithi018 bash[19939]: audit 2024-09-17T09:22:50.209936+0000 mon.smithi018 (mon.0) 909 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:22:50.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:50 smithi018 bash[19939]: audit 2024-09-17T09:22:50.213947+0000 mon.smithi018 (mon.0) 910 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:50.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:50 smithi018 bash[19939]: audit 2024-09-17T09:22:50.216685+0000 mon.smithi018 (mon.0) 911 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T09:22:50.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:50 smithi018 bash[19939]: cephadm 2024-09-17T09:22:50.256182+0000 mgr.smithi018.roweby (mgr.14195) 329 : cephadm [INF] Removing orphan daemon nfs.foo.0.0.smithi018.tdbugb... 2024-09-17T09:22:50.915 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:50 smithi018 bash[19939]: cephadm 2024-09-17T09:22:50.256375+0000 mgr.smithi018.roweby (mgr.14195) 330 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi018.tdbugb from smithi018 -- ports [12049] 2024-09-17T09:22:51.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:50 smithi191 bash[24486]: cluster 2024-09-17T09:22:49.344755+0000 mgr.smithi018.roweby (mgr.14195) 328 : cluster [DBG] pgmap v273: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 170 B/s wr, 0 op/s 2024-09-17T09:22:51.100 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:50 smithi191 bash[24486]: audit 2024-09-17T09:22:49.656564+0000 mon.smithi018 (mon.0) 904 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:51.100 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:50 smithi191 bash[24486]: audit 2024-09-17T09:22:49.664107+0000 mon.smithi018 (mon.0) 905 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:51.100 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:50 smithi191 bash[24486]: audit 2024-09-17T09:22:50.201581+0000 mon.smithi018 (mon.0) 906 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:51.100 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:50 smithi191 bash[24486]: audit 2024-09-17T09:22:50.208324+0000 mon.smithi018 (mon.0) 907 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:51.100 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:50 smithi191 bash[24486]: audit 2024-09-17T09:22:50.209294+0000 mon.smithi018 (mon.0) 908 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:22:51.100 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:50 smithi191 bash[24486]: audit 2024-09-17T09:22:50.209936+0000 mon.smithi018 (mon.0) 909 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:22:51.100 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:50 smithi191 bash[24486]: audit 2024-09-17T09:22:50.213947+0000 mon.smithi018 (mon.0) 910 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:22:51.100 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:50 smithi191 bash[24486]: audit 2024-09-17T09:22:50.216685+0000 mon.smithi018 (mon.0) 911 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T09:22:51.100 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:50 smithi191 bash[24486]: cephadm 2024-09-17T09:22:50.256182+0000 mgr.smithi018.roweby (mgr.14195) 329 : cephadm [INF] Removing orphan daemon nfs.foo.0.0.smithi018.tdbugb... 2024-09-17T09:22:51.100 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:50 smithi191 bash[24486]: cephadm 2024-09-17T09:22:50.256375+0000 mgr.smithi018.roweby (mgr.14195) 330 : cephadm [INF] Removing daemon nfs.foo.0.0.smithi018.tdbugb from smithi018 -- ports [12049] 2024-09-17T09:22:51.840 INFO:teuthology.orchestra.run.smithi018.stdout:167 167 2024-09-17T09:22:52.425 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- bash -c 'ceph orch status' 2024-09-17T09:22:52.756 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:52 smithi018 bash[19939]: cluster 2024-09-17T09:22:51.345923+0000 mgr.smithi018.roweby (mgr.14195) 331 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-17T09:22:53.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:52 smithi191 bash[24486]: cluster 2024-09-17T09:22:51.345923+0000 mgr.smithi018.roweby (mgr.14195) 331 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-17T09:22:54.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:54 smithi018 bash[19939]: cluster 2024-09-17T09:22:53.347532+0000 mgr.smithi018.roweby (mgr.14195) 332 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-17T09:22:55.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:54 smithi191 bash[24486]: cluster 2024-09-17T09:22:53.347532+0000 mgr.smithi018.roweby (mgr.14195) 332 : cluster [DBG] pgmap v275: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-17T09:22:57.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:56 smithi191 bash[24486]: cluster 2024-09-17T09:22:55.349024+0000 mgr.smithi018.roweby (mgr.14195) 333 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-17T09:22:57.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:56 smithi018 bash[19939]: cluster 2024-09-17T09:22:55.349024+0000 mgr.smithi018.roweby (mgr.14195) 333 : cluster [DBG] pgmap v276: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-17T09:22:57.229 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:22:58.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:22:58 smithi018 bash[19939]: cluster 2024-09-17T09:22:57.350094+0000 mgr.smithi018.roweby (mgr.14195) 334 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-17T09:22:59.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:22:58 smithi191 bash[24486]: cluster 2024-09-17T09:22:57.350094+0000 mgr.smithi018.roweby (mgr.14195) 334 : cluster [DBG] pgmap v277: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-17T09:23:00.353 INFO:teuthology.orchestra.run.smithi018.stdout:Backend: cephadm 2024-09-17T09:23:00.353 INFO:teuthology.orchestra.run.smithi018.stdout:Available: Yes 2024-09-17T09:23:00.354 INFO:teuthology.orchestra.run.smithi018.stdout:Paused: No 2024-09-17T09:23:00.991 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:00 smithi018 bash[19939]: cluster 2024-09-17T09:22:59.352020+0000 mgr.smithi018.roweby (mgr.14195) 335 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-17T09:23:00.993 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- bash -c 'ceph orch ps' 2024-09-17T09:23:01.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:00 smithi191 bash[24486]: cluster 2024-09-17T09:22:59.352020+0000 mgr.smithi018.roweby (mgr.14195) 335 : cluster [DBG] pgmap v278: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2024-09-17T09:23:02.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:01 smithi191 bash[24486]: audit 2024-09-17T09:23:00.353946+0000 mgr.smithi018.roweby (mgr.14195) 336 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:23:02.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:01 smithi018 bash[19939]: audit 2024-09-17T09:23:00.353946+0000 mgr.smithi018.roweby (mgr.14195) 336 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:23:03.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:02 smithi191 bash[24486]: cluster 2024-09-17T09:23:01.353195+0000 mgr.smithi018.roweby (mgr.14195) 337 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:03.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:02 smithi191 bash[24486]: audit 2024-09-17T09:23:02.299662+0000 mon.smithi018 (mon.0) 912 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:23:03.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:02 smithi018 bash[19939]: cluster 2024-09-17T09:23:01.353195+0000 mgr.smithi018.roweby (mgr.14195) 337 : cluster [DBG] pgmap v279: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:03.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:02 smithi018 bash[19939]: audit 2024-09-17T09:23:02.299662+0000 mon.smithi018 (mon.0) 912 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:23:05.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:04 smithi191 bash[24486]: cluster 2024-09-17T09:23:03.354354+0000 mgr.smithi018.roweby (mgr.14195) 338 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:05.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:04 smithi018 bash[19939]: cluster 2024-09-17T09:23:03.354354+0000 mgr.smithi018.roweby (mgr.14195) 338 : cluster [DBG] pgmap v280: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:05.792 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:23:06.530 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:06 smithi018 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:23:06.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:06 smithi018 bash[19939]: cluster 2024-09-17T09:23:05.355361+0000 mgr.smithi018.roweby (mgr.14195) 339 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:06.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:06 smithi018 bash[19939]: audit 2024-09-17T09:23:06.598716+0000 mon.smithi018 (mon.0) 913 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi018.tdbugb"}]: dispatch 2024-09-17T09:23:06.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:06 smithi018 bash[19939]: audit 2024-09-17T09:23:06.606001+0000 mon.smithi018 (mon.0) 914 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi018.tdbugb"}]': finished 2024-09-17T09:23:06.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:06 smithi018 bash[19939]: audit 2024-09-17T09:23:06.607220+0000 mon.smithi018 (mon.0) 915 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi018.tdbugb-rgw"}]: dispatch 2024-09-17T09:23:06.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:06 smithi018 bash[19939]: audit 2024-09-17T09:23:06.613661+0000 mon.smithi018 (mon.0) 916 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi018.tdbugb-rgw"}]': finished 2024-09-17T09:23:07.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:06 smithi191 bash[24486]: cluster 2024-09-17T09:23:05.355361+0000 mgr.smithi018.roweby (mgr.14195) 339 : cluster [DBG] pgmap v281: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:07.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:06 smithi191 bash[24486]: audit 2024-09-17T09:23:06.598716+0000 mon.smithi018 (mon.0) 913 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi018.tdbugb"}]: dispatch 2024-09-17T09:23:07.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:06 smithi191 bash[24486]: audit 2024-09-17T09:23:06.606001+0000 mon.smithi018 (mon.0) 914 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi018.tdbugb"}]': finished 2024-09-17T09:23:07.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:06 smithi191 bash[24486]: audit 2024-09-17T09:23:06.607220+0000 mon.smithi018 (mon.0) 915 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi018.tdbugb-rgw"}]: dispatch 2024-09-17T09:23:07.100 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:06 smithi191 bash[24486]: audit 2024-09-17T09:23:06.613661+0000 mon.smithi018 (mon.0) 916 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi018.tdbugb-rgw"}]': finished 2024-09-17T09:23:07.830 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:07 smithi018 bash[19939]: cephadm 2024-09-17T09:23:06.598147+0000 mgr.smithi018.roweby (mgr.14195) 340 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi018.tdbugb 2024-09-17T09:23:07.831 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:07 smithi018 bash[19939]: cephadm 2024-09-17T09:23:06.606854+0000 mgr.smithi018.roweby (mgr.14195) 341 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi018.tdbugb-rgw 2024-09-17T09:23:07.831 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:07 smithi018 bash[19939]: cephadm 2024-09-17T09:23:06.614418+0000 mgr.smithi018.roweby (mgr.14195) 342 : cephadm [INF] Removing orphan daemon haproxy.nfs.foo.smithi018.vsqdve... 2024-09-17T09:23:07.831 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:07 smithi018 bash[19939]: cephadm 2024-09-17T09:23:06.614654+0000 mgr.smithi018.roweby (mgr.14195) 343 : cephadm [INF] Removing daemon haproxy.nfs.foo.smithi018.vsqdve from smithi018 -- ports [2049, 9049] 2024-09-17T09:23:08.044 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:07 smithi191 bash[24486]: cephadm 2024-09-17T09:23:06.598147+0000 mgr.smithi018.roweby (mgr.14195) 340 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi018.tdbugb 2024-09-17T09:23:08.044 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:07 smithi191 bash[24486]: cephadm 2024-09-17T09:23:06.606854+0000 mgr.smithi018.roweby (mgr.14195) 341 : cephadm [INF] Removing key for client.nfs.foo.0.0.smithi018.tdbugb-rgw 2024-09-17T09:23:08.044 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:07 smithi191 bash[24486]: cephadm 2024-09-17T09:23:06.614418+0000 mgr.smithi018.roweby (mgr.14195) 342 : cephadm [INF] Removing orphan daemon haproxy.nfs.foo.smithi018.vsqdve... 2024-09-17T09:23:08.044 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:07 smithi191 bash[24486]: cephadm 2024-09-17T09:23:06.614654+0000 mgr.smithi018.roweby (mgr.14195) 343 : cephadm [INF] Removing daemon haproxy.nfs.foo.smithi018.vsqdve from smithi018 -- ports [2049, 9049] 2024-09-17T09:23:09.080 INFO:teuthology.orchestra.run.smithi018.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T09:23:09.080 INFO:teuthology.orchestra.run.smithi018.stdout:alertmanager.smithi018 smithi018 *:9093,9094 running (7m) 18s ago 8m 13.2M - 0.25.0 c8568f914cd2 6d6a4dafbfe4 2024-09-17T09:23:09.081 INFO:teuthology.orchestra.run.smithi018.stdout:ceph-exporter.smithi018 smithi018 running (8m) 18s ago 8m 8084k - 18.2.4-855-g19e2a2be 980a0bfcd684 505c3dfc31e4 2024-09-17T09:23:09.081 INFO:teuthology.orchestra.run.smithi018.stdout:ceph-exporter.smithi191 smithi191 running (7m) 19s ago 7m 8223k - 18.2.4-855-g19e2a2be 980a0bfcd684 d25d2230ad1f 2024-09-17T09:23:09.081 INFO:teuthology.orchestra.run.smithi018.stdout:crash.smithi018 smithi018 running (8m) 18s ago 8m 7224k - 18.2.4-855-g19e2a2be 980a0bfcd684 e223d2303b39 2024-09-17T09:23:09.081 INFO:teuthology.orchestra.run.smithi018.stdout:crash.smithi191 smithi191 running (7m) 19s ago 7m 7212k - 18.2.4-855-g19e2a2be 980a0bfcd684 2322fc7c61e7 2024-09-17T09:23:09.081 INFO:teuthology.orchestra.run.smithi018.stdout:grafana.smithi018 smithi018 *:3000 running (6m) 18s ago 8m 73.9M - 9.4.7 954c08fa6188 d8a55ae14efb 2024-09-17T09:23:09.081 INFO:teuthology.orchestra.run.smithi018.stdout:haproxy.nfs.foo.smithi018.vsqdve smithi018 *:2049,9049 running (100s) 18s ago 100s 5023k - 2.3.17-d1c9119 e85424b0d443 270c46ad1b75 2024-09-17T09:23:09.081 INFO:teuthology.orchestra.run.smithi018.stdout:haproxy.nfs.foo.smithi191.yrjimx smithi191 *:2049,9049 running (90s) 19s ago 90s 5004k - 2.3.17-d1c9119 e85424b0d443 afd3b5096fd1 2024-09-17T09:23:09.081 INFO:teuthology.orchestra.run.smithi018.stdout:keepalived.nfs.foo.smithi018.ezihpq smithi018 running (79s) 18s ago 79s 2648k - 2.2.4 4a3a1ff181d9 da54cba86817 2024-09-17T09:23:09.081 INFO:teuthology.orchestra.run.smithi018.stdout:keepalived.nfs.foo.smithi191.ecxtlb smithi191 running (70s) 19s ago 70s 2648k - 2.2.4 4a3a1ff181d9 3a38e46fcad2 2024-09-17T09:23:09.081 INFO:teuthology.orchestra.run.smithi018.stdout:mgr.smithi018.roweby smithi018 *:9283,8765,8443 running (10m) 18s ago 10m 490M - 18.2.4-855-g19e2a2be 980a0bfcd684 387cbd32134a 2024-09-17T09:23:09.081 INFO:teuthology.orchestra.run.smithi018.stdout:mgr.smithi191.oohadx smithi191 *:8443,9283,8765 running (7m) 19s ago 7m 425M - 18.2.4-855-g19e2a2be 980a0bfcd684 4b7a24490b79 2024-09-17T09:23:09.081 INFO:teuthology.orchestra.run.smithi018.stdout:mon.smithi018 smithi018 running (10m) 18s ago 10m 48.1M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 5c89cda2947d 2024-09-17T09:23:09.081 INFO:teuthology.orchestra.run.smithi018.stdout:mon.smithi191 smithi191 running (7m) 19s ago 7m 35.4M 2048M 18.2.4-855-g19e2a2be 980a0bfcd684 3bf3834fcae2 2024-09-17T09:23:09.082 INFO:teuthology.orchestra.run.smithi018.stdout:node-exporter.smithi018 smithi018 *:9100 running (8m) 18s ago 8m 8752k - 1.5.0 0da6a335fe13 3d51e5bd0c22 2024-09-17T09:23:09.082 INFO:teuthology.orchestra.run.smithi018.stdout:node-exporter.smithi191 smithi191 *:9100 running (7m) 19s ago 7m 8408k - 1.5.0 0da6a335fe13 08a01419d131 2024-09-17T09:23:09.082 INFO:teuthology.orchestra.run.smithi018.stdout:osd.0 smithi191 running (5m) 19s ago 5m 60.4M 3772M 18.2.4-855-g19e2a2be 980a0bfcd684 5d126973a268 2024-09-17T09:23:09.082 INFO:teuthology.orchestra.run.smithi018.stdout:osd.1 smithi018 running (5m) 18s ago 5m 52.0M 3005M 18.2.4-855-g19e2a2be 980a0bfcd684 9fe8e968bf37 2024-09-17T09:23:09.082 INFO:teuthology.orchestra.run.smithi018.stdout:osd.2 smithi191 running (5m) 19s ago 5m 48.6M 3772M 18.2.4-855-g19e2a2be 980a0bfcd684 98d9d248cb0a 2024-09-17T09:23:09.082 INFO:teuthology.orchestra.run.smithi018.stdout:osd.3 smithi018 running (5m) 18s ago 5m 53.0M 3005M 18.2.4-855-g19e2a2be 980a0bfcd684 c0e0d44eb509 2024-09-17T09:23:09.082 INFO:teuthology.orchestra.run.smithi018.stdout:osd.4 smithi191 running (5m) 19s ago 5m 49.7M 3772M 18.2.4-855-g19e2a2be 980a0bfcd684 3807f9e2c696 2024-09-17T09:23:09.082 INFO:teuthology.orchestra.run.smithi018.stdout:osd.5 smithi018 running (5m) 18s ago 5m 46.8M 3005M 18.2.4-855-g19e2a2be 980a0bfcd684 c99a522fc2dd 2024-09-17T09:23:09.082 INFO:teuthology.orchestra.run.smithi018.stdout:osd.6 smithi191 running (5m) 19s ago 5m 47.8M 3772M 18.2.4-855-g19e2a2be 980a0bfcd684 2cc293a05d1a 2024-09-17T09:23:09.082 INFO:teuthology.orchestra.run.smithi018.stdout:osd.7 smithi018 running (5m) 18s ago 5m 47.9M 3005M 18.2.4-855-g19e2a2be 980a0bfcd684 8d5e40758971 2024-09-17T09:23:09.082 INFO:teuthology.orchestra.run.smithi018.stdout:prometheus.smithi018 smithi018 *:9095 running (56s) 18s ago 7m 44.4M - 2.43.0 a07b618ecd1d ecf95c73ea08 2024-09-17T09:23:09.082 INFO:teuthology.orchestra.run.smithi018.stdout:rgw.foorgw.smithi018.cgmvvl smithi018 *:8800 running (119s) 18s ago 119s 88.0M - 18.2.4-855-g19e2a2be 980a0bfcd684 27889d9a516e 2024-09-17T09:23:09.082 INFO:teuthology.orchestra.run.smithi018.stdout:rgw.foorgw.smithi191.etpqez smithi191 *:8800 running (2m) 19s ago 2m 87.1M - 18.2.4-855-g19e2a2be 980a0bfcd684 b1779adee6f5 2024-09-17T09:23:09.093 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:08 smithi018 bash[19939]: cluster 2024-09-17T09:23:07.356414+0000 mgr.smithi018.roweby (mgr.14195) 344 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:09.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:08 smithi191 bash[24486]: cluster 2024-09-17T09:23:07.356414+0000 mgr.smithi018.roweby (mgr.14195) 344 : cluster [DBG] pgmap v282: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:09.700 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- bash -c 'ceph orch ls' 2024-09-17T09:23:10.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:09 smithi191 bash[24486]: audit 2024-09-17T09:23:09.063354+0000 mgr.smithi018.roweby (mgr.14195) 345 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:23:10.163 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:09 smithi018 bash[19939]: audit 2024-09-17T09:23:09.063354+0000 mgr.smithi018.roweby (mgr.14195) 345 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:23:11.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:10 smithi191 bash[24486]: cluster 2024-09-17T09:23:09.358227+0000 mgr.smithi018.roweby (mgr.14195) 346 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:11.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:10 smithi018 bash[19939]: cluster 2024-09-17T09:23:09.358227+0000 mgr.smithi018.roweby (mgr.14195) 346 : cluster [DBG] pgmap v283: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:12.892 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:12 smithi018 bash[19939]: cluster 2024-09-17T09:23:11.359501+0000 mgr.smithi018.roweby (mgr.14195) 347 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:13.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:12 smithi191 bash[24486]: cluster 2024-09-17T09:23:11.359501+0000 mgr.smithi018.roweby (mgr.14195) 347 : cluster [DBG] pgmap v284: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:13.859 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:23:13.913 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:13 smithi018 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:23:13.914 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:13 smithi018 bash[19939]: audit 2024-09-17T09:23:13.685563+0000 mon.smithi018 (mon.0) 917 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.vsqdve"}]: dispatch 2024-09-17T09:23:14.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:13 smithi191 bash[24486]: audit 2024-09-17T09:23:13.685563+0000 mon.smithi018 (mon.0) 917 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.vsqdve"}]: dispatch 2024-09-17T09:23:14.999 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:14 smithi018 bash[19939]: cluster 2024-09-17T09:23:13.360371+0000 mgr.smithi018.roweby (mgr.14195) 348 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:15.000 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:14 smithi018 bash[19939]: cephadm 2024-09-17T09:23:13.685143+0000 mgr.smithi018.roweby (mgr.14195) 349 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.vsqdve 2024-09-17T09:23:15.000 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:14 smithi018 bash[19939]: cephadm 2024-09-17T09:23:13.686522+0000 mgr.smithi018.roweby (mgr.14195) 350 : cephadm [INF] Removing orphan daemon keepalived.nfs.foo.smithi018.ezihpq... 2024-09-17T09:23:15.000 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:14 smithi018 bash[19939]: cephadm 2024-09-17T09:23:13.686749+0000 mgr.smithi018.roweby (mgr.14195) 351 : cephadm [INF] Removing daemon keepalived.nfs.foo.smithi018.ezihpq from smithi018 -- ports [] 2024-09-17T09:23:15.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:14 smithi191 bash[24486]: cluster 2024-09-17T09:23:13.360371+0000 mgr.smithi018.roweby (mgr.14195) 348 : cluster [DBG] pgmap v285: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:15.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:14 smithi191 bash[24486]: cephadm 2024-09-17T09:23:13.685143+0000 mgr.smithi018.roweby (mgr.14195) 349 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.vsqdve 2024-09-17T09:23:15.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:14 smithi191 bash[24486]: cephadm 2024-09-17T09:23:13.686522+0000 mgr.smithi018.roweby (mgr.14195) 350 : cephadm [INF] Removing orphan daemon keepalived.nfs.foo.smithi018.ezihpq... 2024-09-17T09:23:15.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:14 smithi191 bash[24486]: cephadm 2024-09-17T09:23:13.686749+0000 mgr.smithi018.roweby (mgr.14195) 351 : cephadm [INF] Removing daemon keepalived.nfs.foo.smithi018.ezihpq from smithi018 -- ports [] 2024-09-17T09:23:16.822 INFO:teuthology.orchestra.run.smithi018.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-17T09:23:16.822 INFO:teuthology.orchestra.run.smithi018.stdout:alertmanager ?:9093,9094 1/1 26s ago 9m count:1 2024-09-17T09:23:16.822 INFO:teuthology.orchestra.run.smithi018.stdout:ceph-exporter 2/2 27s ago 9m * 2024-09-17T09:23:16.822 INFO:teuthology.orchestra.run.smithi018.stdout:crash 2/2 27s ago 9m * 2024-09-17T09:23:16.823 INFO:teuthology.orchestra.run.smithi018.stdout:grafana ?:3000 1/1 26s ago 9m count:1 2024-09-17T09:23:16.823 INFO:teuthology.orchestra.run.smithi018.stdout:ingress.nfs.foo 10.0.31.18:2049,9049 3/4 2m count:2 2024-09-17T09:23:16.823 INFO:teuthology.orchestra.run.smithi018.stdout:mgr 2/2 27s ago 9m count:2 2024-09-17T09:23:16.823 INFO:teuthology.orchestra.run.smithi018.stdout:mon 2/2 27s ago 7m smithi018:172.21.15.18=smithi018;smithi191:172.21.15.191=smithi191;count:2 2024-09-17T09:23:16.823 INFO:teuthology.orchestra.run.smithi018.stdout:nfs.foo ?:12049 0/1 2m count:1 2024-09-17T09:23:16.823 INFO:teuthology.orchestra.run.smithi018.stdout:node-exporter ?:9100 2/2 27s ago 9m * 2024-09-17T09:23:16.823 INFO:teuthology.orchestra.run.smithi018.stdout:osd.all-available-devices 8 27s ago 7m * 2024-09-17T09:23:16.823 INFO:teuthology.orchestra.run.smithi018.stdout:prometheus ?:9095 1/1 26s ago 9m count:1 2024-09-17T09:23:16.823 INFO:teuthology.orchestra.run.smithi018.stdout:rgw.foorgw ?:8800 2/2 27s ago 2m count:2 2024-09-17T09:23:16.849 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:16 smithi191 bash[24486]: cluster 2024-09-17T09:23:15.361874+0000 mgr.smithi018.roweby (mgr.14195) 352 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:17.015 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:16 smithi018 bash[19939]: cluster 2024-09-17T09:23:15.361874+0000 mgr.smithi018.roweby (mgr.14195) 352 : cluster [DBG] pgmap v286: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:17.412 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- bash -c 'ceph orch host ls' 2024-09-17T09:23:17.849 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:17 smithi191 bash[24486]: audit 2024-09-17T09:23:16.813265+0000 mgr.smithi018.roweby (mgr.14195) 353 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:23:17.850 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:17 smithi191 bash[24486]: audit 2024-09-17T09:23:17.299844+0000 mon.smithi018 (mon.0) 918 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:23:17.995 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:17 smithi018 bash[19939]: audit 2024-09-17T09:23:16.813265+0000 mgr.smithi018.roweby (mgr.14195) 353 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:23:17.996 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:17 smithi018 bash[19939]: audit 2024-09-17T09:23:17.299844+0000 mon.smithi018 (mon.0) 918 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:23:19.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:18 smithi191 bash[24486]: cluster 2024-09-17T09:23:17.362882+0000 mgr.smithi018.roweby (mgr.14195) 354 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:19.142 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:18 smithi018 bash[19939]: cluster 2024-09-17T09:23:17.362882+0000 mgr.smithi018.roweby (mgr.14195) 354 : cluster [DBG] pgmap v287: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:20.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:19 smithi018 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:23:21.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:20 smithi191 bash[24486]: cluster 2024-09-17T09:23:19.364798+0000 mgr.smithi018.roweby (mgr.14195) 355 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:21.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:20 smithi191 bash[24486]: cephadm 2024-09-17T09:23:20.153309+0000 mgr.smithi018.roweby (mgr.14195) 356 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.ezihpq 2024-09-17T09:23:21.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:20 smithi191 bash[24486]: audit 2024-09-17T09:23:20.153830+0000 mon.smithi018 (mon.0) 919 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.ezihpq"}]: dispatch 2024-09-17T09:23:21.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:20 smithi191 bash[24486]: cephadm 2024-09-17T09:23:20.156001+0000 mgr.smithi018.roweby (mgr.14195) 357 : cephadm [INF] Removing orphan daemon haproxy.nfs.foo.smithi191.yrjimx... 2024-09-17T09:23:21.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:20 smithi191 bash[24486]: cephadm 2024-09-17T09:23:20.156235+0000 mgr.smithi018.roweby (mgr.14195) 358 : cephadm [INF] Removing daemon haproxy.nfs.foo.smithi191.yrjimx from smithi191 -- ports [2049, 9049] 2024-09-17T09:23:21.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:20 smithi018 bash[19939]: cluster 2024-09-17T09:23:19.364798+0000 mgr.smithi018.roweby (mgr.14195) 355 : cluster [DBG] pgmap v288: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:21.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:20 smithi018 bash[19939]: cephadm 2024-09-17T09:23:20.153309+0000 mgr.smithi018.roweby (mgr.14195) 356 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi018.ezihpq 2024-09-17T09:23:21.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:20 smithi018 bash[19939]: audit 2024-09-17T09:23:20.153830+0000 mon.smithi018 (mon.0) 919 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi018.ezihpq"}]: dispatch 2024-09-17T09:23:21.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:20 smithi018 bash[19939]: cephadm 2024-09-17T09:23:20.156001+0000 mgr.smithi018.roweby (mgr.14195) 357 : cephadm [INF] Removing orphan daemon haproxy.nfs.foo.smithi191.yrjimx... 2024-09-17T09:23:21.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:20 smithi018 bash[19939]: cephadm 2024-09-17T09:23:20.156235+0000 mgr.smithi018.roweby (mgr.14195) 358 : cephadm [INF] Removing daemon haproxy.nfs.foo.smithi191.yrjimx from smithi191 -- ports [2049, 9049] 2024-09-17T09:23:22.359 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:23:23.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:22 smithi191 bash[24486]: cluster 2024-09-17T09:23:21.366038+0000 mgr.smithi018.roweby (mgr.14195) 359 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:23.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:22 smithi018 bash[19939]: cluster 2024-09-17T09:23:21.366038+0000 mgr.smithi018.roweby (mgr.14195) 359 : cluster [DBG] pgmap v289: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:25.060 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:24 smithi191 bash[24486]: cluster 2024-09-17T09:23:23.367461+0000 mgr.smithi018.roweby (mgr.14195) 360 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:25.157 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:24 smithi018 bash[19939]: cluster 2024-09-17T09:23:23.367461+0000 mgr.smithi018.roweby (mgr.14195) 360 : cluster [DBG] pgmap v290: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:25.497 INFO:teuthology.orchestra.run.smithi018.stdout:HOST ADDR LABELS STATUS 2024-09-17T09:23:25.497 INFO:teuthology.orchestra.run.smithi018.stdout:smithi018 172.21.15.18 2024-09-17T09:23:25.497 INFO:teuthology.orchestra.run.smithi018.stdout:smithi191 172.21.15.191 2024-09-17T09:23:25.497 INFO:teuthology.orchestra.run.smithi018.stdout:2 hosts in cluster 2024-09-17T09:23:26.165 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- bash -c 'ceph orch device ls' 2024-09-17T09:23:26.349 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:25 smithi191 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:23:27.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:26 smithi191 bash[24486]: cluster 2024-09-17T09:23:25.368913+0000 mgr.smithi018.roweby (mgr.14195) 361 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:27.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:26 smithi191 bash[24486]: audit 2024-09-17T09:23:25.495846+0000 mgr.smithi018.roweby (mgr.14195) 362 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:23:27.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:26 smithi191 bash[24486]: cephadm 2024-09-17T09:23:26.121841+0000 mgr.smithi018.roweby (mgr.14195) 363 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi191.yrjimx 2024-09-17T09:23:27.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:26 smithi191 bash[24486]: audit 2024-09-17T09:23:26.122590+0000 mon.smithi018 (mon.0) 920 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi191.yrjimx"}]: dispatch 2024-09-17T09:23:27.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:26 smithi191 bash[24486]: cephadm 2024-09-17T09:23:26.124252+0000 mgr.smithi018.roweby (mgr.14195) 364 : cephadm [INF] Removing orphan daemon keepalived.nfs.foo.smithi191.ecxtlb... 2024-09-17T09:23:27.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:26 smithi191 bash[24486]: cephadm 2024-09-17T09:23:26.124670+0000 mgr.smithi018.roweby (mgr.14195) 365 : cephadm [INF] Removing daemon keepalived.nfs.foo.smithi191.ecxtlb from smithi191 -- ports [] 2024-09-17T09:23:27.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:26 smithi018 bash[19939]: cluster 2024-09-17T09:23:25.368913+0000 mgr.smithi018.roweby (mgr.14195) 361 : cluster [DBG] pgmap v291: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:27.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:26 smithi018 bash[19939]: audit 2024-09-17T09:23:25.495846+0000 mgr.smithi018.roweby (mgr.14195) 362 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:23:27.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:26 smithi018 bash[19939]: cephadm 2024-09-17T09:23:26.121841+0000 mgr.smithi018.roweby (mgr.14195) 363 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi191.yrjimx 2024-09-17T09:23:27.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:26 smithi018 bash[19939]: audit 2024-09-17T09:23:26.122590+0000 mon.smithi018 (mon.0) 920 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi191.yrjimx"}]: dispatch 2024-09-17T09:23:27.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:26 smithi018 bash[19939]: cephadm 2024-09-17T09:23:26.124252+0000 mgr.smithi018.roweby (mgr.14195) 364 : cephadm [INF] Removing orphan daemon keepalived.nfs.foo.smithi191.ecxtlb... 2024-09-17T09:23:27.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:26 smithi018 bash[19939]: cephadm 2024-09-17T09:23:26.124670+0000 mgr.smithi018.roweby (mgr.14195) 365 : cephadm [INF] Removing daemon keepalived.nfs.foo.smithi191.ecxtlb from smithi191 -- ports [] 2024-09-17T09:23:29.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:28 smithi191 bash[24486]: cluster 2024-09-17T09:23:27.370112+0000 mgr.smithi018.roweby (mgr.14195) 366 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:29.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:28 smithi018 bash[19939]: cluster 2024-09-17T09:23:27.370112+0000 mgr.smithi018.roweby (mgr.14195) 366 : cluster [DBG] pgmap v292: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:30.926 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:23:31.023 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:30 smithi191 bash[24486]: cluster 2024-09-17T09:23:29.372296+0000 mgr.smithi018.roweby (mgr.14195) 367 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:31.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:30 smithi018 bash[19939]: cluster 2024-09-17T09:23:29.372296+0000 mgr.smithi018.roweby (mgr.14195) 367 : cluster [DBG] pgmap v293: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:33.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:32 smithi191 bash[24486]: cluster 2024-09-17T09:23:31.373242+0000 mgr.smithi018.roweby (mgr.14195) 368 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:33.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:32 smithi191 bash[24486]: audit 2024-09-17T09:23:32.300606+0000 mon.smithi018 (mon.0) 921 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:23:33.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:32 smithi018 bash[19939]: cluster 2024-09-17T09:23:31.373242+0000 mgr.smithi018.roweby (mgr.14195) 368 : cluster [DBG] pgmap v294: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:33.164 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:32 smithi018 bash[19939]: audit 2024-09-17T09:23:32.300606+0000 mon.smithi018 (mon.0) 921 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T09:23:33.452 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:33 smithi191 systemd[1]: /etc/systemd/system/ceph-c8b74618-74d4-11ef-bceb-c7b262605968@.service:24: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-09-17T09:23:34.065 INFO:teuthology.orchestra.run.smithi018.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-09-17T09:23:34.066 INFO:teuthology.orchestra.run.smithi018.stdout:smithi018 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB75120091480DGN 447G No 2m ago Has a FileSystem, LVM detected 2024-09-17T09:23:34.066 INFO:teuthology.orchestra.run.smithi018.stdout:smithi018 /dev/nvme1n1 ssd Linux_aa152806447c014eb6b7 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T09:23:34.066 INFO:teuthology.orchestra.run.smithi018.stdout:smithi018 /dev/nvme2n1 ssd Linux_0c13482d764aebbb4f4e 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T09:23:34.066 INFO:teuthology.orchestra.run.smithi018.stdout:smithi018 /dev/nvme3n1 ssd Linux_5fa3ddd6dce59083e39e 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T09:23:34.066 INFO:teuthology.orchestra.run.smithi018.stdout:smithi018 /dev/nvme4n1 ssd Linux_c7577110ddde56097e55 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T09:23:34.066 INFO:teuthology.orchestra.run.smithi018.stdout:smithi191 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_CVFT6303008M400BGN 372G No 2m ago Has a FileSystem, LVM detected 2024-09-17T09:23:34.067 INFO:teuthology.orchestra.run.smithi018.stdout:smithi191 /dev/nvme1n1 ssd Linux_077bc820892981429508 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T09:23:34.067 INFO:teuthology.orchestra.run.smithi018.stdout:smithi191 /dev/nvme2n1 ssd Linux_8abeb1f416edb73f5302 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T09:23:34.067 INFO:teuthology.orchestra.run.smithi018.stdout:smithi191 /dev/nvme3n1 ssd Linux_2e82248764df2cf01fde 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T09:23:34.067 INFO:teuthology.orchestra.run.smithi018.stdout:smithi191 /dev/nvme4n1 ssd Linux_ce895c0fa96ee67b8c47 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-09-17T09:23:34.083 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:33 smithi018 bash[19939]: audit 2024-09-17T09:23:33.524179+0000 mon.smithi018 (mon.0) 922 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi191.ecxtlb"}]: dispatch 2024-09-17T09:23:34.083 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:33 smithi018 bash[19939]: audit 2024-09-17T09:23:33.681200+0000 mon.smithi018 (mon.0) 923 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/spec.nfs.foo"}]: dispatch 2024-09-17T09:23:34.083 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:33 smithi018 bash[19939]: audit 2024-09-17T09:23:33.684729+0000 mon.smithi018 (mon.0) 924 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.nfs.foo"}]': finished 2024-09-17T09:23:34.083 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:33 smithi018 bash[19939]: audit 2024-09-17T09:23:33.685614+0000 mon.smithi018 (mon.0) 925 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/spec.ingress.nfs.foo"}]: dispatch 2024-09-17T09:23:34.084 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:33 smithi018 bash[19939]: audit 2024-09-17T09:23:33.690723+0000 mon.smithi018 (mon.0) 926 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.ingress.nfs.foo"}]': finished 2024-09-17T09:23:34.084 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:33 smithi018 bash[19939]: audit 2024-09-17T09:23:33.693003+0000 mon.smithi018 (mon.0) 927 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:23:34.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:33 smithi191 bash[24486]: audit 2024-09-17T09:23:33.524179+0000 mon.smithi018 (mon.0) 922 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi191.ecxtlb"}]: dispatch 2024-09-17T09:23:34.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:33 smithi191 bash[24486]: audit 2024-09-17T09:23:33.681200+0000 mon.smithi018 (mon.0) 923 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/spec.nfs.foo"}]: dispatch 2024-09-17T09:23:34.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:33 smithi191 bash[24486]: audit 2024-09-17T09:23:33.684729+0000 mon.smithi018 (mon.0) 924 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.nfs.foo"}]': finished 2024-09-17T09:23:34.099 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:33 smithi191 bash[24486]: audit 2024-09-17T09:23:33.685614+0000 mon.smithi018 (mon.0) 925 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/spec.ingress.nfs.foo"}]: dispatch 2024-09-17T09:23:34.100 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:33 smithi191 bash[24486]: audit 2024-09-17T09:23:33.690723+0000 mon.smithi018 (mon.0) 926 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/spec.ingress.nfs.foo"}]': finished 2024-09-17T09:23:34.100 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:33 smithi191 bash[24486]: audit 2024-09-17T09:23:33.693003+0000 mon.smithi018 (mon.0) 927 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T09:23:34.680 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19e2a2beb6f41a3ab62650e38614eb29b59dcbb9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid c8b74618-74d4-11ef-bceb-c7b262605968 -- bash -c 'ceph orch ls | grep '"'"'^osd.all-available-devices '"'"'' 2024-09-17T09:23:35.349 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:35 smithi191 bash[24486]: cluster 2024-09-17T09:23:33.374651+0000 mgr.smithi018.roweby (mgr.14195) 369 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:35.349 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:35 smithi191 bash[24486]: cephadm 2024-09-17T09:23:33.523453+0000 mgr.smithi018.roweby (mgr.14195) 370 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi191.ecxtlb 2024-09-17T09:23:35.349 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:35 smithi191 bash[24486]: cephadm 2024-09-17T09:23:33.613562+0000 mgr.smithi018.roweby (mgr.14195) 371 : cephadm [INF] Purge service nfs.foo 2024-09-17T09:23:35.349 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:35 smithi191 bash[24486]: cephadm 2024-09-17T09:23:33.613709+0000 mgr.smithi018.roweby (mgr.14195) 372 : cephadm [INF] Removing grace file for nfs.foo 2024-09-17T09:23:35.349 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:35 smithi191 bash[24486]: cephadm 2024-09-17T09:23:33.685298+0000 mgr.smithi018.roweby (mgr.14195) 373 : cephadm [INF] Purge service ingress.nfs.foo 2024-09-17T09:23:35.349 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:35 smithi191 bash[24486]: audit 2024-09-17T09:23:34.029883+0000 mon.smithi018 (mon.0) 928 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:23:35.349 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:35 smithi191 bash[24486]: audit 2024-09-17T09:23:34.035816+0000 mon.smithi018 (mon.0) 929 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:23:35.350 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:35 smithi191 bash[24486]: audit 2024-09-17T09:23:34.062567+0000 mgr.smithi018.roweby (mgr.14195) 374 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:23:35.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:35 smithi018 bash[19939]: cluster 2024-09-17T09:23:33.374651+0000 mgr.smithi018.roweby (mgr.14195) 369 : cluster [DBG] pgmap v295: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:35.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:35 smithi018 bash[19939]: cephadm 2024-09-17T09:23:33.523453+0000 mgr.smithi018.roweby (mgr.14195) 370 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi191.ecxtlb 2024-09-17T09:23:35.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:35 smithi018 bash[19939]: cephadm 2024-09-17T09:23:33.613562+0000 mgr.smithi018.roweby (mgr.14195) 371 : cephadm [INF] Purge service nfs.foo 2024-09-17T09:23:35.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:35 smithi018 bash[19939]: cephadm 2024-09-17T09:23:33.613709+0000 mgr.smithi018.roweby (mgr.14195) 372 : cephadm [INF] Removing grace file for nfs.foo 2024-09-17T09:23:35.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:35 smithi018 bash[19939]: cephadm 2024-09-17T09:23:33.685298+0000 mgr.smithi018.roweby (mgr.14195) 373 : cephadm [INF] Purge service ingress.nfs.foo 2024-09-17T09:23:35.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:35 smithi018 bash[19939]: audit 2024-09-17T09:23:34.029883+0000 mon.smithi018 (mon.0) 928 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:23:35.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:35 smithi018 bash[19939]: audit 2024-09-17T09:23:34.035816+0000 mon.smithi018 (mon.0) 929 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:23:35.415 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:35 smithi018 bash[19939]: audit 2024-09-17T09:23:34.062567+0000 mgr.smithi018.roweby (mgr.14195) 374 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T09:23:37.349 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:37 smithi191 bash[24486]: cluster 2024-09-17T09:23:35.376523+0000 mgr.smithi018.roweby (mgr.14195) 375 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:37.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:37 smithi018 bash[19939]: cluster 2024-09-17T09:23:35.376523+0000 mgr.smithi018.roweby (mgr.14195) 375 : cluster [DBG] pgmap v296: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:38.936 INFO:teuthology.orchestra.run.smithi018.stderr:Inferring config /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/mon.smithi018/config 2024-09-17T09:23:39.348 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:39 smithi191 bash[24486]: cluster 2024-09-17T09:23:37.377665+0000 mgr.smithi018.roweby (mgr.14195) 376 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:39.413 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:39 smithi018 bash[19939]: cluster 2024-09-17T09:23:37.377665+0000 mgr.smithi018.roweby (mgr.14195) 376 : cluster [DBG] pgmap v297: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:40.349 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:40 smithi191 bash[24486]: audit 2024-09-17T09:23:39.058864+0000 mon.smithi018 (mon.0) 930 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:23:40.349 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:40 smithi191 bash[24486]: audit 2024-09-17T09:23:39.064966+0000 mon.smithi018 (mon.0) 931 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:23:40.349 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:40 smithi191 bash[24486]: audit 2024-09-17T09:23:39.908568+0000 mon.smithi018 (mon.0) 932 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:23:40.349 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:40 smithi191 bash[24486]: audit 2024-09-17T09:23:39.913173+0000 mon.smithi018 (mon.0) 933 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:23:40.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:40 smithi018 bash[19939]: audit 2024-09-17T09:23:39.058864+0000 mon.smithi018 (mon.0) 930 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:23:40.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:40 smithi018 bash[19939]: audit 2024-09-17T09:23:39.064966+0000 mon.smithi018 (mon.0) 931 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:23:40.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:40 smithi018 bash[19939]: audit 2024-09-17T09:23:39.908568+0000 mon.smithi018 (mon.0) 932 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:23:40.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:40 smithi018 bash[19939]: audit 2024-09-17T09:23:39.913173+0000 mon.smithi018 (mon.0) 933 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:23:41.349 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:41 smithi191 bash[24486]: cluster 2024-09-17T09:23:39.378661+0000 mgr.smithi018.roweby (mgr.14195) 377 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:41.349 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:41 smithi191 bash[24486]: audit 2024-09-17T09:23:40.298058+0000 mon.smithi018 (mon.0) 934 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:23:41.349 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:41 smithi191 bash[24486]: audit 2024-09-17T09:23:40.299266+0000 mon.smithi018 (mon.0) 935 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:23:41.349 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:41 smithi191 bash[24486]: audit 2024-09-17T09:23:40.306987+0000 mon.smithi018 (mon.0) 936 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:23:41.349 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:41 smithi191 bash[24486]: audit 2024-09-17T09:23:40.310506+0000 mon.smithi018 (mon.0) 937 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T09:23:41.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:41 smithi018 bash[19939]: cluster 2024-09-17T09:23:39.378661+0000 mgr.smithi018.roweby (mgr.14195) 377 : cluster [DBG] pgmap v298: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:41.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:41 smithi018 bash[19939]: audit 2024-09-17T09:23:40.298058+0000 mon.smithi018 (mon.0) 934 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T09:23:41.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:41 smithi018 bash[19939]: audit 2024-09-17T09:23:40.299266+0000 mon.smithi018 (mon.0) 935 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T09:23:41.414 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:41 smithi018 bash[19939]: audit 2024-09-17T09:23:40.306987+0000 mon.smithi018 (mon.0) 936 : audit [INF] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' 2024-09-17T09:23:41.415 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:41 smithi018 bash[19939]: audit 2024-09-17T09:23:40.310506+0000 mon.smithi018 (mon.0) 937 : audit [DBG] from='mgr.14195 172.21.15.18:0/1010042964' entity='mgr.smithi018.roweby' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T09:23:42.349 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:42 smithi191 bash[24486]: cluster 2024-09-17T09:23:40.301766+0000 mgr.smithi018.roweby (mgr.14195) 378 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:42.349 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:42 smithi191 bash[24486]: cephadm 2024-09-17T09:23:40.352556+0000 mgr.smithi018.roweby (mgr.14195) 379 : cephadm [INF] Reconfiguring prometheus.smithi018 (dependencies changed)... 2024-09-17T09:23:42.349 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:42 smithi191 bash[24486]: cephadm 2024-09-17T09:23:40.611422+0000 mgr.smithi018.roweby (mgr.14195) 380 : cephadm [INF] Reconfiguring daemon prometheus.smithi018 on smithi018 2024-09-17T09:23:42.349 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:42 smithi191 bash[24486]: cluster 2024-09-17T09:23:41.064692+0000 mon.smithi018 (mon.0) 938 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-17T09:23:42.407 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:42 smithi018 bash[19939]: cluster 2024-09-17T09:23:40.301766+0000 mgr.smithi018.roweby (mgr.14195) 378 : cluster [DBG] pgmap v299: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail 2024-09-17T09:23:42.407 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:42 smithi018 bash[19939]: cephadm 2024-09-17T09:23:40.352556+0000 mgr.smithi018.roweby (mgr.14195) 379 : cephadm [INF] Reconfiguring prometheus.smithi018 (dependencies changed)... 2024-09-17T09:23:42.407 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:42 smithi018 bash[19939]: cephadm 2024-09-17T09:23:40.611422+0000 mgr.smithi018.roweby (mgr.14195) 380 : cephadm [INF] Reconfiguring daemon prometheus.smithi018 on smithi018 2024-09-17T09:23:42.407 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:42 smithi018 bash[19939]: cluster 2024-09-17T09:23:41.064692+0000 mon.smithi018 (mon.0) 938 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-09-17T09:23:42.610 INFO:teuthology.orchestra.run.smithi018.stdout:osd.all-available-devices 8 3s ago 7m * 2024-09-17T09:23:43.438 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-09-17T09:23:43.450 INFO:tasks.vip:Removing 10.0.15.18 (and any VIPs) on smithi018.front.sepia.ceph.com iface ens1f0... 2024-09-17T09:23:43.450 DEBUG:teuthology.orchestra.run.smithi018:> sudo ip addr del 10.0.15.18/16 dev ens1f0 2024-09-17T09:23:43.464 DEBUG:teuthology.orchestra.run.smithi018:> sudo ip addr del 10.0.31.18/16 dev ens1f0 2024-09-17T09:23:43.517 INFO:teuthology.orchestra.run.smithi018.stderr:RTNETLINK answers: Cannot assign requested address 2024-09-17T09:23:43.518 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-09-17T09:23:43.518 INFO:tasks.vip:Removing 10.0.15.191 (and any VIPs) on smithi191.front.sepia.ceph.com iface enp3s0f1... 2024-09-17T09:23:43.519 DEBUG:teuthology.orchestra.run.smithi191:> sudo ip addr del 10.0.15.191/16 dev enp3s0f1 2024-09-17T09:23:43.533 DEBUG:teuthology.orchestra.run.smithi191:> sudo ip addr del 10.0.31.18/16 dev enp3s0f1 2024-09-17T09:23:43.586 INFO:teuthology.orchestra.run.smithi191.stderr:RTNETLINK answers: Cannot assign requested address 2024-09-17T09:23:43.587 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-09-17T09:23:43.588 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-17T09:23:43.598 INFO:tasks.cephadm:Teardown begin 2024-09-17T09:23:43.599 DEBUG:teuthology.orchestra.run.smithi018:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T09:23:43.615 DEBUG:teuthology.orchestra.run.smithi191:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T09:23:43.648 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-17T09:23:43.648 DEBUG:teuthology.orchestra.run.smithi018:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T09:23:43.663 DEBUG:teuthology.orchestra.run.smithi191:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T09:23:43.695 INFO:tasks.cephadm:Stopping all daemons... 2024-09-17T09:23:43.695 INFO:tasks.cephadm.mon.smithi018:Stopping mon.smithi018... 2024-09-17T09:23:43.695 DEBUG:teuthology.orchestra.run.smithi018:> sudo systemctl stop ceph-c8b74618-74d4-11ef-bceb-c7b262605968@mon.smithi018 2024-09-17T09:23:44.002 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:43 smithi018 systemd[1]: Stopping Ceph mon.smithi018 for c8b74618-74d4-11ef-bceb-c7b262605968... 2024-09-17T09:23:44.002 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:43 smithi018 bash[19939]: debug 2024-09-17T09:23:43.926+0000 7f84e60bb640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi018 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-09-17T09:23:44.002 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:43 smithi018 bash[19939]: debug 2024-09-17T09:23:43.926+0000 7f84e60bb640 -1 mon.smithi018@0(leader) e2 *** Got Signal Terminated *** 2024-09-17T09:23:45.031 INFO:journalctl@ceph.mon.smithi018.smithi018.stdout:Sep 17 09:23:44 smithi018 bash[75384]: ceph-c8b74618-74d4-11ef-bceb-c7b262605968-mon-smithi018 2024-09-17T09:23:45.035 DEBUG:teuthology.orchestra.run.smithi018:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c8b74618-74d4-11ef-bceb-c7b262605968@mon.smithi018.service' 2024-09-17T09:23:45.099 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T09:23:45.099 INFO:tasks.cephadm.mon.smithi018:Stopped mon.smithi018 2024-09-17T09:23:45.099 INFO:tasks.cephadm.mon.smithi191:Stopping mon.smithi191... 2024-09-17T09:23:45.100 DEBUG:teuthology.orchestra.run.smithi191:> sudo systemctl stop ceph-c8b74618-74d4-11ef-bceb-c7b262605968@mon.smithi191 2024-09-17T09:23:45.392 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:45 smithi191 systemd[1]: Stopping Ceph mon.smithi191 for c8b74618-74d4-11ef-bceb-c7b262605968... 2024-09-17T09:23:45.392 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:45 smithi191 bash[24486]: debug 2024-09-17T09:23:45.251+0000 7fae4ce53640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi191 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-09-17T09:23:45.392 INFO:journalctl@ceph.mon.smithi191.smithi191.stdout:Sep 17 09:23:45 smithi191 bash[24486]: debug 2024-09-17T09:23:45.251+0000 7fae4ce53640 -1 mon.smithi191@1(peon) e2 *** Got Signal Terminated *** 2024-09-17T09:23:46.123 DEBUG:teuthology.orchestra.run.smithi191:> sudo pkill -f 'journalctl -f -n 0 -u ceph-c8b74618-74d4-11ef-bceb-c7b262605968@mon.smithi191.service' 2024-09-17T09:23:46.168 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T09:23:46.168 INFO:tasks.cephadm.mon.smithi191:Stopped mon.smithi191 2024-09-17T09:23:46.168 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c8b74618-74d4-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T09:23:46.741 INFO:teuthology.orchestra.run.smithi018.stdout:Deleting cluster with fsid: c8b74618-74d4-11ef-bceb-c7b262605968 2024-09-17T09:24:44.770 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c8b74618-74d4-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T09:24:44.893 INFO:teuthology.orchestra.run.smithi191.stdout:Deleting cluster with fsid: c8b74618-74d4-11ef-bceb-c7b262605968 2024-09-17T09:25:39.120 DEBUG:teuthology.orchestra.run.smithi018:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T09:25:39.135 DEBUG:teuthology.orchestra.run.smithi191:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T09:25:39.147 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-17T09:25:39.149 DEBUG:teuthology.misc:Transferring archived files from smithi018:/var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908276/remote/smithi018/crash 2024-09-17T09:25:39.150 DEBUG:teuthology.orchestra.run.smithi018:> sudo tar c -f - -C /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/crash -- . 2024-09-17T09:25:39.193 INFO:teuthology.orchestra.run.smithi018.stderr:tar: /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T09:25:39.193 INFO:teuthology.orchestra.run.smithi018.stderr:tar: Error is not recoverable: exiting now 2024-09-17T09:25:39.195 DEBUG:teuthology.misc:Transferring archived files from smithi191:/var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908276/remote/smithi191/crash 2024-09-17T09:25:39.196 DEBUG:teuthology.orchestra.run.smithi191:> sudo tar c -f - -C /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/crash -- . 2024-09-17T09:25:39.206 INFO:teuthology.orchestra.run.smithi191.stderr:tar: /var/lib/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T09:25:39.207 INFO:teuthology.orchestra.run.smithi191.stderr:tar: Error is not recoverable: exiting now 2024-09-17T09:25:39.208 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-17T09:25:39.208 DEBUG:teuthology.orchestra.run.smithi018:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v CEPHADM_DAEMON_PLACE_FAIL | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2024-09-17T09:25:39.251 INFO:teuthology.orchestra.run.smithi018.stderr:grep: /var/log/ceph/c8b74618-74d4-11ef-bceb-c7b262605968/ceph.log: No such file or directory 2024-09-17T09:25:39.253 INFO:tasks.cephadm:Compressing logs... 2024-09-17T09:25:39.253 DEBUG:teuthology.orchestra.run.smithi018:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T09:25:39.296 DEBUG:teuthology.orchestra.run.smithi191:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T09:25:39.306 INFO:teuthology.orchestra.run.smithi018.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-17T09:25:39.306 INFO:teuthology.orchestra.run.smithi191.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-17T09:25:41.354 INFO:tasks.cephadm:Archiving logs... 2024-09-17T09:25:41.355 DEBUG:teuthology.misc:Transferring archived files from smithi018:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908276/remote/smithi018/log 2024-09-17T09:25:41.356 DEBUG:teuthology.orchestra.run.smithi018:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T09:25:41.649 DEBUG:teuthology.misc:Transferring archived files from smithi191:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908276/remote/smithi191/log 2024-09-17T09:25:41.650 DEBUG:teuthology.orchestra.run.smithi191:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T09:25:41.859 INFO:tasks.cephadm:Removing cluster... 2024-09-17T09:25:41.859 DEBUG:teuthology.orchestra.run.smithi018:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c8b74618-74d4-11ef-bceb-c7b262605968 --force 2024-09-17T09:25:41.981 INFO:teuthology.orchestra.run.smithi018.stdout:Deleting cluster with fsid: c8b74618-74d4-11ef-bceb-c7b262605968 2024-09-17T09:25:43.116 DEBUG:teuthology.orchestra.run.smithi191:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid c8b74618-74d4-11ef-bceb-c7b262605968 --force 2024-09-17T09:25:43.236 INFO:teuthology.orchestra.run.smithi191.stdout:Deleting cluster with fsid: c8b74618-74d4-11ef-bceb-c7b262605968 2024-09-17T09:25:44.358 INFO:tasks.cephadm:Removing cephadm ... 2024-09-17T09:25:44.358 DEBUG:teuthology.orchestra.run.smithi018:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T09:25:44.365 DEBUG:teuthology.orchestra.run.smithi191:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T09:25:44.370 INFO:tasks.cephadm:Teardown complete 2024-09-17T09:25:44.370 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-09-17T09:25:44.381 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi018:/dev/vg_nvme/lv_1... 2024-09-17T09:25:44.381 DEBUG:teuthology.orchestra.run.smithi018:> sudo nvme disconnect -n lv_1 2024-09-17T09:25:44.651 INFO:teuthology.orchestra.run.smithi018.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-09-17T09:25:44.652 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T09:25:44.653 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi018:/dev/vg_nvme/lv_2... 2024-09-17T09:25:44.653 DEBUG:teuthology.orchestra.run.smithi018:> sudo nvme disconnect -n lv_2 2024-09-17T09:25:44.923 INFO:teuthology.orchestra.run.smithi018.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-09-17T09:25:44.924 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T09:25:44.925 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi018:/dev/vg_nvme/lv_3... 2024-09-17T09:25:44.925 DEBUG:teuthology.orchestra.run.smithi018:> sudo nvme disconnect -n lv_3 2024-09-17T09:25:45.187 INFO:teuthology.orchestra.run.smithi018.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-09-17T09:25:45.188 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T09:25:45.189 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi018:/dev/vg_nvme/lv_4... 2024-09-17T09:25:45.189 DEBUG:teuthology.orchestra.run.smithi018:> sudo nvme disconnect -n lv_4 2024-09-17T09:25:45.438 INFO:teuthology.orchestra.run.smithi018.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-09-17T09:25:45.440 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T09:25:45.440 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-09-17T09:25:45.440 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/scratch_devs 2024-09-17T09:25:45.453 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi191:/dev/vg_nvme/lv_1... 2024-09-17T09:25:45.454 DEBUG:teuthology.orchestra.run.smithi191:> sudo nvme disconnect -n lv_1 2024-09-17T09:25:45.722 INFO:teuthology.orchestra.run.smithi191.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-09-17T09:25:45.723 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T09:25:45.724 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi191:/dev/vg_nvme/lv_2... 2024-09-17T09:25:45.724 DEBUG:teuthology.orchestra.run.smithi191:> sudo nvme disconnect -n lv_2 2024-09-17T09:25:45.978 INFO:teuthology.orchestra.run.smithi191.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-09-17T09:25:45.979 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T09:25:45.980 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi191:/dev/vg_nvme/lv_3... 2024-09-17T09:25:45.980 DEBUG:teuthology.orchestra.run.smithi191:> sudo nvme disconnect -n lv_3 2024-09-17T09:25:46.234 INFO:teuthology.orchestra.run.smithi191.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-09-17T09:25:46.235 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T09:25:46.236 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi191:/dev/vg_nvme/lv_4... 2024-09-17T09:25:46.236 DEBUG:teuthology.orchestra.run.smithi191:> sudo nvme disconnect -n lv_4 2024-09-17T09:25:46.498 INFO:teuthology.orchestra.run.smithi191.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-09-17T09:25:46.500 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T09:25:46.500 DEBUG:teuthology.orchestra.run.smithi191:> set -ex 2024-09-17T09:25:46.500 DEBUG:teuthology.orchestra.run.smithi191:> sudo dd of=/scratch_devs 2024-09-17T09:25:46.515 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-17T09:25:46.526 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-17T09:25:46.526 DEBUG:teuthology.orchestra.run.smithi018:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T09:25:46.529 DEBUG:teuthology.orchestra.run.smithi191:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T09:25:46.542 INFO:teuthology.orchestra.run.smithi018.stdout: remote refid st t when poll reach delay offset jitter 2024-09-17T09:25:46.542 INFO:teuthology.orchestra.run.smithi018.stdout:============================================================================== 2024-09-17T09:25:46.542 INFO:teuthology.orchestra.run.smithi018.stdout:*hv01.front.sepi 67.205.162.81 3 u 17 64 377 0.085 -1.201 0.221 2024-09-17T09:25:46.542 INFO:teuthology.orchestra.run.smithi018.stdout:+hv02.front.sepi 96.245.170.99 3 u 25 64 377 0.078 -0.564 0.255 2024-09-17T09:25:46.542 INFO:teuthology.orchestra.run.smithi018.stdout:+hv03.front.sepi 74.6.168.72 3 u 26 64 377 0.075 -3.575 0.253 2024-09-17T09:25:46.543 INFO:teuthology.orchestra.run.smithi018.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-09-17T09:25:46.570 INFO:teuthology.orchestra.run.smithi191.stdout: remote refid st t when poll reach delay offset jitter 2024-09-17T09:25:46.570 INFO:teuthology.orchestra.run.smithi191.stdout:============================================================================== 2024-09-17T09:25:46.570 INFO:teuthology.orchestra.run.smithi191.stdout:*hv01.front.sepi 67.205.162.81 3 u 30 64 377 0.073 -0.546 2.175 2024-09-17T09:25:46.570 INFO:teuthology.orchestra.run.smithi191.stdout:+hv02.front.sepi 96.245.170.99 3 u 27 64 377 0.085 +0.024 1.932 2024-09-17T09:25:46.570 INFO:teuthology.orchestra.run.smithi191.stdout:+hv03.front.sepi 74.6.168.72 3 u 35 64 377 0.095 -3.598 1.441 2024-09-17T09:25:46.570 INFO:teuthology.orchestra.run.smithi191.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 +0.000 0.000 2024-09-17T09:25:46.571 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-17T09:25:46.596 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-17T09:25:46.596 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-17T09:25:46.637 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-17T09:25:46.655 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-17T09:25:46.699 INFO:teuthology.task.internal:Duration was 1339.686481 seconds 2024-09-17T09:25:46.700 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-17T09:25:46.734 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-17T09:25:46.734 DEBUG:teuthology.orchestra.run.smithi018:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T09:25:46.736 DEBUG:teuthology.orchestra.run.smithi191:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T09:25:46.774 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-17T09:25:46.774 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi018.front.sepia.ceph.com 2024-09-17T09:25:46.775 DEBUG:teuthology.orchestra.run.smithi018:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-17T09:25:46.828 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi191.front.sepia.ceph.com 2024-09-17T09:25:46.828 DEBUG:teuthology.orchestra.run.smithi191:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-17T09:25:46.838 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-17T09:25:46.838 DEBUG:teuthology.orchestra.run.smithi018:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T09:25:46.872 DEBUG:teuthology.orchestra.run.smithi191:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T09:25:46.919 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-17T09:25:46.919 DEBUG:teuthology.orchestra.run.smithi018:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T09:25:46.921 DEBUG:teuthology.orchestra.run.smithi191:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T09:25:47.060 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-17T09:25:47.071 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-17T09:25:47.071 DEBUG:teuthology.orchestra.run.smithi018:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T09:25:47.082 DEBUG:teuthology.orchestra.run.smithi191:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T09:25:47.094 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-17T09:25:47.121 DEBUG:teuthology.orchestra.run.smithi018:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-17T09:25:47.127 DEBUG:teuthology.orchestra.run.smithi191:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-17T09:25:47.136 INFO:teuthology.orchestra.run.smithi018.stdout:kernel.core_pattern = core 2024-09-17T09:25:47.148 INFO:teuthology.orchestra.run.smithi191.stdout:kernel.core_pattern = core 2024-09-17T09:25:47.173 DEBUG:teuthology.orchestra.run.smithi018:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T09:25:47.210 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T09:25:47.211 DEBUG:teuthology.orchestra.run.smithi191:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T09:25:47.221 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T09:25:47.221 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-17T09:25:47.234 INFO:teuthology.task.internal:Transferring archived files... 2024-09-17T09:25:47.236 DEBUG:teuthology.misc:Transferring archived files from smithi018:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908276/remote/smithi018 2024-09-17T09:25:47.236 DEBUG:teuthology.orchestra.run.smithi018:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T09:25:47.280 DEBUG:teuthology.misc:Transferring archived files from smithi191:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_22:08:02-orch-reef-distro-default-smithi/7908276/remote/smithi191 2024-09-17T09:25:47.280 DEBUG:teuthology.orchestra.run.smithi191:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T09:25:47.303 INFO:teuthology.task.internal:Removing archive directory... 2024-09-17T09:25:47.303 DEBUG:teuthology.orchestra.run.smithi018:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T09:25:47.320 DEBUG:teuthology.orchestra.run.smithi191:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T09:25:47.346 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-17T09:25:47.359 INFO:teuthology.task.internal:Not uploading archives. 2024-09-17T09:25:47.359 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-17T09:25:47.409 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-17T09:25:47.409 DEBUG:teuthology.orchestra.run.smithi018:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T09:25:47.411 DEBUG:teuthology.orchestra.run.smithi191:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T09:25:47.415 INFO:teuthology.orchestra.run.smithi018.stdout: 658641 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 09:25 /home/ubuntu/cephtest 2024-09-17T09:25:47.418 INFO:teuthology.orchestra.run.smithi191.stdout: 658639 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 09:25 /home/ubuntu/cephtest 2024-09-17T09:25:47.419 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-17T09:25:47.440 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-17T09:25:47.504 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: 1339.68648147583 owner: scheduled_teuthology@teuthology success: true 2024-09-17T09:25:47.504 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-17T09:25:47.584 INFO:teuthology.run:pass