2023-10-11T15:27:58.481 INFO:root:teuthology version: 0.0.1.dev194+g54e62bc 2023-10-11T15:27:58.482 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --description orch/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} --name yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421282 --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421282/orig.config.yaml 2023-10-11T15:27:58.519 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-11T15:27:58.605 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421282 branch: wip-yuri11-testing-2023-10-10-1226-reef description: orch/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7421282' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: wip-yuri11-testing-2023-10-10-1226-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\) sha1: e62d759a6de3042e046d7d9889d2209cbc674fbd ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e62d759a6de3042e046d7d9889d2209cbc674fbd kernel: hwe: true workunit: branch: wip-yuri11-testing-2023-10-10-1226-reef sha1: e62d759a6de3042e046d7d9889d2209cbc674fbd owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 3365 sha1: e62d759a6de3042e046d7d9889d2209cbc674fbd sleep_before_teardown: 0 subset: 111/120000 suite: orch suite_branch: wip-yuri11-testing-2023-10-10-1226-reef suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_e62d759a6de3042e046d7d9889d2209cbc674fbd/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: e62d759a6de3042e046d7d9889d2209cbc674fbd targets: smithi111.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi130.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= tasks: - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph orch apply rgw foorgw --port 8800 - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} - vip.exec: host.a: - dnf install -y python3-boto3 || apt install -y python3-boto3 - /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json - python: host.a: "import boto3\nimport json\n\nwith open('/tmp/user.json', 'rt') as f:\n\ \ info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n aws_access_key_id=info['keys'][0]['access_key'],\n\ \ aws_secret_access_key=info['keys'][0]['secret_key'],\n endpoint_url='http://localhost:8800',\n\ )\nbucket = s3.Bucket('foobucket')\nbucket.create()\nbucket.put_object(Key='myobject',\ \ Body='thebody')\n" - cephadm.shell: host.a: - ceph nfs export create rgw --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: 54e62bcbac4e53d9685e08328b790d3b20d71cae timestamp: 2023-10-11_14:03:09 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2830 2023-10-11T15:27:58.605 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_e62d759a6de3042e046d7d9889d2209cbc674fbd/qa; will attempt to use it 2023-10-11T15:27:58.606 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_e62d759a6de3042e046d7d9889d2209cbc674fbd/qa/tasks 2023-10-11T15:27:58.606 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-10-11T15:27:58.608 INFO:teuthology.task.internal:Checking packages... 2023-10-11T15:27:58.632 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'e62d759a6de3042e046d7d9889d2209cbc674fbd' 2023-10-11T15:27:58.632 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-10-11T15:27:58.632 INFO:teuthology.packaging:ref: None 2023-10-11T15:27:58.633 INFO:teuthology.packaging:tag: None 2023-10-11T15:27:58.633 INFO:teuthology.packaging:branch: wip-yuri11-testing-2023-10-10-1226-reef 2023-10-11T15:27:58.633 INFO:teuthology.packaging:sha1: e62d759a6de3042e046d7d9889d2209cbc674fbd 2023-10-11T15:27:58.634 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-yuri11-testing-2023-10-10-1226-reef 2023-10-11T15:27:58.793 INFO:teuthology.task.internal:Found packages for ceph version 18.2.0-669-ge62d759a-1focal 2023-10-11T15:27:58.794 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-10-11T15:27:58.800 INFO:teuthology.task.internal:no buildpackages task found 2023-10-11T15:27:58.801 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-10-11T15:27:58.809 INFO:teuthology.task.internal:Saving configuration 2023-10-11T15:27:58.823 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-10-11T15:27:58.829 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-11T15:27:58.855 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi111.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421282', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-11 15:21:24.819969', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-10-11T15:27:58.878 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi130.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421282', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-11 15:21:24.821690', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-10-11T15:27:58.879 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-10-11T15:27:58.884 INFO:teuthology.task.internal:roles: ubuntu@smithi111.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-10-11T15:27:58.885 INFO:teuthology.task.internal:roles: ubuntu@smithi130.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-10-11T15:27:58.885 INFO:teuthology.run_tasks:Running task console_log... 2023-10-11T15:27:58.978 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ff863291af0>, signals=[15]) 2023-10-11T15:27:58.980 INFO:teuthology.run_tasks:Running task internal.connect... 2023-10-11T15:27:59.007 INFO:teuthology.task.internal:Opening connections... 2023-10-11T15:27:59.007 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi111.front.sepia.ceph.com 2023-10-11T15:27:59.009 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi111.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T15:27:59.057 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi130.front.sepia.ceph.com 2023-10-11T15:27:59.058 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T15:27:59.105 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-10-11T15:27:59.111 DEBUG:teuthology.orchestra.run.smithi111:> uname -m 2023-10-11T15:27:59.134 INFO:teuthology.orchestra.run.smithi111.stdout:x86_64 2023-10-11T15:27:59.134 DEBUG:teuthology.orchestra.run.smithi111:> cat /etc/os-release 2023-10-11T15:27:59.187 INFO:teuthology.orchestra.run.smithi111.stdout:NAME="Ubuntu" 2023-10-11T15:27:59.187 INFO:teuthology.orchestra.run.smithi111.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-10-11T15:27:59.187 INFO:teuthology.orchestra.run.smithi111.stdout:ID=ubuntu 2023-10-11T15:27:59.188 INFO:teuthology.orchestra.run.smithi111.stdout:ID_LIKE=debian 2023-10-11T15:27:59.188 INFO:teuthology.orchestra.run.smithi111.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-10-11T15:27:59.188 INFO:teuthology.orchestra.run.smithi111.stdout:VERSION_ID="20.04" 2023-10-11T15:27:59.188 INFO:teuthology.orchestra.run.smithi111.stdout:HOME_URL="https://www.ubuntu.com/" 2023-10-11T15:27:59.188 INFO:teuthology.orchestra.run.smithi111.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-10-11T15:27:59.189 INFO:teuthology.orchestra.run.smithi111.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-10-11T15:27:59.189 INFO:teuthology.orchestra.run.smithi111.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-10-11T15:27:59.189 INFO:teuthology.orchestra.run.smithi111.stdout:VERSION_CODENAME=focal 2023-10-11T15:27:59.189 INFO:teuthology.orchestra.run.smithi111.stdout:UBUNTU_CODENAME=focal 2023-10-11T15:27:59.190 INFO:teuthology.lock.ops:Updating smithi111.front.sepia.ceph.com on lock server 2023-10-11T15:27:59.215 DEBUG:teuthology.orchestra.run.smithi130:> uname -m 2023-10-11T15:27:59.223 INFO:teuthology.orchestra.run.smithi130.stdout:x86_64 2023-10-11T15:27:59.224 DEBUG:teuthology.orchestra.run.smithi130:> cat /etc/os-release 2023-10-11T15:27:59.271 INFO:teuthology.orchestra.run.smithi130.stdout:NAME="Ubuntu" 2023-10-11T15:27:59.271 INFO:teuthology.orchestra.run.smithi130.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-10-11T15:27:59.272 INFO:teuthology.orchestra.run.smithi130.stdout:ID=ubuntu 2023-10-11T15:27:59.272 INFO:teuthology.orchestra.run.smithi130.stdout:ID_LIKE=debian 2023-10-11T15:27:59.272 INFO:teuthology.orchestra.run.smithi130.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-10-11T15:27:59.272 INFO:teuthology.orchestra.run.smithi130.stdout:VERSION_ID="20.04" 2023-10-11T15:27:59.272 INFO:teuthology.orchestra.run.smithi130.stdout:HOME_URL="https://www.ubuntu.com/" 2023-10-11T15:27:59.273 INFO:teuthology.orchestra.run.smithi130.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-10-11T15:27:59.273 INFO:teuthology.orchestra.run.smithi130.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-10-11T15:27:59.273 INFO:teuthology.orchestra.run.smithi130.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-10-11T15:27:59.273 INFO:teuthology.orchestra.run.smithi130.stdout:VERSION_CODENAME=focal 2023-10-11T15:27:59.273 INFO:teuthology.orchestra.run.smithi130.stdout:UBUNTU_CODENAME=focal 2023-10-11T15:27:59.274 INFO:teuthology.lock.ops:Updating smithi130.front.sepia.ceph.com on lock server 2023-10-11T15:27:59.289 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-10-11T15:27:59.297 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-10-11T15:27:59.331 INFO:teuthology.task.internal:Checking for old test directory... 2023-10-11T15:27:59.331 DEBUG:teuthology.orchestra.run.smithi111:> test '!' -e /home/ubuntu/cephtest 2023-10-11T15:27:59.334 DEBUG:teuthology.orchestra.run.smithi130:> test '!' -e /home/ubuntu/cephtest 2023-10-11T15:27:59.340 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-10-11T15:27:59.345 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-10-11T15:27:59.346 DEBUG:teuthology.orchestra.run.smithi111:> test -z $(ls -A /var/lib/ceph) 2023-10-11T15:27:59.381 DEBUG:teuthology.orchestra.run.smithi130:> test -z $(ls -A /var/lib/ceph) 2023-10-11T15:27:59.395 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-10-11T15:27:59.449 INFO:teuthology.run_tasks:Running task kernel... 2023-10-11T15:27:59.463 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-10-11T15:27:59.464 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2023-10-11T15:27:59.464 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.0': {'hwe': True}, 'host.b': {'hwe': True}, 'client.1': {'hwe': True}} 2023-10-11T15:27:59.465 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}, 'host.b': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2023-10-11T15:27:59.465 DEBUG:teuthology.orchestra.run.smithi111:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-11T15:27:59.466 DEBUG:teuthology.orchestra.run.smithi130:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-11T15:27:59.471 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T15:27:59.471 DEBUG:teuthology.orchestra.run.smithi111:> uname -r 2023-10-11T15:27:59.472 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T15:27:59.473 DEBUG:teuthology.orchestra.run.smithi130:> uname -r 2023-10-11T15:27:59.479 INFO:teuthology.orchestra.run.smithi130.stdout:5.4.0-124-generic 2023-10-11T15:27:59.479 INFO:teuthology.task.kernel:Running kernel on smithi130: 5.4.0-124-generic 2023-10-11T15:27:59.480 DEBUG:teuthology.orchestra.run.smithi130:> sudo apt-get clean 2023-10-11T15:27:59.521 INFO:teuthology.orchestra.run.smithi111.stdout:5.4.0-124-generic 2023-10-11T15:27:59.521 INFO:teuthology.task.kernel:Running kernel on smithi111: 5.4.0-124-generic 2023-10-11T15:27:59.522 DEBUG:teuthology.orchestra.run.smithi111:> sudo apt-get clean 2023-10-11T15:27:59.635 DEBUG:teuthology.orchestra.run.smithi111:> sudo apt-get update 2023-10-11T15:27:59.646 DEBUG:teuthology.orchestra.run.smithi130:> sudo apt-get update 2023-10-11T15:27:59.873 INFO:teuthology.orchestra.run.smithi111.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-10-11T15:27:59.880 INFO:teuthology.orchestra.run.smithi130.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-10-11T15:27:59.881 INFO:teuthology.orchestra.run.smithi130.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-10-11T15:27:59.889 INFO:teuthology.orchestra.run.smithi130.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-10-11T15:27:59.904 INFO:teuthology.orchestra.run.smithi111.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-10-11T15:27:59.948 INFO:teuthology.orchestra.run.smithi111.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-10-11T15:27:59.984 INFO:teuthology.orchestra.run.smithi111.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-10-11T15:27:59.987 INFO:teuthology.orchestra.run.smithi130.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-10-11T15:28:00.258 INFO:teuthology.orchestra.run.smithi130.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,500 kB] 2023-10-11T15:28:00.276 INFO:teuthology.orchestra.run.smithi111.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [893 kB] 2023-10-11T15:28:00.400 INFO:teuthology.orchestra.run.smithi111.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,888 kB] 2023-10-11T15:28:00.431 INFO:teuthology.orchestra.run.smithi130.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [893 kB] 2023-10-11T15:28:00.466 INFO:teuthology.orchestra.run.smithi130.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [660 kB] 2023-10-11T15:28:00.467 INFO:teuthology.orchestra.run.smithi111.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [473 kB] 2023-10-11T15:28:00.479 INFO:teuthology.orchestra.run.smithi111.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.1 kB] 2023-10-11T15:28:00.480 INFO:teuthology.orchestra.run.smithi111.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [34.6 kB] 2023-10-11T15:28:00.481 INFO:teuthology.orchestra.run.smithi111.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,383 kB] 2023-10-11T15:28:00.482 INFO:teuthology.orchestra.run.smithi130.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [390 kB] 2023-10-11T15:28:00.489 INFO:teuthology.orchestra.run.smithi130.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-10-11T15:28:00.489 INFO:teuthology.orchestra.run.smithi130.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [33.3 kB] 2023-10-11T15:28:00.490 INFO:teuthology.orchestra.run.smithi130.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,267 kB] 2023-10-11T15:28:00.593 INFO:teuthology.orchestra.run.smithi111.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [334 kB] 2023-10-11T15:28:00.593 INFO:teuthology.orchestra.run.smithi111.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,500 kB] 2023-10-11T15:28:00.597 INFO:teuthology.orchestra.run.smithi111.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [572 B] 2023-10-11T15:28:00.597 INFO:teuthology.orchestra.run.smithi111.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [750 kB] 2023-10-11T15:28:00.601 INFO:teuthology.orchestra.run.smithi130.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [317 kB] 2023-10-11T15:28:00.604 INFO:teuthology.orchestra.run.smithi130.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [572 B] 2023-10-11T15:28:00.604 INFO:teuthology.orchestra.run.smithi130.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [891 kB] 2023-10-11T15:28:00.605 INFO:teuthology.orchestra.run.smithi111.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,123 kB] 2023-10-11T15:28:00.611 INFO:teuthology.orchestra.run.smithi130.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [617 kB] 2023-10-11T15:28:00.612 INFO:teuthology.orchestra.run.smithi111.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [268 kB] 2023-10-11T15:28:00.614 INFO:teuthology.orchestra.run.smithi111.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.6 kB] 2023-10-11T15:28:00.615 INFO:teuthology.orchestra.run.smithi111.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-10-11T15:28:00.615 INFO:teuthology.orchestra.run.smithi111.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,436 B] 2023-10-11T15:28:00.615 INFO:teuthology.orchestra.run.smithi111.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-10-11T15:28:00.616 INFO:teuthology.orchestra.run.smithi111.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-10-11T15:28:00.617 INFO:teuthology.orchestra.run.smithi130.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [186 kB] 2023-10-11T15:28:00.617 INFO:teuthology.orchestra.run.smithi130.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-10-11T15:28:00.617 INFO:teuthology.orchestra.run.smithi130.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,196 B] 2023-10-11T15:28:00.618 INFO:teuthology.orchestra.run.smithi130.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-10-11T15:28:00.618 INFO:teuthology.orchestra.run.smithi130.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-10-11T15:28:00.620 INFO:teuthology.orchestra.run.smithi130.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,888 kB] 2023-10-11T15:28:00.623 INFO:teuthology.orchestra.run.smithi130.stdout:Get:22 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-10-11T15:28:00.635 INFO:teuthology.orchestra.run.smithi111.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-10-11T15:28:00.636 INFO:teuthology.orchestra.run.smithi111.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-10-11T15:28:00.636 INFO:teuthology.orchestra.run.smithi111.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-10-11T15:28:00.637 INFO:teuthology.orchestra.run.smithi111.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-10-11T15:28:00.655 INFO:teuthology.orchestra.run.smithi111.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-10-11T15:28:00.656 INFO:teuthology.orchestra.run.smithi111.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-10-11T15:28:00.896 INFO:teuthology.orchestra.run.smithi130.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [473 kB] 2023-10-11T15:28:00.919 INFO:teuthology.orchestra.run.smithi130.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.1 kB] 2023-10-11T15:28:00.920 INFO:teuthology.orchestra.run.smithi130.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,383 kB] 2023-10-11T15:28:01.029 INFO:teuthology.orchestra.run.smithi130.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [34.6 kB] 2023-10-11T15:28:01.030 INFO:teuthology.orchestra.run.smithi130.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [334 kB] 2023-10-11T15:28:01.042 INFO:teuthology.orchestra.run.smithi130.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [572 B] 2023-10-11T15:28:01.043 INFO:teuthology.orchestra.run.smithi130.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,123 kB] 2023-10-11T15:28:01.070 INFO:teuthology.orchestra.run.smithi111.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [660 kB] 2023-10-11T15:28:01.084 INFO:teuthology.orchestra.run.smithi111.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [390 kB] 2023-10-11T15:28:01.093 INFO:teuthology.orchestra.run.smithi111.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-10-11T15:28:01.093 INFO:teuthology.orchestra.run.smithi111.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [33.3 kB] 2023-10-11T15:28:01.094 INFO:teuthology.orchestra.run.smithi111.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,267 kB] 2023-10-11T15:28:01.104 INFO:teuthology.orchestra.run.smithi130.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [750 kB] 2023-10-11T15:28:01.138 INFO:teuthology.orchestra.run.smithi130.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [268 kB] 2023-10-11T15:28:01.153 INFO:teuthology.orchestra.run.smithi130.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.6 kB] 2023-10-11T15:28:01.154 INFO:teuthology.orchestra.run.smithi130.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-10-11T15:28:01.155 INFO:teuthology.orchestra.run.smithi130.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,436 B] 2023-10-11T15:28:01.156 INFO:teuthology.orchestra.run.smithi130.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-10-11T15:28:01.157 INFO:teuthology.orchestra.run.smithi130.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-10-11T15:28:01.157 INFO:teuthology.orchestra.run.smithi130.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-10-11T15:28:01.157 INFO:teuthology.orchestra.run.smithi130.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-10-11T15:28:01.160 INFO:teuthology.orchestra.run.smithi130.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-10-11T15:28:01.169 INFO:teuthology.orchestra.run.smithi111.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [317 kB] 2023-10-11T15:28:01.176 INFO:teuthology.orchestra.run.smithi111.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [572 B] 2023-10-11T15:28:01.176 INFO:teuthology.orchestra.run.smithi111.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [617 kB] 2023-10-11T15:28:01.177 INFO:teuthology.orchestra.run.smithi130.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-10-11T15:28:01.190 INFO:teuthology.orchestra.run.smithi111.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [891 kB] 2023-10-11T15:28:01.213 INFO:teuthology.orchestra.run.smithi130.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-10-11T15:28:01.214 INFO:teuthology.orchestra.run.smithi130.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-10-11T15:28:01.373 INFO:teuthology.orchestra.run.smithi111.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [186 kB] 2023-10-11T15:28:01.789 INFO:teuthology.orchestra.run.smithi111.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-10-11T15:28:01.795 INFO:teuthology.orchestra.run.smithi111.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,196 B] 2023-10-11T15:28:01.797 INFO:teuthology.orchestra.run.smithi111.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-10-11T15:28:01.805 INFO:teuthology.orchestra.run.smithi111.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-10-11T15:28:01.806 INFO:teuthology.orchestra.run.smithi111.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-10-11T15:28:04.313 INFO:teuthology.orchestra.run.smithi111.stdout:Fetched 17.6 MB in 3s (6,675 kB/s) 2023-10-11T15:28:04.340 INFO:teuthology.orchestra.run.smithi130.stdout:Fetched 17.6 MB in 3s (6,575 kB/s) 2023-10-11T15:28:05.734 INFO:teuthology.orchestra.run.smithi130.stdout:Reading package lists... 2023-10-11T15:28:05.760 DEBUG:teuthology.orchestra.run.smithi130:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-10-11T15:28:05.774 INFO:teuthology.orchestra.run.smithi111.stdout:Reading package lists... 2023-10-11T15:28:05.800 DEBUG:teuthology.orchestra.run.smithi111:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-10-11T15:28:05.830 INFO:teuthology.orchestra.run.smithi130.stdout:Reading package lists... 2023-10-11T15:28:05.903 INFO:teuthology.orchestra.run.smithi111.stdout:Reading package lists... 2023-10-11T15:28:06.032 INFO:teuthology.orchestra.run.smithi130.stdout:Building dependency tree... 2023-10-11T15:28:06.033 INFO:teuthology.orchestra.run.smithi130.stdout:Reading state information... 2023-10-11T15:28:06.105 INFO:teuthology.orchestra.run.smithi111.stdout:Building dependency tree... 2023-10-11T15:28:06.106 INFO:teuthology.orchestra.run.smithi111.stdout:Reading state information... 2023-10-11T15:28:06.203 INFO:teuthology.orchestra.run.smithi130.stdout:The following additional packages will be installed: 2023-10-11T15:28:06.204 INFO:teuthology.orchestra.run.smithi130.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-10-11T15:28:06.204 INFO:teuthology.orchestra.run.smithi130.stdout: libusbmuxd6 linux-image-5.15.0-86-generic linux-modules-5.15.0-86-generic 2023-10-11T15:28:06.204 INFO:teuthology.orchestra.run.smithi130.stdout: linux-modules-extra-5.15.0-86-generic thermald upower usbmuxd 2023-10-11T15:28:06.205 INFO:teuthology.orchestra.run.smithi130.stdout:Suggested packages: 2023-10-11T15:28:06.205 INFO:teuthology.orchestra.run.smithi130.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-10-11T15:28:06.205 INFO:teuthology.orchestra.run.smithi130.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-86-generic 2023-10-11T15:28:06.261 INFO:teuthology.orchestra.run.smithi130.stdout:The following NEW packages will be installed: 2023-10-11T15:28:06.262 INFO:teuthology.orchestra.run.smithi130.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-10-11T15:28:06.262 INFO:teuthology.orchestra.run.smithi130.stdout: libusbmuxd6 linux-image-5.15.0-86-generic linux-image-generic-hwe-20.04 2023-10-11T15:28:06.262 INFO:teuthology.orchestra.run.smithi130.stdout: linux-modules-5.15.0-86-generic linux-modules-extra-5.15.0-86-generic 2023-10-11T15:28:06.263 INFO:teuthology.orchestra.run.smithi130.stdout: thermald upower usbmuxd 2023-10-11T15:28:06.274 INFO:teuthology.orchestra.run.smithi111.stdout:The following additional packages will be installed: 2023-10-11T15:28:06.275 INFO:teuthology.orchestra.run.smithi111.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-10-11T15:28:06.275 INFO:teuthology.orchestra.run.smithi111.stdout: libusbmuxd6 linux-image-5.15.0-86-generic linux-modules-5.15.0-86-generic 2023-10-11T15:28:06.275 INFO:teuthology.orchestra.run.smithi111.stdout: linux-modules-extra-5.15.0-86-generic thermald upower usbmuxd 2023-10-11T15:28:06.276 INFO:teuthology.orchestra.run.smithi111.stdout:Suggested packages: 2023-10-11T15:28:06.276 INFO:teuthology.orchestra.run.smithi111.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-10-11T15:28:06.276 INFO:teuthology.orchestra.run.smithi111.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-86-generic 2023-10-11T15:28:06.324 INFO:teuthology.orchestra.run.smithi111.stdout:The following NEW packages will be installed: 2023-10-11T15:28:06.325 INFO:teuthology.orchestra.run.smithi111.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-10-11T15:28:06.326 INFO:teuthology.orchestra.run.smithi111.stdout: libusbmuxd6 linux-image-5.15.0-86-generic linux-image-generic-hwe-20.04 2023-10-11T15:28:06.326 INFO:teuthology.orchestra.run.smithi111.stdout: linux-modules-5.15.0-86-generic linux-modules-extra-5.15.0-86-generic 2023-10-11T15:28:06.326 INFO:teuthology.orchestra.run.smithi111.stdout: thermald upower usbmuxd 2023-10-11T15:28:06.365 INFO:teuthology.orchestra.run.smithi130.stdout:0 upgraded, 13 newly installed, 0 to remove and 274 not upgraded. 2023-10-11T15:28:06.366 INFO:teuthology.orchestra.run.smithi130.stdout:Need to get 90.9 MB of archives. 2023-10-11T15:28:06.366 INFO:teuthology.orchestra.run.smithi130.stdout:After this operation, 497 MB of additional disk space will be used. 2023-10-11T15:28:06.366 INFO:teuthology.orchestra.run.smithi130.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-10-11T15:28:06.508 INFO:teuthology.orchestra.run.smithi111.stdout:0 upgraded, 13 newly installed, 0 to remove and 274 not upgraded. 2023-10-11T15:28:06.508 INFO:teuthology.orchestra.run.smithi111.stdout:Need to get 90.9 MB of archives. 2023-10-11T15:28:06.508 INFO:teuthology.orchestra.run.smithi111.stdout:After this operation, 497 MB of additional disk space will be used. 2023-10-11T15:28:06.508 INFO:teuthology.orchestra.run.smithi111.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-10-11T15:28:06.520 INFO:teuthology.orchestra.run.smithi130.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-10-11T15:28:06.535 INFO:teuthology.orchestra.run.smithi130.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-10-11T15:28:06.543 INFO:teuthology.orchestra.run.smithi130.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-10-11T15:28:06.583 INFO:teuthology.orchestra.run.smithi130.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-10-11T15:28:06.601 INFO:teuthology.orchestra.run.smithi130.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-86-generic amd64 5.15.0-86.96~20.04.1 [20.9 MB] 2023-10-11T15:28:06.778 INFO:teuthology.orchestra.run.smithi111.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-10-11T15:28:06.807 INFO:teuthology.orchestra.run.smithi111.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-10-11T15:28:06.825 INFO:teuthology.orchestra.run.smithi111.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-10-11T15:28:06.898 INFO:teuthology.orchestra.run.smithi111.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-10-11T15:28:06.934 INFO:teuthology.orchestra.run.smithi111.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-86-generic amd64 5.15.0-86.96~20.04.1 [20.9 MB] 2023-10-11T15:28:07.425 INFO:teuthology.orchestra.run.smithi130.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-86-generic amd64 5.15.0-86.96~20.04.1 [11.4 MB] 2023-10-11T15:28:07.783 INFO:teuthology.orchestra.run.smithi130.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-86-generic amd64 5.15.0-86.96~20.04.1 [58.0 MB] 2023-10-11T15:28:07.855 INFO:teuthology.orchestra.run.smithi111.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-86-generic amd64 5.15.0-86.96~20.04.1 [11.4 MB] 2023-10-11T15:28:08.146 INFO:teuthology.orchestra.run.smithi111.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-86-generic amd64 5.15.0-86.96~20.04.1 [58.0 MB] 2023-10-11T15:28:10.029 INFO:teuthology.orchestra.run.smithi111.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.86.96~20.04.44 [2,648 B] 2023-10-11T15:28:10.104 INFO:teuthology.orchestra.run.smithi111.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-10-11T15:28:10.105 INFO:teuthology.orchestra.run.smithi111.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-10-11T15:28:10.163 INFO:teuthology.orchestra.run.smithi130.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.86.96~20.04.44 [2,648 B] 2023-10-11T15:28:10.235 INFO:teuthology.orchestra.run.smithi130.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-10-11T15:28:10.236 INFO:teuthology.orchestra.run.smithi130.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-10-11T15:28:10.241 INFO:teuthology.orchestra.run.smithi130.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-10-11T15:28:10.244 INFO:teuthology.orchestra.run.smithi130.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-10-11T15:28:10.272 INFO:teuthology.orchestra.run.smithi111.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-10-11T15:28:10.621 INFO:teuthology.orchestra.run.smithi111.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-10-11T15:28:10.892 INFO:teuthology.orchestra.run.smithi130.stdout:Fetched 90.9 MB in 4s (22.9 MB/s) 2023-10-11T15:28:11.089 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-10-11T15:28:11.308 INFO:teuthology.orchestra.run.smithi111.stdout:Fetched 90.9 MB in 4s (21.1 MB/s) 2023-10-11T15:28:11.556 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-10-11T15:28:12.755 INFO:teuthology.orchestra.run.smithi130.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2023-10-11T15:28:12.759 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-10-11T15:28:12.878 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-10-11T15:28:13.272 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package libplist3:amd64. 2023-10-11T15:28:13.286 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-10-11T15:28:13.293 INFO:teuthology.orchestra.run.smithi111.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2023-10-11T15:28:13.298 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-10-11T15:28:13.330 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-10-11T15:28:13.437 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-10-11T15:28:13.667 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-10-11T15:28:13.682 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-10-11T15:28:13.725 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-10-11T15:28:13.765 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package libplist3:amd64. 2023-10-11T15:28:13.777 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-10-11T15:28:13.815 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-10-11T15:28:14.053 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-10-11T15:28:14.066 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-10-11T15:28:14.103 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-10-11T15:28:14.143 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-10-11T15:28:14.158 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-10-11T15:28:14.193 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-10-11T15:28:14.439 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-10-11T15:28:14.452 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-10-11T15:28:14.481 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-10-11T15:28:14.537 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-10-11T15:28:14.551 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-10-11T15:28:14.595 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-10-11T15:28:14.801 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package linux-modules-5.15.0-86-generic. 2023-10-11T15:28:14.814 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../05-linux-modules-5.15.0-86-generic_5.15.0-86.96~20.04.1_amd64.deb ... 2023-10-11T15:28:14.859 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking linux-modules-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-11T15:28:14.865 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-10-11T15:28:14.881 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-10-11T15:28:14.924 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-10-11T15:28:15.268 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package linux-modules-5.15.0-86-generic. 2023-10-11T15:28:15.281 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../05-linux-modules-5.15.0-86-generic_5.15.0-86.96~20.04.1_amd64.deb ... 2023-10-11T15:28:15.318 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking linux-modules-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-11T15:28:17.443 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package linux-image-5.15.0-86-generic. 2023-10-11T15:28:17.456 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../06-linux-image-5.15.0-86-generic_5.15.0-86.96~20.04.1_amd64.deb ... 2023-10-11T15:28:17.543 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking linux-image-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-11T15:28:17.711 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package linux-image-5.15.0-86-generic. 2023-10-11T15:28:17.724 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../06-linux-image-5.15.0-86-generic_5.15.0-86.96~20.04.1_amd64.deb ... 2023-10-11T15:28:17.825 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking linux-image-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-11T15:28:18.029 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-86-generic. 2023-10-11T15:28:18.045 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-86-generic_5.15.0-86.96~20.04.1_amd64.deb ... 2023-10-11T15:28:18.087 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking linux-modules-extra-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-11T15:28:18.314 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-86-generic. 2023-10-11T15:28:18.327 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-86-generic_5.15.0-86.96~20.04.1_amd64.deb ... 2023-10-11T15:28:18.355 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking linux-modules-extra-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-11T15:28:24.980 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-10-11T15:28:24.996 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.86.96~20.04.44_amd64.deb ... 2023-10-11T15:28:25.038 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.86.96~20.04.44) ... 2023-10-11T15:28:25.142 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-10-11T15:28:25.161 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.86.96~20.04.44_amd64.deb ... 2023-10-11T15:28:25.225 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.86.96~20.04.44) ... 2023-10-11T15:28:25.299 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package libevdev2:amd64. 2023-10-11T15:28:25.314 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-10-11T15:28:25.349 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-10-11T15:28:25.511 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package libevdev2:amd64. 2023-10-11T15:28:25.527 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-10-11T15:28:25.561 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-10-11T15:28:25.711 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package thermald. 2023-10-11T15:28:25.724 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-10-11T15:28:25.760 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-10-11T15:28:26.172 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package thermald. 2023-10-11T15:28:26.186 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-10-11T15:28:26.306 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-10-11T15:28:26.324 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package upower. 2023-10-11T15:28:26.340 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-10-11T15:28:26.401 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking upower (0.99.11-1build2) ... 2023-10-11T15:28:26.803 INFO:teuthology.orchestra.run.smithi130.stdout:Selecting previously unselected package usbmuxd. 2023-10-11T15:28:26.818 INFO:teuthology.orchestra.run.smithi130.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-10-11T15:28:26.853 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package upower. 2023-10-11T15:28:26.861 INFO:teuthology.orchestra.run.smithi130.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-10-11T15:28:26.866 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-10-11T15:28:26.916 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking upower (0.99.11-1build2) ... 2023-10-11T15:28:27.152 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-10-11T15:28:27.274 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-10-11T15:28:27.299 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package usbmuxd. 2023-10-11T15:28:27.313 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-10-11T15:28:27.390 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-10-11T15:28:27.400 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-10-11T15:28:27.501 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-10-11T15:28:27.610 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-10-11T15:28:27.681 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-10-11T15:28:27.736 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-10-11T15:28:27.803 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-10-11T15:28:27.862 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up upower (0.99.11-1build2) ... 2023-10-11T15:28:27.904 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-10-11T15:28:28.005 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-10-11T15:28:28.131 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-10-11T15:28:28.257 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-10-11T15:28:28.392 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up upower (0.99.11-1build2) ... 2023-10-11T15:28:28.410 INFO:teuthology.orchestra.run.smithi130.stdout:upower.service is a disabled or a static unit, not starting it. 2023-10-11T15:28:28.458 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-10-11T15:28:28.624 INFO:teuthology.orchestra.run.smithi130.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-10-11T15:28:28.633 INFO:teuthology.orchestra.run.smithi130.stdout:Adding system user `usbmux' (UID 114) ... 2023-10-11T15:28:28.633 INFO:teuthology.orchestra.run.smithi130.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-10-11T15:28:28.942 INFO:teuthology.orchestra.run.smithi111.stdout:upower.service is a disabled or a static unit, not starting it. 2023-10-11T15:28:28.996 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-10-11T15:28:29.147 INFO:teuthology.orchestra.run.smithi111.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-10-11T15:28:29.153 INFO:teuthology.orchestra.run.smithi111.stdout:Adding system user `usbmux' (UID 114) ... 2023-10-11T15:28:29.153 INFO:teuthology.orchestra.run.smithi111.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-10-11T15:28:29.167 INFO:teuthology.orchestra.run.smithi130.stdout:Not creating home directory `/var/lib/usbmux'. 2023-10-11T15:28:29.385 INFO:teuthology.orchestra.run.smithi130.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-10-11T15:28:29.430 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-10-11T15:28:29.672 INFO:teuthology.orchestra.run.smithi111.stdout:Not creating home directory `/var/lib/usbmux'. 2023-10-11T15:28:29.738 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-10-11T15:28:29.739 INFO:teuthology.orchestra.run.smithi130.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-10-11T15:28:29.888 INFO:teuthology.orchestra.run.smithi111.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-10-11T15:28:29.935 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-10-11T15:28:30.175 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up linux-image-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-11T15:28:30.247 INFO:teuthology.orchestra.run.smithi111.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-10-11T15:28:30.247 INFO:teuthology.orchestra.run.smithi111.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-10-11T15:28:30.705 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up linux-image-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-11T15:28:31.486 INFO:teuthology.orchestra.run.smithi130.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-86-generic 2023-10-11T15:28:31.487 INFO:teuthology.orchestra.run.smithi130.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-86-generic 2023-10-11T15:28:31.645 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up linux-modules-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-11T15:28:32.112 INFO:teuthology.orchestra.run.smithi111.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-86-generic 2023-10-11T15:28:32.113 INFO:teuthology.orchestra.run.smithi111.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-86-generic 2023-10-11T15:28:32.276 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up linux-modules-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-11T15:28:33.046 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up linux-modules-extra-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-11T15:28:33.735 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up linux-modules-extra-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-11T15:28:35.137 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.86.96~20.04.44) ... 2023-10-11T15:28:35.262 INFO:teuthology.orchestra.run.smithi111.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-10-11T15:28:35.281 INFO:teuthology.orchestra.run.smithi130.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.86.96~20.04.44) ... 2023-10-11T15:28:35.543 INFO:teuthology.orchestra.run.smithi111.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-10-11T15:28:35.715 INFO:teuthology.orchestra.run.smithi130.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-10-11T15:28:35.979 INFO:teuthology.orchestra.run.smithi130.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-10-11T15:28:36.288 INFO:teuthology.orchestra.run.smithi111.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-10-11T15:28:36.396 INFO:teuthology.orchestra.run.smithi111.stdout:Processing triggers for linux-image-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-11T15:28:36.465 INFO:teuthology.orchestra.run.smithi111.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-10-11T15:28:36.465 INFO:teuthology.orchestra.run.smithi111.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-86-generic 2023-10-11T15:28:36.766 INFO:teuthology.orchestra.run.smithi130.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-10-11T15:28:36.857 INFO:teuthology.orchestra.run.smithi130.stdout:Processing triggers for linux-image-5.15.0-86-generic (5.15.0-86.96~20.04.1) ... 2023-10-11T15:28:36.931 INFO:teuthology.orchestra.run.smithi130.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-10-11T15:28:36.931 INFO:teuthology.orchestra.run.smithi130.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-86-generic 2023-10-11T15:29:01.787 INFO:teuthology.orchestra.run.smithi111.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-10-11T15:29:01.787 INFO:teuthology.orchestra.run.smithi111.stdout:Sourcing file `/etc/default/grub' 2023-10-11T15:29:01.798 INFO:teuthology.orchestra.run.smithi111.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-10-11T15:29:01.817 INFO:teuthology.orchestra.run.smithi111.stdout:Generating grub configuration file ... 2023-10-11T15:29:02.139 INFO:teuthology.orchestra.run.smithi111.stdout:Found linux image: /boot/vmlinuz-5.15.0-86-generic 2023-10-11T15:29:02.164 INFO:teuthology.orchestra.run.smithi111.stdout:Found initrd image: /boot/initrd.img-5.15.0-86-generic 2023-10-11T15:29:02.310 INFO:teuthology.orchestra.run.smithi130.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-10-11T15:29:02.310 INFO:teuthology.orchestra.run.smithi130.stdout:Sourcing file `/etc/default/grub' 2023-10-11T15:29:02.321 INFO:teuthology.orchestra.run.smithi130.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-10-11T15:29:02.341 INFO:teuthology.orchestra.run.smithi130.stdout:Generating grub configuration file ... 2023-10-11T15:29:02.553 INFO:teuthology.orchestra.run.smithi111.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-10-11T15:29:02.564 INFO:teuthology.orchestra.run.smithi111.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-10-11T15:29:02.682 INFO:teuthology.orchestra.run.smithi130.stdout:Found linux image: /boot/vmlinuz-5.15.0-86-generic 2023-10-11T15:29:02.706 INFO:teuthology.orchestra.run.smithi130.stdout:Found initrd image: /boot/initrd.img-5.15.0-86-generic 2023-10-11T15:29:03.087 INFO:teuthology.orchestra.run.smithi130.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-10-11T15:29:03.098 INFO:teuthology.orchestra.run.smithi130.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-10-11T15:29:04.615 INFO:teuthology.orchestra.run.smithi111.stdout:done 2023-10-11T15:29:05.016 DEBUG:teuthology.orchestra.run.smithi111:> dpkg -s linux-image-generic-hwe-20.04 2023-10-11T15:29:05.078 INFO:teuthology.orchestra.run.smithi111.stdout:Package: linux-image-generic-hwe-20.04 2023-10-11T15:29:05.079 INFO:teuthology.orchestra.run.smithi111.stdout:Status: install ok installed 2023-10-11T15:29:05.079 INFO:teuthology.orchestra.run.smithi111.stdout:Priority: optional 2023-10-11T15:29:05.079 INFO:teuthology.orchestra.run.smithi111.stdout:Section: kernel 2023-10-11T15:29:05.079 INFO:teuthology.orchestra.run.smithi111.stdout:Installed-Size: 20 2023-10-11T15:29:05.080 INFO:teuthology.orchestra.run.smithi111.stdout:Maintainer: Ubuntu Kernel Team 2023-10-11T15:29:05.080 INFO:teuthology.orchestra.run.smithi111.stdout:Architecture: amd64 2023-10-11T15:29:05.080 INFO:teuthology.orchestra.run.smithi111.stdout:Source: linux-meta-hwe-5.15 2023-10-11T15:29:05.080 INFO:teuthology.orchestra.run.smithi111.stdout:Version: 5.15.0.86.96~20.04.44 2023-10-11T15:29:05.081 INFO:teuthology.orchestra.run.smithi111.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-86), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-10-11T15:29:05.081 INFO:teuthology.orchestra.run.smithi111.stdout:Depends: linux-image-5.15.0-86-generic, linux-modules-extra-5.15.0-86-generic, linux-firmware, intel-microcode, amd64-microcode 2023-10-11T15:29:05.081 INFO:teuthology.orchestra.run.smithi111.stdout:Recommends: thermald 2023-10-11T15:29:05.081 INFO:teuthology.orchestra.run.smithi111.stdout:Description: Generic Linux kernel image 2023-10-11T15:29:05.081 INFO:teuthology.orchestra.run.smithi111.stdout: This package will always depend on the latest generic kernel image 2023-10-11T15:29:05.082 INFO:teuthology.orchestra.run.smithi111.stdout: available. 2023-10-11T15:29:05.082 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-86-generic 2023-10-11T15:29:05.082 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-10-11T15:29:05.082 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-10-11T15:29:05.083 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-10-11T15:29:05.083 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi111.front.sepia.ceph.com, path=None, version=distro) 2023-10-11T15:29:05.083 DEBUG:teuthology.orchestra.run.smithi111:> sudo apt-get clean 2023-10-11T15:29:05.084 INFO:teuthology.orchestra.run.smithi130.stdout:done 2023-10-11T15:29:05.181 DEBUG:teuthology.orchestra.run.smithi111:> sudo apt-get update 2023-10-11T15:29:05.320 INFO:teuthology.orchestra.run.smithi111.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-10-11T15:29:05.329 INFO:teuthology.orchestra.run.smithi111.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-10-11T15:29:05.350 INFO:teuthology.orchestra.run.smithi111.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-10-11T15:29:05.375 INFO:teuthology.orchestra.run.smithi111.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-10-11T15:29:05.516 DEBUG:teuthology.orchestra.run.smithi130:> dpkg -s linux-image-generic-hwe-20.04 2023-10-11T15:29:05.564 INFO:teuthology.orchestra.run.smithi130.stdout:Package: linux-image-generic-hwe-20.04 2023-10-11T15:29:05.564 INFO:teuthology.orchestra.run.smithi130.stdout:Status: install ok installed 2023-10-11T15:29:05.564 INFO:teuthology.orchestra.run.smithi130.stdout:Priority: optional 2023-10-11T15:29:05.564 INFO:teuthology.orchestra.run.smithi130.stdout:Section: kernel 2023-10-11T15:29:05.565 INFO:teuthology.orchestra.run.smithi130.stdout:Installed-Size: 20 2023-10-11T15:29:05.565 INFO:teuthology.orchestra.run.smithi130.stdout:Maintainer: Ubuntu Kernel Team 2023-10-11T15:29:05.565 INFO:teuthology.orchestra.run.smithi130.stdout:Architecture: amd64 2023-10-11T15:29:05.565 INFO:teuthology.orchestra.run.smithi130.stdout:Source: linux-meta-hwe-5.15 2023-10-11T15:29:05.565 INFO:teuthology.orchestra.run.smithi130.stdout:Version: 5.15.0.86.96~20.04.44 2023-10-11T15:29:05.566 INFO:teuthology.orchestra.run.smithi130.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-86), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-10-11T15:29:05.566 INFO:teuthology.orchestra.run.smithi130.stdout:Depends: linux-image-5.15.0-86-generic, linux-modules-extra-5.15.0-86-generic, linux-firmware, intel-microcode, amd64-microcode 2023-10-11T15:29:05.566 INFO:teuthology.orchestra.run.smithi130.stdout:Recommends: thermald 2023-10-11T15:29:05.566 INFO:teuthology.orchestra.run.smithi130.stdout:Description: Generic Linux kernel image 2023-10-11T15:29:05.566 INFO:teuthology.orchestra.run.smithi130.stdout: This package will always depend on the latest generic kernel image 2023-10-11T15:29:05.567 INFO:teuthology.orchestra.run.smithi130.stdout: available. 2023-10-11T15:29:05.567 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-86-generic 2023-10-11T15:29:05.567 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-10-11T15:29:05.567 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-10-11T15:29:05.568 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-10-11T15:29:05.568 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi130.front.sepia.ceph.com, path=None, version=distro) 2023-10-11T15:29:05.568 DEBUG:teuthology.orchestra.run.smithi130:> sudo apt-get clean 2023-10-11T15:29:05.659 DEBUG:teuthology.orchestra.run.smithi130:> sudo apt-get update 2023-10-11T15:29:05.803 INFO:teuthology.orchestra.run.smithi130.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-10-11T15:29:05.825 INFO:teuthology.orchestra.run.smithi130.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-10-11T15:29:05.846 INFO:teuthology.orchestra.run.smithi130.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-10-11T15:29:05.914 INFO:teuthology.orchestra.run.smithi130.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-10-11T15:29:07.057 INFO:teuthology.orchestra.run.smithi111.stdout:Reading package lists... 2023-10-11T15:29:07.081 DEBUG:teuthology.orchestra.run.smithi111:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-10-11T15:29:07.150 INFO:teuthology.orchestra.run.smithi111.stdout:Reading package lists... 2023-10-11T15:29:07.333 INFO:teuthology.orchestra.run.smithi111.stdout:Building dependency tree... 2023-10-11T15:29:07.334 INFO:teuthology.orchestra.run.smithi111.stdout:Reading state information... 2023-10-11T15:29:07.540 INFO:teuthology.orchestra.run.smithi130.stdout:Reading package lists... 2023-10-11T15:29:07.542 INFO:teuthology.orchestra.run.smithi111.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.86.96~20.04.44). 2023-10-11T15:29:07.542 INFO:teuthology.orchestra.run.smithi111.stdout:0 upgraded, 0 newly installed, 0 to remove and 274 not upgraded. 2023-10-11T15:29:07.544 DEBUG:teuthology.orchestra.run.smithi111:> dpkg -s linux-image-generic-hwe-20.04 2023-10-11T15:29:07.563 DEBUG:teuthology.orchestra.run.smithi130:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-10-11T15:29:07.566 INFO:teuthology.orchestra.run.smithi111.stdout:Package: linux-image-generic-hwe-20.04 2023-10-11T15:29:07.566 INFO:teuthology.orchestra.run.smithi111.stdout:Status: install ok installed 2023-10-11T15:29:07.566 INFO:teuthology.orchestra.run.smithi111.stdout:Priority: optional 2023-10-11T15:29:07.567 INFO:teuthology.orchestra.run.smithi111.stdout:Section: kernel 2023-10-11T15:29:07.567 INFO:teuthology.orchestra.run.smithi111.stdout:Installed-Size: 20 2023-10-11T15:29:07.567 INFO:teuthology.orchestra.run.smithi111.stdout:Maintainer: Ubuntu Kernel Team 2023-10-11T15:29:07.567 INFO:teuthology.orchestra.run.smithi111.stdout:Architecture: amd64 2023-10-11T15:29:07.567 INFO:teuthology.orchestra.run.smithi111.stdout:Source: linux-meta-hwe-5.15 2023-10-11T15:29:07.568 INFO:teuthology.orchestra.run.smithi111.stdout:Version: 5.15.0.86.96~20.04.44 2023-10-11T15:29:07.568 INFO:teuthology.orchestra.run.smithi111.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-86), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-10-11T15:29:07.568 INFO:teuthology.orchestra.run.smithi111.stdout:Depends: linux-image-5.15.0-86-generic, linux-modules-extra-5.15.0-86-generic, linux-firmware, intel-microcode, amd64-microcode 2023-10-11T15:29:07.568 INFO:teuthology.orchestra.run.smithi111.stdout:Recommends: thermald 2023-10-11T15:29:07.568 INFO:teuthology.orchestra.run.smithi111.stdout:Description: Generic Linux kernel image 2023-10-11T15:29:07.569 INFO:teuthology.orchestra.run.smithi111.stdout: This package will always depend on the latest generic kernel image 2023-10-11T15:29:07.569 INFO:teuthology.orchestra.run.smithi111.stdout: available. 2023-10-11T15:29:07.569 DEBUG:teuthology.orchestra.run.smithi111:> mktemp 2023-10-11T15:29:07.574 INFO:teuthology.orchestra.run.smithi111.stdout:/tmp/tmp.XKJTKjMsPq 2023-10-11T15:29:07.574 DEBUG:teuthology.orchestra.run.smithi111:> sudo cp /boot/grub/grub.cfg /tmp/tmp.XKJTKjMsPq 2023-10-11T15:29:07.631 DEBUG:teuthology.orchestra.run.smithi111:> sudo chmod 0666 /tmp/tmp.XKJTKjMsPq 2023-10-11T15:29:07.634 INFO:teuthology.orchestra.run.smithi130.stdout:Reading package lists... 2023-10-11T15:29:07.674 DEBUG:teuthology.orchestra.remote:smithi111:/tmp/tmp.XKJTKjMsPq is 9KB 2023-10-11T15:29:07.688 DEBUG:teuthology.orchestra.run.smithi111:> rm -fr /tmp/tmp.XKJTKjMsPq 2023-10-11T15:29:07.694 DEBUG:teuthology.orchestra.run.smithi111:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-10-11T15:29:07.750 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2023-10-11T15:29:07.751 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-10-11T15:29:07.751 DEBUG:teuthology.orchestra.run.smithi111:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-10-11T15:29:07.786 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-86-generic 2023-10-11T15:29:07.787 DEBUG:teuthology.orchestra.run.smithi111:> sudo update-grub 2023-10-11T15:29:07.812 INFO:teuthology.orchestra.run.smithi130.stdout:Building dependency tree... 2023-10-11T15:29:07.812 INFO:teuthology.orchestra.run.smithi130.stdout:Reading state information... 2023-10-11T15:29:08.019 INFO:teuthology.orchestra.run.smithi130.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.86.96~20.04.44). 2023-10-11T15:29:08.019 INFO:teuthology.orchestra.run.smithi130.stdout:0 upgraded, 0 newly installed, 0 to remove and 274 not upgraded. 2023-10-11T15:29:08.021 DEBUG:teuthology.orchestra.run.smithi130:> dpkg -s linux-image-generic-hwe-20.04 2023-10-11T15:29:08.040 INFO:teuthology.orchestra.run.smithi130.stdout:Package: linux-image-generic-hwe-20.04 2023-10-11T15:29:08.040 INFO:teuthology.orchestra.run.smithi130.stdout:Status: install ok installed 2023-10-11T15:29:08.041 INFO:teuthology.orchestra.run.smithi130.stdout:Priority: optional 2023-10-11T15:29:08.041 INFO:teuthology.orchestra.run.smithi130.stdout:Section: kernel 2023-10-11T15:29:08.041 INFO:teuthology.orchestra.run.smithi130.stdout:Installed-Size: 20 2023-10-11T15:29:08.041 INFO:teuthology.orchestra.run.smithi130.stdout:Maintainer: Ubuntu Kernel Team 2023-10-11T15:29:08.042 INFO:teuthology.orchestra.run.smithi130.stdout:Architecture: amd64 2023-10-11T15:29:08.042 INFO:teuthology.orchestra.run.smithi130.stdout:Source: linux-meta-hwe-5.15 2023-10-11T15:29:08.042 INFO:teuthology.orchestra.run.smithi130.stdout:Version: 5.15.0.86.96~20.04.44 2023-10-11T15:29:08.042 INFO:teuthology.orchestra.run.smithi130.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-86), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-10-11T15:29:08.042 INFO:teuthology.orchestra.run.smithi130.stdout:Depends: linux-image-5.15.0-86-generic, linux-modules-extra-5.15.0-86-generic, linux-firmware, intel-microcode, amd64-microcode 2023-10-11T15:29:08.043 INFO:teuthology.orchestra.run.smithi130.stdout:Recommends: thermald 2023-10-11T15:29:08.043 INFO:teuthology.orchestra.run.smithi130.stdout:Description: Generic Linux kernel image 2023-10-11T15:29:08.043 INFO:teuthology.orchestra.run.smithi130.stdout: This package will always depend on the latest generic kernel image 2023-10-11T15:29:08.043 INFO:teuthology.orchestra.run.smithi130.stdout: available. 2023-10-11T15:29:08.044 DEBUG:teuthology.orchestra.run.smithi130:> mktemp 2023-10-11T15:29:08.087 INFO:teuthology.orchestra.run.smithi130.stdout:/tmp/tmp.LZDAtwWnKR 2023-10-11T15:29:08.088 DEBUG:teuthology.orchestra.run.smithi130:> sudo cp /boot/grub/grub.cfg /tmp/tmp.LZDAtwWnKR 2023-10-11T15:29:08.104 DEBUG:teuthology.orchestra.run.smithi130:> sudo chmod 0666 /tmp/tmp.LZDAtwWnKR 2023-10-11T15:29:08.179 DEBUG:teuthology.orchestra.remote:smithi130:/tmp/tmp.LZDAtwWnKR is 9KB 2023-10-11T15:29:08.193 DEBUG:teuthology.orchestra.run.smithi130:> rm -fr /tmp/tmp.LZDAtwWnKR 2023-10-11T15:29:08.200 DEBUG:teuthology.orchestra.run.smithi130:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-10-11T15:29:08.257 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2023-10-11T15:29:08.257 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-10-11T15:29:08.258 DEBUG:teuthology.orchestra.run.smithi130:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-10-11T15:29:08.290 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-86-generic 2023-10-11T15:29:08.290 DEBUG:teuthology.orchestra.run.smithi130:> sudo update-grub 2023-10-11T15:29:09.148 INFO:teuthology.orchestra.run.smithi111.stderr:Sourcing file `/etc/default/grub' 2023-10-11T15:29:09.155 INFO:teuthology.orchestra.run.smithi111.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-10-11T15:29:09.166 INFO:teuthology.orchestra.run.smithi111.stderr:Generating grub configuration file ... 2023-10-11T15:29:09.408 INFO:teuthology.orchestra.run.smithi111.stderr:Found linux image: /boot/vmlinuz-5.15.0-86-generic 2023-10-11T15:29:09.419 INFO:teuthology.orchestra.run.smithi111.stderr:Found initrd image: /boot/initrd.img-5.15.0-86-generic 2023-10-11T15:29:09.571 INFO:teuthology.orchestra.run.smithi130.stderr:Sourcing file `/etc/default/grub' 2023-10-11T15:29:09.578 INFO:teuthology.orchestra.run.smithi130.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-10-11T15:29:09.592 INFO:teuthology.orchestra.run.smithi130.stderr:Generating grub configuration file ... 2023-10-11T15:29:09.774 INFO:teuthology.orchestra.run.smithi111.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-10-11T15:29:09.785 INFO:teuthology.orchestra.run.smithi111.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-10-11T15:29:09.829 INFO:teuthology.orchestra.run.smithi130.stderr:Found linux image: /boot/vmlinuz-5.15.0-86-generic 2023-10-11T15:29:09.840 INFO:teuthology.orchestra.run.smithi130.stderr:Found initrd image: /boot/initrd.img-5.15.0-86-generic 2023-10-11T15:29:10.184 INFO:teuthology.orchestra.run.smithi130.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-10-11T15:29:10.196 INFO:teuthology.orchestra.run.smithi130.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-10-11T15:29:10.829 INFO:teuthology.orchestra.run.smithi111.stderr:done 2023-10-11T15:29:10.831 DEBUG:teuthology.orchestra.run.smithi111:> sudo shutdown -r now 2023-10-11T15:29:11.156 INFO:teuthology.orchestra.run.smithi130.stderr:done 2023-10-11T15:29:11.157 DEBUG:teuthology.orchestra.run.smithi130:> sudo shutdown -r now 2023-10-11T15:29:40.862 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-10-11T15:29:40.863 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi111.front.sepia.ceph.com' 2023-10-11T15:29:40.864 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi111.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T15:29:41.161 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-10-11T15:29:41.161 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2023-10-11T15:29:41.162 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T15:29:59.418 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.111 2023-10-11T15:29:59.674 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.130 2023-10-11T15:30:08.426 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi111.front.sepia.ceph.com' 2023-10-11T15:30:08.427 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi111.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T15:30:08.675 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2023-10-11T15:30:08.676 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T15:30:11.486 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.111 2023-10-11T15:30:11.742 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.130 2023-10-11T15:30:23.498 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi111.front.sepia.ceph.com' 2023-10-11T15:30:23.499 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi111.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T15:30:23.746 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2023-10-11T15:30:23.750 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T15:30:26.558 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.111 2023-10-11T15:30:41.572 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi111.front.sepia.ceph.com' 2023-10-11T15:30:41.573 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi111.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T15:30:55.227 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.130 2023-10-11T15:31:00.090 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.111 2023-10-11T15:31:10.238 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2023-10-11T15:31:10.239 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T15:31:10.529 DEBUG:teuthology.orchestra.run.smithi130:> true 2023-10-11T15:31:11.071 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi130.front.sepia.ceph.com' 2023-10-11T15:31:11.072 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-86-generic"... 2023-10-11T15:31:11.072 DEBUG:teuthology.orchestra.run.smithi130:> uname -r 2023-10-11T15:31:11.121 INFO:teuthology.orchestra.run.smithi130.stdout:5.15.0-86-generic 2023-10-11T15:31:11.121 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-86-generic vs 5.15.0-86-generic 2023-10-11T15:31:11.122 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-10-11T15:31:11.122 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-10-11T15:31:12.123 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-10-11T15:31:12.124 DEBUG:teuthology.orchestra.run.smithi130:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-11T15:31:12.476 INFO:teuthology.orchestra.run.smithi130.stdout:ttyS1 2023-10-11T15:31:12.513 DEBUG:teuthology.parallel:result is None 2023-10-11T15:31:18.091 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi111.front.sepia.ceph.com' 2023-10-11T15:31:18.092 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi111.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T15:31:18.388 DEBUG:teuthology.orchestra.run.smithi111:> true 2023-10-11T15:31:18.936 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi111.front.sepia.ceph.com' 2023-10-11T15:31:18.937 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-86-generic"... 2023-10-11T15:31:18.937 DEBUG:teuthology.orchestra.run.smithi111:> uname -r 2023-10-11T15:31:18.986 INFO:teuthology.orchestra.run.smithi111.stdout:5.15.0-86-generic 2023-10-11T15:31:18.987 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-86-generic vs 5.15.0-86-generic 2023-10-11T15:31:18.987 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-10-11T15:31:18.987 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-10-11T15:31:19.988 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-10-11T15:31:19.989 DEBUG:teuthology.orchestra.run.smithi111:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-11T15:31:20.088 INFO:teuthology.orchestra.run.smithi111.stdout:ttyS1 2023-10-11T15:31:20.131 DEBUG:teuthology.parallel:result is None 2023-10-11T15:31:20.132 INFO:teuthology.run_tasks:Running task internal.base... 2023-10-11T15:31:20.139 INFO:teuthology.task.internal:Creating test directory... 2023-10-11T15:31:20.139 DEBUG:teuthology.orchestra.run.smithi111:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-11T15:31:20.142 DEBUG:teuthology.orchestra.run.smithi130:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-11T15:31:20.149 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-10-11T15:31:20.156 INFO:teuthology.run_tasks:Running task internal.archive... 2023-10-11T15:31:20.165 INFO:teuthology.task.internal:Creating archive directory... 2023-10-11T15:31:20.165 DEBUG:teuthology.orchestra.run.smithi111:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-11T15:31:20.190 DEBUG:teuthology.orchestra.run.smithi130:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-11T15:31:20.272 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-10-11T15:31:20.279 INFO:teuthology.task.internal:Enabling coredump saving... 2023-10-11T15:31:20.279 DEBUG:teuthology.orchestra.run.smithi111:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-10-11T15:31:20.282 DEBUG:teuthology.orchestra.run.smithi130:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-10-11T15:31:20.297 INFO:teuthology.orchestra.run.smithi111.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-11T15:31:20.302 INFO:teuthology.orchestra.run.smithi130.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-11T15:31:20.308 INFO:teuthology.orchestra.run.smithi111.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-11T15:31:20.311 INFO:teuthology.orchestra.run.smithi130.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-11T15:31:20.313 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-10-11T15:31:20.322 INFO:teuthology.task.internal:Configuring sudo... 2023-10-11T15:31:20.322 DEBUG:teuthology.orchestra.run.smithi111:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-11T15:31:20.354 DEBUG:teuthology.orchestra.run.smithi130:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-11T15:31:20.376 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-10-11T15:31:20.385 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-10-11T15:31:20.385 DEBUG:teuthology.orchestra.run.smithi111:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-11T15:31:20.410 DEBUG:teuthology.orchestra.run.smithi130:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-11T15:31:20.426 DEBUG:teuthology.orchestra.run.smithi111:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-11T15:31:20.463 DEBUG:teuthology.orchestra.run.smithi111:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-11T15:31:20.511 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2023-10-11T15:31:20.511 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-11T15:31:20.572 DEBUG:teuthology.orchestra.run.smithi130:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-11T15:31:20.580 DEBUG:teuthology.orchestra.run.smithi130:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-11T15:31:20.630 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2023-10-11T15:31:20.631 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-11T15:31:20.692 DEBUG:teuthology.orchestra.run.smithi111:> sudo service rsyslog restart 2023-10-11T15:31:20.695 DEBUG:teuthology.orchestra.run.smithi130:> sudo service rsyslog restart 2023-10-11T15:31:20.776 INFO:teuthology.run_tasks:Running task internal.timer... 2023-10-11T15:31:20.784 INFO:teuthology.task.internal:Starting timer... 2023-10-11T15:31:20.784 INFO:teuthology.run_tasks:Running task pcp... 2023-10-11T15:31:20.801 INFO:teuthology.run_tasks:Running task selinux... 2023-10-11T15:31:20.810 DEBUG:teuthology.task.selinux:Excluding smithi111: OS 'ubuntu' does not support SELinux 2023-10-11T15:31:20.810 DEBUG:teuthology.task.selinux:Excluding smithi130: OS 'ubuntu' does not support SELinux 2023-10-11T15:31:20.810 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-10-11T15:31:20.811 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-10-11T15:31:20.811 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-10-11T15:31:20.811 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-10-11T15:31:20.823 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-10-11T15:31:20.828 INFO:teuthology.repo_utils:Fetching main from origin 2023-10-11T15:31:20.953 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-10-11T15:31:20.971 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-10-11T15:31:20.972 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi111.front.sepia.ceph.com,smithi130.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-10-11T15:37:01.956 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi111.front.sepia.ceph.com'), Remote(name='ubuntu@smithi130.front.sepia.ceph.com')] 2023-10-11T15:37:01.957 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi111.front.sepia.ceph.com' 2023-10-11T15:37:01.959 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi111.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T15:37:02.038 DEBUG:teuthology.orchestra.run.smithi111:> true 2023-10-11T15:37:02.160 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi111.front.sepia.ceph.com' 2023-10-11T15:37:02.160 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2023-10-11T15:37:02.161 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-11T15:37:02.288 DEBUG:teuthology.orchestra.run.smithi130:> true 2023-10-11T15:37:02.408 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi130.front.sepia.ceph.com' 2023-10-11T15:37:02.408 INFO:teuthology.run_tasks:Running task clock... 2023-10-11T15:37:02.420 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-10-11T15:37:02.420 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-11T15:37:02.421 DEBUG:teuthology.orchestra.run.smithi111:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-11T15:37:02.424 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-11T15:37:02.424 DEBUG:teuthology.orchestra.run.smithi130:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-11T15:37:02.455 INFO:teuthology.orchestra.run.smithi111.stdout:11 Oct 15:37:02 ntpd[22687]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-10-11T15:37:02.455 INFO:teuthology.orchestra.run.smithi111.stdout:11 Oct 15:37:02 ntpd[22687]: Command line: ntpd -gq 2023-10-11T15:37:02.456 INFO:teuthology.orchestra.run.smithi111.stdout:11 Oct 15:37:02 ntpd[22687]: proto: precision = 0.060 usec (-24) 2023-10-11T15:37:02.456 INFO:teuthology.orchestra.run.smithi111.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-10-11T15:37:02.457 INFO:teuthology.orchestra.run.smithi111.stdout:11 Oct 15:37:02 ntpd[22687]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-10-11T15:37:02.457 INFO:teuthology.orchestra.run.smithi111.stderr:restrict ::: KOD does nothing without LIMITED. 2023-10-11T15:37:02.458 INFO:teuthology.orchestra.run.smithi111.stdout:11 Oct 15:37:02 ntpd[22687]: restrict ::: KOD does nothing without LIMITED. 2023-10-11T15:37:02.459 INFO:teuthology.orchestra.run.smithi111.stdout:11 Oct 15:37:02 ntpd[22687]: Listen and drop on 0 v6wildcard [::]:123 2023-10-11T15:37:02.459 INFO:teuthology.orchestra.run.smithi111.stdout:11 Oct 15:37:02 ntpd[22687]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-10-11T15:37:02.459 INFO:teuthology.orchestra.run.smithi111.stdout:11 Oct 15:37:02 ntpd[22687]: Listen normally on 2 lo 127.0.0.1:123 2023-10-11T15:37:02.459 INFO:teuthology.orchestra.run.smithi111.stdout:11 Oct 15:37:02 ntpd[22687]: Listen normally on 3 enp3s0f1 172.21.15.111:123 2023-10-11T15:37:02.459 INFO:teuthology.orchestra.run.smithi111.stdout:11 Oct 15:37:02 ntpd[22687]: Listen normally on 4 lo [::1]:123 2023-10-11T15:37:02.459 INFO:teuthology.orchestra.run.smithi111.stdout:11 Oct 15:37:02 ntpd[22687]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:cc2f%5]:123 2023-10-11T15:37:02.460 INFO:teuthology.orchestra.run.smithi111.stdout:11 Oct 15:37:02 ntpd[22687]: Listening on routing socket on fd #22 for interface updates 2023-10-11T15:37:02.486 INFO:teuthology.orchestra.run.smithi130.stdout:11 Oct 15:37:02 ntpd[22760]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-10-11T15:37:02.487 INFO:teuthology.orchestra.run.smithi130.stdout:11 Oct 15:37:02 ntpd[22760]: Command line: ntpd -gq 2023-10-11T15:37:02.487 INFO:teuthology.orchestra.run.smithi130.stdout:11 Oct 15:37:02 ntpd[22760]: proto: precision = 0.106 usec (-23) 2023-10-11T15:37:02.488 INFO:teuthology.orchestra.run.smithi130.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-10-11T15:37:02.488 INFO:teuthology.orchestra.run.smithi130.stdout:11 Oct 15:37:02 ntpd[22760]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-10-11T15:37:02.488 INFO:teuthology.orchestra.run.smithi130.stderr:restrict ::: KOD does nothing without LIMITED. 2023-10-11T15:37:02.490 INFO:teuthology.orchestra.run.smithi130.stdout:11 Oct 15:37:02 ntpd[22760]: restrict ::: KOD does nothing without LIMITED. 2023-10-11T15:37:02.490 INFO:teuthology.orchestra.run.smithi130.stdout:11 Oct 15:37:02 ntpd[22760]: Listen and drop on 0 v6wildcard [::]:123 2023-10-11T15:37:02.490 INFO:teuthology.orchestra.run.smithi130.stdout:11 Oct 15:37:02 ntpd[22760]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-10-11T15:37:02.490 INFO:teuthology.orchestra.run.smithi130.stdout:11 Oct 15:37:02 ntpd[22760]: Listen normally on 2 lo 127.0.0.1:123 2023-10-11T15:37:02.491 INFO:teuthology.orchestra.run.smithi130.stdout:11 Oct 15:37:02 ntpd[22760]: Listen normally on 3 enp3s0f1 172.21.15.130:123 2023-10-11T15:37:02.491 INFO:teuthology.orchestra.run.smithi130.stdout:11 Oct 15:37:02 ntpd[22760]: Listen normally on 4 lo [::1]:123 2023-10-11T15:37:02.491 INFO:teuthology.orchestra.run.smithi130.stdout:11 Oct 15:37:02 ntpd[22760]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7f37%5]:123 2023-10-11T15:37:02.491 INFO:teuthology.orchestra.run.smithi130.stdout:11 Oct 15:37:02 ntpd[22760]: Listening on routing socket on fd #22 for interface updates 2023-10-11T15:37:03.456 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:03 ntpd[22687]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T15:37:03.456 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:03 ntpd[22687]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T15:37:03.457 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:03 ntpd[22687]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T15:37:03.457 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:03 ntpd[22687]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T15:37:03.457 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:03 ntpd[22687]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-11T15:37:03.457 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:03 ntpd[22687]: can't open /var/log/ntpstats/peerstats.20231011: Permission denied 2023-10-11T15:37:04.456 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:04 ntpd[22687]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T15:37:04.456 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:04 ntpd[22687]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T15:37:05.456 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:05 ntpd[22687]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T15:37:05.457 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:05 ntpd[22687]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T15:37:05.457 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:05 ntpd[22687]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T15:37:05.457 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:05 ntpd[22687]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T15:37:05.458 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:05 ntpd[22687]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-11T15:37:05.458 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:05 ntpd[22687]: can't open /var/log/ntpstats/peerstats.20231011: Permission denied 2023-10-11T15:37:05.487 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:05 ntpd[22760]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T15:37:05.487 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:05 ntpd[22760]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T15:37:05.488 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:05 ntpd[22760]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T15:37:05.488 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:05 ntpd[22760]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T15:37:05.488 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:05 ntpd[22760]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-11T15:37:05.488 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:05 ntpd[22760]: can't open /var/log/ntpstats/peerstats.20231011: Permission denied 2023-10-11T15:37:06.456 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:06 ntpd[22687]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T15:37:06.456 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:06 ntpd[22687]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T15:37:06.457 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:06 ntpd[22687]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T15:37:06.457 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:06 ntpd[22687]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T15:37:06.457 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:06 ntpd[22687]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-11T15:37:06.457 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:06 ntpd[22687]: can't open /var/log/ntpstats/peerstats.20231011: Permission denied 2023-10-11T15:37:07.457 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:07 ntpd[22687]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T15:37:07.457 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:07 ntpd[22687]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T15:37:07.457 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:07 ntpd[22687]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T15:37:07.457 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:07 ntpd[22687]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T15:37:07.458 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:07 ntpd[22687]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T15:37:07.458 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:07 ntpd[22687]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T15:37:07.458 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:07 ntpd[22687]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-11T15:37:07.458 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:07 ntpd[22687]: can't open /var/log/ntpstats/peerstats.20231011: Permission denied 2023-10-11T15:37:07.458 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:07 ntpd[22687]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T15:37:07.459 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:07 ntpd[22687]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T15:37:07.459 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:07 ntpd[22687]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-11T15:37:07.459 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:07 ntpd[22687]: can't open /var/log/ntpstats/peerstats.20231011: Permission denied 2023-10-11T15:37:07.488 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:07 ntpd[22760]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T15:37:07.489 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:07 ntpd[22760]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T15:37:07.489 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:07 ntpd[22760]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T15:37:07.489 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:07 ntpd[22760]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T15:37:07.490 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:07 ntpd[22760]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T15:37:07.490 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:07 ntpd[22760]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T15:37:07.490 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:07 ntpd[22760]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T15:37:07.490 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:07 ntpd[22760]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T15:37:07.490 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:07 ntpd[22760]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T15:37:07.491 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:07 ntpd[22760]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T15:37:07.491 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:07 ntpd[22760]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-11T15:37:07.491 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:07 ntpd[22760]: can't open /var/log/ntpstats/peerstats.20231011: Permission denied 2023-10-11T15:37:07.491 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:07 ntpd[22760]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T15:37:07.492 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:07 ntpd[22760]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T15:37:07.492 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:07 ntpd[22760]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-11T15:37:07.492 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:07 ntpd[22760]: can't open /var/log/ntpstats/peerstats.20231011: Permission denied 2023-10-11T15:37:07.492 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:07 ntpd[22760]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T15:37:07.492 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:07 ntpd[22760]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T15:37:07.493 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:07 ntpd[22760]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-11T15:37:07.493 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:07 ntpd[22760]: can't open /var/log/ntpstats/peerstats.20231011: Permission denied 2023-10-11T15:37:08.456 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:08 ntpd[22687]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T15:37:08.457 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:08 ntpd[22687]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T15:37:08.457 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:08 ntpd[22687]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T15:37:08.457 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:08 ntpd[22687]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T15:37:08.457 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:08 ntpd[22687]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-11T15:37:08.457 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:08 ntpd[22687]: can't open /var/log/ntpstats/peerstats.20231011: Permission denied 2023-10-11T15:37:09.457 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:09 ntpd[22687]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T15:37:09.457 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:09 ntpd[22687]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T15:37:09.458 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:09 ntpd[22687]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T15:37:09.458 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:09 ntpd[22687]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T15:37:09.458 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:09 ntpd[22687]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T15:37:09.458 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:09 ntpd[22687]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T15:37:09.458 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:09 ntpd[22687]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-11T15:37:09.459 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:09 ntpd[22687]: can't open /var/log/ntpstats/peerstats.20231011: Permission denied 2023-10-11T15:37:09.459 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:09 ntpd[22687]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T15:37:09.459 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:09 ntpd[22687]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T15:37:09.459 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:09 ntpd[22687]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-11T15:37:09.459 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:09 ntpd[22687]: can't open /var/log/ntpstats/peerstats.20231011: Permission denied 2023-10-11T15:37:09.460 INFO:teuthology.orchestra.run.smithi111.stdout:11 Oct 15:37:09 ntpd[22687]: ntpd: time slew +0.002475 s 2023-10-11T15:37:09.460 INFO:teuthology.orchestra.run.smithi111.stdout:ntpd: time slew +0.002475s 2023-10-11T15:37:09.460 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:09 ntpd[22687]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-10-11T15:37:09.461 INFO:teuthology.orchestra.run.smithi111.stderr:11 Oct 15:37:09 ntpd[22687]: can't open /var/log/ntpstats/loopstats.20231011: Permission denied 2023-10-11T15:37:09.488 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:09 ntpd[22760]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T15:37:09.488 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:09 ntpd[22760]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T15:37:09.489 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:09 ntpd[22760]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T15:37:09.489 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:09 ntpd[22760]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T15:37:09.489 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:09 ntpd[22760]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T15:37:09.489 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:09 ntpd[22760]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T15:37:09.489 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:09 ntpd[22760]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T15:37:09.490 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:09 ntpd[22760]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T15:37:09.490 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:09 ntpd[22760]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-11T15:37:09.490 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:09 ntpd[22760]: can't open /var/log/ntpstats/peerstats.20231011: Permission denied 2023-10-11T15:37:09.490 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:09 ntpd[22760]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T15:37:09.490 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:09 ntpd[22760]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T15:37:09.491 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:09 ntpd[22760]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-11T15:37:09.491 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:09 ntpd[22760]: can't open /var/log/ntpstats/peerstats.20231011: Permission denied 2023-10-11T15:37:09.491 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:09 ntpd[22760]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T15:37:09.491 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:09 ntpd[22760]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T15:37:09.491 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:09 ntpd[22760]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-11T15:37:09.492 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:09 ntpd[22760]: can't open /var/log/ntpstats/peerstats.20231011: Permission denied 2023-10-11T15:37:09.508 INFO:teuthology.orchestra.run.smithi111.stdout: remote refid st t when poll reach delay offset jitter 2023-10-11T15:37:09.509 INFO:teuthology.orchestra.run.smithi111.stdout:============================================================================== 2023-10-11T15:37:09.509 INFO:teuthology.orchestra.run.smithi111.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-11T15:37:09.509 INFO:teuthology.orchestra.run.smithi111.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-11T15:37:09.509 INFO:teuthology.orchestra.run.smithi111.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-11T15:37:09.509 INFO:teuthology.orchestra.run.smithi111.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-11T15:37:11.488 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:11 ntpd[22760]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T15:37:11.489 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:11 ntpd[22760]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T15:37:11.489 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:11 ntpd[22760]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T15:37:11.489 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:11 ntpd[22760]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T15:37:11.489 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:11 ntpd[22760]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T15:37:11.489 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:11 ntpd[22760]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T15:37:11.490 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:11 ntpd[22760]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T15:37:11.490 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:11 ntpd[22760]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T15:37:11.490 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:11 ntpd[22760]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-11T15:37:11.490 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:11 ntpd[22760]: can't open /var/log/ntpstats/peerstats.20231011: Permission denied 2023-10-11T15:37:11.490 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:11 ntpd[22760]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-10-11T15:37:11.491 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:11 ntpd[22760]: can't open /var/log/ntpstats/rawstats.20231011: Permission denied 2023-10-11T15:37:11.491 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:11 ntpd[22760]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-10-11T15:37:11.491 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:11 ntpd[22760]: can't open /var/log/ntpstats/peerstats.20231011: Permission denied 2023-10-11T15:37:11.491 INFO:teuthology.orchestra.run.smithi130.stdout:11 Oct 15:37:11 ntpd[22760]: ntpd: time slew +0.001024 s 2023-10-11T15:37:11.492 INFO:teuthology.orchestra.run.smithi130.stdout:ntpd: time slew +0.001024s 2023-10-11T15:37:11.492 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:11 ntpd[22760]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-10-11T15:37:11.492 INFO:teuthology.orchestra.run.smithi130.stderr:11 Oct 15:37:11 ntpd[22760]: can't open /var/log/ntpstats/loopstats.20231011: Permission denied 2023-10-11T15:37:11.537 INFO:teuthology.orchestra.run.smithi130.stdout: remote refid st t when poll reach delay offset jitter 2023-10-11T15:37:11.537 INFO:teuthology.orchestra.run.smithi130.stdout:============================================================================== 2023-10-11T15:37:11.538 INFO:teuthology.orchestra.run.smithi130.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-11T15:37:11.538 INFO:teuthology.orchestra.run.smithi130.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-11T15:37:11.538 INFO:teuthology.orchestra.run.smithi130.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-11T15:37:11.538 INFO:teuthology.orchestra.run.smithi130.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-10-11T15:37:11.539 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-10-11T15:37:11.550 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-10-11T15:37:11.551 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2023-10-11T15:37:11.551 DEBUG:teuthology.orchestra.run.smithi111:> dd if=/scratch_devs of=/dev/stdout 2023-10-11T15:37:11.559 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-10-11T15:37:11.560 DEBUG:teuthology.orchestra.run.smithi111:> stat /dev/vg_nvme/lv_1 2023-10-11T15:37:11.609 INFO:teuthology.orchestra.run.smithi111.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-11T15:37:11.609 INFO:teuthology.orchestra.run.smithi111.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-11T15:37:11.609 INFO:teuthology.orchestra.run.smithi111.stdout:Device: 5h/5d Inode: 491 Links: 1 2023-10-11T15:37:11.610 INFO:teuthology.orchestra.run.smithi111.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-11T15:37:11.610 INFO:teuthology.orchestra.run.smithi111.stdout:Access: 2023-10-11 15:35:35.667097164 +0000 2023-10-11T15:37:11.610 INFO:teuthology.orchestra.run.smithi111.stdout:Modify: 2023-10-11 15:35:35.335104816 +0000 2023-10-11T15:37:11.610 INFO:teuthology.orchestra.run.smithi111.stdout:Change: 2023-10-11 15:35:35.335104816 +0000 2023-10-11T15:37:11.611 INFO:teuthology.orchestra.run.smithi111.stdout: Birth: - 2023-10-11T15:37:11.611 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-11T15:37:11.662 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records in 2023-10-11T15:37:11.663 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records out 2023-10-11T15:37:11.663 INFO:teuthology.orchestra.run.smithi111.stderr:512 bytes copied, 0.000424579 s, 1.2 MB/s 2023-10-11T15:37:11.664 DEBUG:teuthology.orchestra.run.smithi111:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-11T15:37:11.714 DEBUG:teuthology.orchestra.run.smithi111:> stat /dev/vg_nvme/lv_2 2023-10-11T15:37:11.764 INFO:teuthology.orchestra.run.smithi111.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-11T15:37:11.765 INFO:teuthology.orchestra.run.smithi111.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-11T15:37:11.765 INFO:teuthology.orchestra.run.smithi111.stdout:Device: 5h/5d Inode: 497 Links: 1 2023-10-11T15:37:11.765 INFO:teuthology.orchestra.run.smithi111.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-11T15:37:11.765 INFO:teuthology.orchestra.run.smithi111.stdout:Access: 2023-10-11 15:35:36.215084532 +0000 2023-10-11T15:37:11.766 INFO:teuthology.orchestra.run.smithi111.stdout:Modify: 2023-10-11 15:35:35.867092554 +0000 2023-10-11T15:37:11.766 INFO:teuthology.orchestra.run.smithi111.stdout:Change: 2023-10-11 15:35:35.867092554 +0000 2023-10-11T15:37:11.766 INFO:teuthology.orchestra.run.smithi111.stdout: Birth: - 2023-10-11T15:37:11.767 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-11T15:37:11.818 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records in 2023-10-11T15:37:11.819 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records out 2023-10-11T15:37:11.819 INFO:teuthology.orchestra.run.smithi111.stderr:512 bytes copied, 0.000379599 s, 1.3 MB/s 2023-10-11T15:37:11.820 DEBUG:teuthology.orchestra.run.smithi111:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-11T15:37:11.870 DEBUG:teuthology.orchestra.run.smithi111:> stat /dev/vg_nvme/lv_3 2023-10-11T15:37:11.921 INFO:teuthology.orchestra.run.smithi111.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-11T15:37:11.921 INFO:teuthology.orchestra.run.smithi111.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-11T15:37:11.921 INFO:teuthology.orchestra.run.smithi111.stdout:Device: 5h/5d Inode: 501 Links: 1 2023-10-11T15:37:11.921 INFO:teuthology.orchestra.run.smithi111.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-11T15:37:11.922 INFO:teuthology.orchestra.run.smithi111.stdout:Access: 2023-10-11 15:35:36.751072177 +0000 2023-10-11T15:37:11.922 INFO:teuthology.orchestra.run.smithi111.stdout:Modify: 2023-10-11 15:35:36.427079646 +0000 2023-10-11T15:37:11.922 INFO:teuthology.orchestra.run.smithi111.stdout:Change: 2023-10-11 15:35:36.427079646 +0000 2023-10-11T15:37:11.922 INFO:teuthology.orchestra.run.smithi111.stdout: Birth: - 2023-10-11T15:37:11.923 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-11T15:37:11.976 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records in 2023-10-11T15:37:11.976 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records out 2023-10-11T15:37:11.977 INFO:teuthology.orchestra.run.smithi111.stderr:512 bytes copied, 0.000400815 s, 1.3 MB/s 2023-10-11T15:37:11.978 DEBUG:teuthology.orchestra.run.smithi111:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-11T15:37:12.030 DEBUG:teuthology.orchestra.run.smithi111:> stat /dev/vg_nvme/lv_4 2023-10-11T15:37:12.080 INFO:teuthology.orchestra.run.smithi111.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-11T15:37:12.081 INFO:teuthology.orchestra.run.smithi111.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-11T15:37:12.081 INFO:teuthology.orchestra.run.smithi111.stdout:Device: 5h/5d Inode: 508 Links: 1 2023-10-11T15:37:12.081 INFO:teuthology.orchestra.run.smithi111.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-11T15:37:12.081 INFO:teuthology.orchestra.run.smithi111.stdout:Access: 2023-10-11 15:35:37.327058900 +0000 2023-10-11T15:37:12.082 INFO:teuthology.orchestra.run.smithi111.stdout:Modify: 2023-10-11 15:35:36.995066554 +0000 2023-10-11T15:37:12.082 INFO:teuthology.orchestra.run.smithi111.stdout:Change: 2023-10-11 15:35:36.995066554 +0000 2023-10-11T15:37:12.082 INFO:teuthology.orchestra.run.smithi111.stdout: Birth: - 2023-10-11T15:37:12.082 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-11T15:37:12.136 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records in 2023-10-11T15:37:12.136 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records out 2023-10-11T15:37:12.136 INFO:teuthology.orchestra.run.smithi111.stderr:512 bytes copied, 0.000404127 s, 1.3 MB/s 2023-10-11T15:37:12.137 DEBUG:teuthology.orchestra.run.smithi111:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-11T15:37:12.190 DEBUG:teuthology.orchestra.run.smithi111:> 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 2023-10-11T15:37:12.312 INFO:teuthology.orchestra.run.smithi111.stdout:loop 2023-10-11T15:37:12.314 INFO:tasks.nvme_loop:Connecting nvme_loop smithi111:/dev/vg_nvme/lv_1... 2023-10-11T15:37:12.314 DEBUG:teuthology.orchestra.run.smithi111:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-10-11T15:37:12.333 INFO:teuthology.orchestra.run.smithi111.stdout:1 2023-10-11T15:37:12.358 INFO:teuthology.orchestra.run.smithi111.stdout:/dev/vg_nvme/lv_11 2023-10-11T15:37:12.382 INFO:tasks.nvme_loop:Connecting nvme_loop smithi111:/dev/vg_nvme/lv_2... 2023-10-11T15:37:12.382 DEBUG:teuthology.orchestra.run.smithi111:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-10-11T15:37:12.449 INFO:teuthology.orchestra.run.smithi111.stdout:1 2023-10-11T15:37:12.477 INFO:teuthology.orchestra.run.smithi111.stdout:/dev/vg_nvme/lv_21 2023-10-11T15:37:12.498 INFO:tasks.nvme_loop:Connecting nvme_loop smithi111:/dev/vg_nvme/lv_3... 2023-10-11T15:37:12.498 DEBUG:teuthology.orchestra.run.smithi111:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-10-11T15:37:12.567 INFO:teuthology.orchestra.run.smithi111.stdout:1 2023-10-11T15:37:12.593 INFO:teuthology.orchestra.run.smithi111.stdout:/dev/vg_nvme/lv_31 2023-10-11T15:37:12.615 INFO:tasks.nvme_loop:Connecting nvme_loop smithi111:/dev/vg_nvme/lv_4... 2023-10-11T15:37:12.616 DEBUG:teuthology.orchestra.run.smithi111:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-10-11T15:37:12.683 INFO:teuthology.orchestra.run.smithi111.stdout:1 2023-10-11T15:37:12.708 INFO:teuthology.orchestra.run.smithi111.stdout:/dev/vg_nvme/lv_41 2023-10-11T15:37:12.732 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2023-10-11T15:37:12.733 DEBUG:teuthology.orchestra.run.smithi111:> dd if=/scratch_devs of=/dev/stdout 2023-10-11T15:37:12.784 DEBUG:teuthology.orchestra.run.smithi111:> sudo nvme list 2023-10-11T15:37:12.840 INFO:teuthology.orchestra.run.smithi111.stdout:Node SN Model Namespace Usage Format FW Rev 2023-10-11T15:37:12.840 INFO:teuthology.orchestra.run.smithi111.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-10-11T15:37:12.840 INFO:teuthology.orchestra.run.smithi111.stdout:/dev/nvme0n1 PHFT620400VZ400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-10-11T15:37:12.841 INFO:teuthology.orchestra.run.smithi111.stdout:/dev/nvme1n1 3e17592bb77f747cd5a1 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-10-11T15:37:12.841 INFO:teuthology.orchestra.run.smithi111.stdout:/dev/nvme2n1 6edcd3a3a539535181d6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-10-11T15:37:12.841 INFO:teuthology.orchestra.run.smithi111.stdout:/dev/nvme3n1 1cb88a261e72795dfeb3 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-10-11T15:37:12.841 INFO:teuthology.orchestra.run.smithi111.stdout:/dev/nvme4n1 aca17364e42b77e8db28 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-10-11T15:37:12.842 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-11T15:37:12.843 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2023-10-11T15:37:12.843 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd of=/scratch_devs 2023-10-11T15:37:12.899 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2023-10-11T15:37:12.899 DEBUG:teuthology.orchestra.run.smithi130:> dd if=/scratch_devs of=/dev/stdout 2023-10-11T15:37:12.907 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-10-11T15:37:12.907 DEBUG:teuthology.orchestra.run.smithi130:> stat /dev/vg_nvme/lv_1 2023-10-11T15:37:12.956 INFO:teuthology.orchestra.run.smithi130.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-11T15:37:12.956 INFO:teuthology.orchestra.run.smithi130.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-11T15:37:12.956 INFO:teuthology.orchestra.run.smithi130.stdout:Device: 5h/5d Inode: 489 Links: 1 2023-10-11T15:37:12.956 INFO:teuthology.orchestra.run.smithi130.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-11T15:37:12.957 INFO:teuthology.orchestra.run.smithi130.stdout:Access: 2023-10-11 15:35:35.228716195 +0000 2023-10-11T15:37:12.957 INFO:teuthology.orchestra.run.smithi130.stdout:Modify: 2023-10-11 15:35:34.924723207 +0000 2023-10-11T15:37:12.957 INFO:teuthology.orchestra.run.smithi130.stdout:Change: 2023-10-11 15:35:34.924723207 +0000 2023-10-11T15:37:12.957 INFO:teuthology.orchestra.run.smithi130.stdout: Birth: - 2023-10-11T15:37:12.957 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-11T15:37:13.011 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records in 2023-10-11T15:37:13.011 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records out 2023-10-11T15:37:13.012 INFO:teuthology.orchestra.run.smithi130.stderr:512 bytes copied, 0.000408115 s, 1.3 MB/s 2023-10-11T15:37:13.013 DEBUG:teuthology.orchestra.run.smithi130:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-11T15:37:13.065 DEBUG:teuthology.orchestra.run.smithi130:> stat /dev/vg_nvme/lv_2 2023-10-11T15:37:13.119 INFO:teuthology.orchestra.run.smithi130.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-11T15:37:13.120 INFO:teuthology.orchestra.run.smithi130.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-11T15:37:13.120 INFO:teuthology.orchestra.run.smithi130.stdout:Device: 5h/5d Inode: 498 Links: 1 2023-10-11T15:37:13.120 INFO:teuthology.orchestra.run.smithi130.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-11T15:37:13.120 INFO:teuthology.orchestra.run.smithi130.stdout:Access: 2023-10-11 15:35:35.756704020 +0000 2023-10-11T15:37:13.121 INFO:teuthology.orchestra.run.smithi130.stdout:Modify: 2023-10-11 15:35:35.440711306 +0000 2023-10-11T15:37:13.121 INFO:teuthology.orchestra.run.smithi130.stdout:Change: 2023-10-11 15:35:35.440711306 +0000 2023-10-11T15:37:13.121 INFO:teuthology.orchestra.run.smithi130.stdout: Birth: - 2023-10-11T15:37:13.121 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-11T15:37:13.175 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records in 2023-10-11T15:37:13.175 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records out 2023-10-11T15:37:13.175 INFO:teuthology.orchestra.run.smithi130.stderr:512 bytes copied, 0.000383327 s, 1.3 MB/s 2023-10-11T15:37:13.176 DEBUG:teuthology.orchestra.run.smithi130:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-11T15:37:13.229 DEBUG:teuthology.orchestra.run.smithi130:> stat /dev/vg_nvme/lv_3 2023-10-11T15:37:13.279 INFO:teuthology.orchestra.run.smithi130.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-11T15:37:13.281 INFO:teuthology.orchestra.run.smithi130.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-11T15:37:13.281 INFO:teuthology.orchestra.run.smithi130.stdout:Device: 5h/5d Inode: 503 Links: 1 2023-10-11T15:37:13.282 INFO:teuthology.orchestra.run.smithi130.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-11T15:37:13.282 INFO:teuthology.orchestra.run.smithi130.stdout:Access: 2023-10-11 15:35:36.256692489 +0000 2023-10-11T15:37:13.282 INFO:teuthology.orchestra.run.smithi130.stdout:Modify: 2023-10-11 15:35:35.956699408 +0000 2023-10-11T15:37:13.282 INFO:teuthology.orchestra.run.smithi130.stdout:Change: 2023-10-11 15:35:35.956699408 +0000 2023-10-11T15:37:13.282 INFO:teuthology.orchestra.run.smithi130.stdout: Birth: - 2023-10-11T15:37:13.283 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-11T15:37:13.333 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records in 2023-10-11T15:37:13.333 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records out 2023-10-11T15:37:13.334 INFO:teuthology.orchestra.run.smithi130.stderr:512 bytes copied, 0.000405207 s, 1.3 MB/s 2023-10-11T15:37:13.335 DEBUG:teuthology.orchestra.run.smithi130:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-11T15:37:13.385 DEBUG:teuthology.orchestra.run.smithi130:> stat /dev/vg_nvme/lv_4 2023-10-11T15:37:13.435 INFO:teuthology.orchestra.run.smithi130.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-11T15:37:13.436 INFO:teuthology.orchestra.run.smithi130.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-11T15:37:13.436 INFO:teuthology.orchestra.run.smithi130.stdout:Device: 5h/5d Inode: 508 Links: 1 2023-10-11T15:37:13.436 INFO:teuthology.orchestra.run.smithi130.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-11T15:37:13.436 INFO:teuthology.orchestra.run.smithi130.stdout:Access: 2023-10-11 15:35:36.784680312 +0000 2023-10-11T15:37:13.436 INFO:teuthology.orchestra.run.smithi130.stdout:Modify: 2023-10-11 15:35:36.472687507 +0000 2023-10-11T15:37:13.437 INFO:teuthology.orchestra.run.smithi130.stdout:Change: 2023-10-11 15:35:36.472687507 +0000 2023-10-11T15:37:13.437 INFO:teuthology.orchestra.run.smithi130.stdout: Birth: - 2023-10-11T15:37:13.437 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-11T15:37:13.489 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records in 2023-10-11T15:37:13.489 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records out 2023-10-11T15:37:13.489 INFO:teuthology.orchestra.run.smithi130.stderr:512 bytes copied, 0.000398394 s, 1.3 MB/s 2023-10-11T15:37:13.490 DEBUG:teuthology.orchestra.run.smithi130:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-11T15:37:13.541 DEBUG:teuthology.orchestra.run.smithi130:> 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 2023-10-11T15:37:13.663 INFO:teuthology.orchestra.run.smithi130.stdout:loop 2023-10-11T15:37:13.664 INFO:tasks.nvme_loop:Connecting nvme_loop smithi130:/dev/vg_nvme/lv_1... 2023-10-11T15:37:13.665 DEBUG:teuthology.orchestra.run.smithi130:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-10-11T15:37:13.684 INFO:teuthology.orchestra.run.smithi130.stdout:1 2023-10-11T15:37:13.710 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/vg_nvme/lv_11 2023-10-11T15:37:13.734 INFO:tasks.nvme_loop:Connecting nvme_loop smithi130:/dev/vg_nvme/lv_2... 2023-10-11T15:37:13.735 DEBUG:teuthology.orchestra.run.smithi130:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-10-11T15:37:13.797 INFO:teuthology.orchestra.run.smithi130.stdout:1 2023-10-11T15:37:13.824 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/vg_nvme/lv_21 2023-10-11T15:37:13.846 INFO:tasks.nvme_loop:Connecting nvme_loop smithi130:/dev/vg_nvme/lv_3... 2023-10-11T15:37:13.847 DEBUG:teuthology.orchestra.run.smithi130:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-10-11T15:37:13.909 INFO:teuthology.orchestra.run.smithi130.stdout:1 2023-10-11T15:37:13.935 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/vg_nvme/lv_31 2023-10-11T15:37:13.960 INFO:tasks.nvme_loop:Connecting nvme_loop smithi130:/dev/vg_nvme/lv_4... 2023-10-11T15:37:13.960 DEBUG:teuthology.orchestra.run.smithi130:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-10-11T15:37:14.026 INFO:teuthology.orchestra.run.smithi130.stdout:1 2023-10-11T15:37:14.048 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/vg_nvme/lv_41 2023-10-11T15:37:14.071 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2023-10-11T15:37:14.072 DEBUG:teuthology.orchestra.run.smithi130:> dd if=/scratch_devs of=/dev/stdout 2023-10-11T15:37:14.119 DEBUG:teuthology.orchestra.run.smithi130:> sudo nvme list 2023-10-11T15:37:14.175 INFO:teuthology.orchestra.run.smithi130.stdout:Node SN Model Namespace Usage Format FW Rev 2023-10-11T15:37:14.175 INFO:teuthology.orchestra.run.smithi130.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-10-11T15:37:14.176 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/nvme0n1 PHFT620500Q1400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-10-11T15:37:14.176 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/nvme1n1 ec6c5e0bc5844602b3e4 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-10-11T15:37:14.176 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/nvme2n1 39f0ff6b67c184002162 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-10-11T15:37:14.176 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/nvme3n1 713db761418dd57c1647 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-10-11T15:37:14.176 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/nvme4n1 acb60611f2fa5b0ae27f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-10-11T15:37:14.177 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-11T15:37:14.178 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2023-10-11T15:37:14.178 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/scratch_devs 2023-10-11T15:37:14.234 INFO:teuthology.run_tasks:Running task cephadm... 2023-10-11T15:37:14.316 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'e62d759a6de3042e046d7d9889d2209cbc674fbd'} 2023-10-11T15:37:14.317 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd 2023-10-11T15:37:14.317 INFO:tasks.cephadm:Cluster fsid is 0d30edf8-684c-11ee-8db6-212e2dc638e7 2023-10-11T15:37:14.318 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-10-11T15:37:14.318 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-10-11T15:37:14.319 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi111': '172.21.15.111', 'mon.smithi130': '172.21.15.130'} 2023-10-11T15:37:14.319 INFO:tasks.cephadm:Normalizing hostnames... 2023-10-11T15:37:14.319 DEBUG:teuthology.orchestra.run.smithi111:> sudo hostname $(hostname -s) 2023-10-11T15:37:14.338 DEBUG:teuthology.orchestra.run.smithi130:> sudo hostname $(hostname -s) 2023-10-11T15:37:14.355 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-10-11T15:37:14.356 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=e62d759a6de3042e046d7d9889d2209cbc674fbd 2023-10-11T15:37:14.575 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'e62d759a6de3042e046d7d9889d2209cbc674fbd', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=focal,DIST=focal,MACHINE_SIZE=gigantic/73180/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.2.0-669-ge62d759a', 'node_name': '172.21.2.10+braggi10', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=focal,DIST=focal,MACHINE_SIZE=gigantic', 'package_manager_version': '18.2.0-669-ge62d759a-1focal'}, 'url': 'https://4.chacra.ceph.com/r/ceph/wip-yuri11-testing-2023-10-10-1226-reef/e62d759a6de3042e046d7d9889d2209cbc674fbd/ubuntu/focal/flavors/default/', 'distro_codename': 'focal', 'modified': '2023-10-11 01:11:32.452981', 'distro_version': '20.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri11-testing-2023-10-10-1226-reef', 'chacra_url': 'https://4.chacra.ceph.com/repos/ceph/wip-yuri11-testing-2023-10-10-1226-reef/e62d759a6de3042e046d7d9889d2209cbc674fbd/ubuntu/focal/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2023-10-11T15:37:14.794 INFO:tasks.util.chacra:got chacra host 4.chacra.ceph.com, ref wip-yuri11-testing-2023-10-10-1226-reef, sha1 e62d759a6de3042e046d7d9889d2209cbc674fbd from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F20.04%2Fx86_64&flavor=default&sha1=e62d759a6de3042e046d7d9889d2209cbc674fbd 2023-10-11T15:37:14.794 INFO:tasks.cephadm:Discovered cachra url: https://4.chacra.ceph.com/binaries/ceph/wip-yuri11-testing-2023-10-10-1226-reef/e62d759a6de3042e046d7d9889d2209cbc674fbd/ubuntu/focal/x86_64/flavors/default/cephadm 2023-10-11T15:37:14.795 DEBUG:teuthology.orchestra.run.smithi111:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuri11-testing-2023-10-10-1226-reef/e62d759a6de3042e046d7d9889d2209cbc674fbd/ubuntu/focal/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-10-11T15:37:15.498 INFO:teuthology.orchestra.run.smithi111.stdout:-rw-rw-r-- 1 ubuntu ubuntu 212272 Oct 11 15:37 /home/ubuntu/cephtest/cephadm 2023-10-11T15:37:15.498 DEBUG:teuthology.orchestra.run.smithi130:> curl --silent -L https://4.chacra.ceph.com/binaries/ceph/wip-yuri11-testing-2023-10-10-1226-reef/e62d759a6de3042e046d7d9889d2209cbc674fbd/ubuntu/focal/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-10-11T15:37:16.047 INFO:teuthology.orchestra.run.smithi130.stdout:-rw-rw-r-- 1 ubuntu ubuntu 212272 Oct 11 15:37 /home/ubuntu/cephtest/cephadm 2023-10-11T15:37:16.048 DEBUG:teuthology.orchestra.run.smithi111:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-11T15:37:16.057 DEBUG:teuthology.orchestra.run.smithi130:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-11T15:37:16.074 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd on all hosts... 2023-10-11T15:37:16.075 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd pull 2023-10-11T15:37:16.102 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd pull 2023-10-11T15:37:16.300 INFO:teuthology.orchestra.run.smithi130.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd... 2023-10-11T15:37:16.315 INFO:teuthology.orchestra.run.smithi111.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd... 2023-10-11T15:38:03.845 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2023-10-11T15:38:03.845 INFO:teuthology.orchestra.run.smithi111.stdout: "ceph_version": "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)", 2023-10-11T15:38:03.846 INFO:teuthology.orchestra.run.smithi111.stdout: "image_id": "97519c6bda343b2fddd69880e7b11eba2ef54f5f83a3b3457b99eefcdcacca78", 2023-10-11T15:38:03.846 INFO:teuthology.orchestra.run.smithi111.stdout: "repo_digests": [ 2023-10-11T15:38:03.846 INFO:teuthology.orchestra.run.smithi111.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee" 2023-10-11T15:38:03.846 INFO:teuthology.orchestra.run.smithi111.stdout: ] 2023-10-11T15:38:03.847 INFO:teuthology.orchestra.run.smithi111.stdout:} 2023-10-11T15:38:06.204 INFO:teuthology.orchestra.run.smithi130.stdout:{ 2023-10-11T15:38:06.204 INFO:teuthology.orchestra.run.smithi130.stdout: "ceph_version": "ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable)", 2023-10-11T15:38:06.204 INFO:teuthology.orchestra.run.smithi130.stdout: "image_id": "97519c6bda343b2fddd69880e7b11eba2ef54f5f83a3b3457b99eefcdcacca78", 2023-10-11T15:38:06.205 INFO:teuthology.orchestra.run.smithi130.stdout: "repo_digests": [ 2023-10-11T15:38:06.205 INFO:teuthology.orchestra.run.smithi130.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee" 2023-10-11T15:38:06.205 INFO:teuthology.orchestra.run.smithi130.stdout: ] 2023-10-11T15:38:06.205 INFO:teuthology.orchestra.run.smithi130.stdout:} 2023-10-11T15:38:06.230 DEBUG:teuthology.orchestra.run.smithi111:> sudo mkdir -p /etc/ceph 2023-10-11T15:38:06.248 DEBUG:teuthology.orchestra.run.smithi130:> sudo mkdir -p /etc/ceph 2023-10-11T15:38:06.263 DEBUG:teuthology.orchestra.run.smithi111:> sudo chmod 777 /etc/ceph 2023-10-11T15:38:06.301 DEBUG:teuthology.orchestra.run.smithi130:> sudo chmod 777 /etc/ceph 2023-10-11T15:38:06.321 INFO:tasks.cephadm:Writing seed config... 2023-10-11T15:38:06.323 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-10-11T15:38:06.323 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-10-11T15:38:06.324 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-10-11T15:38:06.324 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-10-11T15:38:06.325 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-10-11T15:38:06.325 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-10-11T15:38:06.325 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-10-11T15:38:06.326 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-10-11T15:38:06.326 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2023-10-11T15:38:06.327 DEBUG:teuthology.orchestra.run.smithi111:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-10-11T15:38:06.351 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 = 0d30edf8-684c-11ee-8db6-212e2dc638e7 [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 2023-10-11T15:38:06.351 DEBUG:teuthology.orchestra.run.smithi111:mon.smithi111> sudo journalctl -f -n 0 -u ceph-0d30edf8-684c-11ee-8db6-212e2dc638e7@mon.smithi111.service 2023-10-11T15:38:06.394 INFO:tasks.cephadm:Bootstrapping... 2023-10-11T15:38:06.394 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd -v bootstrap --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.111 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-10-11T15:38:06.561 INFO:teuthology.orchestra.run.smithi111.stdout:-------------------------------------------------------------------------------- 2023-10-11T15:38:06.561 INFO:teuthology.orchestra.run.smithi111.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd', '-v', 'bootstrap', '--fsid', '0d30edf8-684c-11ee-8db6-212e2dc638e7', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.111', '--skip-admin-label'] 2023-10-11T15:38:06.562 INFO:teuthology.orchestra.run.smithi111.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-10-11T15:38:06.562 INFO:teuthology.orchestra.run.smithi111.stdout:Verifying podman|docker is present... 2023-10-11T15:38:06.562 INFO:teuthology.orchestra.run.smithi111.stdout:Verifying lvm2 is present... 2023-10-11T15:38:06.563 INFO:teuthology.orchestra.run.smithi111.stdout:Verifying time synchronization is in place... 2023-10-11T15:38:06.569 INFO:teuthology.orchestra.run.smithi111.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-10-11T15:38:06.570 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-10-11T15:38:06.575 INFO:teuthology.orchestra.run.smithi111.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-10-11T15:38:06.576 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stdout inactive 2023-10-11T15:38:06.580 INFO:teuthology.orchestra.run.smithi111.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2023-10-11T15:38:06.580 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2023-10-11T15:38:06.584 INFO:teuthology.orchestra.run.smithi111.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2023-10-11T15:38:06.585 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stdout inactive 2023-10-11T15:38:06.590 INFO:teuthology.orchestra.run.smithi111.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2023-10-11T15:38:06.591 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stdout masked 2023-10-11T15:38:06.598 INFO:teuthology.orchestra.run.smithi111.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2023-10-11T15:38:06.598 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stdout inactive 2023-10-11T15:38:06.605 INFO:teuthology.orchestra.run.smithi111.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2023-10-11T15:38:06.605 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2023-10-11T15:38:06.611 INFO:teuthology.orchestra.run.smithi111.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2023-10-11T15:38:06.611 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stdout inactive 2023-10-11T15:38:06.617 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stdout enabled 2023-10-11T15:38:06.623 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stdout active 2023-10-11T15:38:06.623 INFO:teuthology.orchestra.run.smithi111.stdout:Unit ntp.service is enabled and running 2023-10-11T15:38:06.623 INFO:teuthology.orchestra.run.smithi111.stdout:Repeating the final host check... 2023-10-11T15:38:06.624 INFO:teuthology.orchestra.run.smithi111.stdout:docker (/usr/bin/docker) is present 2023-10-11T15:38:06.624 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl is present 2023-10-11T15:38:06.624 INFO:teuthology.orchestra.run.smithi111.stdout:lvcreate is present 2023-10-11T15:38:06.629 INFO:teuthology.orchestra.run.smithi111.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-10-11T15:38:06.630 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-10-11T15:38:06.634 INFO:teuthology.orchestra.run.smithi111.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-10-11T15:38:06.634 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stdout inactive 2023-10-11T15:38:06.638 INFO:teuthology.orchestra.run.smithi111.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2023-10-11T15:38:06.639 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2023-10-11T15:38:06.644 INFO:teuthology.orchestra.run.smithi111.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2023-10-11T15:38:06.644 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stdout inactive 2023-10-11T15:38:06.651 INFO:teuthology.orchestra.run.smithi111.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2023-10-11T15:38:06.651 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stdout masked 2023-10-11T15:38:06.658 INFO:teuthology.orchestra.run.smithi111.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2023-10-11T15:38:06.658 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stdout inactive 2023-10-11T15:38:06.663 INFO:teuthology.orchestra.run.smithi111.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2023-10-11T15:38:06.664 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2023-10-11T15:38:06.670 INFO:teuthology.orchestra.run.smithi111.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2023-10-11T15:38:06.671 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stdout inactive 2023-10-11T15:38:06.678 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stdout enabled 2023-10-11T15:38:06.686 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stdout active 2023-10-11T15:38:06.686 INFO:teuthology.orchestra.run.smithi111.stdout:Unit ntp.service is enabled and running 2023-10-11T15:38:06.686 INFO:teuthology.orchestra.run.smithi111.stdout:Host looks OK 2023-10-11T15:38:06.686 INFO:teuthology.orchestra.run.smithi111.stdout:Cluster fsid: 0d30edf8-684c-11ee-8db6-212e2dc638e7 2023-10-11T15:38:06.687 INFO:teuthology.orchestra.run.smithi111.stdout:Acquiring lock 140507402053568 on /run/cephadm/0d30edf8-684c-11ee-8db6-212e2dc638e7.lock 2023-10-11T15:38:06.687 INFO:teuthology.orchestra.run.smithi111.stdout:Lock 140507402053568 acquired on /run/cephadm/0d30edf8-684c-11ee-8db6-212e2dc638e7.lock 2023-10-11T15:38:06.688 INFO:teuthology.orchestra.run.smithi111.stdout:Verifying IP 172.21.15.111 port 3300 ... 2023-10-11T15:38:06.688 INFO:teuthology.orchestra.run.smithi111.stdout:Verifying IP 172.21.15.111 port 6789 ... 2023-10-11T15:38:06.688 INFO:teuthology.orchestra.run.smithi111.stdout:Base mon IP(s) is [172.21.15.111:3300, 172.21.15.111:6789], mon addrv is [v2:172.21.15.111:3300,v1:172.21.15.111:6789] 2023-10-11T15:38:06.691 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2023-10-11T15:38:06.691 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.111 metric 100 2023-10-11T15:38:06.692 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-10-11T15:38:06.692 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.111 2023-10-11T15:38:06.693 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.111 metric 100 2023-10-11T15:38:06.696 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-10-11T15:38:06.696 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-10-11T15:38:06.697 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1798sec pref medium 2023-10-11T15:38:06.701 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-10-11T15:38:06.701 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2023-10-11T15:38:06.701 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-10-11T15:38:06.702 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-10-11T15:38:06.702 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:cc2f/64 scope link 2023-10-11T15:38:06.703 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-10-11T15:38:06.703 INFO:teuthology.orchestra.run.smithi111.stdout:Mon IP `172.21.15.111` is in CIDR network `172.21.0.0/20` 2023-10-11T15:38:06.703 INFO:teuthology.orchestra.run.smithi111.stdout:Mon IP `172.21.15.111` is in CIDR network `172.21.0.0/20` 2023-10-11T15:38:06.704 INFO:teuthology.orchestra.run.smithi111.stdout:Mon IP `172.21.15.111` is in CIDR network `172.21.15.254/32` 2023-10-11T15:38:06.704 INFO:teuthology.orchestra.run.smithi111.stdout:Mon IP `172.21.15.111` is in CIDR network `172.21.15.254/32` 2023-10-11T15:38:06.704 INFO:teuthology.orchestra.run.smithi111.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.15.254/32', '172.21.15.254/32'] 2023-10-11T15:38:06.705 INFO:teuthology.orchestra.run.smithi111.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-10-11T15:38:06.705 INFO:teuthology.orchestra.run.smithi111.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd... 2023-10-11T15:38:06.706 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-10-11T15:38:06.964 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/docker: stdout e62d759a6de3042e046d7d9889d2209cbc674fbd: Pulling from ceph-ci/ceph 2023-10-11T15:38:06.964 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/docker: stdout Digest: sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee 2023-10-11T15:38:06.964 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd 2023-10-11T15:38:06.965 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd 2023-10-11T15:38:08.534 INFO:teuthology.orchestra.run.smithi111.stdout:ceph: stdout ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable) 2023-10-11T15:38:08.534 INFO:teuthology.orchestra.run.smithi111.stdout:Ceph version: ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable) 2023-10-11T15:38:08.534 INFO:teuthology.orchestra.run.smithi111.stdout:Extracting ceph user uid/gid from container image... 2023-10-11T15:38:09.855 INFO:teuthology.orchestra.run.smithi111.stdout:stat: stdout 167 167 2023-10-11T15:38:09.855 INFO:teuthology.orchestra.run.smithi111.stdout:Creating initial keys... 2023-10-11T15:38:11.220 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-authtool: stdout AQBiwSZlZ2spJBAAphtsUrDf7FoiWP0StPSKdg== 2023-10-11T15:38:12.565 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-authtool: stdout AQBjwSZlZZa5OhAAP4GF4Sn8+jUrhMTnWg0zBQ== 2023-10-11T15:38:13.960 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-authtool: stdout AQBlwSZlyCfJFBAANDgXxMmgqeo3EVVbv5MCQw== 2023-10-11T15:38:13.960 INFO:teuthology.orchestra.run.smithi111.stdout:Creating initial monmap... 2023-10-11T15:38:15.285 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-11T15:38:15.285 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2023-10-11T15:38:15.285 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 0d30edf8-684c-11ee-8db6-212e2dc638e7 2023-10-11T15:38:15.285 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-11T15:38:15.285 INFO:teuthology.orchestra.run.smithi111.stdout:monmaptool for smithi111 [v2:172.21.15.111:3300,v1:172.21.15.111:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-11T15:38:15.286 INFO:teuthology.orchestra.run.smithi111.stdout:setting min_mon_release = pacific 2023-10-11T15:38:15.286 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/monmaptool: set fsid to 0d30edf8-684c-11ee-8db6-212e2dc638e7 2023-10-11T15:38:15.286 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-11T15:38:15.286 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-10-11T15:38:15.287 INFO:teuthology.orchestra.run.smithi111.stdout:Creating mon... 2023-10-11T15:38:16.739 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.085+0000 7f22d59d7c80 0 set uid:gid to 167:167 (ceph:ceph) 2023-10-11T15:38:16.739 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.085+0000 7f22d59d7c80 1 imported monmap: 2023-10-11T15:38:16.740 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr epoch 0 2023-10-11T15:38:16.740 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 2023-10-11T15:38:16.740 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr last_changed 2023-10-11T15:38:14.734787+0000 2023-10-11T15:38:16.740 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr created 2023-10-11T15:38:14.734787+0000 2023-10-11T15:38:16.740 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr min_mon_release 16 (pacific) 2023-10-11T15:38:16.741 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2023-10-11T15:38:16.741 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon.smithi111 2023-10-11T15:38:16.741 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T15:38:16.741 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.085+0000 7f22d59d7c80 0 /usr/bin/ceph-mon: set fsid to 0d30edf8-684c-11ee-8db6-212e2dc638e7 2023-10-11T15:38:16.741 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: RocksDB version: 7.9.2 2023-10-11T15:38:16.742 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T15:38:16.742 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Git sha 0 2023-10-11T15:38:16.742 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Compile date 2023-10-10 23:03:18 2023-10-11T15:38:16.743 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: DB SUMMARY 2023-10-11T15:38:16.743 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T15:38:16.743 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: DB Session ID: UBLG4K77QSXZAVVS1OXZ 2023-10-11T15:38:16.744 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T15:38:16.744 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi111/store.db dir, Total Num: 0, files: 2023-10-11T15:38:16.744 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T15:38:16.745 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi111/store.db: 2023-10-11T15:38:16.745 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T15:38:16.745 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.error_if_exists: 0 2023-10-11T15:38:16.746 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.create_if_missing: 1 2023-10-11T15:38:16.746 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.paranoid_checks: 1 2023-10-11T15:38:16.747 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-10-11T15:38:16.747 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-10-11T15:38:16.747 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-10-11T15:38:16.748 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.env: 0x55f9be656720 2023-10-11T15:38:16.748 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.fs: PosixFileSystem 2023-10-11T15:38:16.748 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.info_log: 0x55f9c07c6540 2023-10-11T15:38:16.748 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.max_file_opening_threads: 16 2023-10-11T15:38:16.749 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.statistics: (nil) 2023-10-11T15:38:16.749 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.use_fsync: 0 2023-10-11T15:38:16.749 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.max_log_file_size: 0 2023-10-11T15:38:16.750 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-11T15:38:16.750 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-10-11T15:38:16.751 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.keep_log_file_num: 1000 2023-10-11T15:38:16.751 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.recycle_log_file_num: 0 2023-10-11T15:38:16.751 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.allow_fallocate: 1 2023-10-11T15:38:16.752 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.allow_mmap_reads: 0 2023-10-11T15:38:16.752 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.allow_mmap_writes: 0 2023-10-11T15:38:16.752 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.use_direct_reads: 0 2023-10-11T15:38:16.752 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-11T15:38:16.753 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.create_missing_column_families: 0 2023-10-11T15:38:16.753 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.db_log_dir: 2023-10-11T15:38:16.753 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.wal_dir: 2023-10-11T15:38:16.753 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-10-11T15:38:16.753 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-10-11T15:38:16.754 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-10-11T15:38:16.754 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-11T15:38:16.754 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-11T15:38:16.754 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-10-11T15:38:16.755 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.advise_random_on_open: 1 2023-10-11T15:38:16.755 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.db_write_buffer_size: 0 2023-10-11T15:38:16.755 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.write_buffer_manager: 0x55f9bfa56d20 2023-10-11T15:38:16.755 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-11T15:38:16.755 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-11T15:38:16.755 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-10-11T15:38:16.756 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.rate_limiter: (nil) 2023-10-11T15:38:16.756 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-11T15:38:16.756 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.wal_recovery_mode: 2 2023-10-11T15:38:16.756 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.enable_thread_tracking: 0 2023-10-11T15:38:16.756 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.enable_pipelined_write: 0 2023-10-11T15:38:16.757 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.unordered_write: 0 2023-10-11T15:38:16.757 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-11T15:38:16.757 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-11T15:38:16.757 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-11T15:38:16.757 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-11T15:38:16.758 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.row_cache: None 2023-10-11T15:38:16.758 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.wal_filter: None 2023-10-11T15:38:16.758 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-11T15:38:16.758 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.allow_ingest_behind: 0 2023-10-11T15:38:16.758 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.two_write_queues: 0 2023-10-11T15:38:16.758 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.manual_wal_flush: 0 2023-10-11T15:38:16.759 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.wal_compression: 0 2023-10-11T15:38:16.759 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.atomic_flush: 0 2023-10-11T15:38:16.759 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-11T15:38:16.759 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-10-11T15:38:16.759 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-10-11T15:38:16.760 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.log_readahead_size: 0 2023-10-11T15:38:16.760 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-10-11T15:38:16.760 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.best_efforts_recovery: 0 2023-10-11T15:38:16.760 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-10-11T15:38:16.760 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-10-11T15:38:16.761 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.allow_data_in_errors: 0 2023-10-11T15:38:16.761 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.db_host_id: __hostname__ 2023-10-11T15:38:16.761 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-10-11T15:38:16.761 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.max_background_jobs: 2 2023-10-11T15:38:16.761 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.max_background_compactions: -1 2023-10-11T15:38:16.761 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.max_subcompactions: 1 2023-10-11T15:38:16.762 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-11T15:38:16.762 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-11T15:38:16.762 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-10-11T15:38:16.762 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.max_total_wal_size: 0 2023-10-11T15:38:16.762 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-11T15:38:16.763 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-10-11T15:38:16.763 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-10-11T15:38:16.763 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-11T15:38:16.763 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.max_open_files: -1 2023-10-11T15:38:16.763 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.bytes_per_sync: 0 2023-10-11T15:38:16.763 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-10-11T15:38:16.764 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-10-11T15:38:16.764 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.compaction_readahead_size: 0 2023-10-11T15:38:16.764 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Options.max_background_flushes: -1 2023-10-11T15:38:16.764 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Compression algorithms supported: 2023-10-11T15:38:16.764 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-11T15:38:16.765 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: kZSTD supported: 0 2023-10-11T15:38:16.765 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: kXpressCompression supported: 0 2023-10-11T15:38:16.765 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: kLZ4HCCompression supported: 1 2023-10-11T15:38:16.765 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: kZlibCompression supported: 1 2023-10-11T15:38:16.765 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: kSnappyCompression supported: 1 2023-10-11T15:38:16.766 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: kLZ4Compression supported: 1 2023-10-11T15:38:16.766 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: kBZip2Compression supported: 0 2023-10-11T15:38:16.766 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-10-11T15:38:16.766 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-10-11T15:38:16.767 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.089+0000 7f22d59d7c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2023-10-11T15:38:16.767 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T15:38:16.767 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi111/store.db/MANIFEST-000001 2023-10-11T15:38:16.767 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T15:38:16.767 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-10-11T15:38:16.767 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T15:38:16.768 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-11T15:38:16.768 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.merge_operator: 2023-10-11T15:38:16.768 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.compaction_filter: None 2023-10-11T15:38:16.768 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.compaction_filter_factory: None 2023-10-11T15:38:16.768 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.sst_partitioner_factory: None 2023-10-11T15:38:16.769 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-10-11T15:38:16.769 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-10-11T15:38:16.769 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f9c07c6640) 2023-10-11T15:38:16.769 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2023-10-11T15:38:16.769 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2023-10-11T15:38:16.770 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-11T15:38:16.770 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2023-10-11T15:38:16.770 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2023-10-11T15:38:16.770 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2023-10-11T15:38:16.770 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2023-10-11T15:38:16.770 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2023-10-11T15:38:16.771 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2023-10-11T15:38:16.771 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2023-10-11T15:38:16.771 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55f9bfad71f0 2023-10-11T15:38:16.771 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2023-10-11T15:38:16.771 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2023-10-11T15:38:16.772 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2023-10-11T15:38:16.772 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2023-10-11T15:38:16.772 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2023-10-11T15:38:16.772 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2023-10-11T15:38:16.772 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2023-10-11T15:38:16.772 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2023-10-11T15:38:16.773 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2023-10-11T15:38:16.773 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2023-10-11T15:38:16.773 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2023-10-11T15:38:16.773 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2023-10-11T15:38:16.773 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2023-10-11T15:38:16.774 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2023-10-11T15:38:16.774 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2023-10-11T15:38:16.774 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2023-10-11T15:38:16.774 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2023-10-11T15:38:16.774 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2023-10-11T15:38:16.774 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2023-10-11T15:38:16.775 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2023-10-11T15:38:16.775 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2023-10-11T15:38:16.775 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2023-10-11T15:38:16.775 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2023-10-11T15:38:16.775 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2023-10-11T15:38:16.776 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2023-10-11T15:38:16.776 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2023-10-11T15:38:16.776 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T15:38:16.776 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.write_buffer_size: 33554432 2023-10-11T15:38:16.776 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.max_write_buffer_number: 2 2023-10-11T15:38:16.776 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.compression: NoCompression 2023-10-11T15:38:16.777 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.bottommost_compression: Disabled 2023-10-11T15:38:16.777 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.prefix_extractor: nullptr 2023-10-11T15:38:16.777 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-11T15:38:16.777 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.num_levels: 7 2023-10-11T15:38:16.777 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-11T15:38:16.778 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-11T15:38:16.778 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-11T15:38:16.778 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-11T15:38:16.778 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-11T15:38:16.778 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-11T15:38:16.778 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-11T15:38:16.779 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-11T15:38:16.779 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-10-11T15:38:16.779 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-11T15:38:16.779 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-10-11T15:38:16.779 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-10-11T15:38:16.780 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-10-11T15:38:16.780 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.compression_opts.level: 32767 2023-10-11T15:38:16.780 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.compression_opts.strategy: 0 2023-10-11T15:38:16.780 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-11T15:38:16.780 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-11T15:38:16.780 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-10-11T15:38:16.781 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-10-11T15:38:16.781 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.compression_opts.enabled: false 2023-10-11T15:38:16.781 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-10-11T15:38:16.781 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-11T15:38:16.781 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-11T15:38:16.782 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-11T15:38:16.782 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.target_file_size_base: 67108864 2023-10-11T15:38:16.782 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-10-11T15:38:16.782 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-11T15:38:16.782 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-11T15:38:16.783 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-11T15:38:16.783 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-11T15:38:16.783 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-11T15:38:16.783 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-11T15:38:16.783 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-11T15:38:16.783 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-11T15:38:16.784 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-11T15:38:16.784 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-11T15:38:16.784 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-11T15:38:16.784 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-11T15:38:16.784 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-10-11T15:38:16.785 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.arena_block_size: 1048576 2023-10-11T15:38:16.785 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-11T15:38:16.785 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-11T15:38:16.785 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.disable_auto_compactions: 0 2023-10-11T15:38:16.785 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-11T15:38:16.785 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-11T15:38:16.786 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-11T15:38:16.786 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-11T15:38:16.786 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-11T15:38:16.786 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-11T15:38:16.786 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-11T15:38:16.787 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-11T15:38:16.787 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-11T15:38:16.787 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-11T15:38:16.787 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.table_properties_collectors: 2023-10-11T15:38:16.787 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.inplace_update_support: 0 2023-10-11T15:38:16.788 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-10-11T15:38:16.788 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-11T15:38:16.788 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-11T15:38:16.788 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-10-11T15:38:16.788 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.bloom_locality: 0 2023-10-11T15:38:16.788 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.max_successive_merges: 0 2023-10-11T15:38:16.789 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-10-11T15:38:16.789 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.paranoid_file_checks: 0 2023-10-11T15:38:16.789 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.force_consistency_checks: 1 2023-10-11T15:38:16.789 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.report_bg_io_stats: 0 2023-10-11T15:38:16.789 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.ttl: 2592000 2023-10-11T15:38:16.790 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-10-11T15:38:16.790 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-10-11T15:38:16.790 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-10-11T15:38:16.790 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.enable_blob_files: false 2023-10-11T15:38:16.790 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.min_blob_size: 0 2023-10-11T15:38:16.791 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.blob_file_size: 268435456 2023-10-11T15:38:16.791 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-10-11T15:38:16.791 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-10-11T15:38:16.791 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-11T15:38:16.791 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-10-11T15:38:16.791 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-10-11T15:38:16.792 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.blob_file_starting_level: 0 2023-10-11T15:38:16.792 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.093+0000 7f22d59d7c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-10-11T15:38:16.792 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.097+0000 7f22d59d7c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi111/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-10-11T15:38:16.792 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T15:38:16.792 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.097+0000 7f22d59d7c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2023-10-11T15:38:16.793 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T15:38:16.793 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.097+0000 7f22d59d7c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 711d0663-da97-4250-bc18-c6ae98d3dd51 2023-10-11T15:38:16.793 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T15:38:16.793 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.097+0000 7f22d59d7c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2023-10-11T15:38:16.793 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T15:38:16.793 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.097+0000 7f22d59d7c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55f9bfb4a000 2023-10-11T15:38:16.794 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.097+0000 7f22d59d7c80 4 rocksdb: DB pointer 0x55f9bfb3c000 2023-10-11T15:38:16.794 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.097+0000 7f22c5beb700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-10-11T15:38:16.794 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.097+0000 7f22c5beb700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-10-11T15:38:16.794 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2023-10-11T15:38:16.794 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2023-10-11T15:38:16.795 INFO:teuthology.orchestra.run.smithi111.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 2023-10-11T15:38:16.795 INFO:teuthology.orchestra.run.smithi111.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 2023-10-11T15:38:16.795 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-11T15:38:16.795 INFO:teuthology.orchestra.run.smithi111.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 2023-10-11T15:38:16.795 INFO:teuthology.orchestra.run.smithi111.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 2023-10-11T15:38:16.796 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-11T15:38:16.796 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T15:38:16.796 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2023-10-11T15:38:16.796 INFO:teuthology.orchestra.run.smithi111.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) 2023-10-11T15:38:16.796 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-10-11T15:38:16.797 INFO:teuthology.orchestra.run.smithi111.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 2023-10-11T15:38:16.797 INFO:teuthology.orchestra.run.smithi111.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 2023-10-11T15:38:16.797 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T15:38:16.797 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2023-10-11T15:38:16.797 INFO:teuthology.orchestra.run.smithi111.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) 2023-10-11T15:38:16.797 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-11T15:38:16.798 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T15:38:16.798 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-10-11T15:38:16.798 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T15:38:16.798 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2023-10-11T15:38:16.798 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2023-10-11T15:38:16.799 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2023-10-11T15:38:16.799 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2023-10-11T15:38:16.799 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2023-10-11T15:38:16.799 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2023-10-11T15:38:16.799 INFO:teuthology.orchestra.run.smithi111.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 2023-10-11T15:38:16.800 INFO:teuthology.orchestra.run.smithi111.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 2023-10-11T15:38:16.800 INFO:teuthology.orchestra.run.smithi111.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 2023-10-11T15:38:16.800 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55f9bfad71f0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 2e-05 secs_since: 0 2023-10-11T15:38:16.800 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2023-10-11T15:38:16.800 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T15:38:16.801 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2023-10-11T15:38:16.801 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr 2023-10-11T15:38:16.801 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.101+0000 7f22d59d7c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2023-10-11T15:38:16.801 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.101+0000 7f22d59d7c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2023-10-11T15:38:16.801 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph-mon: stderr debug 2023-10-11T15:38:16.101+0000 7f22d59d7c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi111 for mon.smithi111 2023-10-11T15:38:16.801 INFO:teuthology.orchestra.run.smithi111.stdout:create mon.smithi111 on 2023-10-11T15:38:17.171 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2023-10-11T15:38:17.409 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-0d30edf8-684c-11ee-8db6-212e2dc638e7.target -> /etc/systemd/system/ceph-0d30edf8-684c-11ee-8db6-212e2dc638e7.target. 2023-10-11T15:38:17.409 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-0d30edf8-684c-11ee-8db6-212e2dc638e7.target -> /etc/systemd/system/ceph-0d30edf8-684c-11ee-8db6-212e2dc638e7.target. 2023-10-11T15:38:17.712 INFO:teuthology.orchestra.run.smithi111.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-0d30edf8-684c-11ee-8db6-212e2dc638e7@mon.smithi111 2023-10-11T15:38:17.712 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stderr Failed to reset failed state of unit ceph-0d30edf8-684c-11ee-8db6-212e2dc638e7@mon.smithi111.service: Unit ceph-0d30edf8-684c-11ee-8db6-212e2dc638e7@mon.smithi111.service not loaded. 2023-10-11T15:38:17.917 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-0d30edf8-684c-11ee-8db6-212e2dc638e7.target.wants/ceph-0d30edf8-684c-11ee-8db6-212e2dc638e7@mon.smithi111.service -> /etc/systemd/system/ceph-0d30edf8-684c-11ee-8db6-212e2dc638e7@.service. 2023-10-11T15:38:17.929 INFO:teuthology.orchestra.run.smithi111.stdout:firewalld does not appear to be present 2023-10-11T15:38:17.929 INFO:teuthology.orchestra.run.smithi111.stdout:Not possible to enable service . firewalld.service is not available 2023-10-11T15:38:17.930 INFO:teuthology.orchestra.run.smithi111.stdout:Waiting for mon to start... 2023-10-11T15:38:17.930 INFO:teuthology.orchestra.run.smithi111.stdout:Waiting for mon... 2023-10-11T15:38:19.268 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:19 smithi111 bash[23754]: cluster 2023-10-11T15:38:19.162564+0000 mon.smithi111 (mon.0) 1 : cluster 1 mon.smithi111 is new leader, mons smithi111 in quorum (ranks 0) 2023-10-11T15:38:20.089 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout cluster: 2023-10-11T15:38:20.090 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout id: 0d30edf8-684c-11ee-8db6-212e2dc638e7 2023-10-11T15:38:20.090 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-10-11T15:38:20.090 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout 2023-10-11T15:38:20.090 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout services: 2023-10-11T15:38:20.091 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi111 (age 0.292518s) 2023-10-11T15:38:20.091 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-10-11T15:38:20.091 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-10-11T15:38:20.091 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout 2023-10-11T15:38:20.091 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout data: 2023-10-11T15:38:20.092 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-10-11T15:38:20.092 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-10-11T15:38:20.092 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-10-11T15:38:20.092 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout pgs: 2023-10-11T15:38:20.092 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout 2023-10-11T15:38:20.092 INFO:teuthology.orchestra.run.smithi111.stdout:mon is available 2023-10-11T15:38:20.093 INFO:teuthology.orchestra.run.smithi111.stdout:Assimilating anything we can from ceph.conf... 2023-10-11T15:38:20.518 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:20 smithi111 bash[23754]: cluster 2023-10-11T15:38:19.170427+0000 mon.smithi111 (mon.0) 2 : cluster 1 mon.smithi111 is new leader, mons smithi111 in quorum (ranks 0) 2023-10-11T15:38:20.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:20 smithi111 bash[23754]: cluster 2023-10-11T15:38:19.170611+0000 mon.smithi111 (mon.0) 3 : cluster 0 monmap e1: 1 mons at {smithi111=[v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0]} removed_ranks: {} 2023-10-11T15:38:20.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:20 smithi111 bash[23754]: cluster 2023-10-11T15:38:19.172706+0000 mon.smithi111 (mon.0) 4 : cluster 0 fsmap 2023-10-11T15:38:20.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:20 smithi111 bash[23754]: cluster 2023-10-11T15:38:19.175151+0000 mon.smithi111 (mon.0) 5 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2023-10-11T15:38:20.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:20 smithi111 bash[23754]: cluster 2023-10-11T15:38:19.175624+0000 mon.smithi111 (mon.0) 6 : cluster 0 mgrmap e1: no daemons active 2023-10-11T15:38:20.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:20 smithi111 bash[23754]: audit 2023-10-11T15:38:19.462876+0000 mon.smithi111 (mon.0) 7 : audit 0 from='client.? 172.21.15.111:0/3518962681' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-10-11T15:38:21.518 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:21 smithi111 bash[23754]: audit 2023-10-11T15:38:21.178504+0000 mon.smithi111 (mon.0) 8 : audit 1 from='client.? 172.21.15.111:0/575420574' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-11T15:38:21.518 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:21 smithi111 bash[23754]: audit 2023-10-11T15:38:21.183683+0000 mon.smithi111 (mon.0) 9 : audit 1 from='client.? 172.21.15.111:0/575420574' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-10-11T15:38:21.813 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout 2023-10-11T15:38:21.814 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout [global] 2023-10-11T15:38:21.814 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout fsid = 0d30edf8-684c-11ee-8db6-212e2dc638e7 2023-10-11T15:38:21.814 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.111:3300,v1:172.21.15.111:6789] 2023-10-11T15:38:21.814 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-10-11T15:38:21.817 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-10-11T15:38:21.817 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-10-11T15:38:21.817 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-10-11T15:38:21.818 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout 2023-10-11T15:38:21.818 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout [mgr] 2023-10-11T15:38:21.818 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-10-11T15:38:21.818 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout 2023-10-11T15:38:21.818 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout [osd] 2023-10-11T15:38:21.819 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-10-11T15:38:21.819 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-10-11T15:38:21.819 INFO:teuthology.orchestra.run.smithi111.stdout:Generating new minimal ceph.conf... 2023-10-11T15:38:23.268 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:22 smithi111 bash[23754]: audit 2023-10-11T15:38:22.912720+0000 mon.smithi111 (mon.0) 10 : audit 0 from='client.? 172.21.15.111:0/3768835312' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:38:23.534 INFO:teuthology.orchestra.run.smithi111.stdout:Restarting the monitor... 2023-10-11T15:38:23.928 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:23 smithi111 systemd[1]: Stopping Ceph mon.smithi111 for 0d30edf8-684c-11ee-8db6-212e2dc638e7... 2023-10-11T15:38:23.928 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:23 smithi111 bash[23754]: debug 2023-10-11T15:38:23.701+0000 7f41b92da700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi111 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-10-11T15:38:23.928 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:23 smithi111 bash[23754]: debug 2023-10-11T15:38:23.701+0000 7f41b92da700 -1 mon.smithi111@0(leader) e1 *** Got Signal Terminated *** 2023-10-11T15:38:24.532 INFO:teuthology.orchestra.run.smithi111.stdout:Setting public_network to 172.21.0.0/20,172.21.15.254/32 in mon config section 2023-10-11T15:38:24.768 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:24 smithi111 bash[24163]: ceph-0d30edf8-684c-11ee-8db6-212e2dc638e7-mon-smithi111 2023-10-11T15:38:24.768 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:24 smithi111 bash[24228]: Error response from daemon: No such container: ceph-0d30edf8-684c-11ee-8db6-212e2dc638e7-mon-smithi111 2023-10-11T15:38:24.769 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:24 smithi111 systemd[1]: ceph-0d30edf8-684c-11ee-8db6-212e2dc638e7@mon.smithi111.service: Succeeded. 2023-10-11T15:38:24.769 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:24 smithi111 systemd[1]: Stopped Ceph mon.smithi111 for 0d30edf8-684c-11ee-8db6-212e2dc638e7. 2023-10-11T15:38:24.769 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:24 smithi111 systemd[1]: Started Ceph mon.smithi111 for 0d30edf8-684c-11ee-8db6-212e2dc638e7. 2023-10-11T15:38:25.804 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.685+0000 7f983386ec80 0 set uid:gid to 167:167 (ceph:ceph) 2023-10-11T15:38:25.804 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.685+0000 7f983386ec80 0 ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable), process ceph-mon, pid 7 2023-10-11T15:38:25.804 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.685+0000 7f983386ec80 0 pidfile_write: ignore empty --pid-file 2023-10-11T15:38:25.805 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 0 load: jerasure load: lrc 2023-10-11T15:38:25.805 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: RocksDB version: 7.9.2 2023-10-11T15:38:25.805 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Git sha 0 2023-10-11T15:38:25.805 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Compile date 2023-10-10 23:03:18 2023-10-11T15:38:25.806 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: DB SUMMARY 2023-10-11T15:38:25.806 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: DB Session ID: HGRJLQBQC0QLXWS7SRUZ 2023-10-11T15:38:25.806 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: CURRENT file: CURRENT 2023-10-11T15:38:25.806 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: IDENTITY file: IDENTITY 2023-10-11T15:38:25.807 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2023-10-11T15:38:25.807 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi111/store.db dir, Total Num: 1, files: 000008.sst 2023-10-11T15:38:25.807 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi111/store.db: 000009.log size: 83734 ; 2023-10-11T15:38:25.807 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.error_if_exists: 0 2023-10-11T15:38:25.807 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.create_if_missing: 0 2023-10-11T15:38:25.808 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.paranoid_checks: 1 2023-10-11T15:38:25.808 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-10-11T15:38:25.808 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-10-11T15:38:25.808 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-10-11T15:38:25.808 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.env: 0x55a5128b2720 2023-10-11T15:38:25.809 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.fs: PosixFileSystem 2023-10-11T15:38:25.809 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.info_log: 0x55a5156452c0 2023-10-11T15:38:25.809 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.max_file_opening_threads: 16 2023-10-11T15:38:25.809 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.statistics: (nil) 2023-10-11T15:38:25.809 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.use_fsync: 0 2023-10-11T15:38:25.810 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.max_log_file_size: 0 2023-10-11T15:38:25.811 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-11T15:38:25.812 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-10-11T15:38:25.812 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.keep_log_file_num: 1000 2023-10-11T15:38:25.812 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.recycle_log_file_num: 0 2023-10-11T15:38:25.812 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.allow_fallocate: 1 2023-10-11T15:38:25.812 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.allow_mmap_reads: 0 2023-10-11T15:38:25.813 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.allow_mmap_writes: 0 2023-10-11T15:38:25.813 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.use_direct_reads: 0 2023-10-11T15:38:25.813 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-11T15:38:25.813 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.create_missing_column_families: 0 2023-10-11T15:38:25.813 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.db_log_dir: 2023-10-11T15:38:25.814 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.wal_dir: 2023-10-11T15:38:25.814 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-10-11T15:38:25.814 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-10-11T15:38:25.814 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-10-11T15:38:25.815 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-11T15:38:25.815 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-11T15:38:25.815 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-10-11T15:38:25.815 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.advise_random_on_open: 1 2023-10-11T15:38:25.815 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.db_write_buffer_size: 0 2023-10-11T15:38:25.816 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.write_buffer_manager: 0x55a5148d25a0 2023-10-11T15:38:25.816 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-11T15:38:25.816 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-11T15:38:25.816 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-10-11T15:38:25.817 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.rate_limiter: (nil) 2023-10-11T15:38:25.817 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-11T15:38:25.817 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.wal_recovery_mode: 2 2023-10-11T15:38:25.817 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.enable_thread_tracking: 0 2023-10-11T15:38:25.817 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.enable_pipelined_write: 0 2023-10-11T15:38:25.818 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.unordered_write: 0 2023-10-11T15:38:25.818 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-11T15:38:25.818 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-11T15:38:25.818 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-11T15:38:25.818 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-11T15:38:25.819 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.row_cache: None 2023-10-11T15:38:25.819 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.wal_filter: None 2023-10-11T15:38:25.819 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-11T15:38:25.819 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.allow_ingest_behind: 0 2023-10-11T15:38:25.819 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.two_write_queues: 0 2023-10-11T15:38:25.820 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.manual_wal_flush: 0 2023-10-11T15:38:25.820 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.wal_compression: 0 2023-10-11T15:38:25.820 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.atomic_flush: 0 2023-10-11T15:38:25.820 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-11T15:38:25.820 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-10-11T15:38:25.821 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-10-11T15:38:25.821 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.log_readahead_size: 0 2023-10-11T15:38:25.821 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-10-11T15:38:25.821 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.best_efforts_recovery: 0 2023-10-11T15:38:25.821 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-10-11T15:38:25.821 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-10-11T15:38:25.822 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.allow_data_in_errors: 0 2023-10-11T15:38:25.822 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.db_host_id: __hostname__ 2023-10-11T15:38:25.822 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-10-11T15:38:25.822 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.max_background_jobs: 2 2023-10-11T15:38:25.822 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.max_background_compactions: -1 2023-10-11T15:38:25.823 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.max_subcompactions: 1 2023-10-11T15:38:25.823 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-11T15:38:25.823 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-11T15:38:25.823 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-10-11T15:38:25.823 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.max_total_wal_size: 0 2023-10-11T15:38:25.824 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-11T15:38:25.824 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-10-11T15:38:25.824 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-10-11T15:38:25.824 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-11T15:38:25.824 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.max_open_files: -1 2023-10-11T15:38:25.825 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.bytes_per_sync: 0 2023-10-11T15:38:25.825 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-10-11T15:38:25.825 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-10-11T15:38:25.825 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.compaction_readahead_size: 0 2023-10-11T15:38:25.826 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.max_background_flushes: -1 2023-10-11T15:38:25.826 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Compression algorithms supported: 2023-10-11T15:38:25.826 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-11T15:38:25.826 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: kZSTD supported: 0 2023-10-11T15:38:25.826 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: kXpressCompression supported: 0 2023-10-11T15:38:25.827 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: kLZ4HCCompression supported: 1 2023-10-11T15:38:25.827 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: kZlibCompression supported: 1 2023-10-11T15:38:25.827 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: kSnappyCompression supported: 1 2023-10-11T15:38:25.827 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: kLZ4Compression supported: 1 2023-10-11T15:38:25.827 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: kBZip2Compression supported: 0 2023-10-11T15:38:25.827 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-10-11T15:38:25.828 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-10-11T15:38:25.828 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi111/store.db/MANIFEST-000010 2023-10-11T15:38:25.828 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-10-11T15:38:25.828 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-11T15:38:25.828 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.merge_operator: 2023-10-11T15:38:25.828 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.compaction_filter: None 2023-10-11T15:38:25.829 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.compaction_filter_factory: None 2023-10-11T15:38:25.829 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.sst_partitioner_factory: None 2023-10-11T15:38:25.829 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-10-11T15:38:25.829 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-10-11T15:38:25.829 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a5156453c0) 2023-10-11T15:38:25.830 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: cache_index_and_filter_blocks: 1 2023-10-11T15:38:25.830 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-11T15:38:25.830 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-11T15:38:25.830 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: pin_top_level_index_and_filter: 1 2023-10-11T15:38:25.830 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: index_type: 0 2023-10-11T15:38:25.831 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: data_block_index_type: 0 2023-10-11T15:38:25.831 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: index_shortening: 1 2023-10-11T15:38:25.831 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: data_block_hash_table_util_ratio: 0.750000 2023-10-11T15:38:25.831 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: checksum: 4 2023-10-11T15:38:25.831 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: no_block_cache: 0 2023-10-11T15:38:25.832 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: block_cache: 0x55a5149551f0 2023-10-11T15:38:25.832 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: block_cache_name: BinnedLRUCache 2023-10-11T15:38:25.832 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: block_cache_options: 2023-10-11T15:38:25.832 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: capacity : 536870912 2023-10-11T15:38:25.832 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: num_shard_bits : 4 2023-10-11T15:38:25.833 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: strict_capacity_limit : 0 2023-10-11T15:38:25.833 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: high_pri_pool_ratio: 0.000 2023-10-11T15:38:25.833 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: block_cache_compressed: (nil) 2023-10-11T15:38:25.833 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: persistent_cache: (nil) 2023-10-11T15:38:25.833 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: block_size: 4096 2023-10-11T15:38:25.833 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: block_size_deviation: 10 2023-10-11T15:38:25.834 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: block_restart_interval: 16 2023-10-11T15:38:25.834 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: index_block_restart_interval: 1 2023-10-11T15:38:25.834 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: metadata_block_size: 4096 2023-10-11T15:38:25.834 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: partition_filters: 0 2023-10-11T15:38:25.834 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: use_delta_encoding: 1 2023-10-11T15:38:25.835 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: filter_policy: bloomfilter 2023-10-11T15:38:25.835 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: whole_key_filtering: 1 2023-10-11T15:38:25.835 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: verify_compression: 0 2023-10-11T15:38:25.835 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: read_amp_bytes_per_bit: 0 2023-10-11T15:38:25.836 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: format_version: 5 2023-10-11T15:38:25.836 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: enable_index_compression: 1 2023-10-11T15:38:25.836 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: block_align: 0 2023-10-11T15:38:25.836 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: max_auto_readahead_size: 262144 2023-10-11T15:38:25.836 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: prepopulate_block_cache: 0 2023-10-11T15:38:25.837 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: initial_auto_readahead_size: 8192 2023-10-11T15:38:25.837 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: num_file_reads_for_auto_readahead: 2 2023-10-11T15:38:25.837 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.write_buffer_size: 33554432 2023-10-11T15:38:25.837 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.max_write_buffer_number: 2 2023-10-11T15:38:25.837 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.compression: NoCompression 2023-10-11T15:38:25.838 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.bottommost_compression: Disabled 2023-10-11T15:38:25.838 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.prefix_extractor: nullptr 2023-10-11T15:38:25.838 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-11T15:38:25.838 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.num_levels: 7 2023-10-11T15:38:25.838 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-11T15:38:25.839 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-11T15:38:25.839 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-11T15:38:25.839 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-11T15:38:25.839 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-11T15:38:25.839 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-11T15:38:25.840 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-11T15:38:25.840 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-11T15:38:25.840 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-10-11T15:38:25.840 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-11T15:38:25.840 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-10-11T15:38:25.841 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-10-11T15:38:25.841 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-10-11T15:38:25.841 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.compression_opts.level: 32767 2023-10-11T15:38:25.841 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.compression_opts.strategy: 0 2023-10-11T15:38:25.841 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-11T15:38:25.841 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-11T15:38:25.842 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-10-11T15:38:25.842 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-10-11T15:38:25.842 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.compression_opts.enabled: false 2023-10-11T15:38:25.843 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-10-11T15:38:25.843 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-11T15:38:25.843 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-11T15:38:25.843 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-11T15:38:25.843 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.target_file_size_base: 67108864 2023-10-11T15:38:25.844 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-10-11T15:38:25.844 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-11T15:38:25.844 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-11T15:38:25.844 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-11T15:38:25.844 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-11T15:38:25.844 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-11T15:38:25.845 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-11T15:38:25.845 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-11T15:38:25.845 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-11T15:38:25.845 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-11T15:38:25.846 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-11T15:38:25.846 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-11T15:38:25.846 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-11T15:38:25.846 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-10-11T15:38:25.846 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.arena_block_size: 1048576 2023-10-11T15:38:25.847 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-11T15:38:25.847 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-11T15:38:25.847 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.disable_auto_compactions: 0 2023-10-11T15:38:25.847 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-11T15:38:25.847 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-11T15:38:25.847 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-11T15:38:25.848 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-11T15:38:25.848 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-11T15:38:25.848 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-11T15:38:25.848 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-11T15:38:25.848 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-11T15:38:25.849 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-11T15:38:25.849 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-11T15:38:25.849 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.table_properties_collectors: 2023-10-11T15:38:25.849 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.inplace_update_support: 0 2023-10-11T15:38:25.849 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-10-11T15:38:25.849 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-11T15:38:25.850 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-11T15:38:25.850 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-10-11T15:38:25.850 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.bloom_locality: 0 2023-10-11T15:38:25.850 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.max_successive_merges: 0 2023-10-11T15:38:25.850 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-10-11T15:38:25.851 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.paranoid_file_checks: 0 2023-10-11T15:38:25.851 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.force_consistency_checks: 1 2023-10-11T15:38:25.851 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.report_bg_io_stats: 0 2023-10-11T15:38:25.851 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.ttl: 2592000 2023-10-11T15:38:25.851 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-10-11T15:38:25.852 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-10-11T15:38:25.852 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-10-11T15:38:25.852 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.enable_blob_files: false 2023-10-11T15:38:25.852 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.min_blob_size: 0 2023-10-11T15:38:25.852 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.blob_file_size: 268435456 2023-10-11T15:38:25.853 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-10-11T15:38:25.853 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-10-11T15:38:25.853 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-11T15:38:25.853 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-10-11T15:38:25.854 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-10-11T15:38:25.854 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.blob_file_starting_level: 0 2023-10-11T15:38:25.854 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.693+0000 7f983386ec80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-10-11T15:38:25.854 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.697+0000 7f983386ec80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi111/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 2023-10-11T15:38:25.854 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.697+0000 7f983386ec80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2023-10-11T15:38:25.855 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.697+0000 7f983386ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 711d0663-da97-4250-bc18-c6ae98d3dd51 2023-10-11T15:38:25.855 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.697+0000 7f983386ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1697038705700555, "job": 1, "event": "recovery_started", "wal_files": [9]} 2023-10-11T15:38:25.855 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.697+0000 7f983386ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2023-10-11T15:38:25.855 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.697+0000 7f983386ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1697038705701676, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 80506, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 248, "table_properties": {"data_size": 78689, "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": 73109, "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": "[]", "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": 1697038705, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "711d0663-da97-4250-bc18-c6ae98d3dd51", "db_session_id": "HGRJLQBQC0QLXWS7SRUZ", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2023-10-11T15:38:25.856 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.697+0000 7f983386ec80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1697038705701777, "job": 1, "event": "recovery_finished"} 2023-10-11T15:38:25.856 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.697+0000 7f983386ec80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2023-10-11T15:38:25.856 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.697+0000 7f983386ec80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi111/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-10-11T15:38:25.856 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.697+0000 7f983386ec80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55a5149f6000 2023-10-11T15:38:25.856 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.697+0000 7f983386ec80 4 rocksdb: DB pointer 0x55a5149e4000 2023-10-11T15:38:25.857 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.697+0000 7f982207c700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-10-11T15:38:25.857 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.697+0000 7f982207c700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-10-11T15:38:25.857 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: ** DB Stats ** 2023-10-11T15:38:25.857 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: Uptime(secs): 0.0 total, 0.0 interval 2023-10-11T15:38:25.858 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-10-11T15:38:25.858 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-11T15:38:25.858 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-11T15:38:25.858 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-10-11T15:38:25.858 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-11T15:38:25.859 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-11T15:38:25.859 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: ** Compaction Stats [default] ** 2023-10-11T15:38:25.859 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: 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) 2023-10-11T15:38:25.859 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-10-11T15:38:25.859 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: L0 2/0 80.49 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 121.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-11T15:38:25.859 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: Sum 2/0 80.49 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 121.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-11T15:38:25.860 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 121.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-11T15:38:25.860 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: ** Compaction Stats [default] ** 2023-10-11T15:38:25.860 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: 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) 2023-10-11T15:38:25.860 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-11T15:38:25.860 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 121.5 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-11T15:38:25.861 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-10-11T15:38:25.861 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: Uptime(secs): 0.0 total, 0.0 interval 2023-10-11T15:38:25.861 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: Flush(GB): cumulative 0.000, interval 0.000 2023-10-11T15:38:25.861 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-11T15:38:25.861 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: AddFile(Total Files): cumulative 0, interval 0 2023-10-11T15:38:25.861 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: AddFile(L0 Files): cumulative 0, interval 0 2023-10-11T15:38:25.862 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: AddFile(Keys): cumulative 0, interval 0 2023-10-11T15:38:25.862 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: Cumulative compaction: 0.00 GB write, 14.32 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-11T15:38:25.862 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: Interval compaction: 0.00 GB write, 14.32 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-11T15:38:25.862 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-10-11T15:38:25.863 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: Block cache BinnedLRUCache@0x55a5149551f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2023-10-11T15:38:25.863 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: 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%) 2023-10-11T15:38:25.863 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: ** File Read Latency Histogram By Level [default] ** 2023-10-11T15:38:25.863 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.697+0000 7f983386ec80 0 starting mon.smithi111 rank 0 at public addrs [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] at bind addrs [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi111 fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 2023-10-11T15:38:25.863 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.701+0000 7f983386ec80 1 mon.smithi111@-1(???) e1 preinit fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 2023-10-11T15:38:25.864 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.701+0000 7f983386ec80 0 mon.smithi111@-1(???).mds e1 new map 2023-10-11T15:38:25.864 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.701+0000 7f983386ec80 0 mon.smithi111@-1(???).mds e1 print_map 2023-10-11T15:38:25.864 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: e1 2023-10-11T15:38:25.864 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: enable_multiple, ever_enabled_multiple: 1,1 2023-10-11T15:38:25.864 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-10-11T15:38:25.865 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: legacy client fscid: -1 2023-10-11T15:38:25.865 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: 2023-10-11T15:38:25.865 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: No filesystems configured 2023-10-11T15:38:25.865 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.701+0000 7f983386ec80 0 mon.smithi111@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-10-11T15:38:25.865 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.701+0000 7f983386ec80 0 mon.smithi111@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-11T15:38:25.865 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.701+0000 7f983386ec80 0 mon.smithi111@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-11T15:38:25.866 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.701+0000 7f983386ec80 0 mon.smithi111@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-11T15:38:25.866 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.701+0000 7f983386ec80 1 mon.smithi111@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-10-11T15:38:25.866 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.701+0000 7f983386ec80 20 expand_channel_meta expand map: {default=false} 2023-10-11T15:38:25.866 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.701+0000 7f983386ec80 20 expand_channel_meta from 'false' to 'false' 2023-10-11T15:38:25.866 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.701+0000 7f983386ec80 20 expand_channel_meta expanded map: {default=false} 2023-10-11T15:38:25.867 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.701+0000 7f983386ec80 20 expand_channel_meta expand map: {default=info} 2023-10-11T15:38:25.867 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.701+0000 7f983386ec80 20 expand_channel_meta from 'info' to 'info' 2023-10-11T15:38:25.867 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.701+0000 7f983386ec80 20 expand_channel_meta expanded map: {default=info} 2023-10-11T15:38:25.867 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.701+0000 7f983386ec80 20 expand_channel_meta expand map: {default=daemon} 2023-10-11T15:38:25.867 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.701+0000 7f983386ec80 20 expand_channel_meta from 'daemon' to 'daemon' 2023-10-11T15:38:25.868 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.701+0000 7f983386ec80 20 expand_channel_meta expanded map: {default=daemon} 2023-10-11T15:38:25.868 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.701+0000 7f983386ec80 20 expand_channel_meta expand map: {default=debug} 2023-10-11T15:38:25.868 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.701+0000 7f983386ec80 20 expand_channel_meta from 'debug' to 'debug' 2023-10-11T15:38:25.868 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: debug 2023-10-11T15:38:25.701+0000 7f983386ec80 20 expand_channel_meta expanded map: {default=debug} 2023-10-11T15:38:25.868 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: cluster 2023-10-11T15:38:25.728675+0000 mon.smithi111 (mon.0) 1 : cluster 1 mon.smithi111 is new leader, mons smithi111 in quorum (ranks 0) 2023-10-11T15:38:25.869 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: cluster 2023-10-11T15:38:25.728745+0000 mon.smithi111 (mon.0) 2 : cluster 0 monmap e1: 1 mons at {smithi111=[v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0]} removed_ranks: {} 2023-10-11T15:38:25.869 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: cluster 2023-10-11T15:38:25.749015+0000 mon.smithi111 (mon.0) 3 : cluster 0 fsmap 2023-10-11T15:38:25.869 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: cluster 2023-10-11T15:38:25.749091+0000 mon.smithi111 (mon.0) 4 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2023-10-11T15:38:25.869 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:25 smithi111 bash[24268]: cluster 2023-10-11T15:38:25.749909+0000 mon.smithi111 (mon.0) 5 : cluster 0 mgrmap e1: no daemons active 2023-10-11T15:38:26.602 INFO:teuthology.orchestra.run.smithi111.stdout:Wrote config to /etc/ceph/ceph.conf 2023-10-11T15:38:26.628 INFO:teuthology.orchestra.run.smithi111.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-10-11T15:38:26.628 INFO:teuthology.orchestra.run.smithi111.stdout:Creating mgr... 2023-10-11T15:38:26.629 INFO:teuthology.orchestra.run.smithi111.stdout:Verifying port 0.0.0.0:9283 ... 2023-10-11T15:38:26.629 INFO:teuthology.orchestra.run.smithi111.stdout:Verifying port 0.0.0.0:8765 ... 2023-10-11T15:38:26.629 INFO:teuthology.orchestra.run.smithi111.stdout:Verifying port 0.0.0.0:8443 ... 2023-10-11T15:38:26.926 INFO:teuthology.orchestra.run.smithi111.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-0d30edf8-684c-11ee-8db6-212e2dc638e7@mgr.smithi111.dafezg 2023-10-11T15:38:26.926 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stderr Failed to reset failed state of unit ceph-0d30edf8-684c-11ee-8db6-212e2dc638e7@mgr.smithi111.dafezg.service: Unit ceph-0d30edf8-684c-11ee-8db6-212e2dc638e7@mgr.smithi111.dafezg.service not loaded. 2023-10-11T15:38:27.142 INFO:teuthology.orchestra.run.smithi111.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-0d30edf8-684c-11ee-8db6-212e2dc638e7.target.wants/ceph-0d30edf8-684c-11ee-8db6-212e2dc638e7@mgr.smithi111.dafezg.service -> /etc/systemd/system/ceph-0d30edf8-684c-11ee-8db6-212e2dc638e7@.service. 2023-10-11T15:38:27.154 INFO:teuthology.orchestra.run.smithi111.stdout:firewalld does not appear to be present 2023-10-11T15:38:27.154 INFO:teuthology.orchestra.run.smithi111.stdout:Not possible to enable service . firewalld.service is not available 2023-10-11T15:38:27.155 INFO:teuthology.orchestra.run.smithi111.stdout:firewalld does not appear to be present 2023-10-11T15:38:27.155 INFO:teuthology.orchestra.run.smithi111.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2023-10-11T15:38:27.155 INFO:teuthology.orchestra.run.smithi111.stdout:Waiting for mgr to start... 2023-10-11T15:38:27.155 INFO:teuthology.orchestra.run.smithi111.stdout:Waiting for mgr... 2023-10-11T15:38:27.273 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:26 smithi111 bash[24268]: audit 2023-10-11T15:38:25.953819+0000 mon.smithi111 (mon.0) 6 : audit 1 from='client.? 172.21.15.111:0/598844073' entity='client.admin' 2023-10-11T15:38:28.981 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:28 smithi111 bash[24268]: audit 2023-10-11T15:38:28.784584+0000 mon.smithi111 (mon.0) 7 : audit 0 from='client.? 172.21.15.111:0/2603483619' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-11T15:38:29.362 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout 2023-10-11T15:38:29.362 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout { 2023-10-11T15:38:29.362 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "fsid": "0d30edf8-684c-11ee-8db6-212e2dc638e7", 2023-10-11T15:38:29.362 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "health": { 2023-10-11T15:38:29.363 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-11T15:38:29.363 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-11T15:38:29.363 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-11T15:38:29.363 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:38:29.363 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-11T15:38:29.364 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-11T15:38:29.364 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout 0 2023-10-11T15:38:29.364 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout ], 2023-10-11T15:38:29.364 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-11T15:38:29.364 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "smithi111" 2023-10-11T15:38:29.365 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout ], 2023-10-11T15:38:29.365 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2023-10-11T15:38:29.365 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-11T15:38:29.365 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T15:38:29.365 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-11T15:38:29.365 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-11T15:38:29.366 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:38:29.366 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-11T15:38:29.366 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T15:38:29.366 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-11T15:38:29.366 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-11T15:38:29.367 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-11T15:38:29.367 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-11T15:38:29.370 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-11T15:38:29.370 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-11T15:38:29.371 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:38:29.371 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-11T15:38:29.371 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-11T15:38:29.371 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-11T15:38:29.371 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-11T15:38:29.372 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-11T15:38:29.372 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-11T15:38:29.372 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-11T15:38:29.372 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-11T15:38:29.372 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-11T15:38:29.373 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:38:29.373 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-11T15:38:29.373 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T15:38:29.373 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-11T15:38:29.373 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-11T15:38:29.373 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:38:29.374 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-11T15:38:29.374 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-11T15:38:29.374 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-11T15:38:29.374 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-11T15:38:29.374 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-11T15:38:29.375 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-11T15:38:29.375 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "restful" 2023-10-11T15:38:29.375 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout ], 2023-10-11T15:38:29.375 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-11T15:38:29.375 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:38:29.376 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-11T15:38:29.376 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T15:38:29.376 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "modified": "2023-10-11T15:38:19.171753+0000", 2023-10-11T15:38:29.376 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-11T15:38:29.376 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:38:29.376 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-11T15:38:29.377 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout } 2023-10-11T15:38:29.377 INFO:teuthology.orchestra.run.smithi111.stdout:mgr not available, waiting (1/15)... 2023-10-11T15:38:33.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:32 smithi111 bash[24268]: audit 2023-10-11T15:38:32.523638+0000 mon.smithi111 (mon.0) 8 : audit 0 from='client.? 172.21.15.111:0/1210638151' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-11T15:38:33.114 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout 2023-10-11T15:38:33.114 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout { 2023-10-11T15:38:33.115 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "fsid": "0d30edf8-684c-11ee-8db6-212e2dc638e7", 2023-10-11T15:38:33.115 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "health": { 2023-10-11T15:38:33.116 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-11T15:38:33.116 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-11T15:38:33.116 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-11T15:38:33.116 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:38:33.117 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-11T15:38:33.117 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-11T15:38:33.117 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout 0 2023-10-11T15:38:33.117 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout ], 2023-10-11T15:38:33.117 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-11T15:38:33.118 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "smithi111" 2023-10-11T15:38:33.118 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout ], 2023-10-11T15:38:33.118 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2023-10-11T15:38:33.118 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-11T15:38:33.119 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T15:38:33.119 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-11T15:38:33.119 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-11T15:38:33.119 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:38:33.119 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-11T15:38:33.120 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T15:38:33.120 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-11T15:38:33.120 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-11T15:38:33.120 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-11T15:38:33.121 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-11T15:38:33.121 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-11T15:38:33.121 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-11T15:38:33.121 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:38:33.121 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-11T15:38:33.122 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-11T15:38:33.122 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-11T15:38:33.122 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-11T15:38:33.122 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-11T15:38:33.123 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-11T15:38:33.123 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-11T15:38:33.123 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-11T15:38:33.124 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-11T15:38:33.124 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:38:33.124 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-11T15:38:33.124 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T15:38:33.125 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-11T15:38:33.126 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-11T15:38:33.126 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:38:33.126 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-11T15:38:33.126 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-11T15:38:33.127 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-11T15:38:33.127 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-11T15:38:33.127 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-11T15:38:33.127 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-11T15:38:33.127 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "restful" 2023-10-11T15:38:33.128 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout ], 2023-10-11T15:38:33.128 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-11T15:38:33.128 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:38:33.128 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-11T15:38:33.128 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T15:38:33.129 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "modified": "2023-10-11T15:38:19.171753+0000", 2023-10-11T15:38:33.130 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-11T15:38:33.130 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:38:33.131 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-11T15:38:33.131 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout } 2023-10-11T15:38:33.132 INFO:teuthology.orchestra.run.smithi111.stdout:mgr not available, waiting (2/15)... 2023-10-11T15:38:36.768 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:36 smithi111 bash[24268]: audit 2023-10-11T15:38:36.262308+0000 mon.smithi111 (mon.0) 9 : audit 0 from='client.? 172.21.15.111:0/3251537078' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-11T15:38:36.768 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:36 smithi111 bash[24268]: cluster 2023-10-11T15:38:36.706727+0000 mon.smithi111 (mon.0) 10 : cluster 1 Activating manager daemon smithi111.dafezg 2023-10-11T15:38:36.769 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:36 smithi111 bash[24268]: cluster 2023-10-11T15:38:36.710426+0000 mon.smithi111 (mon.0) 11 : cluster 0 mgrmap e2: smithi111.dafezg(active, starting, since 0.00425183s) 2023-10-11T15:38:36.855 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout 2023-10-11T15:38:36.856 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout { 2023-10-11T15:38:36.856 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "fsid": "0d30edf8-684c-11ee-8db6-212e2dc638e7", 2023-10-11T15:38:36.856 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "health": { 2023-10-11T15:38:36.856 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-11T15:38:36.857 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-11T15:38:36.857 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-11T15:38:36.857 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:38:36.857 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-11T15:38:36.857 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-11T15:38:36.858 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout 0 2023-10-11T15:38:36.858 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout ], 2023-10-11T15:38:36.858 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-11T15:38:36.858 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "smithi111" 2023-10-11T15:38:36.858 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout ], 2023-10-11T15:38:36.859 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2023-10-11T15:38:36.859 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-11T15:38:36.859 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T15:38:36.859 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-11T15:38:36.859 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-11T15:38:36.860 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:38:36.860 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-11T15:38:36.860 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T15:38:36.860 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-11T15:38:36.861 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-11T15:38:36.861 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-11T15:38:36.861 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-11T15:38:36.864 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-11T15:38:36.865 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-11T15:38:36.865 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:38:36.865 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-11T15:38:36.865 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-11T15:38:36.866 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-11T15:38:36.866 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-11T15:38:36.866 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-11T15:38:36.866 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-11T15:38:36.866 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-11T15:38:36.867 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-11T15:38:36.867 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-11T15:38:36.867 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:38:36.867 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-11T15:38:36.867 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T15:38:36.868 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-11T15:38:36.868 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-11T15:38:36.868 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:38:36.868 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-11T15:38:36.868 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-11T15:38:36.869 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-11T15:38:36.869 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-11T15:38:36.869 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-11T15:38:36.869 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-11T15:38:36.869 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "restful" 2023-10-11T15:38:36.869 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout ], 2023-10-11T15:38:36.870 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-11T15:38:36.870 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:38:36.870 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-11T15:38:36.871 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T15:38:36.871 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "modified": "2023-10-11T15:38:19.171753+0000", 2023-10-11T15:38:36.871 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-11T15:38:36.871 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:38:36.871 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-11T15:38:36.872 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout } 2023-10-11T15:38:36.872 INFO:teuthology.orchestra.run.smithi111.stdout:mgr not available, waiting (3/15)... 2023-10-11T15:38:38.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:37 smithi111 bash[24268]: audit 2023-10-11T15:38:36.715113+0000 mon.smithi111 (mon.0) 12 : audit 0 from='mgr.14100 172.21.15.111:0/792152546' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-11T15:38:38.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:37 smithi111 bash[24268]: audit 2023-10-11T15:38:36.715415+0000 mon.smithi111 (mon.0) 13 : audit 0 from='mgr.14100 172.21.15.111:0/792152546' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-11T15:38:38.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:37 smithi111 bash[24268]: audit 2023-10-11T15:38:36.715700+0000 mon.smithi111 (mon.0) 14 : audit 0 from='mgr.14100 172.21.15.111:0/792152546' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-11T15:38:38.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:37 smithi111 bash[24268]: audit 2023-10-11T15:38:36.715956+0000 mon.smithi111 (mon.0) 15 : audit 0 from='mgr.14100 172.21.15.111:0/792152546' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mon metadata", "id": "smithi111"}]: dispatch 2023-10-11T15:38:38.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:37 smithi111 bash[24268]: audit 2023-10-11T15:38:36.716222+0000 mon.smithi111 (mon.0) 16 : audit 0 from='mgr.14100 172.21.15.111:0/792152546' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mgr metadata", "who": "smithi111.dafezg", "id": "smithi111.dafezg"}]: dispatch 2023-10-11T15:38:38.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:37 smithi111 bash[24268]: cluster 2023-10-11T15:38:36.744169+0000 mon.smithi111 (mon.0) 17 : cluster 1 Manager daemon smithi111.dafezg is now available 2023-10-11T15:38:38.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:37 smithi111 bash[24268]: audit 2023-10-11T15:38:36.762125+0000 mon.smithi111 (mon.0) 18 : audit 1 from='mgr.14100 172.21.15.111:0/792152546' entity='mgr.smithi111.dafezg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi111.dafezg/mirror_snapshot_schedule"}]: dispatch 2023-10-11T15:38:38.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:37 smithi111 bash[24268]: audit 2023-10-11T15:38:36.766811+0000 mon.smithi111 (mon.0) 19 : audit 1 from='mgr.14100 172.21.15.111:0/792152546' entity='mgr.smithi111.dafezg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi111.dafezg/trash_purge_schedule"}]: dispatch 2023-10-11T15:38:38.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:37 smithi111 bash[24268]: audit 2023-10-11T15:38:36.770567+0000 mon.smithi111 (mon.0) 20 : audit 1 from='mgr.14100 172.21.15.111:0/792152546' entity='mgr.smithi111.dafezg' 2023-10-11T15:38:38.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:37 smithi111 bash[24268]: audit 2023-10-11T15:38:36.773864+0000 mon.smithi111 (mon.0) 21 : audit 1 from='mgr.14100 172.21.15.111:0/792152546' entity='mgr.smithi111.dafezg' 2023-10-11T15:38:38.021 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:37 smithi111 bash[24268]: audit 2023-10-11T15:38:36.776669+0000 mon.smithi111 (mon.0) 22 : audit 1 from='mgr.14100 172.21.15.111:0/792152546' entity='mgr.smithi111.dafezg' 2023-10-11T15:38:39.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:38 smithi111 bash[24268]: cluster 2023-10-11T15:38:37.725192+0000 mon.smithi111 (mon.0) 23 : cluster 0 mgrmap e3: smithi111.dafezg(active, since 1.01901s) 2023-10-11T15:38:41.012 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout 2023-10-11T15:38:41.012 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout { 2023-10-11T15:38:41.012 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "fsid": "0d30edf8-684c-11ee-8db6-212e2dc638e7", 2023-10-11T15:38:41.013 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "health": { 2023-10-11T15:38:41.013 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-11T15:38:41.013 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-11T15:38:41.013 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-11T15:38:41.013 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:38:41.014 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-11T15:38:41.014 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-11T15:38:41.014 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout 0 2023-10-11T15:38:41.014 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout ], 2023-10-11T15:38:41.014 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-11T15:38:41.014 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "smithi111" 2023-10-11T15:38:41.015 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout ], 2023-10-11T15:38:41.015 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2023-10-11T15:38:41.015 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-11T15:38:41.015 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T15:38:41.015 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-11T15:38:41.016 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-11T15:38:41.016 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:38:41.016 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-11T15:38:41.016 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T15:38:41.017 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-11T15:38:41.017 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-11T15:38:41.017 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-11T15:38:41.018 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-11T15:38:41.022 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-11T15:38:41.022 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-11T15:38:41.022 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:38:41.022 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-11T15:38:41.023 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-11T15:38:41.023 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-11T15:38:41.023 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-11T15:38:41.023 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-11T15:38:41.023 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-11T15:38:41.024 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-11T15:38:41.024 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-11T15:38:41.024 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-11T15:38:41.024 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:38:41.024 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-11T15:38:41.024 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T15:38:41.025 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-11T15:38:41.025 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-11T15:38:41.025 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:38:41.025 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-11T15:38:41.025 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-11T15:38:41.026 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-11T15:38:41.026 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-11T15:38:41.026 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-11T15:38:41.026 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-11T15:38:41.026 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "restful" 2023-10-11T15:38:41.026 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout ], 2023-10-11T15:38:41.027 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-11T15:38:41.027 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:38:41.027 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-11T15:38:41.027 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-11T15:38:41.027 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "modified": "2023-10-11T15:38:19.171753+0000", 2023-10-11T15:38:41.028 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-11T15:38:41.028 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout }, 2023-10-11T15:38:41.028 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-11T15:38:41.028 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout } 2023-10-11T15:38:41.028 INFO:teuthology.orchestra.run.smithi111.stdout:mgr is available 2023-10-11T15:38:41.029 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:40 smithi111 bash[24268]: cluster 2023-10-11T15:38:39.728627+0000 mon.smithi111 (mon.0) 24 : cluster 0 mgrmap e4: smithi111.dafezg(active, since 3s) 2023-10-11T15:38:41.029 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:40 smithi111 bash[24268]: audit 2023-10-11T15:38:40.369369+0000 mon.smithi111 (mon.0) 25 : audit 0 from='client.? 172.21.15.111:0/3681908208' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-11T15:38:42.768 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:42 smithi111 bash[24268]: audit 2023-10-11T15:38:42.356289+0000 mon.smithi111 (mon.0) 26 : audit 1 from='client.? 172.21.15.111:0/9121370' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-11T15:38:42.937 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout 2023-10-11T15:38:42.937 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout [global] 2023-10-11T15:38:42.938 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout fsid = 0d30edf8-684c-11ee-8db6-212e2dc638e7 2023-10-11T15:38:42.938 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-10-11T15:38:42.938 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-10-11T15:38:42.938 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-10-11T15:38:42.938 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-10-11T15:38:42.939 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout 2023-10-11T15:38:42.939 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout [mgr] 2023-10-11T15:38:42.939 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-10-11T15:38:42.939 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout 2023-10-11T15:38:42.940 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout [osd] 2023-10-11T15:38:42.940 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-10-11T15:38:42.941 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-10-11T15:38:42.941 INFO:teuthology.orchestra.run.smithi111.stdout:Enabling cephadm module... 2023-10-11T15:38:44.768 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:44 smithi111 bash[24268]: audit 2023-10-11T15:38:44.368984+0000 mon.smithi111 (mon.0) 27 : audit 1 from='client.? 172.21.15.111:0/3465837654' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-10-11T15:38:45.697 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:45 smithi111 bash[24268]: audit 2023-10-11T15:38:44.424679+0000 mon.smithi111 (mon.0) 28 : audit 1 from='client.? 172.21.15.111:0/3465837654' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-10-11T15:38:45.697 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:45 smithi111 bash[24268]: cluster 2023-10-11T15:38:44.424741+0000 mon.smithi111 (mon.0) 29 : cluster 0 mgrmap e5: smithi111.dafezg(active, since 7s) 2023-10-11T15:38:47.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:46 smithi111 bash[24268]: audit 2023-10-11T15:38:46.434682+0000 mon.smithi111 (mon.0) 30 : audit 0 from='client.? 172.21.15.111:0/1327355462' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-11T15:38:47.072 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout { 2023-10-11T15:38:47.072 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "epoch": 5, 2023-10-11T15:38:47.072 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-11T15:38:47.073 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "active_name": "smithi111.dafezg", 2023-10-11T15:38:47.073 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-10-11T15:38:47.073 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout } 2023-10-11T15:38:47.073 INFO:teuthology.orchestra.run.smithi111.stdout:Waiting for the mgr to restart... 2023-10-11T15:38:47.073 INFO:teuthology.orchestra.run.smithi111.stdout:Waiting for mgr epoch 5... 2023-10-11T15:38:53.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:52 smithi111 bash[24268]: cluster 2023-10-11T15:38:52.618318+0000 mon.smithi111 (mon.0) 31 : cluster 1 Active manager daemon smithi111.dafezg restarted 2023-10-11T15:38:53.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:52 smithi111 bash[24268]: cluster 2023-10-11T15:38:52.618824+0000 mon.smithi111 (mon.0) 32 : cluster 1 Activating manager daemon smithi111.dafezg 2023-10-11T15:38:53.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:52 smithi111 bash[24268]: cluster 2023-10-11T15:38:52.627622+0000 mon.smithi111 (mon.0) 33 : cluster 0 osdmap e2: 0 total, 0 up, 0 in 2023-10-11T15:38:53.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:52 smithi111 bash[24268]: cluster 2023-10-11T15:38:52.627823+0000 mon.smithi111 (mon.0) 34 : cluster 0 mgrmap e6: smithi111.dafezg(active, starting, since 0.00922342s) 2023-10-11T15:38:53.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:52 smithi111 bash[24268]: audit 2023-10-11T15:38:52.628974+0000 mon.smithi111 (mon.0) 35 : audit 0 from='mgr.14120 172.21.15.111:0/880043295' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mon metadata", "id": "smithi111"}]: dispatch 2023-10-11T15:38:53.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:52 smithi111 bash[24268]: audit 2023-10-11T15:38:52.630155+0000 mon.smithi111 (mon.0) 36 : audit 0 from='mgr.14120 172.21.15.111:0/880043295' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mgr metadata", "who": "smithi111.dafezg", "id": "smithi111.dafezg"}]: dispatch 2023-10-11T15:38:53.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:52 smithi111 bash[24268]: audit 2023-10-11T15:38:52.631087+0000 mon.smithi111 (mon.0) 37 : audit 0 from='mgr.14120 172.21.15.111:0/880043295' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-11T15:38:53.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:52 smithi111 bash[24268]: audit 2023-10-11T15:38:52.631253+0000 mon.smithi111 (mon.0) 38 : audit 0 from='mgr.14120 172.21.15.111:0/880043295' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-11T15:38:53.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:52 smithi111 bash[24268]: audit 2023-10-11T15:38:52.631397+0000 mon.smithi111 (mon.0) 39 : audit 0 from='mgr.14120 172.21.15.111:0/880043295' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-11T15:38:53.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:52 smithi111 bash[24268]: cluster 2023-10-11T15:38:52.660719+0000 mon.smithi111 (mon.0) 40 : cluster 1 Manager daemon smithi111.dafezg is now available 2023-10-11T15:38:54.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:53 smithi111 bash[24268]: cephadm 2023-10-11T15:38:52.681340+0000 mgr.smithi111.dafezg (mgr.14120) 1 : cephadm 1 Found migration_current of "None". Setting to last migration. 2023-10-11T15:38:54.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:53 smithi111 bash[24268]: audit 2023-10-11T15:38:52.683982+0000 mon.smithi111 (mon.0) 41 : audit 1 from='mgr.14120 172.21.15.111:0/880043295' entity='mgr.smithi111.dafezg' 2023-10-11T15:38:54.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:53 smithi111 bash[24268]: audit 2023-10-11T15:38:52.691661+0000 mon.smithi111 (mon.0) 42 : audit 1 from='mgr.14120 172.21.15.111:0/880043295' entity='mgr.smithi111.dafezg' 2023-10-11T15:38:54.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:53 smithi111 bash[24268]: audit 2023-10-11T15:38:52.703541+0000 mon.smithi111 (mon.0) 43 : audit 0 from='mgr.14120 172.21.15.111:0/880043295' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:38:54.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:53 smithi111 bash[24268]: audit 2023-10-11T15:38:52.706449+0000 mon.smithi111 (mon.0) 44 : audit 0 from='mgr.14120 172.21.15.111:0/880043295' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:38:54.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:53 smithi111 bash[24268]: audit 2023-10-11T15:38:52.712739+0000 mon.smithi111 (mon.0) 45 : audit 0 from='mgr.14120 172.21.15.111:0/880043295' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:38:54.021 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:53 smithi111 bash[24268]: audit 2023-10-11T15:38:52.716975+0000 mon.smithi111 (mon.0) 46 : audit 1 from='mgr.14120 172.21.15.111:0/880043295' entity='mgr.smithi111.dafezg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi111.dafezg/mirror_snapshot_schedule"}]: dispatch 2023-10-11T15:38:54.021 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:53 smithi111 bash[24268]: audit 2023-10-11T15:38:52.721654+0000 mon.smithi111 (mon.0) 47 : audit 1 from='mgr.14120 172.21.15.111:0/880043295' entity='mgr.smithi111.dafezg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi111.dafezg/trash_purge_schedule"}]: dispatch 2023-10-11T15:38:54.021 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:53 smithi111 bash[24268]: cluster 2023-10-11T15:38:53.630169+0000 mon.smithi111 (mon.0) 48 : cluster 0 mgrmap e7: smithi111.dafezg(active, since 1.01157s) 2023-10-11T15:38:54.268 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout { 2023-10-11T15:38:54.268 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-10-11T15:38:54.269 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "initialized": true 2023-10-11T15:38:54.269 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout } 2023-10-11T15:38:54.269 INFO:teuthology.orchestra.run.smithi111.stdout:mgr epoch 5 is available 2023-10-11T15:38:54.270 INFO:teuthology.orchestra.run.smithi111.stdout:Setting orchestrator backend to cephadm... 2023-10-11T15:38:55.268 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:54 smithi111 bash[24268]: audit 2023-10-11T15:38:53.629356+0000 mgr.smithi111.dafezg (mgr.14120) 2 : audit 0 from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-11T15:38:55.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:54 smithi111 bash[24268]: audit 2023-10-11T15:38:53.645255+0000 mgr.smithi111.dafezg (mgr.14120) 3 : audit 0 from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-11T15:38:55.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:54 smithi111 bash[24268]: audit 2023-10-11T15:38:53.769744+0000 mon.smithi111 (mon.0) 49 : audit 1 from='mgr.14120 172.21.15.111:0/880043295' entity='mgr.smithi111.dafezg' 2023-10-11T15:38:55.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:54 smithi111 bash[24268]: audit 2023-10-11T15:38:53.773525+0000 mon.smithi111 (mon.0) 50 : audit 1 from='mgr.14120 172.21.15.111:0/880043295' entity='mgr.smithi111.dafezg' 2023-10-11T15:38:55.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:54 smithi111 bash[24268]: cephadm 2023-10-11T15:38:53.924481+0000 mgr.smithi111.dafezg (mgr.14120) 4 : cephadm 1 [11/Oct/2023:15:38:53] ENGINE Bus STARTING 2023-10-11T15:38:55.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:54 smithi111 bash[24268]: cephadm 2023-10-11T15:38:54.042861+0000 mgr.smithi111.dafezg (mgr.14120) 5 : cephadm 1 [11/Oct/2023:15:38:54] ENGINE Serving on https://172.21.15.111:7150 2023-10-11T15:38:55.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:54 smithi111 bash[24268]: cephadm 2023-10-11T15:38:54.144947+0000 mgr.smithi111.dafezg (mgr.14120) 6 : cephadm 1 [11/Oct/2023:15:38:54] ENGINE Serving on http://172.21.15.111:8765 2023-10-11T15:38:55.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:54 smithi111 bash[24268]: cephadm 2023-10-11T15:38:54.145253+0000 mgr.smithi111.dafezg (mgr.14120) 7 : cephadm 1 [11/Oct/2023:15:38:54] ENGINE Bus STARTED 2023-10-11T15:38:55.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:54 smithi111 bash[24268]: audit 2023-10-11T15:38:54.184762+0000 mon.smithi111 (mon.0) 51 : audit 0 from='mgr.14120 172.21.15.111:0/880043295' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:38:56.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:55 smithi111 bash[24268]: cluster 2023-10-11T15:38:54.777946+0000 mon.smithi111 (mon.0) 52 : cluster 0 mgrmap e8: smithi111.dafezg(active, since 2s) 2023-10-11T15:38:56.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:55 smithi111 bash[24268]: audit 2023-10-11T15:38:55.627629+0000 mon.smithi111 (mon.0) 53 : audit 1 from='mgr.14120 172.21.15.111:0/880043295' entity='mgr.smithi111.dafezg' 2023-10-11T15:38:56.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:55 smithi111 bash[24268]: audit 2023-10-11T15:38:55.655800+0000 mon.smithi111 (mon.0) 54 : audit 0 from='mgr.14120 172.21.15.111:0/880043295' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:38:57.268 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:56 smithi111 bash[24268]: audit 2023-10-11T15:38:55.618001+0000 mgr.smithi111.dafezg (mgr.14120) 8 : audit 0 from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:38:58.080 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout value unchanged 2023-10-11T15:38:58.081 INFO:teuthology.orchestra.run.smithi111.stdout:Generating ssh key... 2023-10-11T15:38:58.823 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:58 smithi111 bash[24268]: audit 2023-10-11T15:38:57.514361+0000 mgr.smithi111.dafezg (mgr.14120) 9 : audit 0 from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:39:00.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:59 smithi111 bash[24268]: audit 2023-10-11T15:38:59.406054+0000 mgr.smithi111.dafezg (mgr.14120) 10 : audit 0 from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:39:00.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:38:59 smithi111 bash[24268]: cephadm 2023-10-11T15:38:59.406474+0000 mgr.smithi111.dafezg (mgr.14120) 11 : cephadm 1 Generating ssh key... 2023-10-11T15:39:00.794 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:00 smithi111 bash[24268]: audit 2023-10-11T15:38:59.537659+0000 mon.smithi111 (mon.0) 55 : audit 1 from='mgr.14120 172.21.15.111:0/880043295' entity='mgr.smithi111.dafezg' 2023-10-11T15:39:00.795 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:00 smithi111 bash[24268]: audit 2023-10-11T15:38:59.540838+0000 mon.smithi111 (mon.0) 56 : audit 1 from='mgr.14120 172.21.15.111:0/880043295' entity='mgr.smithi111.dafezg' 2023-10-11T15:39:01.982 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC9u1F5lXvpk+y9tysHe7WyK0NDh7IcRyiAOxVU22f40Zu0vpY6wOa7hgl8mbN3PW7nnmgim5HuJiea8mIZbgOkau9jFIifHadji0IJVwZE/UbyZbXUVb+iVn3eiqPtB/l/pZ5ElWQsAMsPrQxlzmEXKnd0HcatsL2DXWS4Lz5kQ92AL8RVGXUB/pbwEJ6oOuvv2iin3xeRFGPhqx0Ot+DzyEbOSlV8ULXurZKYCca3HKKqmooYHNitGc1YNJ2DrnfRoT5PMwWHiRINa37SaBUuYRMcH4Fli5mFyyHRSNKq38OD3VNoF0vzP2mu2z8aWtZjKjTZOlrRi92qnbROgVs3ztxt10V8DccVYS4VPq3XX9jlfiJEzjGVYR2IyZz3S0Yo4UbUOzAuu2D+gndb235p2kO/k86+YzGFYAGzRhrjT5CE4JDciDHh80PO/FJLygi6qsmAdZmzHNYYGvecu6x8j+JlBR4M/Ul2JXZFXh11W441J/Tezx58oEfYvgSwssE= ceph-0d30edf8-684c-11ee-8db6-212e2dc638e7 2023-10-11T15:39:01.983 INFO:teuthology.orchestra.run.smithi111.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-10-11T15:39:01.983 INFO:teuthology.orchestra.run.smithi111.stdout:Adding key to root@localhost authorized_keys... 2023-10-11T15:39:01.984 INFO:teuthology.orchestra.run.smithi111.stdout:Adding host smithi111... 2023-10-11T15:39:02.010 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:01 smithi111 bash[24268]: audit 2023-10-11T15:39:01.351970+0000 mgr.smithi111.dafezg (mgr.14120) 12 : audit 0 from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:39:03.739 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:03 smithi111 bash[24268]: audit 2023-10-11T15:39:03.389726+0000 mgr.smithi111.dafezg (mgr.14120) 13 : audit 0 from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi111", "addr": "172.21.15.111", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:39:04.830 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:04 smithi111 bash[24268]: cephadm 2023-10-11T15:39:04.164194+0000 mgr.smithi111.dafezg (mgr.14120) 14 : cephadm 1 Deploying cephadm binary to smithi111 2023-10-11T15:39:07.958 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout Added host 'smithi111' with addr '172.21.15.111' 2023-10-11T15:39:07.958 INFO:teuthology.orchestra.run.smithi111.stdout:Deploying mon service with default placement... 2023-10-11T15:39:08.268 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:07 smithi111 bash[24268]: audit 2023-10-11T15:39:06.923016+0000 mon.smithi111 (mon.0) 57 : audit 1 from='mgr.14120 172.21.15.111:0/880043295' entity='mgr.smithi111.dafezg' 2023-10-11T15:39:08.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:07 smithi111 bash[24268]: cephadm 2023-10-11T15:39:06.923576+0000 mgr.smithi111.dafezg (mgr.14120) 15 : cephadm 1 Added host smithi111 2023-10-11T15:39:08.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:07 smithi111 bash[24268]: audit 2023-10-11T15:39:06.930304+0000 mon.smithi111 (mon.0) 58 : audit 0 from='mgr.14120 172.21.15.111:0/880043295' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:39:10.150 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-10-11T15:39:10.151 INFO:teuthology.orchestra.run.smithi111.stdout:Deploying mgr service with default placement... 2023-10-11T15:39:10.888 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:10 smithi111 bash[24268]: audit 2023-10-11T15:39:09.606222+0000 mgr.smithi111.dafezg (mgr.14120) 16 : audit 0 from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:39:10.888 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:10 smithi111 bash[24268]: cephadm 2023-10-11T15:39:09.608198+0000 mgr.smithi111.dafezg (mgr.14120) 17 : cephadm 1 Saving service mon spec with placement count:5 2023-10-11T15:39:10.888 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:10 smithi111 bash[24268]: audit 2023-10-11T15:39:09.612443+0000 mon.smithi111 (mon.0) 59 : audit 1 from='mgr.14120 172.21.15.111:0/880043295' entity='mgr.smithi111.dafezg' 2023-10-11T15:39:10.888 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:10 smithi111 bash[24268]: audit 2023-10-11T15:39:09.660581+0000 mon.smithi111 (mon.0) 60 : audit 1 from='mgr.14120 172.21.15.111:0/880043295' entity='mgr.smithi111.dafezg' 2023-10-11T15:39:10.889 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:10 smithi111 bash[24268]: audit 2023-10-11T15:39:10.038603+0000 mon.smithi111 (mon.0) 61 : audit 1 from='mgr.14120 172.21.15.111:0/880043295' entity='mgr.smithi111.dafezg' 2023-10-11T15:39:12.222 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-10-11T15:39:12.222 INFO:teuthology.orchestra.run.smithi111.stdout:Deploying crash service with default placement... 2023-10-11T15:39:12.911 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:12 smithi111 bash[24268]: audit 2023-10-11T15:39:11.582941+0000 mgr.smithi111.dafezg (mgr.14120) 18 : audit 0 from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:39:12.912 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:12 smithi111 bash[24268]: cephadm 2023-10-11T15:39:11.584270+0000 mgr.smithi111.dafezg (mgr.14120) 19 : cephadm 1 Saving service mgr spec with placement count:2 2023-10-11T15:39:12.912 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:12 smithi111 bash[24268]: audit 2023-10-11T15:39:11.587362+0000 mon.smithi111 (mon.0) 62 : audit 1 from='mgr.14120 172.21.15.111:0/880043295' entity='mgr.smithi111.dafezg' 2023-10-11T15:39:14.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:13 smithi111 bash[24268]: cluster 2023-10-11T15:39:12.632742+0000 mgr.smithi111.dafezg (mgr.14120) 20 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:39:14.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:13 smithi111 bash[24268]: audit 2023-10-11T15:39:13.593498+0000 mon.smithi111 (mon.0) 63 : audit 1 from='mgr.14120 172.21.15.111:0/880043295' entity='mgr.smithi111.dafezg' 2023-10-11T15:39:14.235 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2023-10-11T15:39:14.236 INFO:teuthology.orchestra.run.smithi111.stdout:Deploying ceph-exporter service with default placement... 2023-10-11T15:39:14.913 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:14 smithi111 bash[24268]: audit 2023-10-11T15:39:13.586398+0000 mgr.smithi111.dafezg (mgr.14120) 21 : audit 0 from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:39:14.914 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:14 smithi111 bash[24268]: cephadm 2023-10-11T15:39:13.588601+0000 mgr.smithi111.dafezg (mgr.14120) 22 : cephadm 1 Saving service crash spec with placement * 2023-10-11T15:39:16.232 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2023-10-11T15:39:16.232 INFO:teuthology.orchestra.run.smithi111.stdout:Deploying prometheus service with default placement... 2023-10-11T15:39:16.518 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:16 smithi111 bash[24268]: cluster 2023-10-11T15:39:14.633135+0000 mgr.smithi111.dafezg (mgr.14120) 23 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:39:16.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:16 smithi111 bash[24268]: audit 2023-10-11T15:39:15.320937+0000 mon.smithi111 (mon.0) 64 : audit 1 from='mgr.14120 172.21.15.111:0/880043295' entity='mgr.smithi111.dafezg' 2023-10-11T15:39:16.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:16 smithi111 bash[24268]: audit 2023-10-11T15:39:15.560256+0000 mon.smithi111 (mon.0) 65 : audit 1 from='mgr.14120 172.21.15.111:0/880043295' entity='mgr.smithi111.dafezg' 2023-10-11T15:39:16.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:16 smithi111 bash[24268]: audit 2023-10-11T15:39:16.108834+0000 mon.smithi111 (mon.0) 66 : audit 1 from='mgr.14120 172.21.15.111:0/880043295' entity='mgr.smithi111.dafezg' 2023-10-11T15:39:17.690 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:17 smithi111 bash[24268]: audit 2023-10-11T15:39:15.550349+0000 mgr.smithi111.dafezg (mgr.14120) 24 : audit 0 from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:39:17.690 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:17 smithi111 bash[24268]: cephadm 2023-10-11T15:39:15.553322+0000 mgr.smithi111.dafezg (mgr.14120) 25 : cephadm 1 Saving service ceph-exporter spec with placement * 2023-10-11T15:39:18.272 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2023-10-11T15:39:18.272 INFO:teuthology.orchestra.run.smithi111.stdout:Deploying grafana service with default placement... 2023-10-11T15:39:18.768 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:18 smithi111 bash[24268]: cluster 2023-10-11T15:39:16.633606+0000 mgr.smithi111.dafezg (mgr.14120) 26 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:39:18.769 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:18 smithi111 bash[24268]: audit 2023-10-11T15:39:17.656412+0000 mon.smithi111 (mon.0) 67 : audit 1 from='mgr.14120 172.21.15.111:0/880043295' entity='mgr.smithi111.dafezg' 2023-10-11T15:39:19.763 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:19 smithi111 bash[24268]: audit 2023-10-11T15:39:17.646934+0000 mgr.smithi111.dafezg (mgr.14120) 27 : audit 0 from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:39:19.764 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:19 smithi111 bash[24268]: cephadm 2023-10-11T15:39:17.649015+0000 mgr.smithi111.dafezg (mgr.14120) 28 : cephadm 1 Saving service prometheus spec with placement count:1 2023-10-11T15:39:20.370 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2023-10-11T15:39:20.371 INFO:teuthology.orchestra.run.smithi111.stdout:Deploying node-exporter service with default placement... 2023-10-11T15:39:20.768 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:20 smithi111 bash[24268]: cluster 2023-10-11T15:39:18.633912+0000 mgr.smithi111.dafezg (mgr.14120) 29 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:39:20.769 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:20 smithi111 bash[24268]: audit 2023-10-11T15:39:19.715230+0000 mon.smithi111 (mon.0) 68 : audit 1 from='mgr.14120 172.21.15.111:0/880043295' entity='mgr.smithi111.dafezg' 2023-10-11T15:39:21.617 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:21 smithi111 bash[24268]: audit 2023-10-11T15:39:19.705417+0000 mgr.smithi111.dafezg (mgr.14120) 30 : audit 0 from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:39:21.617 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:21 smithi111 bash[24268]: cephadm 2023-10-11T15:39:19.708745+0000 mgr.smithi111.dafezg (mgr.14120) 31 : cephadm 1 Saving service grafana spec with placement count:1 2023-10-11T15:39:22.518 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:22 smithi111 bash[24268]: cluster 2023-10-11T15:39:20.634331+0000 mgr.smithi111.dafezg (mgr.14120) 32 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:39:22.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:22 smithi111 bash[24268]: audit 2023-10-11T15:39:22.221826+0000 mon.smithi111 (mon.0) 69 : audit 1 from='mgr.14120 172.21.15.111:0/880043295' entity='mgr.smithi111.dafezg' 2023-10-11T15:39:23.274 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2023-10-11T15:39:23.275 INFO:teuthology.orchestra.run.smithi111.stdout:Deploying alertmanager service with default placement... 2023-10-11T15:39:23.768 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:23 smithi111 bash[24268]: audit 2023-10-11T15:39:22.215707+0000 mgr.smithi111.dafezg (mgr.14120) 33 : audit 0 from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:39:23.769 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:23 smithi111 bash[24268]: cephadm 2023-10-11T15:39:22.217965+0000 mgr.smithi111.dafezg (mgr.14120) 34 : cephadm 1 Saving service node-exporter spec with placement * 2023-10-11T15:39:24.721 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:24 smithi111 bash[24268]: cluster 2023-10-11T15:39:22.634725+0000 mgr.smithi111.dafezg (mgr.14120) 35 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:39:25.338 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2023-10-11T15:39:26.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:25 smithi111 bash[24268]: cluster 2023-10-11T15:39:24.635133+0000 mgr.smithi111.dafezg (mgr.14120) 36 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:39:26.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:25 smithi111 bash[24268]: audit 2023-10-11T15:39:24.680059+0000 mgr.smithi111.dafezg (mgr.14120) 37 : audit 0 from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:39:26.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:25 smithi111 bash[24268]: cephadm 2023-10-11T15:39:24.681114+0000 mgr.smithi111.dafezg (mgr.14120) 38 : cephadm 1 Saving service alertmanager spec with placement count:1 2023-10-11T15:39:26.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:25 smithi111 bash[24268]: audit 2023-10-11T15:39:24.686699+0000 mon.smithi111 (mon.0) 70 : audit 1 from='mgr.14120 172.21.15.111:0/880043295' entity='mgr.smithi111.dafezg' 2023-10-11T15:39:28.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:27 smithi111 bash[24268]: cluster 2023-10-11T15:39:26.635583+0000 mgr.smithi111.dafezg (mgr.14120) 39 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:39:28.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:27 smithi111 bash[24268]: audit 2023-10-11T15:39:26.690047+0000 mon.smithi111 (mon.0) 71 : audit 1 from='client.? 172.21.15.111:0/454073332' entity='client.admin' 2023-10-11T15:39:29.385 INFO:teuthology.orchestra.run.smithi111.stdout:Enabling the dashboard module... 2023-10-11T15:39:30.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:29 smithi111 bash[24268]: cluster 2023-10-11T15:39:28.635853+0000 mgr.smithi111.dafezg (mgr.14120) 40 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:39:30.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:29 smithi111 bash[24268]: audit 2023-10-11T15:39:28.694589+0000 mon.smithi111 (mon.0) 72 : audit 1 from='client.? 172.21.15.111:0/1148629290' entity='client.admin' 2023-10-11T15:39:32.023 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:31 smithi111 bash[24268]: cluster 2023-10-11T15:39:30.636107+0000 mgr.smithi111.dafezg (mgr.14120) 41 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:39:32.024 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:31 smithi111 bash[24268]: audit 2023-10-11T15:39:30.848097+0000 mon.smithi111 (mon.0) 73 : audit 1 from='client.? 172.21.15.111:0/3065706576' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-10-11T15:39:33.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:32 smithi111 bash[24268]: audit 2023-10-11T15:39:31.735616+0000 mon.smithi111 (mon.0) 74 : audit 1 from='client.? 172.21.15.111:0/3065706576' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-10-11T15:39:33.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:32 smithi111 bash[24268]: cluster 2023-10-11T15:39:31.735702+0000 mon.smithi111 (mon.0) 75 : cluster 0 mgrmap e9: smithi111.dafezg(active, since 39s) 2023-10-11T15:39:34.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:33 smithi111 bash[24268]: audit 2023-10-11T15:39:33.854591+0000 mon.smithi111 (mon.0) 76 : audit 0 from='client.? 172.21.15.111:0/3634820922' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-11T15:39:34.452 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout { 2023-10-11T15:39:34.452 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "epoch": 9, 2023-10-11T15:39:34.452 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-11T15:39:34.452 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "active_name": "smithi111.dafezg", 2023-10-11T15:39:34.453 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-10-11T15:39:34.453 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout } 2023-10-11T15:39:34.453 INFO:teuthology.orchestra.run.smithi111.stdout:Waiting for the mgr to restart... 2023-10-11T15:39:34.453 INFO:teuthology.orchestra.run.smithi111.stdout:Waiting for mgr epoch 9... 2023-10-11T15:39:40.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:40 smithi111 bash[24268]: cluster 2023-10-11T15:39:40.102582+0000 mon.smithi111 (mon.0) 77 : cluster 1 Active manager daemon smithi111.dafezg restarted 2023-10-11T15:39:40.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:40 smithi111 bash[24268]: cluster 2023-10-11T15:39:40.103171+0000 mon.smithi111 (mon.0) 78 : cluster 1 Activating manager daemon smithi111.dafezg 2023-10-11T15:39:40.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:40 smithi111 bash[24268]: cluster 2023-10-11T15:39:40.109690+0000 mon.smithi111 (mon.0) 79 : cluster 0 osdmap e3: 0 total, 0 up, 0 in 2023-10-11T15:39:40.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:40 smithi111 bash[24268]: cluster 2023-10-11T15:39:40.110115+0000 mon.smithi111 (mon.0) 80 : cluster 0 mgrmap e10: smithi111.dafezg(active, starting, since 0.00716549s) 2023-10-11T15:39:40.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:40 smithi111 bash[24268]: audit 2023-10-11T15:39:40.111780+0000 mon.smithi111 (mon.0) 81 : audit 0 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mon metadata", "id": "smithi111"}]: dispatch 2023-10-11T15:39:40.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:40 smithi111 bash[24268]: audit 2023-10-11T15:39:40.113046+0000 mon.smithi111 (mon.0) 82 : audit 0 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mgr metadata", "who": "smithi111.dafezg", "id": "smithi111.dafezg"}]: dispatch 2023-10-11T15:39:40.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:40 smithi111 bash[24268]: audit 2023-10-11T15:39:40.113995+0000 mon.smithi111 (mon.0) 83 : audit 0 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-11T15:39:40.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:40 smithi111 bash[24268]: audit 2023-10-11T15:39:40.114283+0000 mon.smithi111 (mon.0) 84 : audit 0 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-11T15:39:40.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:40 smithi111 bash[24268]: audit 2023-10-11T15:39:40.114520+0000 mon.smithi111 (mon.0) 85 : audit 0 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-11T15:39:40.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:40 smithi111 bash[24268]: cluster 2023-10-11T15:39:40.144781+0000 mon.smithi111 (mon.0) 86 : cluster 1 Manager daemon smithi111.dafezg is now available 2023-10-11T15:39:41.518 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:41 smithi111 bash[24268]: audit 2023-10-11T15:39:40.176459+0000 mon.smithi111 (mon.0) 87 : audit 0 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:39:41.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:41 smithi111 bash[24268]: audit 2023-10-11T15:39:40.179518+0000 mon.smithi111 (mon.0) 88 : audit 0 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:39:41.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:41 smithi111 bash[24268]: audit 2023-10-11T15:39:40.204218+0000 mon.smithi111 (mon.0) 89 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi111.dafezg/mirror_snapshot_schedule"}]: dispatch 2023-10-11T15:39:41.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:41 smithi111 bash[24268]: audit 2023-10-11T15:39:40.208718+0000 mon.smithi111 (mon.0) 90 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi111.dafezg/trash_purge_schedule"}]: dispatch 2023-10-11T15:39:41.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:41 smithi111 bash[24268]: cephadm 2023-10-11T15:39:40.380825+0000 mgr.smithi111.dafezg (mgr.14164) 1 : cephadm 1 [11/Oct/2023:15:39:40] ENGINE Bus STARTING 2023-10-11T15:39:41.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:41 smithi111 bash[24268]: cephadm 2023-10-11T15:39:40.486893+0000 mgr.smithi111.dafezg (mgr.14164) 2 : cephadm 1 [11/Oct/2023:15:39:40] ENGINE Serving on http://172.21.15.111:8765 2023-10-11T15:39:41.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:41 smithi111 bash[24268]: cephadm 2023-10-11T15:39:40.613722+0000 mgr.smithi111.dafezg (mgr.14164) 3 : cephadm 1 [11/Oct/2023:15:39:40] ENGINE Serving on https://172.21.15.111:7150 2023-10-11T15:39:41.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:41 smithi111 bash[24268]: cephadm 2023-10-11T15:39:40.614081+0000 mgr.smithi111.dafezg (mgr.14164) 4 : cephadm 1 [11/Oct/2023:15:39:40] ENGINE Bus STARTED 2023-10-11T15:39:41.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:41 smithi111 bash[24268]: cluster 2023-10-11T15:39:41.114141+0000 mon.smithi111 (mon.0) 91 : cluster 0 mgrmap e11: smithi111.dafezg(active, since 1.0112s) 2023-10-11T15:39:41.851 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout { 2023-10-11T15:39:41.851 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2023-10-11T15:39:41.852 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout "initialized": true 2023-10-11T15:39:41.852 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout } 2023-10-11T15:39:41.852 INFO:teuthology.orchestra.run.smithi111.stdout:mgr epoch 9 is available 2023-10-11T15:39:41.852 INFO:teuthology.orchestra.run.smithi111.stdout:Generating a dashboard self-signed certificate... 2023-10-11T15:39:42.518 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:42 smithi111 bash[24268]: audit 2023-10-11T15:39:41.113831+0000 mgr.smithi111.dafezg (mgr.14164) 5 : audit 0 from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-11T15:39:42.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:42 smithi111 bash[24268]: audit 2023-10-11T15:39:41.128171+0000 mgr.smithi111.dafezg (mgr.14164) 6 : audit 0 from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-11T15:39:43.435 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:43 smithi111 bash[24268]: cluster 2023-10-11T15:39:42.161063+0000 mon.smithi111 (mon.0) 92 : cluster 0 mgrmap e12: smithi111.dafezg(active, since 2s) 2023-10-11T15:39:44.076 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-10-11T15:39:44.076 INFO:teuthology.orchestra.run.smithi111.stdout:Creating initial admin user... 2023-10-11T15:39:44.518 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:44 smithi111 bash[24268]: audit 2023-10-11T15:39:43.229859+0000 mgr.smithi111.dafezg (mgr.14164) 7 : audit 0 from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:39:44.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:44 smithi111 bash[24268]: audit 2023-10-11T15:39:43.346615+0000 mon.smithi111 (mon.0) 93 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:39:44.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:44 smithi111 bash[24268]: audit 2023-10-11T15:39:43.352370+0000 mon.smithi111 (mon.0) 94 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:39:46.289 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$jjhGlw72txsrgOhVGJn3hupwmvZNG2NAb6yVX14gsdb1crak6fGaC", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1697038785, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-10-11T15:39:46.290 INFO:teuthology.orchestra.run.smithi111.stdout:Fetching dashboard port number... 2023-10-11T15:39:46.962 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:46 smithi111 bash[24268]: audit 2023-10-11T15:39:45.413889+0000 mgr.smithi111.dafezg (mgr.14164) 8 : audit 0 from='client.14178 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:39:46.963 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:46 smithi111 bash[24268]: audit 2023-10-11T15:39:45.664288+0000 mon.smithi111 (mon.0) 95 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:39:48.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:47 smithi111 bash[24268]: cluster 2023-10-11T15:39:46.735363+0000 mon.smithi111 (mon.0) 96 : cluster 0 mgrmap e13: smithi111.dafezg(active, since 6s) 2023-10-11T15:39:48.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:47 smithi111 bash[24268]: audit 2023-10-11T15:39:47.086686+0000 mon.smithi111 (mon.0) 97 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:39:48.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:47 smithi111 bash[24268]: audit 2023-10-11T15:39:47.576215+0000 mon.smithi111 (mon.0) 98 : audit 0 from='client.? 172.21.15.111:0/2526611177' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-10-11T15:39:48.242 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stdout 8443 2023-10-11T15:39:48.243 INFO:teuthology.orchestra.run.smithi111.stdout:firewalld does not appear to be present 2023-10-11T15:39:48.243 INFO:teuthology.orchestra.run.smithi111.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-10-11T15:39:48.246 INFO:teuthology.orchestra.run.smithi111.stdout:Ceph Dashboard is now available at: 2023-10-11T15:39:48.246 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-10-11T15:39:48.247 INFO:teuthology.orchestra.run.smithi111.stdout: URL: https://smithi111.front.sepia.ceph.com:8443/ 2023-10-11T15:39:48.247 INFO:teuthology.orchestra.run.smithi111.stdout: User: admin 2023-10-11T15:39:48.247 INFO:teuthology.orchestra.run.smithi111.stdout: Password: azhn55wehp 2023-10-11T15:39:48.247 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-10-11T15:39:48.248 INFO:teuthology.orchestra.run.smithi111.stdout:Saving cluster configuration to /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/config directory 2023-10-11T15:39:48.248 INFO:teuthology.orchestra.run.smithi111.stdout:Enabling autotune for osd_memory_target 2023-10-11T15:39:49.268 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:48 smithi111 bash[24268]: audit 2023-10-11T15:39:47.873343+0000 mon.smithi111 (mon.0) 99 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:39:52.343 INFO:teuthology.orchestra.run.smithi111.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-10-11T15:39:52.344 INFO:teuthology.orchestra.run.smithi111.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-10-11T15:39:52.344 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-10-11T15:39:52.344 INFO:teuthology.orchestra.run.smithi111.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-10-11T15:39:52.344 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-10-11T15:39:52.345 INFO:teuthology.orchestra.run.smithi111.stdout:Or, if you are only running a single cluster on this host: 2023-10-11T15:39:52.345 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-10-11T15:39:52.345 INFO:teuthology.orchestra.run.smithi111.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-10-11T15:39:52.345 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-10-11T15:39:52.345 INFO:teuthology.orchestra.run.smithi111.stdout:Please consider enabling telemetry to help improve Ceph: 2023-10-11T15:39:52.346 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-10-11T15:39:52.346 INFO:teuthology.orchestra.run.smithi111.stdout: ceph telemetry on 2023-10-11T15:39:52.346 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-10-11T15:39:52.346 INFO:teuthology.orchestra.run.smithi111.stdout:For more information see: 2023-10-11T15:39:52.346 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-10-11T15:39:52.347 INFO:teuthology.orchestra.run.smithi111.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2023-10-11T15:39:52.347 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-10-11T15:39:52.347 INFO:teuthology.orchestra.run.smithi111.stdout:Bootstrap complete. 2023-10-11T15:39:52.380 INFO:tasks.cephadm:Fetching config... 2023-10-11T15:39:52.381 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2023-10-11T15:39:52.381 DEBUG:teuthology.orchestra.run.smithi111:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-10-11T15:39:52.386 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-10-11T15:39:52.387 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2023-10-11T15:39:52.387 DEBUG:teuthology.orchestra.run.smithi111:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-10-11T15:39:52.438 INFO:tasks.cephadm:Fetching mon keyring... 2023-10-11T15:39:52.438 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2023-10-11T15:39:52.438 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd if=/var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/keyring of=/dev/stdout 2023-10-11T15:39:52.498 INFO:tasks.cephadm:Fetching pub ssh key... 2023-10-11T15:39:52.499 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2023-10-11T15:39:52.499 DEBUG:teuthology.orchestra.run.smithi111:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-10-11T15:39:52.547 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-10-11T15:39:52.548 DEBUG:teuthology.orchestra.run.smithi111:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC9u1F5lXvpk+y9tysHe7WyK0NDh7IcRyiAOxVU22f40Zu0vpY6wOa7hgl8mbN3PW7nnmgim5HuJiea8mIZbgOkau9jFIifHadji0IJVwZE/UbyZbXUVb+iVn3eiqPtB/l/pZ5ElWQsAMsPrQxlzmEXKnd0HcatsL2DXWS4Lz5kQ92AL8RVGXUB/pbwEJ6oOuvv2iin3xeRFGPhqx0Ot+DzyEbOSlV8ULXurZKYCca3HKKqmooYHNitGc1YNJ2DrnfRoT5PMwWHiRINa37SaBUuYRMcH4Fli5mFyyHRSNKq38OD3VNoF0vzP2mu2z8aWtZjKjTZOlrRi92qnbROgVs3ztxt10V8DccVYS4VPq3XX9jlfiJEzjGVYR2IyZz3S0Yo4UbUOzAuu2D+gndb235p2kO/k86+YzGFYAGzRhrjT5CE4JDciDHh80PO/FJLygi6qsmAdZmzHNYYGvecu6x8j+JlBR4M/Ul2JXZFXh11W441J/Tezx58oEfYvgSwssE= ceph-0d30edf8-684c-11ee-8db6-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-11T15:39:52.609 INFO:teuthology.orchestra.run.smithi111.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC9u1F5lXvpk+y9tysHe7WyK0NDh7IcRyiAOxVU22f40Zu0vpY6wOa7hgl8mbN3PW7nnmgim5HuJiea8mIZbgOkau9jFIifHadji0IJVwZE/UbyZbXUVb+iVn3eiqPtB/l/pZ5ElWQsAMsPrQxlzmEXKnd0HcatsL2DXWS4Lz5kQ92AL8RVGXUB/pbwEJ6oOuvv2iin3xeRFGPhqx0Ot+DzyEbOSlV8ULXurZKYCca3HKKqmooYHNitGc1YNJ2DrnfRoT5PMwWHiRINa37SaBUuYRMcH4Fli5mFyyHRSNKq38OD3VNoF0vzP2mu2z8aWtZjKjTZOlrRi92qnbROgVs3ztxt10V8DccVYS4VPq3XX9jlfiJEzjGVYR2IyZz3S0Yo4UbUOzAuu2D+gndb235p2kO/k86+YzGFYAGzRhrjT5CE4JDciDHh80PO/FJLygi6qsmAdZmzHNYYGvecu6x8j+JlBR4M/Ul2JXZFXh11W441J/Tezx58oEfYvgSwssE= ceph-0d30edf8-684c-11ee-8db6-212e2dc638e7 2023-10-11T15:39:52.620 DEBUG:teuthology.orchestra.run.smithi130:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC9u1F5lXvpk+y9tysHe7WyK0NDh7IcRyiAOxVU22f40Zu0vpY6wOa7hgl8mbN3PW7nnmgim5HuJiea8mIZbgOkau9jFIifHadji0IJVwZE/UbyZbXUVb+iVn3eiqPtB/l/pZ5ElWQsAMsPrQxlzmEXKnd0HcatsL2DXWS4Lz5kQ92AL8RVGXUB/pbwEJ6oOuvv2iin3xeRFGPhqx0Ot+DzyEbOSlV8ULXurZKYCca3HKKqmooYHNitGc1YNJ2DrnfRoT5PMwWHiRINa37SaBUuYRMcH4Fli5mFyyHRSNKq38OD3VNoF0vzP2mu2z8aWtZjKjTZOlrRi92qnbROgVs3ztxt10V8DccVYS4VPq3XX9jlfiJEzjGVYR2IyZz3S0Yo4UbUOzAuu2D+gndb235p2kO/k86+YzGFYAGzRhrjT5CE4JDciDHh80PO/FJLygi6qsmAdZmzHNYYGvecu6x8j+JlBR4M/Ul2JXZFXh11W441J/Tezx58oEfYvgSwssE= ceph-0d30edf8-684c-11ee-8db6-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-11T15:39:52.646 INFO:teuthology.orchestra.run.smithi130.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC9u1F5lXvpk+y9tysHe7WyK0NDh7IcRyiAOxVU22f40Zu0vpY6wOa7hgl8mbN3PW7nnmgim5HuJiea8mIZbgOkau9jFIifHadji0IJVwZE/UbyZbXUVb+iVn3eiqPtB/l/pZ5ElWQsAMsPrQxlzmEXKnd0HcatsL2DXWS4Lz5kQ92AL8RVGXUB/pbwEJ6oOuvv2iin3xeRFGPhqx0Ot+DzyEbOSlV8ULXurZKYCca3HKKqmooYHNitGc1YNJ2DrnfRoT5PMwWHiRINa37SaBUuYRMcH4Fli5mFyyHRSNKq38OD3VNoF0vzP2mu2z8aWtZjKjTZOlrRi92qnbROgVs3ztxt10V8DccVYS4VPq3XX9jlfiJEzjGVYR2IyZz3S0Yo4UbUOzAuu2D+gndb235p2kO/k86+YzGFYAGzRhrjT5CE4JDciDHh80PO/FJLygi6qsmAdZmzHNYYGvecu6x8j+JlBR4M/Ul2JXZFXh11W441J/Tezx58oEfYvgSwssE= ceph-0d30edf8-684c-11ee-8db6-212e2dc638e7 2023-10-11T15:39:52.658 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-10-11T15:39:53.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:39:52 smithi111 bash[24268]: audit 2023-10-11T15:39:51.755598+0000 mon.smithi111 (mon.0) 100 : audit 1 from='client.? 172.21.15.111:0/3519958464' entity='client.admin' 2023-10-11T15:39:58.871 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:40:01.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:01 smithi111 bash[24268]: cluster 2023-10-11T15:40:00.116424+0000 mgr.smithi111.dafezg (mgr.14164) 9 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:40:01.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:01 smithi111 bash[24268]: audit 2023-10-11T15:40:00.119432+0000 mon.smithi111 (mon.0) 101 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:40:01.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:01 smithi111 bash[24268]: audit 2023-10-11T15:40:00.124262+0000 mon.smithi111 (mon.0) 102 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:40:01.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:01 smithi111 bash[24268]: audit 2023-10-11T15:40:00.125532+0000 mon.smithi111 (mon.0) 103 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:40:01.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:01 smithi111 bash[24268]: audit 2023-10-11T15:40:00.131054+0000 mon.smithi111 (mon.0) 104 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:40:01.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:01 smithi111 bash[24268]: audit 2023-10-11T15:40:00.132855+0000 mon.smithi111 (mon.0) 105 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi111", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-11T15:40:01.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:01 smithi111 bash[24268]: audit 2023-10-11T15:40:00.135675+0000 mon.smithi111 (mon.0) 106 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi111", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-10-11T15:40:01.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:01 smithi111 bash[24268]: audit 2023-10-11T15:40:00.136698+0000 mon.smithi111 (mon.0) 107 : audit 0 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:40:01.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:01 smithi111 bash[24268]: cephadm 2023-10-11T15:40:00.138001+0000 mgr.smithi111.dafezg (mgr.14164) 10 : cephadm 1 Deploying daemon ceph-exporter.smithi111 on smithi111 2023-10-11T15:40:03.434 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-10-11T15:40:03.434 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-10-11T15:40:03.537 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:03 smithi111 bash[24268]: cluster 2023-10-11T15:40:02.116837+0000 mgr.smithi111.dafezg (mgr.14164) 11 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:40:03.537 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:03 smithi111 bash[24268]: audit 2023-10-11T15:40:02.527831+0000 mon.smithi111 (mon.0) 108 : audit 1 from='client.? 172.21.15.111:0/2475883292' entity='client.admin' 2023-10-11T15:40:03.537 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:03 smithi111 bash[24268]: audit 2023-10-11T15:40:03.511872+0000 mon.smithi111 (mon.0) 109 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:40:03.538 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:03 smithi111 bash[24268]: audit 2023-10-11T15:40:03.516771+0000 mon.smithi111 (mon.0) 110 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:40:04.849 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:04 smithi111 bash[24268]: audit 2023-10-11T15:40:03.562828+0000 mon.smithi111 (mon.0) 111 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:40:04.849 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:04 smithi111 bash[24268]: audit 2023-10-11T15:40:03.566707+0000 mon.smithi111 (mon.0) 112 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:40:04.850 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:04 smithi111 bash[24268]: audit 2023-10-11T15:40:03.568285+0000 mon.smithi111 (mon.0) 113 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi111", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-11T15:40:04.850 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:04 smithi111 bash[24268]: audit 2023-10-11T15:40:03.571651+0000 mon.smithi111 (mon.0) 114 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi111", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-10-11T15:40:04.850 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:04 smithi111 bash[24268]: audit 2023-10-11T15:40:03.572866+0000 mon.smithi111 (mon.0) 115 : audit 0 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:40:04.850 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:04 smithi111 bash[24268]: cephadm 2023-10-11T15:40:03.573909+0000 mgr.smithi111.dafezg (mgr.14164) 12 : cephadm 1 Deploying daemon crash.smithi111 on smithi111 2023-10-11T15:40:05.838 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:05 smithi111 bash[24268]: cluster 2023-10-11T15:40:04.117250+0000 mgr.smithi111.dafezg (mgr.14164) 13 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:40:05.838 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:05 smithi111 bash[24268]: audit 2023-10-11T15:40:05.202988+0000 mon.smithi111 (mon.0) 116 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:40:07.552 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:07 smithi111 bash[24268]: cluster 2023-10-11T15:40:06.117609+0000 mgr.smithi111.dafezg (mgr.14164) 14 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:40:07.552 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:07 smithi111 bash[24268]: audit 2023-10-11T15:40:06.351325+0000 mon.smithi111 (mon.0) 117 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:40:07.552 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:07 smithi111 bash[24268]: audit 2023-10-11T15:40:06.358833+0000 mon.smithi111 (mon.0) 118 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:40:07.553 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:07 smithi111 bash[24268]: audit 2023-10-11T15:40:06.400460+0000 mon.smithi111 (mon.0) 119 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:40:07.553 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:07 smithi111 bash[24268]: audit 2023-10-11T15:40:06.406104+0000 mon.smithi111 (mon.0) 120 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:40:07.553 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:07 smithi111 bash[24268]: cephadm 2023-10-11T15:40:06.407947+0000 mgr.smithi111.dafezg (mgr.14164) 15 : cephadm 1 Deploying daemon node-exporter.smithi111 on smithi111 2023-10-11T15:40:08.768 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:08 smithi111 bash[24268]: audit 2023-10-11T15:40:07.537300+0000 mon.smithi111 (mon.0) 121 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:40:08.769 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:08 smithi111 bash[24268]: audit 2023-10-11T15:40:07.543811+0000 mon.smithi111 (mon.0) 122 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:40:08.769 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:08 smithi111 bash[24268]: audit 2023-10-11T15:40:07.580666+0000 mon.smithi111 (mon.0) 123 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:40:08.769 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:08 smithi111 bash[24268]: audit 2023-10-11T15:40:07.586523+0000 mon.smithi111 (mon.0) 124 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:40:08.769 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:08 smithi111 bash[24268]: cephadm 2023-10-11T15:40:07.605101+0000 mgr.smithi111.dafezg (mgr.14164) 16 : cephadm 1 Deploying daemon alertmanager.smithi111 on smithi111 2023-10-11T15:40:09.114 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:40:09.917 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:09 smithi111 bash[24268]: cluster 2023-10-11T15:40:08.118137+0000 mgr.smithi111.dafezg (mgr.14164) 17 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:40:11.357 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:11 smithi111 bash[24268]: cluster 2023-10-11T15:40:10.118477+0000 mgr.smithi111.dafezg (mgr.14164) 18 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:40:11.357 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:11 smithi111 bash[24268]: audit 2023-10-11T15:40:10.209080+0000 mon.smithi111 (mon.0) 125 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:40:13.531 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:13 smithi111 bash[24268]: cluster 2023-10-11T15:40:12.118897+0000 mgr.smithi111.dafezg (mgr.14164) 19 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:40:15.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:15 smithi111 bash[24268]: cluster 2023-10-11T15:40:14.119345+0000 mgr.smithi111.dafezg (mgr.14164) 20 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:40:16.803 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi130 2023-10-11T15:40:16.804 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2023-10-11T15:40:16.804 DEBUG:teuthology.orchestra.run.smithi130:> dd of=/etc/ceph/ceph.conf 2023-10-11T15:40:16.812 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2023-10-11T15:40:16.813 DEBUG:teuthology.orchestra.run.smithi130:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-11T15:40:16.859 INFO:tasks.cephadm:Adding host smithi130 to orchestrator... 2023-10-11T15:40:16.860 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph orch host add smithi130 2023-10-11T15:40:17.268 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:16 smithi111 bash[24268]: audit 2023-10-11T15:40:15.961718+0000 mgr.smithi111.dafezg (mgr.14164) 21 : audit 0 from='client.14189 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:40:17.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:16 smithi111 bash[24268]: audit 2023-10-11T15:40:15.965737+0000 mon.smithi111 (mon.0) 126 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:40:17.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:16 smithi111 bash[24268]: cluster 2023-10-11T15:40:16.119722+0000 mgr.smithi111.dafezg (mgr.14164) 22 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:40:19.491 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:19 smithi111 bash[24268]: cluster 2023-10-11T15:40:18.120157+0000 mgr.smithi111.dafezg (mgr.14164) 23 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:40:21.025 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:20 smithi111 bash[24268]: audit 2023-10-11T15:40:19.770286+0000 mon.smithi111 (mon.0) 127 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:40:21.025 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:20 smithi111 bash[24268]: audit 2023-10-11T15:40:19.774485+0000 mon.smithi111 (mon.0) 128 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:40:21.025 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:20 smithi111 bash[24268]: audit 2023-10-11T15:40:19.802068+0000 mon.smithi111 (mon.0) 129 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:40:21.026 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:20 smithi111 bash[24268]: audit 2023-10-11T15:40:19.807428+0000 mon.smithi111 (mon.0) 130 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:40:21.026 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:20 smithi111 bash[24268]: audit 2023-10-11T15:40:19.812722+0000 mon.smithi111 (mon.0) 131 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:40:21.026 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:20 smithi111 bash[24268]: audit 2023-10-11T15:40:19.818603+0000 mon.smithi111 (mon.0) 132 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:40:21.026 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:20 smithi111 bash[24268]: audit 2023-10-11T15:40:19.935392+0000 mon.smithi111 (mon.0) 133 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:40:21.027 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:20 smithi111 bash[24268]: audit 2023-10-11T15:40:19.940565+0000 mon.smithi111 (mon.0) 134 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:40:21.027 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:20 smithi111 bash[24268]: audit 2023-10-11T15:40:19.942763+0000 mon.smithi111 (mon.0) 135 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-11T15:40:21.027 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:20 smithi111 bash[24268]: audit 2023-10-11T15:40:19.948695+0000 mon.smithi111 (mon.0) 136 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:40:21.027 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:20 smithi111 bash[24268]: audit 2023-10-11T15:40:20.216526+0000 mon.smithi111 (mon.0) 137 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:40:21.543 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:40:22.076 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:21 smithi111 bash[24268]: cephadm 2023-10-11T15:40:19.831040+0000 mgr.smithi111.dafezg (mgr.14164) 24 : cephadm 1 Regenerating cephadm self-signed grafana TLS certificates 2023-10-11T15:40:22.076 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:21 smithi111 bash[24268]: audit 2023-10-11T15:40:19.943181+0000 mgr.smithi111.dafezg (mgr.14164) 25 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-11T15:40:22.076 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:21 smithi111 bash[24268]: cephadm 2023-10-11T15:40:19.958579+0000 mgr.smithi111.dafezg (mgr.14164) 26 : cephadm 1 Deploying daemon grafana.smithi111 on smithi111 2023-10-11T15:40:22.076 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:21 smithi111 bash[24268]: cluster 2023-10-11T15:40:20.120451+0000 mgr.smithi111.dafezg (mgr.14164) 27 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:40:24.262 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:23 smithi111 bash[24268]: cluster 2023-10-11T15:40:22.120777+0000 mgr.smithi111.dafezg (mgr.14164) 28 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:40:26.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:25 smithi111 bash[24268]: cluster 2023-10-11T15:40:24.121256+0000 mgr.smithi111.dafezg (mgr.14164) 29 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:40:28.268 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:27 smithi111 bash[24268]: cluster 2023-10-11T15:40:26.121667+0000 mgr.smithi111.dafezg (mgr.14164) 30 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:40:29.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:28 smithi111 bash[24268]: audit 2023-10-11T15:40:27.194215+0000 mgr.smithi111.dafezg (mgr.14164) 31 : audit 0 from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi130", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:40:30.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:29 smithi111 bash[24268]: cluster 2023-10-11T15:40:28.122008+0000 mgr.smithi111.dafezg (mgr.14164) 32 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:40:30.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:29 smithi111 bash[24268]: cephadm 2023-10-11T15:40:28.276359+0000 mgr.smithi111.dafezg (mgr.14164) 33 : cephadm 1 Deploying cephadm binary to smithi130 2023-10-11T15:40:31.289 INFO:teuthology.orchestra.run.smithi111.stdout:Added host 'smithi130' with addr '172.21.15.130' 2023-10-11T15:40:32.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:31 smithi111 bash[24268]: cluster 2023-10-11T15:40:30.122262+0000 mgr.smithi111.dafezg (mgr.14164) 34 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:40:32.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:31 smithi111 bash[24268]: audit 2023-10-11T15:40:31.286671+0000 mon.smithi111 (mon.0) 138 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:40:33.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:32 smithi111 bash[24268]: cephadm 2023-10-11T15:40:31.287361+0000 mgr.smithi111.dafezg (mgr.14164) 35 : cephadm 1 Added host smithi130 2023-10-11T15:40:34.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:33 smithi111 bash[24268]: cluster 2023-10-11T15:40:32.122593+0000 mgr.smithi111.dafezg (mgr.14164) 36 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:40:36.280 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:35 smithi111 bash[24268]: cluster 2023-10-11T15:40:34.123021+0000 mgr.smithi111.dafezg (mgr.14164) 37 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:40:37.797 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph orch host ls --format=json 2023-10-11T15:40:38.105 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:37 smithi111 bash[24268]: cluster 2023-10-11T15:40:36.123435+0000 mgr.smithi111.dafezg (mgr.14164) 38 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:40:39.948 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:39 smithi111 bash[24268]: cluster 2023-10-11T15:40:38.123773+0000 mgr.smithi111.dafezg (mgr.14164) 39 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:40:42.085 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:41 smithi111 bash[24268]: cluster 2023-10-11T15:40:40.124062+0000 mgr.smithi111.dafezg (mgr.14164) 40 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:40:42.085 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:41 smithi111 bash[24268]: audit 2023-10-11T15:40:41.160701+0000 mon.smithi111 (mon.0) 139 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:40:42.085 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:41 smithi111 bash[24268]: audit 2023-10-11T15:40:41.164644+0000 mon.smithi111 (mon.0) 140 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:40:42.086 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:41 smithi111 bash[24268]: audit 2023-10-11T15:40:41.208889+0000 mon.smithi111 (mon.0) 141 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:40:42.086 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:41 smithi111 bash[24268]: audit 2023-10-11T15:40:41.211971+0000 mon.smithi111 (mon.0) 142 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:40:42.086 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:41 smithi111 bash[24268]: audit 2023-10-11T15:40:41.215361+0000 mon.smithi111 (mon.0) 143 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:40:42.086 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:41 smithi111 bash[24268]: audit 2023-10-11T15:40:41.218656+0000 mon.smithi111 (mon.0) 144 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:40:42.087 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:41 smithi111 bash[24268]: audit 2023-10-11T15:40:41.221739+0000 mon.smithi111 (mon.0) 145 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:40:42.087 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:41 smithi111 bash[24268]: audit 2023-10-11T15:40:41.224036+0000 mon.smithi111 (mon.0) 146 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:40:42.858 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:42 smithi111 bash[24268]: cephadm 2023-10-11T15:40:41.462473+0000 mgr.smithi111.dafezg (mgr.14164) 41 : cephadm 1 Deploying daemon prometheus.smithi111 on smithi111 2023-10-11T15:40:43.978 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:43 smithi111 bash[24268]: cluster 2023-10-11T15:40:42.124514+0000 mgr.smithi111.dafezg (mgr.14164) 42 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:40:44.613 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:40:46.268 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:45 smithi111 bash[24268]: cluster 2023-10-11T15:40:44.124887+0000 mgr.smithi111.dafezg (mgr.14164) 43 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:40:46.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:45 smithi111 bash[24268]: audit 2023-10-11T15:40:45.222857+0000 mon.smithi111 (mon.0) 147 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:40:48.148 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:47 smithi111 bash[24268]: cluster 2023-10-11T15:40:46.125269+0000 mgr.smithi111.dafezg (mgr.14164) 44 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:40:50.180 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:49 smithi111 bash[24268]: cluster 2023-10-11T15:40:48.125582+0000 mgr.smithi111.dafezg (mgr.14164) 45 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:40:51.894 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:51 smithi111 bash[24268]: cluster 2023-10-11T15:40:50.125827+0000 mgr.smithi111.dafezg (mgr.14164) 46 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:40:52.693 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-10-11T15:40:52.693 INFO:teuthology.orchestra.run.smithi111.stdout:[{"addr": "172.21.15.111", "hostname": "smithi111", "labels": [], "status": ""}, {"addr": "172.21.15.130", "hostname": "smithi130", "labels": [], "status": ""}] 2023-10-11T15:40:53.913 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:53 smithi111 bash[24268]: cluster 2023-10-11T15:40:52.126196+0000 mgr.smithi111.dafezg (mgr.14164) 47 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:40:53.913 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:53 smithi111 bash[24268]: audit 2023-10-11T15:40:52.690690+0000 mgr.smithi111.dafezg (mgr.14164) 48 : audit 0 from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T15:40:54.290 INFO:tasks.cephadm:Setting crush tunables to default 2023-10-11T15:40:54.291 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph osd crush tunables default 2023-10-11T15:40:55.841 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:55 smithi111 bash[24268]: cluster 2023-10-11T15:40:54.126627+0000 mgr.smithi111.dafezg (mgr.14164) 49 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:40:58.086 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:57 smithi111 bash[24268]: cluster 2023-10-11T15:40:56.127049+0000 mgr.smithi111.dafezg (mgr.14164) 50 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:40:58.983 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:41:00.121 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:40:59 smithi111 bash[24268]: cluster 2023-10-11T15:40:58.127436+0000 mgr.smithi111.dafezg (mgr.14164) 51 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:41:01.948 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:01 smithi111 bash[24268]: cluster 2023-10-11T15:41:00.127894+0000 mgr.smithi111.dafezg (mgr.14164) 52 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:41:01.948 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:01 smithi111 bash[24268]: audit 2023-10-11T15:41:00.670238+0000 mon.smithi111 (mon.0) 148 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:01.949 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:01 smithi111 bash[24268]: audit 2023-10-11T15:41:00.674491+0000 mon.smithi111 (mon.0) 149 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:01.949 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:01 smithi111 bash[24268]: audit 2023-10-11T15:41:00.722424+0000 mon.smithi111 (mon.0) 150 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:01.949 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:01 smithi111 bash[24268]: audit 2023-10-11T15:41:00.724514+0000 mon.smithi111 (mon.0) 151 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-10-11T15:41:02.940 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:02 smithi111 bash[24268]: audit 2023-10-11T15:41:01.726098+0000 mon.smithi111 (mon.0) 152 : audit 1 from='mgr.14164 172.21.15.111:0/1662156688' entity='mgr.smithi111.dafezg' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-10-11T15:41:02.940 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:02 smithi111 bash[24268]: cluster 2023-10-11T15:41:01.726155+0000 mon.smithi111 (mon.0) 153 : cluster 0 mgrmap e14: smithi111.dafezg(active, since 81s) 2023-10-11T15:41:05.001 INFO:teuthology.orchestra.run.smithi111.stderr:adjusted tunables profile to default 2023-10-11T15:41:05.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:05 smithi111 bash[24268]: audit 2023-10-11T15:41:04.940431+0000 mon.smithi111 (mon.0) 154 : audit 1 from='client.? 172.21.15.111:0/3483231747' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-10-11T15:41:06.158 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:06 smithi111 bash[24268]: audit 2023-10-11T15:41:04.996573+0000 mon.smithi111 (mon.0) 155 : audit 1 from='client.? 172.21.15.111:0/3483231747' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-10-11T15:41:06.159 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:06 smithi111 bash[24268]: cluster 2023-10-11T15:41:04.996657+0000 mon.smithi111 (mon.0) 156 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2023-10-11T15:41:06.221 INFO:tasks.cephadm:Adding mon.smithi111 on smithi111 2023-10-11T15:41:06.222 INFO:tasks.cephadm:Adding mon.smithi130 on smithi130 2023-10-11T15:41:06.222 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph orch apply mon '2;smithi111:172.21.15.111=smithi111;smithi130:172.21.15.130=smithi130' 2023-10-11T15:41:07.414 INFO:teuthology.orchestra.run.smithi130.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-11T15:41:08.478 INFO:teuthology.orchestra.run.smithi130.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-11T15:41:10.401 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:10 smithi111 bash[24268]: cluster 2023-10-11T15:41:10.162689+0000 mon.smithi111 (mon.0) 157 : cluster 1 Active manager daemon smithi111.dafezg restarted 2023-10-11T15:41:10.401 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:10 smithi111 bash[24268]: cluster 2023-10-11T15:41:10.163209+0000 mon.smithi111 (mon.0) 158 : cluster 1 Activating manager daemon smithi111.dafezg 2023-10-11T15:41:10.401 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:10 smithi111 bash[24268]: cluster 2023-10-11T15:41:10.168204+0000 mon.smithi111 (mon.0) 159 : cluster 0 osdmap e5: 0 total, 0 up, 0 in 2023-10-11T15:41:10.401 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:10 smithi111 bash[24268]: cluster 2023-10-11T15:41:10.168470+0000 mon.smithi111 (mon.0) 160 : cluster 0 mgrmap e15: smithi111.dafezg(active, starting, since 0.00551551s) 2023-10-11T15:41:10.402 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:10 smithi111 bash[24268]: audit 2023-10-11T15:41:10.170661+0000 mon.smithi111 (mon.0) 161 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mon metadata", "id": "smithi111"}]: dispatch 2023-10-11T15:41:10.402 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:10 smithi111 bash[24268]: audit 2023-10-11T15:41:10.171488+0000 mon.smithi111 (mon.0) 162 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mgr metadata", "who": "smithi111.dafezg", "id": "smithi111.dafezg"}]: dispatch 2023-10-11T15:41:10.402 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:10 smithi111 bash[24268]: audit 2023-10-11T15:41:10.172432+0000 mon.smithi111 (mon.0) 163 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-11T15:41:10.402 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:10 smithi111 bash[24268]: audit 2023-10-11T15:41:10.172678+0000 mon.smithi111 (mon.0) 164 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-11T15:41:10.402 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:10 smithi111 bash[24268]: audit 2023-10-11T15:41:10.172843+0000 mon.smithi111 (mon.0) 165 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-11T15:41:10.403 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:10 smithi111 bash[24268]: cluster 2023-10-11T15:41:10.198914+0000 mon.smithi111 (mon.0) 166 : cluster 1 Manager daemon smithi111.dafezg is now available 2023-10-11T15:41:11.386 INFO:teuthology.orchestra.run.smithi130.stdout:Scheduled mon update... 2023-10-11T15:41:11.444 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:11 smithi111 bash[24268]: audit 2023-10-11T15:41:10.233092+0000 mon.smithi111 (mon.0) 167 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:41:11.445 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:11 smithi111 bash[24268]: audit 2023-10-11T15:41:10.235544+0000 mon.smithi111 (mon.0) 168 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:41:11.445 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:11 smithi111 bash[24268]: audit 2023-10-11T15:41:10.261067+0000 mon.smithi111 (mon.0) 169 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:11.445 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:11 smithi111 bash[24268]: audit 2023-10-11T15:41:10.269021+0000 mon.smithi111 (mon.0) 170 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:41:11.445 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:11 smithi111 bash[24268]: audit 2023-10-11T15:41:10.279890+0000 mon.smithi111 (mon.0) 171 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi111.dafezg/mirror_snapshot_schedule"}]: dispatch 2023-10-11T15:41:11.445 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:11 smithi111 bash[24268]: audit 2023-10-11T15:41:10.287872+0000 mon.smithi111 (mon.0) 172 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi111.dafezg/trash_purge_schedule"}]: dispatch 2023-10-11T15:41:11.446 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:11 smithi111 bash[24268]: audit 2023-10-11T15:41:10.990387+0000 mon.smithi111 (mon.0) 173 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:11.446 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:11 smithi111 bash[24268]: cluster 2023-10-11T15:41:11.172969+0000 mon.smithi111 (mon.0) 174 : cluster 0 mgrmap e16: smithi111.dafezg(active, since 1.01002s) 2023-10-11T15:41:11.989 DEBUG:teuthology.orchestra.run.smithi130:mon.smithi130> sudo journalctl -f -n 0 -u ceph-0d30edf8-684c-11ee-8db6-212e2dc638e7@mon.smithi130.service 2023-10-11T15:41:11.992 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:41:11.992 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:41:12.245 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-10-11T15:41:12.479 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:12 smithi111 bash[24268]: cephadm 2023-10-11T15:41:11.110024+0000 mgr.smithi111.dafezg (mgr.14195) 1 : cephadm 1 [11/Oct/2023:15:41:11] ENGINE Bus STARTING 2023-10-11T15:41:12.480 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:12 smithi111 bash[24268]: cephadm 2023-10-11T15:41:11.212150+0000 mgr.smithi111.dafezg (mgr.14195) 2 : cephadm 1 [11/Oct/2023:15:41:11] ENGINE Serving on http://172.21.15.111:8765 2023-10-11T15:41:12.480 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:12 smithi111 bash[24268]: cephadm 2023-10-11T15:41:11.341028+0000 mgr.smithi111.dafezg (mgr.14195) 3 : cephadm 1 [11/Oct/2023:15:41:11] ENGINE Serving on https://172.21.15.111:7150 2023-10-11T15:41:12.480 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:12 smithi111 bash[24268]: cephadm 2023-10-11T15:41:11.341306+0000 mgr.smithi111.dafezg (mgr.14195) 4 : cephadm 1 [11/Oct/2023:15:41:11] ENGINE Bus STARTED 2023-10-11T15:41:12.481 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:12 smithi111 bash[24268]: audit 2023-10-11T15:41:11.377267+0000 mgr.smithi111.dafezg (mgr.14195) 5 : audit 0 from='client.14205 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi111:172.21.15.111=smithi111;smithi130:172.21.15.130=smithi130", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:41:12.481 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:12 smithi111 bash[24268]: cephadm 2023-10-11T15:41:11.379839+0000 mgr.smithi111.dafezg (mgr.14195) 6 : cephadm 1 Saving service mon spec with placement smithi111:172.21.15.111=smithi111;smithi130:172.21.15.130=smithi130;count:2 2023-10-11T15:41:12.481 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:12 smithi111 bash[24268]: audit 2023-10-11T15:41:11.383995+0000 mon.smithi111 (mon.0) 175 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:13.222 INFO:teuthology.orchestra.run.smithi130.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-11T15:41:13.506 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:13 smithi111 bash[24268]: cluster 2023-10-11T15:41:12.388193+0000 mon.smithi111 (mon.0) 176 : cluster 0 mgrmap e17: smithi111.dafezg(active, since 2s) 2023-10-11T15:41:13.506 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:13 smithi111 bash[24268]: audit 2023-10-11T15:41:12.963487+0000 mon.smithi111 (mon.0) 177 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:14.281 INFO:teuthology.orchestra.run.smithi130.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-11T15:41:14.836 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:14 smithi111 bash[24268]: audit 2023-10-11T15:41:13.804889+0000 mon.smithi111 (mon.0) 178 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:18.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:17 smithi111 bash[24268]: audit 2023-10-11T15:41:16.762778+0000 mon.smithi111 (mon.0) 179 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:18.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:17 smithi111 bash[24268]: audit 2023-10-11T15:41:16.768311+0000 mon.smithi111 (mon.0) 180 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:18.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:17 smithi111 bash[24268]: audit 2023-10-11T15:41:17.563656+0000 mon.smithi111 (mon.0) 181 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:18.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:17 smithi111 bash[24268]: audit 2023-10-11T15:41:17.569035+0000 mon.smithi111 (mon.0) 182 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:18.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:17 smithi111 bash[24268]: audit 2023-10-11T15:41:17.570532+0000 mon.smithi111 (mon.0) 183 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:41:18.247 INFO:teuthology.orchestra.run.smithi130.stdout: 2023-10-11T15:41:18.247 INFO:teuthology.orchestra.run.smithi130.stdout:{"epoch":1,"fsid":"0d30edf8-684c-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:38:14.734787Z","created":"2023-10-11T15:38:14.734787Z","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":"smithi111","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:3300","nonce":0},{"type":"v1","addr":"172.21.15.111:6789","nonce":0}]},"addr":"172.21.15.111:6789/0","public_addr":"172.21.15.111:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:41:18.250 INFO:teuthology.orchestra.run.smithi130.stderr:dumped monmap epoch 1 2023-10-11T15:41:19.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:18 smithi111 bash[24268]: audit 2023-10-11T15:41:18.245274+0000 mon.smithi111 (mon.0) 184 : audit 0 from='client.? 172.21.15.130:0/1869803167' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:41:19.907 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:41:19.908 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:41:21.377 INFO:teuthology.orchestra.run.smithi130.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T15:41:21.769 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:21 smithi111 bash[24268]: audit 2023-10-11T15:41:20.396029+0000 mon.smithi111 (mon.0) 185 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:21.769 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:21 smithi111 bash[24268]: audit 2023-10-11T15:41:20.402528+0000 mon.smithi111 (mon.0) 186 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:21.769 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:21 smithi111 bash[24268]: audit 2023-10-11T15:41:20.409877+0000 mon.smithi111 (mon.0) 187 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:21.769 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:21 smithi111 bash[24268]: audit 2023-10-11T15:41:20.415906+0000 mon.smithi111 (mon.0) 188 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:21.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:21 smithi111 bash[24268]: audit 2023-10-11T15:41:20.417282+0000 mon.smithi111 (mon.0) 189 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config rm", "who": "osd/host:smithi130", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:41:21.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:21 smithi111 bash[24268]: audit 2023-10-11T15:41:20.418854+0000 mon.smithi111 (mon.0) 190 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:41:21.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:21 smithi111 bash[24268]: audit 2023-10-11T15:41:20.420221+0000 mon.smithi111 (mon.0) 191 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:41:21.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:21 smithi111 bash[24268]: cephadm 2023-10-11T15:41:20.422423+0000 mgr.smithi111.dafezg (mgr.14195) 7 : cephadm 1 Updating smithi111:/etc/ceph/ceph.conf 2023-10-11T15:41:21.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:21 smithi111 bash[24268]: cephadm 2023-10-11T15:41:20.422820+0000 mgr.smithi111.dafezg (mgr.14195) 8 : cephadm 1 Updating smithi130:/etc/ceph/ceph.conf 2023-10-11T15:41:21.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:21 smithi111 bash[24268]: cephadm 2023-10-11T15:41:20.587160+0000 mgr.smithi111.dafezg (mgr.14195) 9 : cephadm 1 Updating smithi111:/var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T15:41:21.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:21 smithi111 bash[24268]: cephadm 2023-10-11T15:41:20.587900+0000 mgr.smithi111.dafezg (mgr.14195) 10 : cephadm 1 Updating smithi130:/var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T15:41:21.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:21 smithi111 bash[24268]: cephadm 2023-10-11T15:41:20.752365+0000 mgr.smithi111.dafezg (mgr.14195) 11 : cephadm 1 Updating smithi111:/etc/ceph/ceph.client.admin.keyring 2023-10-11T15:41:21.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:21 smithi111 bash[24268]: cephadm 2023-10-11T15:41:20.753521+0000 mgr.smithi111.dafezg (mgr.14195) 12 : cephadm 1 Updating smithi130:/etc/ceph/ceph.client.admin.keyring 2023-10-11T15:41:21.772 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:21 smithi111 bash[24268]: audit 2023-10-11T15:41:21.091758+0000 mon.smithi111 (mon.0) 192 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:21.772 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:21 smithi111 bash[24268]: audit 2023-10-11T15:41:21.094600+0000 mon.smithi111 (mon.0) 193 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:21.772 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:21 smithi111 bash[24268]: audit 2023-10-11T15:41:21.098381+0000 mon.smithi111 (mon.0) 194 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:21.772 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:21 smithi111 bash[24268]: audit 2023-10-11T15:41:21.100675+0000 mon.smithi111 (mon.0) 195 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:21.772 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:21 smithi111 bash[24268]: audit 2023-10-11T15:41:21.103690+0000 mon.smithi111 (mon.0) 196 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:21.773 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:21 smithi111 bash[24268]: audit 2023-10-11T15:41:21.105548+0000 mon.smithi111 (mon.0) 197 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi130", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-11T15:41:21.773 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:21 smithi111 bash[24268]: audit 2023-10-11T15:41:21.107766+0000 mon.smithi111 (mon.0) 198 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi130", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-10-11T15:41:21.773 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:21 smithi111 bash[24268]: audit 2023-10-11T15:41:21.108756+0000 mon.smithi111 (mon.0) 199 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:41:22.768 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:22 smithi111 bash[24268]: cephadm 2023-10-11T15:41:20.917270+0000 mgr.smithi111.dafezg (mgr.14195) 13 : cephadm 1 Updating smithi111:/var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-11T15:41:22.768 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:22 smithi111 bash[24268]: cephadm 2023-10-11T15:41:20.919068+0000 mgr.smithi111.dafezg (mgr.14195) 14 : cephadm 1 Updating smithi130:/var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-11T15:41:22.769 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:22 smithi111 bash[24268]: cephadm 2023-10-11T15:41:21.110267+0000 mgr.smithi111.dafezg (mgr.14195) 15 : cephadm 1 Deploying daemon ceph-exporter.smithi130 on smithi130 2023-10-11T15:41:24.913 INFO:teuthology.orchestra.run.smithi130.stdout: 2023-10-11T15:41:24.913 INFO:teuthology.orchestra.run.smithi130.stdout:{"epoch":1,"fsid":"0d30edf8-684c-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:38:14.734787Z","created":"2023-10-11T15:38:14.734787Z","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":"smithi111","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:3300","nonce":0},{"type":"v1","addr":"172.21.15.111:6789","nonce":0}]},"addr":"172.21.15.111:6789/0","public_addr":"172.21.15.111:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:41:24.916 INFO:teuthology.orchestra.run.smithi130.stderr:dumped monmap epoch 1 2023-10-11T15:41:25.268 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:24 smithi111 bash[24268]: audit 2023-10-11T15:41:24.911317+0000 mon.smithi111 (mon.0) 200 : audit 0 from='client.? 172.21.15.130:0/3465302454' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:41:26.518 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:26 smithi111 bash[24268]: audit 2023-10-11T15:41:25.064826+0000 mon.smithi111 (mon.0) 201 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:26.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:26 smithi111 bash[24268]: audit 2023-10-11T15:41:25.070867+0000 mon.smithi111 (mon.0) 202 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:26.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:26 smithi111 bash[24268]: audit 2023-10-11T15:41:25.090983+0000 mon.smithi111 (mon.0) 203 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:26.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:26 smithi111 bash[24268]: audit 2023-10-11T15:41:25.096973+0000 mon.smithi111 (mon.0) 204 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:26.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:26 smithi111 bash[24268]: audit 2023-10-11T15:41:25.098947+0000 mon.smithi111 (mon.0) 205 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi130", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-11T15:41:26.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:26 smithi111 bash[24268]: audit 2023-10-11T15:41:25.105899+0000 mon.smithi111 (mon.0) 206 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi130", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-10-11T15:41:26.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:26 smithi111 bash[24268]: audit 2023-10-11T15:41:25.107375+0000 mon.smithi111 (mon.0) 207 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:41:26.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:26 smithi111 bash[24268]: cephadm 2023-10-11T15:41:25.109122+0000 mgr.smithi111.dafezg (mgr.14195) 16 : cephadm 1 Deploying daemon crash.smithi130 on smithi130 2023-10-11T15:41:26.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:26 smithi111 bash[24268]: audit 2023-10-11T15:41:25.264739+0000 mon.smithi111 (mon.0) 208 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:26.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:26 smithi111 bash[24268]: audit 2023-10-11T15:41:25.269877+0000 mon.smithi111 (mon.0) 209 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:41:27.121 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:41:27.123 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:41:29.268 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:28 smithi111 bash[24268]: audit 2023-10-11T15:41:27.874973+0000 mon.smithi111 (mon.0) 210 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:29.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:28 smithi111 bash[24268]: audit 2023-10-11T15:41:27.881482+0000 mon.smithi111 (mon.0) 211 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:29.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:28 smithi111 bash[24268]: audit 2023-10-11T15:41:27.939356+0000 mon.smithi111 (mon.0) 212 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:29.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:28 smithi111 bash[24268]: audit 2023-10-11T15:41:27.944905+0000 mon.smithi111 (mon.0) 213 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:29.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:28 smithi111 bash[24268]: cephadm 2023-10-11T15:41:27.947412+0000 mgr.smithi111.dafezg (mgr.14195) 17 : cephadm 1 Deploying daemon node-exporter.smithi130 on smithi130 2023-10-11T15:41:30.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:29 smithi111 bash[24268]: audit 2023-10-11T15:41:28.983646+0000 mon.smithi111 (mon.0) 214 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:30.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:29 smithi111 bash[24268]: audit 2023-10-11T15:41:28.988903+0000 mon.smithi111 (mon.0) 215 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:30.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:29 smithi111 bash[24268]: audit 2023-10-11T15:41:29.020260+0000 mon.smithi111 (mon.0) 216 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:30.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:29 smithi111 bash[24268]: audit 2023-10-11T15:41:29.024826+0000 mon.smithi111 (mon.0) 217 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:30.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:29 smithi111 bash[24268]: audit 2023-10-11T15:41:29.028696+0000 mon.smithi111 (mon.0) 218 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi130.ukyvex", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-11T15:41:30.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:29 smithi111 bash[24268]: audit 2023-10-11T15:41:29.032697+0000 mon.smithi111 (mon.0) 219 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi130.ukyvex", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-10-11T15:41:30.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:29 smithi111 bash[24268]: audit 2023-10-11T15:41:29.034047+0000 mon.smithi111 (mon.0) 220 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-11T15:41:30.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:29 smithi111 bash[24268]: audit 2023-10-11T15:41:29.035529+0000 mon.smithi111 (mon.0) 221 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:41:30.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:29 smithi111 bash[24268]: cephadm 2023-10-11T15:41:29.037085+0000 mgr.smithi111.dafezg (mgr.14195) 18 : cephadm 1 Deploying daemon mgr.smithi130.ukyvex on smithi130 2023-10-11T15:41:30.798 INFO:teuthology.orchestra.run.smithi130.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T15:41:31.768 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:31 smithi111 bash[24268]: cluster 2023-10-11T15:41:30.174065+0000 mgr.smithi111.dafezg (mgr.14195) 19 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:41:31.768 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:31 smithi111 bash[24268]: audit 2023-10-11T15:41:30.271802+0000 mon.smithi111 (mon.0) 222 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:34.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:33 smithi111 bash[24268]: cluster 2023-10-11T15:41:32.174428+0000 mgr.smithi111.dafezg (mgr.14195) 20 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:41:34.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:33 smithi111 bash[24268]: audit 2023-10-11T15:41:32.671181+0000 mon.smithi111 (mon.0) 223 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:34.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:33 smithi111 bash[24268]: audit 2023-10-11T15:41:32.677033+0000 mon.smithi111 (mon.0) 224 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:34.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:33 smithi111 bash[24268]: audit 2023-10-11T15:41:32.714076+0000 mon.smithi111 (mon.0) 225 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:34.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:33 smithi111 bash[24268]: audit 2023-10-11T15:41:32.718499+0000 mon.smithi111 (mon.0) 226 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:34.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:33 smithi111 bash[24268]: audit 2023-10-11T15:41:32.721589+0000 mon.smithi111 (mon.0) 227 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-11T15:41:34.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:33 smithi111 bash[24268]: audit 2023-10-11T15:41:32.723213+0000 mon.smithi111 (mon.0) 228 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:41:34.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:33 smithi111 bash[24268]: cephadm 2023-10-11T15:41:32.724876+0000 mgr.smithi111.dafezg (mgr.14195) 21 : cephadm 1 Deploying daemon mon.smithi130 on smithi130 2023-10-11T15:41:36.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:35 smithi111 bash[24268]: cluster 2023-10-11T15:41:34.174837+0000 mgr.smithi111.dafezg (mgr.14195) 22 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:41:36.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:35 smithi111 bash[24268]: audit 2023-10-11T15:41:35.278824+0000 mon.smithi111 (mon.0) 229 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:36.230 INFO:teuthology.orchestra.run.smithi130.stdout: 2023-10-11T15:41:36.230 INFO:teuthology.orchestra.run.smithi130.stdout:{"epoch":1,"fsid":"0d30edf8-684c-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:38:14.734787Z","created":"2023-10-11T15:38:14.734787Z","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":"smithi111","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:3300","nonce":0},{"type":"v1","addr":"172.21.15.111:6789","nonce":0}]},"addr":"172.21.15.111:6789/0","public_addr":"172.21.15.111:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-11T15:41:36.233 INFO:teuthology.orchestra.run.smithi130.stderr:dumped monmap epoch 1 2023-10-11T15:41:37.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:36 smithi111 bash[24268]: audit 2023-10-11T15:41:36.228631+0000 mon.smithi111 (mon.0) 230 : audit 0 from='client.? 172.21.15.130:0/746564273' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:41:38.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:37 smithi111 bash[24268]: cluster 2023-10-11T15:41:36.175277+0000 mgr.smithi111.dafezg (mgr.14195) 23 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:41:38.379 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-11T15:41:38.380 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-11T15:41:39.067 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:39 smithi130 systemd[1]: Started Ceph mon.smithi130 for 0d30edf8-684c-11ee-8db6-212e2dc638e7. 2023-10-11T15:41:40.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:39 smithi111 bash[24268]: cluster 2023-10-11T15:41:38.175712+0000 mgr.smithi111.dafezg (mgr.14195) 24 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:41:40.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:39 smithi111 bash[24268]: audit 2023-10-11T15:41:39.041467+0000 mon.smithi111 (mon.0) 231 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:39 smithi111 bash[24268]: audit 2023-10-11T15:41:39.045558+0000 mon.smithi111 (mon.0) 232 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:39 smithi111 bash[24268]: audit 2023-10-11T15:41:39.062768+0000 mon.smithi111 (mon.0) 233 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:39 smithi111 bash[24268]: audit 2023-10-11T15:41:39.067694+0000 mon.smithi111 (mon.0) 234 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:39 smithi111 bash[24268]: audit 2023-10-11T15:41:39.075195+0000 mon.smithi111 (mon.0) 235 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:39 smithi111 bash[24268]: audit 2023-10-11T15:41:39.140563+0000 mon.smithi111 (mon.0) 236 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:41:40.210 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.022+0000 7f6a90aa3c80 0 set uid:gid to 167:167 (ceph:ceph) 2023-10-11T15:41:40.211 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.022+0000 7f6a90aa3c80 0 ceph version 18.2.0-669-ge62d759a (e62d759a6de3042e046d7d9889d2209cbc674fbd) reef (stable), process ceph-mon, pid 7 2023-10-11T15:41:40.211 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.022+0000 7f6a90aa3c80 0 pidfile_write: ignore empty --pid-file 2023-10-11T15:41:40.211 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 0 load: jerasure load: lrc 2023-10-11T15:41:40.211 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: RocksDB version: 7.9.2 2023-10-11T15:41:40.212 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Git sha 0 2023-10-11T15:41:40.212 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Compile date 2023-10-10 23:03:18 2023-10-11T15:41:40.212 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: DB SUMMARY 2023-10-11T15:41:40.212 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: DB Session ID: ZTYJUCC2IWDJH3HDZP5H 2023-10-11T15:41:40.212 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: CURRENT file: CURRENT 2023-10-11T15:41:40.213 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: IDENTITY file: IDENTITY 2023-10-11T15:41:40.213 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2023-10-11T15:41:40.213 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi130/store.db dir, Total Num: 0, files: 2023-10-11T15:41:40.213 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi130/store.db: 000004.log size: 511 ; 2023-10-11T15:41:40.213 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.error_if_exists: 0 2023-10-11T15:41:40.214 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.create_if_missing: 0 2023-10-11T15:41:40.214 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.paranoid_checks: 1 2023-10-11T15:41:40.214 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2023-10-11T15:41:40.214 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-10-11T15:41:40.214 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-10-11T15:41:40.215 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.env: 0x55afc0ac8720 2023-10-11T15:41:40.215 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.fs: PosixFileSystem 2023-10-11T15:41:40.215 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.info_log: 0x55afc2d252c0 2023-10-11T15:41:40.215 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.max_file_opening_threads: 16 2023-10-11T15:41:40.215 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.statistics: (nil) 2023-10-11T15:41:40.216 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.use_fsync: 0 2023-10-11T15:41:40.216 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.max_log_file_size: 0 2023-10-11T15:41:40.218 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-11T15:41:40.218 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.log_file_time_to_roll: 0 2023-10-11T15:41:40.219 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.keep_log_file_num: 1000 2023-10-11T15:41:40.219 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.recycle_log_file_num: 0 2023-10-11T15:41:40.219 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.allow_fallocate: 1 2023-10-11T15:41:40.219 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.allow_mmap_reads: 0 2023-10-11T15:41:40.219 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.allow_mmap_writes: 0 2023-10-11T15:41:40.220 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.use_direct_reads: 0 2023-10-11T15:41:40.220 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-11T15:41:40.220 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.create_missing_column_families: 0 2023-10-11T15:41:40.220 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.db_log_dir: 2023-10-11T15:41:40.220 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.wal_dir: 2023-10-11T15:41:40.221 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.table_cache_numshardbits: 6 2023-10-11T15:41:40.221 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-10-11T15:41:40.221 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-10-11T15:41:40.221 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-11T15:41:40.221 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-11T15:41:40.222 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-10-11T15:41:40.222 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.advise_random_on_open: 1 2023-10-11T15:41:40.222 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.db_write_buffer_size: 0 2023-10-11T15:41:40.222 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.write_buffer_manager: 0x55afc1fb25a0 2023-10-11T15:41:40.222 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-11T15:41:40.223 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-11T15:41:40.223 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.use_adaptive_mutex: 0 2023-10-11T15:41:40.223 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.rate_limiter: (nil) 2023-10-11T15:41:40.223 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-11T15:41:40.223 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.wal_recovery_mode: 2 2023-10-11T15:41:40.224 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.enable_thread_tracking: 0 2023-10-11T15:41:40.224 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.enable_pipelined_write: 0 2023-10-11T15:41:40.224 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.unordered_write: 0 2023-10-11T15:41:40.224 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-11T15:41:40.224 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-11T15:41:40.225 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-11T15:41:40.225 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-11T15:41:40.225 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.row_cache: None 2023-10-11T15:41:40.225 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.wal_filter: None 2023-10-11T15:41:40.225 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-11T15:41:40.226 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.allow_ingest_behind: 0 2023-10-11T15:41:40.226 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.two_write_queues: 0 2023-10-11T15:41:40.226 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.manual_wal_flush: 0 2023-10-11T15:41:40.226 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.wal_compression: 0 2023-10-11T15:41:40.226 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.atomic_flush: 0 2023-10-11T15:41:40.227 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-11T15:41:40.227 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.persist_stats_to_disk: 0 2023-10-11T15:41:40.227 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-10-11T15:41:40.227 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.log_readahead_size: 0 2023-10-11T15:41:40.227 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2023-10-11T15:41:40.228 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.best_efforts_recovery: 0 2023-10-11T15:41:40.228 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-10-11T15:41:40.228 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-10-11T15:41:40.228 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.allow_data_in_errors: 0 2023-10-11T15:41:40.228 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.db_host_id: __hostname__ 2023-10-11T15:41:40.229 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.enforce_single_del_contracts: true 2023-10-11T15:41:40.229 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.max_background_jobs: 2 2023-10-11T15:41:40.229 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.max_background_compactions: -1 2023-10-11T15:41:40.230 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.max_subcompactions: 1 2023-10-11T15:41:40.230 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-11T15:41:40.230 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-11T15:41:40.230 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.delayed_write_rate : 16777216 2023-10-11T15:41:40.231 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.max_total_wal_size: 0 2023-10-11T15:41:40.231 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-11T15:41:40.231 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.stats_dump_period_sec: 600 2023-10-11T15:41:40.231 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.stats_persist_period_sec: 600 2023-10-11T15:41:40.231 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-11T15:41:40.232 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.max_open_files: -1 2023-10-11T15:41:40.232 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.bytes_per_sync: 0 2023-10-11T15:41:40.232 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-10-11T15:41:40.232 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-10-11T15:41:40.233 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.compaction_readahead_size: 0 2023-10-11T15:41:40.233 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.max_background_flushes: -1 2023-10-11T15:41:40.233 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Compression algorithms supported: 2023-10-11T15:41:40.233 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-11T15:41:40.233 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: kZSTD supported: 0 2023-10-11T15:41:40.234 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: kXpressCompression supported: 0 2023-10-11T15:41:40.234 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: kLZ4HCCompression supported: 1 2023-10-11T15:41:40.234 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: kZlibCompression supported: 1 2023-10-11T15:41:40.234 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: kSnappyCompression supported: 1 2023-10-11T15:41:40.234 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: kLZ4Compression supported: 1 2023-10-11T15:41:40.235 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: kBZip2Compression supported: 0 2023-10-11T15:41:40.235 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-10-11T15:41:40.235 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2023-10-11T15:41:40.235 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi130/store.db/MANIFEST-000005 2023-10-11T15:41:40.235 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-10-11T15:41:40.236 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-11T15:41:40.236 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.merge_operator: 2023-10-11T15:41:40.236 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.compaction_filter: None 2023-10-11T15:41:40.236 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.compaction_filter_factory: None 2023-10-11T15:41:40.236 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.sst_partitioner_factory: None 2023-10-11T15:41:40.236 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-10-11T15:41:40.237 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.table_factory: BlockBasedTable 2023-10-11T15:41:40.237 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55afc2d253c0) 2023-10-11T15:41:40.237 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: cache_index_and_filter_blocks: 1 2023-10-11T15:41:40.237 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-11T15:41:40.237 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-11T15:41:40.238 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: pin_top_level_index_and_filter: 1 2023-10-11T15:41:40.238 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: index_type: 0 2023-10-11T15:41:40.238 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: data_block_index_type: 0 2023-10-11T15:41:40.238 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: index_shortening: 1 2023-10-11T15:41:40.239 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: data_block_hash_table_util_ratio: 0.750000 2023-10-11T15:41:40.239 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: checksum: 4 2023-10-11T15:41:40.239 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: no_block_cache: 0 2023-10-11T15:41:40.239 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: block_cache: 0x55afc20351f0 2023-10-11T15:41:40.240 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: block_cache_name: BinnedLRUCache 2023-10-11T15:41:40.240 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: block_cache_options: 2023-10-11T15:41:40.240 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: capacity : 536870912 2023-10-11T15:41:40.240 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: num_shard_bits : 4 2023-10-11T15:41:40.241 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: strict_capacity_limit : 0 2023-10-11T15:41:40.241 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: high_pri_pool_ratio: 0.000 2023-10-11T15:41:40.241 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: block_cache_compressed: (nil) 2023-10-11T15:41:40.241 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: persistent_cache: (nil) 2023-10-11T15:41:40.241 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: block_size: 4096 2023-10-11T15:41:40.242 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: block_size_deviation: 10 2023-10-11T15:41:40.242 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: block_restart_interval: 16 2023-10-11T15:41:40.242 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: index_block_restart_interval: 1 2023-10-11T15:41:40.242 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: metadata_block_size: 4096 2023-10-11T15:41:40.242 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: partition_filters: 0 2023-10-11T15:41:40.243 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: use_delta_encoding: 1 2023-10-11T15:41:40.243 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: filter_policy: bloomfilter 2023-10-11T15:41:40.243 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: whole_key_filtering: 1 2023-10-11T15:41:40.243 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: verify_compression: 0 2023-10-11T15:41:40.243 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: read_amp_bytes_per_bit: 0 2023-10-11T15:41:40.243 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: format_version: 5 2023-10-11T15:41:40.244 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: enable_index_compression: 1 2023-10-11T15:41:40.244 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: block_align: 0 2023-10-11T15:41:40.244 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: max_auto_readahead_size: 262144 2023-10-11T15:41:40.244 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: prepopulate_block_cache: 0 2023-10-11T15:41:40.244 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: initial_auto_readahead_size: 8192 2023-10-11T15:41:40.245 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: num_file_reads_for_auto_readahead: 2 2023-10-11T15:41:40.245 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.write_buffer_size: 33554432 2023-10-11T15:41:40.245 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.max_write_buffer_number: 2 2023-10-11T15:41:40.245 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.compression: NoCompression 2023-10-11T15:41:40.245 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.bottommost_compression: Disabled 2023-10-11T15:41:40.246 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.prefix_extractor: nullptr 2023-10-11T15:41:40.246 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-11T15:41:40.246 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.num_levels: 7 2023-10-11T15:41:40.246 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-11T15:41:40.246 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-11T15:41:40.247 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-11T15:41:40.247 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-11T15:41:40.247 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-11T15:41:40.247 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-11T15:41:40.247 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-11T15:41:40.248 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-11T15:41:40.248 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-10-11T15:41:40.248 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-11T15:41:40.248 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-10-11T15:41:40.248 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-10-11T15:41:40.249 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.compression_opts.window_bits: -14 2023-10-11T15:41:40.249 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.compression_opts.level: 32767 2023-10-11T15:41:40.249 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.compression_opts.strategy: 0 2023-10-11T15:41:40.249 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-11T15:41:40.249 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-11T15:41:40.250 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-10-11T15:41:40.250 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2023-10-11T15:41:40.250 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.compression_opts.enabled: false 2023-10-11T15:41:40.250 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-10-11T15:41:40.250 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-11T15:41:40.251 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-11T15:41:40.251 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-11T15:41:40.251 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.target_file_size_base: 67108864 2023-10-11T15:41:40.251 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.target_file_size_multiplier: 1 2023-10-11T15:41:40.251 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-11T15:41:40.252 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-11T15:41:40.252 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-11T15:41:40.252 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-11T15:41:40.252 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-11T15:41:40.252 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-11T15:41:40.252 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-11T15:41:40.253 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-11T15:41:40.253 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-11T15:41:40.253 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-11T15:41:40.253 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-11T15:41:40.253 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-11T15:41:40.254 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-10-11T15:41:40.254 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.arena_block_size: 1048576 2023-10-11T15:41:40.254 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-11T15:41:40.254 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-11T15:41:40.254 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.disable_auto_compactions: 0 2023-10-11T15:41:40.255 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-11T15:41:40.255 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-11T15:41:40.255 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-11T15:41:40.255 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-11T15:41:40.255 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-11T15:41:40.255 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-11T15:41:40.256 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-11T15:41:40.256 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-11T15:41:40.256 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-11T15:41:40.256 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-11T15:41:40.256 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.table_properties_collectors: 2023-10-11T15:41:40.257 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.inplace_update_support: 0 2023-10-11T15:41:40.257 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-10-11T15:41:40.257 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-11T15:41:40.257 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-11T15:41:40.257 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.memtable_huge_page_size: 0 2023-10-11T15:41:40.258 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.bloom_locality: 0 2023-10-11T15:41:40.258 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.max_successive_merges: 0 2023-10-11T15:41:40.258 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-10-11T15:41:40.258 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.paranoid_file_checks: 0 2023-10-11T15:41:40.258 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.force_consistency_checks: 1 2023-10-11T15:41:40.259 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.report_bg_io_stats: 0 2023-10-11T15:41:40.259 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.ttl: 2592000 2023-10-11T15:41:40.259 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-10-11T15:41:40.259 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2023-10-11T15:41:40.259 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2023-10-11T15:41:40.259 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.enable_blob_files: false 2023-10-11T15:41:40.260 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.026+0000 7f6a90aa3c80 4 rocksdb: Options.min_blob_size: 0 2023-10-11T15:41:40.260 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.030+0000 7f6a90aa3c80 4 rocksdb: Options.blob_file_size: 268435456 2023-10-11T15:41:40.260 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.030+0000 7f6a90aa3c80 4 rocksdb: Options.blob_compression_type: NoCompression 2023-10-11T15:41:40.260 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.030+0000 7f6a90aa3c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2023-10-11T15:41:40.260 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.030+0000 7f6a90aa3c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-11T15:41:40.261 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.030+0000 7f6a90aa3c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-10-11T15:41:40.261 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.030+0000 7f6a90aa3c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2023-10-11T15:41:40.261 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.030+0000 7f6a90aa3c80 4 rocksdb: Options.blob_file_starting_level: 0 2023-10-11T15:41:40.261 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.030+0000 7f6a90aa3c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-10-11T15:41:40.261 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.030+0000 7f6a90aa3c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi130/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 2023-10-11T15:41:40.262 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.030+0000 7f6a90aa3c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2023-10-11T15:41:40.262 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.030+0000 7f6a90aa3c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 6989ae04-a1df-4e9d-9c52-06bbd3a61e29 2023-10-11T15:41:40.262 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.030+0000 7f6a90aa3c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1697038900033049, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-10-11T15:41:40.262 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.030+0000 7f6a90aa3c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2023-10-11T15:41:40.262 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.030+0000 7f6a90aa3c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1697038900033471, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1622, "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": "[]", "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": 1697038900, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "6989ae04-a1df-4e9d-9c52-06bbd3a61e29", "db_session_id": "ZTYJUCC2IWDJH3HDZP5H", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2023-10-11T15:41:40.263 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.030+0000 7f6a90aa3c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1697038900033547, "job": 1, "event": "recovery_finished"} 2023-10-11T15:41:40.263 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.030+0000 7f6a90aa3c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2023-10-11T15:41:40.263 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.030+0000 7f6a90aa3c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi130/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-10-11T15:41:40.263 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.030+0000 7f6a90aa3c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55afc20d6000 2023-10-11T15:41:40.263 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.030+0000 7f6a90aa3c80 4 rocksdb: DB pointer 0x55afc20c4000 2023-10-11T15:41:40.263 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.030+0000 7f6a7f2b1700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-10-11T15:41:40.264 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.030+0000 7f6a7f2b1700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2023-10-11T15:41:40.264 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: ** DB Stats ** 2023-10-11T15:41:40.264 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: Uptime(secs): 0.0 total, 0.0 interval 2023-10-11T15:41:40.264 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-10-11T15:41:40.264 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-11T15:41:40.265 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-11T15:41:40.265 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-10-11T15:41:40.265 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-11T15:41:40.265 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-11T15:41:40.265 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: ** Compaction Stats [default] ** 2023-10-11T15:41:40.266 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: 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) 2023-10-11T15:41:40.266 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-10-11T15:41:40.266 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-10-11T15:41:40.266 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-10-11T15:41:40.266 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-10-11T15:41:40.267 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: ** Compaction Stats [default] ** 2023-10-11T15:41:40.267 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: 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) 2023-10-11T15:41:40.267 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-11T15:41:40.267 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-10-11T15:41:40.267 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-10-11T15:41:40.267 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: Uptime(secs): 0.0 total, 0.0 interval 2023-10-11T15:41:40.268 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: Flush(GB): cumulative 0.000, interval 0.000 2023-10-11T15:41:40.268 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-11T15:41:40.268 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: AddFile(Total Files): cumulative 0, interval 0 2023-10-11T15:41:40.268 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: AddFile(L0 Files): cumulative 0, interval 0 2023-10-11T15:41:40.268 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: AddFile(Keys): cumulative 0, interval 0 2023-10-11T15:41:40.269 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: Cumulative compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-11T15:41:40.269 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: Interval compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-11T15:41:40.269 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-10-11T15:41:40.269 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: Block cache BinnedLRUCache@0x55afc20351f0#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 2.3e-05 secs_since: 0 2023-10-11T15:41:40.269 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: 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%) 2023-10-11T15:41:40.270 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: ** File Read Latency Histogram By Level [default] ** 2023-10-11T15:41:40.270 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.030+0000 7f6a90aa3c80 0 mon.smithi130 does not exist in monmap, will attempt to join an existing cluster 2023-10-11T15:41:40.270 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.030+0000 7f6a90aa3c80 0 using public_addr v2:172.21.15.130:0/0 -> [v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0] 2023-10-11T15:41:40.270 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.034+0000 7f6a90aa3c80 0 starting mon.smithi130 rank -1 at public addrs [v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0] at bind addrs [v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi130 fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 2023-10-11T15:41:40.270 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.034+0000 7f6a90aa3c80 1 mon.smithi130@-1(???) e0 preinit fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 2023-10-11T15:41:40.270 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.062+0000 7f6a822b7700 0 mon.smithi130@-1(synchronizing).mds e1 new map 2023-10-11T15:41:40.271 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.062+0000 7f6a822b7700 0 mon.smithi130@-1(synchronizing).mds e1 print_map 2023-10-11T15:41:40.271 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: e1 2023-10-11T15:41:40.271 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: enable_multiple, ever_enabled_multiple: 1,1 2023-10-11T15:41:40.271 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-10-11T15:41:40.271 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: legacy client fscid: -1 2023-10-11T15:41:40.272 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: 2023-10-11T15:41:40.272 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: No filesystems configured 2023-10-11T15:41:40.272 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.062+0000 7f6a822b7700 1 mon.smithi130@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-10-11T15:41:40.272 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.062+0000 7f6a822b7700 1 mon.smithi130@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-10-11T15:41:40.272 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.062+0000 7f6a822b7700 1 mon.smithi130@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-10-11T15:41:40.273 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.062+0000 7f6a822b7700 1 mon.smithi130@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-10-11T15:41:40.273 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.062+0000 7f6a822b7700 1 mon.smithi130@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-10-11T15:41:40.273 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.062+0000 7f6a822b7700 1 mon.smithi130@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-10-11T15:41:40.273 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.062+0000 7f6a822b7700 1 mon.smithi130@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-10-11T15:41:40.273 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.062+0000 7f6a822b7700 0 mon.smithi130@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-10-11T15:41:40.273 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.062+0000 7f6a822b7700 0 mon.smithi130@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-11T15:41:40.274 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.062+0000 7f6a822b7700 0 mon.smithi130@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-11T15:41:40.274 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.062+0000 7f6a822b7700 0 mon.smithi130@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-11T15:41:40.274 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:16.762778+0000 mon.smithi111 (mon.0) 179 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.274 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:16.768311+0000 mon.smithi111 (mon.0) 180 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.274 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:17.563656+0000 mon.smithi111 (mon.0) 181 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.275 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:17.569035+0000 mon.smithi111 (mon.0) 182 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.275 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:17.570532+0000 mon.smithi111 (mon.0) 183 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config rm", "who": "osd/host:smithi111", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:41:40.275 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:18.245274+0000 mon.smithi111 (mon.0) 184 : audit 0 from='client.? 172.21.15.130:0/1869803167' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:41:40.275 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:20.396029+0000 mon.smithi111 (mon.0) 185 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.275 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:20.402528+0000 mon.smithi111 (mon.0) 186 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.276 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:20.409877+0000 mon.smithi111 (mon.0) 187 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.276 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:20.415906+0000 mon.smithi111 (mon.0) 188 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.276 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:20.417282+0000 mon.smithi111 (mon.0) 189 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config rm", "who": "osd/host:smithi130", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:41:40.276 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:20.418854+0000 mon.smithi111 (mon.0) 190 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:41:40.276 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:20.420221+0000 mon.smithi111 (mon.0) 191 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:41:40.277 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: cephadm 2023-10-11T15:41:20.422423+0000 mgr.smithi111.dafezg (mgr.14195) 7 : cephadm 1 Updating smithi111:/etc/ceph/ceph.conf 2023-10-11T15:41:40.277 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: cephadm 2023-10-11T15:41:20.422820+0000 mgr.smithi111.dafezg (mgr.14195) 8 : cephadm 1 Updating smithi130:/etc/ceph/ceph.conf 2023-10-11T15:41:40.277 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: cephadm 2023-10-11T15:41:20.587160+0000 mgr.smithi111.dafezg (mgr.14195) 9 : cephadm 1 Updating smithi111:/var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T15:41:40.277 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: cephadm 2023-10-11T15:41:20.587900+0000 mgr.smithi111.dafezg (mgr.14195) 10 : cephadm 1 Updating smithi130:/var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T15:41:40.277 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: cephadm 2023-10-11T15:41:20.752365+0000 mgr.smithi111.dafezg (mgr.14195) 11 : cephadm 1 Updating smithi111:/etc/ceph/ceph.client.admin.keyring 2023-10-11T15:41:40.278 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: cephadm 2023-10-11T15:41:20.753521+0000 mgr.smithi111.dafezg (mgr.14195) 12 : cephadm 1 Updating smithi130:/etc/ceph/ceph.client.admin.keyring 2023-10-11T15:41:40.278 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:21.091758+0000 mon.smithi111 (mon.0) 192 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.278 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:21.094600+0000 mon.smithi111 (mon.0) 193 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.278 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:21.098381+0000 mon.smithi111 (mon.0) 194 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.278 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:21.100675+0000 mon.smithi111 (mon.0) 195 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.279 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:21.103690+0000 mon.smithi111 (mon.0) 196 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.279 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:21.105548+0000 mon.smithi111 (mon.0) 197 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi130", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-11T15:41:40.279 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:21.107766+0000 mon.smithi111 (mon.0) 198 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi130", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-10-11T15:41:40.279 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:21.108756+0000 mon.smithi111 (mon.0) 199 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:41:40.279 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: cephadm 2023-10-11T15:41:20.917270+0000 mgr.smithi111.dafezg (mgr.14195) 13 : cephadm 1 Updating smithi111:/var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-11T15:41:40.280 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: cephadm 2023-10-11T15:41:20.919068+0000 mgr.smithi111.dafezg (mgr.14195) 14 : cephadm 1 Updating smithi130:/var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-11T15:41:40.280 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: cephadm 2023-10-11T15:41:21.110267+0000 mgr.smithi111.dafezg (mgr.14195) 15 : cephadm 1 Deploying daemon ceph-exporter.smithi130 on smithi130 2023-10-11T15:41:40.280 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:24.911317+0000 mon.smithi111 (mon.0) 200 : audit 0 from='client.? 172.21.15.130:0/3465302454' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:41:40.280 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:25.064826+0000 mon.smithi111 (mon.0) 201 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.280 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:25.070867+0000 mon.smithi111 (mon.0) 202 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.281 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:25.090983+0000 mon.smithi111 (mon.0) 203 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.281 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:25.096973+0000 mon.smithi111 (mon.0) 204 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.281 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:25.098947+0000 mon.smithi111 (mon.0) 205 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi130", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-11T15:41:40.281 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:25.105899+0000 mon.smithi111 (mon.0) 206 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi130", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-10-11T15:41:40.281 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:25.107375+0000 mon.smithi111 (mon.0) 207 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:41:40.281 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: cephadm 2023-10-11T15:41:25.109122+0000 mgr.smithi111.dafezg (mgr.14195) 16 : cephadm 1 Deploying daemon crash.smithi130 on smithi130 2023-10-11T15:41:40.282 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:25.264739+0000 mon.smithi111 (mon.0) 208 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.282 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:25.269877+0000 mon.smithi111 (mon.0) 209 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:41:40.282 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:27.874973+0000 mon.smithi111 (mon.0) 210 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.282 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:27.881482+0000 mon.smithi111 (mon.0) 211 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.282 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:27.939356+0000 mon.smithi111 (mon.0) 212 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.283 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:27.944905+0000 mon.smithi111 (mon.0) 213 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.283 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: cephadm 2023-10-11T15:41:27.947412+0000 mgr.smithi111.dafezg (mgr.14195) 17 : cephadm 1 Deploying daemon node-exporter.smithi130 on smithi130 2023-10-11T15:41:40.283 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:28.983646+0000 mon.smithi111 (mon.0) 214 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.283 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:28.988903+0000 mon.smithi111 (mon.0) 215 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.283 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:29.020260+0000 mon.smithi111 (mon.0) 216 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.284 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:29.024826+0000 mon.smithi111 (mon.0) 217 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.284 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:29.028696+0000 mon.smithi111 (mon.0) 218 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi130.ukyvex", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-11T15:41:40.284 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:29.032697+0000 mon.smithi111 (mon.0) 219 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi130.ukyvex", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-10-11T15:41:40.284 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:29.034047+0000 mon.smithi111 (mon.0) 220 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-11T15:41:40.284 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:29.035529+0000 mon.smithi111 (mon.0) 221 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:41:40.285 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: cephadm 2023-10-11T15:41:29.037085+0000 mgr.smithi111.dafezg (mgr.14195) 18 : cephadm 1 Deploying daemon mgr.smithi130.ukyvex on smithi130 2023-10-11T15:41:40.285 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: cluster 2023-10-11T15:41:30.174065+0000 mgr.smithi111.dafezg (mgr.14195) 19 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:41:40.285 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:30.271802+0000 mon.smithi111 (mon.0) 222 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.285 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: cluster 2023-10-11T15:41:32.174428+0000 mgr.smithi111.dafezg (mgr.14195) 20 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:41:40.285 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:32.671181+0000 mon.smithi111 (mon.0) 223 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.286 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:32.677033+0000 mon.smithi111 (mon.0) 224 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.286 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:32.714076+0000 mon.smithi111 (mon.0) 225 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.286 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:32.718499+0000 mon.smithi111 (mon.0) 226 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.286 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:32.721589+0000 mon.smithi111 (mon.0) 227 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-11T15:41:40.286 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:32.723213+0000 mon.smithi111 (mon.0) 228 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:41:40.286 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: cephadm 2023-10-11T15:41:32.724876+0000 mgr.smithi111.dafezg (mgr.14195) 21 : cephadm 1 Deploying daemon mon.smithi130 on smithi130 2023-10-11T15:41:40.287 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: cluster 2023-10-11T15:41:34.174837+0000 mgr.smithi111.dafezg (mgr.14195) 22 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:41:40.287 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:35.278824+0000 mon.smithi111 (mon.0) 229 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.287 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:36.228631+0000 mon.smithi111 (mon.0) 230 : audit 0 from='client.? 172.21.15.130:0/746564273' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:41:40.287 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: cluster 2023-10-11T15:41:36.175277+0000 mgr.smithi111.dafezg (mgr.14195) 23 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:41:40.287 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: cluster 2023-10-11T15:41:38.175712+0000 mgr.smithi111.dafezg (mgr.14195) 24 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:41:40.288 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:39.041467+0000 mon.smithi111 (mon.0) 231 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.288 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:39.045558+0000 mon.smithi111 (mon.0) 232 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.288 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:39.062768+0000 mon.smithi111 (mon.0) 233 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.288 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:39.067694+0000 mon.smithi111 (mon.0) 234 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.288 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:39.075195+0000 mon.smithi111 (mon.0) 235 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:40.289 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: audit 2023-10-11T15:41:39.140563+0000 mon.smithi111 (mon.0) 236 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:41:40.289 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.066+0000 7f6a822b7700 1 mon.smithi130@-1(synchronizing).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2023-10-11T15:41:40.289 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.066+0000 7f6a822b7700 20 expand_channel_meta expand map: {default=false} 2023-10-11T15:41:40.289 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.066+0000 7f6a822b7700 20 expand_channel_meta from 'false' to 'false' 2023-10-11T15:41:40.289 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.066+0000 7f6a822b7700 20 expand_channel_meta expanded map: {default=false} 2023-10-11T15:41:40.290 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.066+0000 7f6a822b7700 20 expand_channel_meta expand map: {default=info} 2023-10-11T15:41:40.290 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.066+0000 7f6a822b7700 20 expand_channel_meta from 'info' to 'info' 2023-10-11T15:41:40.290 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.066+0000 7f6a822b7700 20 expand_channel_meta expanded map: {default=info} 2023-10-11T15:41:40.290 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.066+0000 7f6a822b7700 20 expand_channel_meta expand map: {default=daemon} 2023-10-11T15:41:40.290 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.066+0000 7f6a822b7700 20 expand_channel_meta from 'daemon' to 'daemon' 2023-10-11T15:41:40.290 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.066+0000 7f6a822b7700 20 expand_channel_meta expanded map: {default=daemon} 2023-10-11T15:41:40.291 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.066+0000 7f6a822b7700 20 expand_channel_meta expand map: {default=debug} 2023-10-11T15:41:40.291 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.066+0000 7f6a822b7700 20 expand_channel_meta from 'debug' to 'debug' 2023-10-11T15:41:40.291 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.066+0000 7f6a822b7700 20 expand_channel_meta expanded map: {default=debug} 2023-10-11T15:41:40.291 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:40 smithi130 bash[31108]: debug 2023-10-11T15:41:40.066+0000 7f6a822b7700 10 mon.smithi130@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-10-11T15:41:44.089 INFO:teuthology.orchestra.run.smithi130.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi130/config 2023-10-11T15:41:45.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:45 smithi111 bash[24268]: audit 2023-10-11T15:41:40.081713+0000 mon.smithi111 (mon.0) 238 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mon metadata", "id": "smithi111"}]: dispatch 2023-10-11T15:41:45.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:45 smithi111 bash[24268]: cluster 2023-10-11T15:41:40.082132+0000 mon.smithi111 (mon.0) 239 : cluster 1 mon.smithi111 calling monitor election 2023-10-11T15:41:45.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:45 smithi111 bash[24268]: audit 2023-10-11T15:41:40.105448+0000 mon.smithi111 (mon.0) 240 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mon metadata", "id": "smithi130"}]: dispatch 2023-10-11T15:41:45.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:45 smithi111 bash[24268]: cluster 2023-10-11T15:41:40.176155+0000 mgr.smithi111.dafezg (mgr.14195) 25 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:41:45.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:45 smithi111 bash[24268]: audit 2023-10-11T15:41:40.270275+0000 mon.smithi111 (mon.0) 241 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:41:45.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:45 smithi111 bash[24268]: audit 2023-10-11T15:41:41.074829+0000 mon.smithi111 (mon.0) 242 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mon metadata", "id": "smithi130"}]: dispatch 2023-10-11T15:41:45.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:45 smithi111 bash[24268]: audit 2023-10-11T15:41:42.075089+0000 mon.smithi111 (mon.0) 243 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mon metadata", "id": "smithi130"}]: dispatch 2023-10-11T15:41:45.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:45 smithi111 bash[24268]: cluster 2023-10-11T15:41:42.076553+0000 mon.smithi130 (mon.1) 1 : cluster 1 mon.smithi130 calling monitor election 2023-10-11T15:41:45.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:45 smithi111 bash[24268]: cluster 2023-10-11T15:41:42.176549+0000 mgr.smithi111.dafezg (mgr.14195) 26 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:41:45.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:45 smithi111 bash[24268]: audit 2023-10-11T15:41:43.075068+0000 mon.smithi111 (mon.0) 244 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mon metadata", "id": "smithi130"}]: dispatch 2023-10-11T15:41:45.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:45 smithi111 bash[24268]: audit 2023-10-11T15:41:43.787465+0000 mon.smithi111 (mon.0) 245 : audit 0 from='mgr.? 172.21.15.130:0/2258419457' entity='mgr.smithi130.ukyvex' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi130.ukyvex/crt"}]: dispatch 2023-10-11T15:41:45.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:45 smithi111 bash[24268]: audit 2023-10-11T15:41:44.075197+0000 mon.smithi111 (mon.0) 246 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mon metadata", "id": "smithi130"}]: dispatch 2023-10-11T15:41:45.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:45 smithi111 bash[24268]: cluster 2023-10-11T15:41:44.176909+0000 mgr.smithi111.dafezg (mgr.14195) 27 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:41:45.522 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:45 smithi111 bash[24268]: audit 2023-10-11T15:41:45.075293+0000 mon.smithi111 (mon.0) 247 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mon metadata", "id": "smithi130"}]: dispatch 2023-10-11T15:41:45.522 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:45 smithi111 bash[24268]: cluster 2023-10-11T15:41:45.125740+0000 mon.smithi111 (mon.0) 248 : cluster 1 mon.smithi111 is new leader, mons smithi111,smithi130 in quorum (ranks 0,1) 2023-10-11T15:41:45.522 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:45 smithi111 bash[24268]: cluster 2023-10-11T15:41:45.132090+0000 mon.smithi111 (mon.0) 249 : cluster 0 monmap e2: 2 mons at {smithi111=[v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0],smithi130=[v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0]} removed_ranks: {} 2023-10-11T15:41:45.522 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:45 smithi111 bash[24268]: cluster 2023-10-11T15:41:45.153110+0000 mon.smithi111 (mon.0) 250 : cluster 0 fsmap 2023-10-11T15:41:45.522 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:45 smithi111 bash[24268]: cluster 2023-10-11T15:41:45.153191+0000 mon.smithi111 (mon.0) 251 : cluster 0 osdmap e5: 0 total, 0 up, 0 in 2023-10-11T15:41:45.523 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:45 smithi111 bash[24268]: cluster 2023-10-11T15:41:45.153524+0000 mon.smithi111 (mon.0) 252 : cluster 0 mgrmap e17: smithi111.dafezg(active, since 34s) 2023-10-11T15:41:45.523 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:45 smithi111 bash[24268]: cluster 2023-10-11T15:41:45.156609+0000 mon.smithi111 (mon.0) 253 : cluster 0 Standby manager daemon smithi130.ukyvex started 2023-10-11T15:41:45.523 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:45 smithi111 bash[24268]: audit 2023-10-11T15:41:45.158748+0000 mon.smithi111 (mon.0) 254 : audit 0 from='mgr.? 172.21.15.130:0/2258419457' entity='mgr.smithi130.ukyvex' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-11T15:41:45.523 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:45 smithi111 bash[24268]: cluster 2023-10-11T15:41:45.160801+0000 mon.smithi111 (mon.0) 255 : cluster 1 overall HEALTH_OK 2023-10-11T15:41:45.524 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:45 smithi111 bash[24268]: audit 2023-10-11T15:41:45.161491+0000 mon.smithi111 (mon.0) 256 : audit 0 from='mgr.? 172.21.15.130:0/2258419457' entity='mgr.smithi130.ukyvex' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi130.ukyvex/key"}]: dispatch 2023-10-11T15:41:45.524 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:45 smithi111 bash[24268]: audit 2023-10-11T15:41:45.162250+0000 mon.smithi111 (mon.0) 257 : audit 0 from='mgr.? 172.21.15.130:0/2258419457' entity='mgr.smithi130.ukyvex' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-11T15:41:45.524 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:45 smithi111 bash[24268]: audit 2023-10-11T15:41:45.165049+0000 mon.smithi111 (mon.0) 258 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:45.524 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:45 smithi111 bash[24268]: audit 2023-10-11T15:41:45.168290+0000 mon.smithi111 (mon.0) 259 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:45.524 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:45 smithi111 bash[24268]: audit 2023-10-11T15:41:45.174947+0000 mon.smithi111 (mon.0) 260 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:45.525 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:45 smithi111 bash[24268]: audit 2023-10-11T15:41:45.176182+0000 mon.smithi111 (mon.0) 261 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:41:45.525 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:45 smithi111 bash[24268]: audit 2023-10-11T15:41:45.177454+0000 mon.smithi111 (mon.0) 262 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:41:45.629 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:45 smithi130 bash[31108]: audit 2023-10-11T15:41:40.081713+0000 mon.smithi111 (mon.0) 238 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mon metadata", "id": "smithi111"}]: dispatch 2023-10-11T15:41:45.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:45 smithi130 bash[31108]: cluster 2023-10-11T15:41:40.082132+0000 mon.smithi111 (mon.0) 239 : cluster 1 mon.smithi111 calling monitor election 2023-10-11T15:41:45.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:45 smithi130 bash[31108]: audit 2023-10-11T15:41:40.105448+0000 mon.smithi111 (mon.0) 240 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mon metadata", "id": "smithi130"}]: dispatch 2023-10-11T15:41:45.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:45 smithi130 bash[31108]: cluster 2023-10-11T15:41:40.176155+0000 mgr.smithi111.dafezg (mgr.14195) 25 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:41:45.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:45 smithi130 bash[31108]: audit 2023-10-11T15:41:40.270275+0000 mon.smithi111 (mon.0) 241 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:41:45.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:45 smithi130 bash[31108]: audit 2023-10-11T15:41:41.074829+0000 mon.smithi111 (mon.0) 242 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mon metadata", "id": "smithi130"}]: dispatch 2023-10-11T15:41:45.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:45 smithi130 bash[31108]: audit 2023-10-11T15:41:42.075089+0000 mon.smithi111 (mon.0) 243 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mon metadata", "id": "smithi130"}]: dispatch 2023-10-11T15:41:45.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:45 smithi130 bash[31108]: cluster 2023-10-11T15:41:42.076553+0000 mon.smithi130 (mon.1) 1 : cluster 1 mon.smithi130 calling monitor election 2023-10-11T15:41:45.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:45 smithi130 bash[31108]: cluster 2023-10-11T15:41:42.176549+0000 mgr.smithi111.dafezg (mgr.14195) 26 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:41:45.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:45 smithi130 bash[31108]: audit 2023-10-11T15:41:43.075068+0000 mon.smithi111 (mon.0) 244 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mon metadata", "id": "smithi130"}]: dispatch 2023-10-11T15:41:45.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:45 smithi130 bash[31108]: audit 2023-10-11T15:41:43.787465+0000 mon.smithi111 (mon.0) 245 : audit 0 from='mgr.? 172.21.15.130:0/2258419457' entity='mgr.smithi130.ukyvex' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi130.ukyvex/crt"}]: dispatch 2023-10-11T15:41:45.632 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:45 smithi130 bash[31108]: audit 2023-10-11T15:41:44.075197+0000 mon.smithi111 (mon.0) 246 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mon metadata", "id": "smithi130"}]: dispatch 2023-10-11T15:41:45.632 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:45 smithi130 bash[31108]: cluster 2023-10-11T15:41:44.176909+0000 mgr.smithi111.dafezg (mgr.14195) 27 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:41:45.632 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:45 smithi130 bash[31108]: audit 2023-10-11T15:41:45.075293+0000 mon.smithi111 (mon.0) 247 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mon metadata", "id": "smithi130"}]: dispatch 2023-10-11T15:41:45.632 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:45 smithi130 bash[31108]: cluster 2023-10-11T15:41:45.125740+0000 mon.smithi111 (mon.0) 248 : cluster 1 mon.smithi111 is new leader, mons smithi111,smithi130 in quorum (ranks 0,1) 2023-10-11T15:41:45.632 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:45 smithi130 bash[31108]: cluster 2023-10-11T15:41:45.132090+0000 mon.smithi111 (mon.0) 249 : cluster 0 monmap e2: 2 mons at {smithi111=[v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0],smithi130=[v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0]} removed_ranks: {} 2023-10-11T15:41:45.633 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:45 smithi130 bash[31108]: cluster 2023-10-11T15:41:45.153110+0000 mon.smithi111 (mon.0) 250 : cluster 0 fsmap 2023-10-11T15:41:45.633 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:45 smithi130 bash[31108]: cluster 2023-10-11T15:41:45.153191+0000 mon.smithi111 (mon.0) 251 : cluster 0 osdmap e5: 0 total, 0 up, 0 in 2023-10-11T15:41:45.633 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:45 smithi130 bash[31108]: cluster 2023-10-11T15:41:45.153524+0000 mon.smithi111 (mon.0) 252 : cluster 0 mgrmap e17: smithi111.dafezg(active, since 34s) 2023-10-11T15:41:45.633 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:45 smithi130 bash[31108]: cluster 2023-10-11T15:41:45.156609+0000 mon.smithi111 (mon.0) 253 : cluster 0 Standby manager daemon smithi130.ukyvex started 2023-10-11T15:41:45.633 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:45 smithi130 bash[31108]: audit 2023-10-11T15:41:45.158748+0000 mon.smithi111 (mon.0) 254 : audit 0 from='mgr.? 172.21.15.130:0/2258419457' entity='mgr.smithi130.ukyvex' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-11T15:41:45.634 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:45 smithi130 bash[31108]: cluster 2023-10-11T15:41:45.160801+0000 mon.smithi111 (mon.0) 255 : cluster 1 overall HEALTH_OK 2023-10-11T15:41:45.634 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:45 smithi130 bash[31108]: audit 2023-10-11T15:41:45.161491+0000 mon.smithi111 (mon.0) 256 : audit 0 from='mgr.? 172.21.15.130:0/2258419457' entity='mgr.smithi130.ukyvex' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi130.ukyvex/key"}]: dispatch 2023-10-11T15:41:45.634 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:45 smithi130 bash[31108]: audit 2023-10-11T15:41:45.162250+0000 mon.smithi111 (mon.0) 257 : audit 0 from='mgr.? 172.21.15.130:0/2258419457' entity='mgr.smithi130.ukyvex' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-11T15:41:45.634 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:45 smithi130 bash[31108]: audit 2023-10-11T15:41:45.165049+0000 mon.smithi111 (mon.0) 258 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:45.634 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:45 smithi130 bash[31108]: audit 2023-10-11T15:41:45.168290+0000 mon.smithi111 (mon.0) 259 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:45.635 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:45 smithi130 bash[31108]: audit 2023-10-11T15:41:45.174947+0000 mon.smithi111 (mon.0) 260 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:45.635 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:45 smithi130 bash[31108]: audit 2023-10-11T15:41:45.176182+0000 mon.smithi111 (mon.0) 261 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:41:45.635 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:45 smithi130 bash[31108]: audit 2023-10-11T15:41:45.177454+0000 mon.smithi111 (mon.0) 262 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:41:46.268 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:46 smithi111 bash[24268]: cephadm 2023-10-11T15:41:45.179333+0000 mgr.smithi111.dafezg (mgr.14195) 28 : cephadm 1 Updating smithi111:/etc/ceph/ceph.conf 2023-10-11T15:41:46.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:46 smithi111 bash[24268]: cephadm 2023-10-11T15:41:45.179578+0000 mgr.smithi111.dafezg (mgr.14195) 29 : cephadm 1 Updating smithi130:/etc/ceph/ceph.conf 2023-10-11T15:41:46.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:46 smithi111 bash[24268]: cluster 2023-10-11T15:41:45.222869+0000 mon.smithi111 (mon.0) 263 : cluster 0 mgrmap e18: smithi111.dafezg(active, since 35s), standbys: smithi130.ukyvex 2023-10-11T15:41:46.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:46 smithi111 bash[24268]: audit 2023-10-11T15:41:45.223018+0000 mon.smithi111 (mon.0) 264 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mgr metadata", "who": "smithi130.ukyvex", "id": "smithi130.ukyvex"}]: dispatch 2023-10-11T15:41:46.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:46 smithi111 bash[24268]: cephadm 2023-10-11T15:41:45.394221+0000 mgr.smithi111.dafezg (mgr.14195) 30 : cephadm 1 Updating smithi111:/var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T15:41:46.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:46 smithi111 bash[24268]: cephadm 2023-10-11T15:41:45.394565+0000 mgr.smithi111.dafezg (mgr.14195) 31 : cephadm 1 Updating smithi130:/var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T15:41:46.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:46 smithi111 bash[24268]: audit 2023-10-11T15:41:45.568524+0000 mon.smithi111 (mon.0) 265 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:46.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:46 smithi111 bash[24268]: audit 2023-10-11T15:41:45.576065+0000 mon.smithi111 (mon.0) 266 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:46.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:46 smithi111 bash[24268]: audit 2023-10-11T15:41:45.619301+0000 mon.smithi111 (mon.0) 267 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:46.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:46 smithi111 bash[24268]: audit 2023-10-11T15:41:45.625999+0000 mon.smithi111 (mon.0) 268 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:46.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:46 smithi111 bash[24268]: audit 2023-10-11T15:41:45.631778+0000 mon.smithi111 (mon.0) 269 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:46.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:46 smithi111 bash[24268]: cephadm 2023-10-11T15:41:45.702731+0000 mgr.smithi111.dafezg (mgr.14195) 32 : cephadm 1 Reconfiguring mon.smithi111 (unknown last config time)... 2023-10-11T15:41:46.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:46 smithi111 bash[24268]: audit 2023-10-11T15:41:45.703396+0000 mon.smithi111 (mon.0) 270 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-11T15:41:46.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:46 smithi111 bash[24268]: audit 2023-10-11T15:41:45.704947+0000 mon.smithi111 (mon.0) 271 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-11T15:41:46.272 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:46 smithi111 bash[24268]: audit 2023-10-11T15:41:45.706352+0000 mon.smithi111 (mon.0) 272 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:41:46.272 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:46 smithi111 bash[24268]: cephadm 2023-10-11T15:41:45.707918+0000 mgr.smithi111.dafezg (mgr.14195) 33 : cephadm 1 Reconfiguring daemon mon.smithi111 on smithi111 2023-10-11T15:41:46.272 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:46 smithi111 bash[24268]: audit 2023-10-11T15:41:46.075574+0000 mon.smithi111 (mon.0) 273 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mon metadata", "id": "smithi130"}]: dispatch 2023-10-11T15:41:46.553 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:46 smithi130 bash[31108]: cephadm 2023-10-11T15:41:45.179333+0000 mgr.smithi111.dafezg (mgr.14195) 28 : cephadm 1 Updating smithi111:/etc/ceph/ceph.conf 2023-10-11T15:41:46.554 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:46 smithi130 bash[31108]: cephadm 2023-10-11T15:41:45.179578+0000 mgr.smithi111.dafezg (mgr.14195) 29 : cephadm 1 Updating smithi130:/etc/ceph/ceph.conf 2023-10-11T15:41:46.554 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:46 smithi130 bash[31108]: cluster 2023-10-11T15:41:45.222869+0000 mon.smithi111 (mon.0) 263 : cluster 0 mgrmap e18: smithi111.dafezg(active, since 35s), standbys: smithi130.ukyvex 2023-10-11T15:41:46.554 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:46 smithi130 bash[31108]: audit 2023-10-11T15:41:45.223018+0000 mon.smithi111 (mon.0) 264 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mgr metadata", "who": "smithi130.ukyvex", "id": "smithi130.ukyvex"}]: dispatch 2023-10-11T15:41:46.554 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:46 smithi130 bash[31108]: cephadm 2023-10-11T15:41:45.394221+0000 mgr.smithi111.dafezg (mgr.14195) 30 : cephadm 1 Updating smithi111:/var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T15:41:46.555 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:46 smithi130 bash[31108]: cephadm 2023-10-11T15:41:45.394565+0000 mgr.smithi111.dafezg (mgr.14195) 31 : cephadm 1 Updating smithi130:/var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-11T15:41:46.555 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:46 smithi130 bash[31108]: audit 2023-10-11T15:41:45.568524+0000 mon.smithi111 (mon.0) 265 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:46.555 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:46 smithi130 bash[31108]: audit 2023-10-11T15:41:45.576065+0000 mon.smithi111 (mon.0) 266 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:46.555 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:46 smithi130 bash[31108]: audit 2023-10-11T15:41:45.619301+0000 mon.smithi111 (mon.0) 267 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:46.555 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:46 smithi130 bash[31108]: audit 2023-10-11T15:41:45.625999+0000 mon.smithi111 (mon.0) 268 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:46.556 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:46 smithi130 bash[31108]: audit 2023-10-11T15:41:45.631778+0000 mon.smithi111 (mon.0) 269 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:46.556 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:46 smithi130 bash[31108]: cephadm 2023-10-11T15:41:45.702731+0000 mgr.smithi111.dafezg (mgr.14195) 32 : cephadm 1 Reconfiguring mon.smithi111 (unknown last config time)... 2023-10-11T15:41:46.556 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:46 smithi130 bash[31108]: audit 2023-10-11T15:41:45.703396+0000 mon.smithi111 (mon.0) 270 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-11T15:41:46.556 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:46 smithi130 bash[31108]: audit 2023-10-11T15:41:45.704947+0000 mon.smithi111 (mon.0) 271 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-11T15:41:46.556 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:46 smithi130 bash[31108]: audit 2023-10-11T15:41:45.706352+0000 mon.smithi111 (mon.0) 272 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:41:46.557 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:46 smithi130 bash[31108]: cephadm 2023-10-11T15:41:45.707918+0000 mgr.smithi111.dafezg (mgr.14195) 33 : cephadm 1 Reconfiguring daemon mon.smithi111 on smithi111 2023-10-11T15:41:46.557 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:46 smithi130 bash[31108]: audit 2023-10-11T15:41:46.075574+0000 mon.smithi111 (mon.0) 273 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mon metadata", "id": "smithi130"}]: dispatch 2023-10-11T15:41:47.069 INFO:teuthology.orchestra.run.smithi130.stdout: 2023-10-11T15:41:47.070 INFO:teuthology.orchestra.run.smithi130.stdout:{"epoch":2,"fsid":"0d30edf8-684c-11ee-8db6-212e2dc638e7","modified":"2023-10-11T15:41:40.075080Z","created":"2023-10-11T15:38:14.734787Z","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":"smithi111","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:3300","nonce":0},{"type":"v1","addr":"172.21.15.111:6789","nonce":0}]},"addr":"172.21.15.111:6789/0","public_addr":"172.21.15.111:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi130","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:3300","nonce":0},{"type":"v1","addr":"172.21.15.130:6789","nonce":0}]},"addr":"172.21.15.130:6789/0","public_addr":"172.21.15.130:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-10-11T15:41:47.073 INFO:teuthology.orchestra.run.smithi130.stderr:dumped monmap epoch 2 2023-10-11T15:41:47.794 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-10-11T15:41:47.795 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph config generate-minimal-conf 2023-10-11T15:41:48.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:47 smithi111 bash[24268]: cluster 2023-10-11T15:41:46.177257+0000 mgr.smithi111.dafezg (mgr.14195) 34 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:41:48.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:47 smithi111 bash[24268]: audit 2023-10-11T15:41:47.067883+0000 mon.smithi111 (mon.0) 274 : audit 0 from='client.? 172.21.15.130:0/3819598523' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:41:48.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:47 smithi130 bash[31108]: cluster 2023-10-11T15:41:46.177257+0000 mgr.smithi111.dafezg (mgr.14195) 34 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:41:48.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:47 smithi130 bash[31108]: audit 2023-10-11T15:41:47.067883+0000 mon.smithi111 (mon.0) 274 : audit 0 from='client.? 172.21.15.130:0/3819598523' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-11T15:41:49.209 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:48 smithi111 bash[24268]: audit 2023-10-11T15:41:47.939507+0000 mon.smithi111 (mon.0) 275 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:49.209 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:48 smithi111 bash[24268]: audit 2023-10-11T15:41:47.946993+0000 mon.smithi111 (mon.0) 276 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:49.209 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:48 smithi111 bash[24268]: cephadm 2023-10-11T15:41:47.977748+0000 mgr.smithi111.dafezg (mgr.14195) 35 : cephadm 1 Reconfiguring mgr.smithi111.dafezg (unknown last config time)... 2023-10-11T15:41:49.210 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:48 smithi111 bash[24268]: audit 2023-10-11T15:41:47.978516+0000 mon.smithi111 (mon.0) 277 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi111.dafezg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-11T15:41:49.210 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:48 smithi111 bash[24268]: audit 2023-10-11T15:41:47.980620+0000 mon.smithi111 (mon.0) 278 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-11T15:41:49.210 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:48 smithi111 bash[24268]: audit 2023-10-11T15:41:47.982239+0000 mon.smithi111 (mon.0) 279 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:41:49.210 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:48 smithi111 bash[24268]: cephadm 2023-10-11T15:41:47.983914+0000 mgr.smithi111.dafezg (mgr.14195) 36 : cephadm 1 Reconfiguring daemon mgr.smithi111.dafezg on smithi111 2023-10-11T15:41:49.211 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:48 smithi111 bash[24268]: cluster 2023-10-11T15:41:48.177721+0000 mgr.smithi111.dafezg (mgr.14195) 37 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:41:49.379 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:48 smithi130 bash[31108]: audit 2023-10-11T15:41:47.939507+0000 mon.smithi111 (mon.0) 275 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:49.379 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:48 smithi130 bash[31108]: audit 2023-10-11T15:41:47.946993+0000 mon.smithi111 (mon.0) 276 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:49.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:48 smithi130 bash[31108]: cephadm 2023-10-11T15:41:47.977748+0000 mgr.smithi111.dafezg (mgr.14195) 35 : cephadm 1 Reconfiguring mgr.smithi111.dafezg (unknown last config time)... 2023-10-11T15:41:49.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:48 smithi130 bash[31108]: audit 2023-10-11T15:41:47.978516+0000 mon.smithi111 (mon.0) 277 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi111.dafezg", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-11T15:41:49.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:48 smithi130 bash[31108]: audit 2023-10-11T15:41:47.980620+0000 mon.smithi111 (mon.0) 278 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-11T15:41:49.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:48 smithi130 bash[31108]: audit 2023-10-11T15:41:47.982239+0000 mon.smithi111 (mon.0) 279 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:41:49.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:48 smithi130 bash[31108]: cephadm 2023-10-11T15:41:47.983914+0000 mgr.smithi111.dafezg (mgr.14195) 36 : cephadm 1 Reconfiguring daemon mgr.smithi111.dafezg on smithi111 2023-10-11T15:41:49.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:48 smithi130 bash[31108]: cluster 2023-10-11T15:41:48.177721+0000 mgr.smithi111.dafezg (mgr.14195) 37 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:41:51.320 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:51 smithi111 bash[24268]: audit 2023-10-11T15:41:50.042140+0000 mon.smithi111 (mon.0) 280 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:51.321 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:51 smithi111 bash[24268]: audit 2023-10-11T15:41:50.051828+0000 mon.smithi111 (mon.0) 281 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:51.321 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:51 smithi111 bash[24268]: cephadm 2023-10-11T15:41:50.102231+0000 mgr.smithi111.dafezg (mgr.14195) 38 : cephadm 1 Reconfiguring ceph-exporter.smithi111 (monmap changed)... 2023-10-11T15:41:51.321 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:51 smithi111 bash[24268]: audit 2023-10-11T15:41:50.102963+0000 mon.smithi111 (mon.0) 282 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi111", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-11T15:41:51.321 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:51 smithi111 bash[24268]: audit 2023-10-11T15:41:50.104801+0000 mon.smithi111 (mon.0) 283 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:41:51.321 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:51 smithi111 bash[24268]: cephadm 2023-10-11T15:41:50.106707+0000 mgr.smithi111.dafezg (mgr.14195) 39 : cephadm 1 Reconfiguring daemon ceph-exporter.smithi111 on smithi111 2023-10-11T15:41:51.322 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:51 smithi111 bash[24268]: cluster 2023-10-11T15:41:50.178241+0000 mgr.smithi111.dafezg (mgr.14195) 40 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:41:51.379 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:51 smithi130 bash[31108]: audit 2023-10-11T15:41:50.042140+0000 mon.smithi111 (mon.0) 280 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:51.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:51 smithi130 bash[31108]: audit 2023-10-11T15:41:50.051828+0000 mon.smithi111 (mon.0) 281 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:51.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:51 smithi130 bash[31108]: cephadm 2023-10-11T15:41:50.102231+0000 mgr.smithi111.dafezg (mgr.14195) 38 : cephadm 1 Reconfiguring ceph-exporter.smithi111 (monmap changed)... 2023-10-11T15:41:51.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:51 smithi130 bash[31108]: audit 2023-10-11T15:41:50.102963+0000 mon.smithi111 (mon.0) 282 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi111", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-11T15:41:51.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:51 smithi130 bash[31108]: audit 2023-10-11T15:41:50.104801+0000 mon.smithi111 (mon.0) 283 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:41:51.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:51 smithi130 bash[31108]: cephadm 2023-10-11T15:41:50.106707+0000 mgr.smithi111.dafezg (mgr.14195) 39 : cephadm 1 Reconfiguring daemon ceph-exporter.smithi111 on smithi111 2023-10-11T15:41:51.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:51 smithi130 bash[31108]: cluster 2023-10-11T15:41:50.178241+0000 mgr.smithi111.dafezg (mgr.14195) 40 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:41:52.670 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:41:53.518 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:53 smithi111 bash[24268]: cluster 2023-10-11T15:41:52.178662+0000 mgr.smithi111.dafezg (mgr.14195) 41 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:41:53.518 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:53 smithi111 bash[24268]: audit 2023-10-11T15:41:52.218847+0000 mon.smithi111 (mon.0) 284 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:53.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:53 smithi111 bash[24268]: audit 2023-10-11T15:41:52.226850+0000 mon.smithi111 (mon.0) 285 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:53.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:53 smithi111 bash[24268]: cephadm 2023-10-11T15:41:52.275182+0000 mgr.smithi111.dafezg (mgr.14195) 42 : cephadm 1 Reconfiguring crash.smithi111 (monmap changed)... 2023-10-11T15:41:53.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:53 smithi111 bash[24268]: audit 2023-10-11T15:41:52.275867+0000 mon.smithi111 (mon.0) 286 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi111", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-11T15:41:53.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:53 smithi111 bash[24268]: audit 2023-10-11T15:41:52.277724+0000 mon.smithi111 (mon.0) 287 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:41:53.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:53 smithi111 bash[24268]: cephadm 2023-10-11T15:41:52.279393+0000 mgr.smithi111.dafezg (mgr.14195) 43 : cephadm 1 Reconfiguring daemon crash.smithi111 on smithi111 2023-10-11T15:41:53.629 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:53 smithi130 bash[31108]: cluster 2023-10-11T15:41:52.178662+0000 mgr.smithi111.dafezg (mgr.14195) 41 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:41:53.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:53 smithi130 bash[31108]: audit 2023-10-11T15:41:52.218847+0000 mon.smithi111 (mon.0) 284 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:53.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:53 smithi130 bash[31108]: audit 2023-10-11T15:41:52.226850+0000 mon.smithi111 (mon.0) 285 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:53.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:53 smithi130 bash[31108]: cephadm 2023-10-11T15:41:52.275182+0000 mgr.smithi111.dafezg (mgr.14195) 42 : cephadm 1 Reconfiguring crash.smithi111 (monmap changed)... 2023-10-11T15:41:53.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:53 smithi130 bash[31108]: audit 2023-10-11T15:41:52.275867+0000 mon.smithi111 (mon.0) 286 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi111", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-11T15:41:53.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:53 smithi130 bash[31108]: audit 2023-10-11T15:41:52.277724+0000 mon.smithi111 (mon.0) 287 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:41:53.632 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:53 smithi130 bash[31108]: cephadm 2023-10-11T15:41:52.279393+0000 mgr.smithi111.dafezg (mgr.14195) 43 : cephadm 1 Reconfiguring daemon crash.smithi111 on smithi111 2023-10-11T15:41:55.462 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:55 smithi111 bash[24268]: cluster 2023-10-11T15:41:54.179205+0000 mgr.smithi111.dafezg (mgr.14195) 44 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:41:55.629 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:55 smithi130 bash[31108]: cluster 2023-10-11T15:41:54.179205+0000 mgr.smithi111.dafezg (mgr.14195) 44 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:41:56.532 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:56 smithi111 bash[24268]: audit 2023-10-11T15:41:55.270476+0000 mon.smithi111 (mon.0) 288 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:41:56.532 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:56 smithi111 bash[24268]: audit 2023-10-11T15:41:55.294062+0000 mon.smithi111 (mon.0) 289 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:56.532 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:56 smithi111 bash[24268]: audit 2023-10-11T15:41:55.301854+0000 mon.smithi111 (mon.0) 290 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:56.533 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:56 smithi111 bash[24268]: cephadm 2023-10-11T15:41:55.352545+0000 mgr.smithi111.dafezg (mgr.14195) 45 : cephadm 1 Reconfiguring alertmanager.smithi111 (dependencies changed)... 2023-10-11T15:41:56.533 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:56 smithi111 bash[24268]: cephadm 2023-10-11T15:41:55.371585+0000 mgr.smithi111.dafezg (mgr.14195) 46 : cephadm 1 Reconfiguring daemon alertmanager.smithi111 on smithi111 2023-10-11T15:41:56.629 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:56 smithi130 bash[31108]: audit 2023-10-11T15:41:55.270476+0000 mon.smithi111 (mon.0) 288 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:41:56.629 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:56 smithi130 bash[31108]: audit 2023-10-11T15:41:55.294062+0000 mon.smithi111 (mon.0) 289 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:56.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:56 smithi130 bash[31108]: audit 2023-10-11T15:41:55.301854+0000 mon.smithi111 (mon.0) 290 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:41:56.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:56 smithi130 bash[31108]: cephadm 2023-10-11T15:41:55.352545+0000 mgr.smithi111.dafezg (mgr.14195) 45 : cephadm 1 Reconfiguring alertmanager.smithi111 (dependencies changed)... 2023-10-11T15:41:56.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:56 smithi130 bash[31108]: cephadm 2023-10-11T15:41:55.371585+0000 mgr.smithi111.dafezg (mgr.14195) 46 : cephadm 1 Reconfiguring daemon alertmanager.smithi111 on smithi111 2023-10-11T15:41:57.458 INFO:teuthology.orchestra.run.smithi111.stdout:# minimal ceph.conf for 0d30edf8-684c-11ee-8db6-212e2dc638e7 2023-10-11T15:41:57.458 INFO:teuthology.orchestra.run.smithi111.stdout:[global] 2023-10-11T15:41:57.459 INFO:teuthology.orchestra.run.smithi111.stdout: fsid = 0d30edf8-684c-11ee-8db6-212e2dc638e7 2023-10-11T15:41:57.459 INFO:teuthology.orchestra.run.smithi111.stdout: mon_host = [v2:172.21.15.111:3300/0,v1:172.21.15.111:6789/0] [v2:172.21.15.130:3300/0,v1:172.21.15.130:6789/0] 2023-10-11T15:41:58.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:57 smithi111 bash[24268]: cluster 2023-10-11T15:41:56.179666+0000 mgr.smithi111.dafezg (mgr.14195) 47 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:41:58.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:57 smithi111 bash[24268]: audit 2023-10-11T15:41:57.456961+0000 mon.smithi111 (mon.0) 291 : audit 0 from='client.? 172.21.15.111:0/62756820' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:41:58.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:57 smithi130 bash[31108]: cluster 2023-10-11T15:41:56.179666+0000 mgr.smithi111.dafezg (mgr.14195) 47 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:41:58.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:57 smithi130 bash[31108]: audit 2023-10-11T15:41:57.456961+0000 mon.smithi111 (mon.0) 291 : audit 0 from='client.? 172.21.15.111:0/62756820' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:41:58.693 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-10-11T15:41:58.694 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2023-10-11T15:41:58.694 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd of=/etc/ceph/ceph.conf 2023-10-11T15:41:58.818 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2023-10-11T15:41:58.819 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-11T15:41:58.830 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2023-10-11T15:41:58.830 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/etc/ceph/ceph.conf 2023-10-11T15:41:58.847 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2023-10-11T15:41:58.848 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-11T15:41:58.903 INFO:tasks.cephadm:Deploying OSDs... 2023-10-11T15:41:58.903 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2023-10-11T15:41:58.903 DEBUG:teuthology.orchestra.run.smithi111:> dd if=/scratch_devs of=/dev/stdout 2023-10-11T15:41:58.911 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-11T15:41:58.911 DEBUG:teuthology.orchestra.run.smithi111:> stat /dev/nvme1n1 2023-10-11T15:41:58.958 INFO:teuthology.orchestra.run.smithi111.stdout: File: /dev/nvme1n1 2023-10-11T15:41:58.959 INFO:teuthology.orchestra.run.smithi111.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-11T15:41:58.959 INFO:teuthology.orchestra.run.smithi111.stdout:Device: 5h/5d Inode: 522 Links: 1 Device type: 103,2 2023-10-11T15:41:58.959 INFO:teuthology.orchestra.run.smithi111.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-11T15:41:58.959 INFO:teuthology.orchestra.run.smithi111.stdout:Access: 2023-10-11 15:39:54.611604290 +0000 2023-10-11T15:41:58.959 INFO:teuthology.orchestra.run.smithi111.stdout:Modify: 2023-10-11 15:37:12.382057807 +0000 2023-10-11T15:41:58.959 INFO:teuthology.orchestra.run.smithi111.stdout:Change: 2023-10-11 15:37:12.382057807 +0000 2023-10-11T15:41:58.960 INFO:teuthology.orchestra.run.smithi111.stdout: Birth: - 2023-10-11T15:41:58.960 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-10-11T15:41:59.009 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records in 2023-10-11T15:41:59.010 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records out 2023-10-11T15:41:59.010 INFO:teuthology.orchestra.run.smithi111.stderr:512 bytes copied, 0.000484923 s, 1.1 MB/s 2023-10-11T15:41:59.011 DEBUG:teuthology.orchestra.run.smithi111:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-10-11T15:41:59.060 DEBUG:teuthology.orchestra.run.smithi111:> stat /dev/nvme2n1 2023-10-11T15:41:59.105 INFO:teuthology.orchestra.run.smithi111.stdout: File: /dev/nvme2n1 2023-10-11T15:41:59.105 INFO:teuthology.orchestra.run.smithi111.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-11T15:41:59.105 INFO:teuthology.orchestra.run.smithi111.stdout:Device: 5h/5d Inode: 530 Links: 1 Device type: 103,4 2023-10-11T15:41:59.106 INFO:teuthology.orchestra.run.smithi111.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-11T15:41:59.106 INFO:teuthology.orchestra.run.smithi111.stdout:Access: 2023-10-11 15:39:54.631603829 +0000 2023-10-11T15:41:59.106 INFO:teuthology.orchestra.run.smithi111.stdout:Modify: 2023-10-11 15:37:12.498113133 +0000 2023-10-11T15:41:59.106 INFO:teuthology.orchestra.run.smithi111.stdout:Change: 2023-10-11 15:37:12.498113133 +0000 2023-10-11T15:41:59.107 INFO:teuthology.orchestra.run.smithi111.stdout: Birth: - 2023-10-11T15:41:59.107 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-10-11T15:41:59.162 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records in 2023-10-11T15:41:59.162 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records out 2023-10-11T15:41:59.162 INFO:teuthology.orchestra.run.smithi111.stderr:512 bytes copied, 0.000415351 s, 1.2 MB/s 2023-10-11T15:41:59.163 DEBUG:teuthology.orchestra.run.smithi111:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-10-11T15:41:59.214 DEBUG:teuthology.orchestra.run.smithi111:> stat /dev/nvme3n1 2023-10-11T15:41:59.264 INFO:teuthology.orchestra.run.smithi111.stdout: File: /dev/nvme3n1 2023-10-11T15:41:59.264 INFO:teuthology.orchestra.run.smithi111.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-11T15:41:59.264 INFO:teuthology.orchestra.run.smithi111.stdout:Device: 5h/5d Inode: 537 Links: 1 Device type: 103,6 2023-10-11T15:41:59.264 INFO:teuthology.orchestra.run.smithi111.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-11T15:41:59.265 INFO:teuthology.orchestra.run.smithi111.stdout:Access: 2023-10-11 15:39:54.647603460 +0000 2023-10-11T15:41:59.265 INFO:teuthology.orchestra.run.smithi111.stdout:Modify: 2023-10-11 15:37:12.614168460 +0000 2023-10-11T15:41:59.265 INFO:teuthology.orchestra.run.smithi111.stdout:Change: 2023-10-11 15:37:12.614168460 +0000 2023-10-11T15:41:59.265 INFO:teuthology.orchestra.run.smithi111.stdout: Birth: - 2023-10-11T15:41:59.265 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-10-11T15:41:59.316 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records in 2023-10-11T15:41:59.317 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records out 2023-10-11T15:41:59.317 INFO:teuthology.orchestra.run.smithi111.stderr:512 bytes copied, 0.00031791 s, 1.6 MB/s 2023-10-11T15:41:59.318 DEBUG:teuthology.orchestra.run.smithi111:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-10-11T15:41:59.372 DEBUG:teuthology.orchestra.run.smithi111:> stat /dev/nvme4n1 2023-10-11T15:41:59.419 INFO:teuthology.orchestra.run.smithi111.stdout: File: /dev/nvme4n1 2023-10-11T15:41:59.419 INFO:teuthology.orchestra.run.smithi111.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-11T15:41:59.419 INFO:teuthology.orchestra.run.smithi111.stdout:Device: 5h/5d Inode: 546 Links: 1 Device type: 103,8 2023-10-11T15:41:59.420 INFO:teuthology.orchestra.run.smithi111.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-11T15:41:59.420 INFO:teuthology.orchestra.run.smithi111.stdout:Access: 2023-10-11 15:39:54.663603091 +0000 2023-10-11T15:41:59.420 INFO:teuthology.orchestra.run.smithi111.stdout:Modify: 2023-10-11 15:37:12.730223786 +0000 2023-10-11T15:41:59.420 INFO:teuthology.orchestra.run.smithi111.stdout:Change: 2023-10-11 15:37:12.730223786 +0000 2023-10-11T15:41:59.420 INFO:teuthology.orchestra.run.smithi111.stdout: Birth: - 2023-10-11T15:41:59.421 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-10-11T15:41:59.478 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records in 2023-10-11T15:41:59.478 INFO:teuthology.orchestra.run.smithi111.stderr:1+0 records out 2023-10-11T15:41:59.479 INFO:teuthology.orchestra.run.smithi111.stderr:512 bytes copied, 0.000431242 s, 1.2 MB/s 2023-10-11T15:41:59.480 DEBUG:teuthology.orchestra.run.smithi111:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-10-11T15:41:59.533 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2023-10-11T15:41:59.534 DEBUG:teuthology.orchestra.run.smithi130:> dd if=/scratch_devs of=/dev/stdout 2023-10-11T15:41:59.541 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-11T15:41:59.542 DEBUG:teuthology.orchestra.run.smithi130:> stat /dev/nvme1n1 2023-10-11T15:41:59.592 INFO:teuthology.orchestra.run.smithi130.stdout: File: /dev/nvme1n1 2023-10-11T15:41:59.592 INFO:teuthology.orchestra.run.smithi130.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-11T15:41:59.593 INFO:teuthology.orchestra.run.smithi130.stdout:Device: 5h/5d Inode: 522 Links: 1 Device type: 103,2 2023-10-11T15:41:59.593 INFO:teuthology.orchestra.run.smithi130.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-11T15:41:59.593 INFO:teuthology.orchestra.run.smithi130.stdout:Access: 2023-10-11 15:41:18.714442868 +0000 2023-10-11T15:41:59.593 INFO:teuthology.orchestra.run.smithi130.stdout:Modify: 2023-10-11 15:37:13.735303583 +0000 2023-10-11T15:41:59.593 INFO:teuthology.orchestra.run.smithi130.stdout:Change: 2023-10-11 15:37:13.735303583 +0000 2023-10-11T15:41:59.594 INFO:teuthology.orchestra.run.smithi130.stdout: Birth: - 2023-10-11T15:41:59.594 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-10-11T15:41:59.647 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records in 2023-10-11T15:41:59.648 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records out 2023-10-11T15:41:59.648 INFO:teuthology.orchestra.run.smithi130.stderr:512 bytes copied, 0.00046499 s, 1.1 MB/s 2023-10-11T15:41:59.649 DEBUG:teuthology.orchestra.run.smithi130:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-10-11T15:41:59.702 DEBUG:teuthology.orchestra.run.smithi130:> stat /dev/nvme2n1 2023-10-11T15:41:59.752 INFO:teuthology.orchestra.run.smithi130.stdout: File: /dev/nvme2n1 2023-10-11T15:41:59.752 INFO:teuthology.orchestra.run.smithi130.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-11T15:41:59.752 INFO:teuthology.orchestra.run.smithi130.stdout:Device: 5h/5d Inode: 530 Links: 1 Device type: 103,4 2023-10-11T15:41:59.752 INFO:teuthology.orchestra.run.smithi130.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-11T15:41:59.753 INFO:teuthology.orchestra.run.smithi130.stdout:Access: 2023-10-11 15:41:18.730442580 +0000 2023-10-11T15:41:59.753 INFO:teuthology.orchestra.run.smithi130.stdout:Modify: 2023-10-11 15:37:13.847357000 +0000 2023-10-11T15:41:59.753 INFO:teuthology.orchestra.run.smithi130.stdout:Change: 2023-10-11 15:37:13.847357000 +0000 2023-10-11T15:41:59.753 INFO:teuthology.orchestra.run.smithi130.stdout: Birth: - 2023-10-11T15:41:59.754 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-10-11T15:41:59.808 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records in 2023-10-11T15:41:59.808 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records out 2023-10-11T15:41:59.808 INFO:teuthology.orchestra.run.smithi130.stderr:512 bytes copied, 0.000478354 s, 1.1 MB/s 2023-10-11T15:41:59.809 DEBUG:teuthology.orchestra.run.smithi130:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-10-11T15:41:59.861 DEBUG:teuthology.orchestra.run.smithi130:> stat /dev/nvme3n1 2023-10-11T15:41:59.912 INFO:teuthology.orchestra.run.smithi130.stdout: File: /dev/nvme3n1 2023-10-11T15:41:59.912 INFO:teuthology.orchestra.run.smithi130.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-11T15:41:59.912 INFO:teuthology.orchestra.run.smithi130.stdout:Device: 5h/5d Inode: 538 Links: 1 Device type: 103,6 2023-10-11T15:41:59.912 INFO:teuthology.orchestra.run.smithi130.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-11T15:41:59.913 INFO:teuthology.orchestra.run.smithi130.stdout:Access: 2023-10-11 15:41:18.750442218 +0000 2023-10-11T15:41:59.913 INFO:teuthology.orchestra.run.smithi130.stdout:Modify: 2023-10-11 15:37:13.963412325 +0000 2023-10-11T15:41:59.913 INFO:teuthology.orchestra.run.smithi130.stdout:Change: 2023-10-11 15:37:13.963412325 +0000 2023-10-11T15:41:59.913 INFO:teuthology.orchestra.run.smithi130.stdout: Birth: - 2023-10-11T15:41:59.913 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-10-11T15:41:59.965 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:41:59 smithi130 bash[31108]: cluster 2023-10-11T15:41:58.180085+0000 mgr.smithi111.dafezg (mgr.14195) 48 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:41:59.967 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records in 2023-10-11T15:41:59.968 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records out 2023-10-11T15:41:59.968 INFO:teuthology.orchestra.run.smithi130.stderr:512 bytes copied, 0.0004706 s, 1.1 MB/s 2023-10-11T15:41:59.969 DEBUG:teuthology.orchestra.run.smithi130:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-10-11T15:42:00.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:41:59 smithi111 bash[24268]: cluster 2023-10-11T15:41:58.180085+0000 mgr.smithi111.dafezg (mgr.14195) 48 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:00.021 DEBUG:teuthology.orchestra.run.smithi130:> stat /dev/nvme4n1 2023-10-11T15:42:00.071 INFO:teuthology.orchestra.run.smithi130.stdout: File: /dev/nvme4n1 2023-10-11T15:42:00.072 INFO:teuthology.orchestra.run.smithi130.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-11T15:42:00.072 INFO:teuthology.orchestra.run.smithi130.stdout:Device: 5h/5d Inode: 546 Links: 1 Device type: 103,8 2023-10-11T15:42:00.072 INFO:teuthology.orchestra.run.smithi130.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-11T15:42:00.072 INFO:teuthology.orchestra.run.smithi130.stdout:Access: 2023-10-11 15:41:18.770441858 +0000 2023-10-11T15:42:00.073 INFO:teuthology.orchestra.run.smithi130.stdout:Modify: 2023-10-11 15:37:14.075431880 +0000 2023-10-11T15:42:00.073 INFO:teuthology.orchestra.run.smithi130.stdout:Change: 2023-10-11 15:37:14.075431880 +0000 2023-10-11T15:42:00.073 INFO:teuthology.orchestra.run.smithi130.stdout: Birth: - 2023-10-11T15:42:00.073 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-10-11T15:42:00.129 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records in 2023-10-11T15:42:00.129 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records out 2023-10-11T15:42:00.129 INFO:teuthology.orchestra.run.smithi130.stderr:512 bytes copied, 0.000509939 s, 1.0 MB/s 2023-10-11T15:42:00.130 DEBUG:teuthology.orchestra.run.smithi130:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-10-11T15:42:00.182 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph orch apply osd --all-available-devices 2023-10-11T15:42:01.855 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:01 smithi111 bash[24268]: cluster 2023-10-11T15:42:00.180443+0000 mgr.smithi111.dafezg (mgr.14195) 49 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:01.855 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:01 smithi111 bash[24268]: audit 2023-10-11T15:42:01.533076+0000 mon.smithi111 (mon.0) 292 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:01.855 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:01 smithi111 bash[24268]: audit 2023-10-11T15:42:01.540071+0000 mon.smithi111 (mon.0) 293 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:02.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:01 smithi130 bash[31108]: cluster 2023-10-11T15:42:00.180443+0000 mgr.smithi111.dafezg (mgr.14195) 49 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:02.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:01 smithi130 bash[31108]: audit 2023-10-11T15:42:01.533076+0000 mon.smithi111 (mon.0) 292 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:02.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:01 smithi130 bash[31108]: audit 2023-10-11T15:42:01.540071+0000 mon.smithi111 (mon.0) 293 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:03.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:02 smithi130 bash[31108]: cephadm 2023-10-11T15:42:01.550845+0000 mgr.smithi111.dafezg (mgr.14195) 50 : cephadm 1 Reconfiguring grafana.smithi111 (dependencies changed)... 2023-10-11T15:42:03.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:02 smithi130 bash[31108]: cephadm 2023-10-11T15:42:01.571273+0000 mgr.smithi111.dafezg (mgr.14195) 51 : cephadm 1 Reconfiguring daemon grafana.smithi111 on smithi111 2023-10-11T15:42:03.243 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:02 smithi111 bash[24268]: cephadm 2023-10-11T15:42:01.550845+0000 mgr.smithi111.dafezg (mgr.14195) 50 : cephadm 1 Reconfiguring grafana.smithi111 (dependencies changed)... 2023-10-11T15:42:03.243 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:02 smithi111 bash[24268]: cephadm 2023-10-11T15:42:01.571273+0000 mgr.smithi111.dafezg (mgr.14195) 51 : cephadm 1 Reconfiguring daemon grafana.smithi111 on smithi111 2023-10-11T15:42:04.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:03 smithi111 bash[24268]: cluster 2023-10-11T15:42:02.180766+0000 mgr.smithi111.dafezg (mgr.14195) 52 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:04.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:03 smithi130 bash[31108]: cluster 2023-10-11T15:42:02.180766+0000 mgr.smithi111.dafezg (mgr.14195) 52 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:04.940 INFO:teuthology.orchestra.run.smithi130.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi130/config 2023-10-11T15:42:06.053 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:05 smithi130 bash[31108]: cluster 2023-10-11T15:42:04.181097+0000 mgr.smithi111.dafezg (mgr.14195) 53 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:06.110 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:05 smithi111 bash[24268]: cluster 2023-10-11T15:42:04.181097+0000 mgr.smithi111.dafezg (mgr.14195) 53 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:07.681 INFO:teuthology.orchestra.run.smithi130.stdout:Scheduled osd.all-available-devices update... 2023-10-11T15:42:08.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:07 smithi111 bash[24268]: cluster 2023-10-11T15:42:06.181492+0000 mgr.smithi111.dafezg (mgr.14195) 54 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:08.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:07 smithi111 bash[24268]: audit 2023-10-11T15:42:06.837228+0000 mon.smithi111 (mon.0) 294 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:08.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:07 smithi111 bash[24268]: audit 2023-10-11T15:42:06.846180+0000 mon.smithi111 (mon.0) 295 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:08.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:07 smithi111 bash[24268]: audit 2023-10-11T15:42:07.678881+0000 mon.smithi111 (mon.0) 296 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:08.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:07 smithi130 bash[31108]: cluster 2023-10-11T15:42:06.181492+0000 mgr.smithi111.dafezg (mgr.14195) 54 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:08.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:07 smithi130 bash[31108]: audit 2023-10-11T15:42:06.837228+0000 mon.smithi111 (mon.0) 294 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:08.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:07 smithi130 bash[31108]: audit 2023-10-11T15:42:06.846180+0000 mon.smithi111 (mon.0) 295 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:08.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:07 smithi130 bash[31108]: audit 2023-10-11T15:42:07.678881+0000 mon.smithi111 (mon.0) 296 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:08.364 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-10-11T15:42:08.364 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T15:42:09.005 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:08 smithi111 bash[24268]: cephadm 2023-10-11T15:42:06.849822+0000 mgr.smithi111.dafezg (mgr.14195) 55 : cephadm 1 Reconfiguring prometheus.smithi111 (dependencies changed)... 2023-10-11T15:42:09.006 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:08 smithi111 bash[24268]: cephadm 2023-10-11T15:42:07.093713+0000 mgr.smithi111.dafezg (mgr.14195) 56 : cephadm 1 Reconfiguring daemon prometheus.smithi111 on smithi111 2023-10-11T15:42:09.006 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:08 smithi111 bash[24268]: audit 2023-10-11T15:42:07.668117+0000 mgr.smithi111.dafezg (mgr.14195) 57 : audit 0 from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:42:09.006 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:08 smithi111 bash[24268]: cephadm 2023-10-11T15:42:07.672595+0000 mgr.smithi111.dafezg (mgr.14195) 58 : cephadm 1 Marking host: smithi111 for OSDSpec preview refresh. 2023-10-11T15:42:09.006 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:08 smithi111 bash[24268]: cephadm 2023-10-11T15:42:07.672848+0000 mgr.smithi111.dafezg (mgr.14195) 59 : cephadm 1 Marking host: smithi130 for OSDSpec preview refresh. 2023-10-11T15:42:09.006 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:08 smithi111 bash[24268]: cephadm 2023-10-11T15:42:07.673358+0000 mgr.smithi111.dafezg (mgr.14195) 60 : cephadm 1 Saving service osd.all-available-devices spec with placement * 2023-10-11T15:42:09.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:08 smithi130 bash[31108]: cephadm 2023-10-11T15:42:06.849822+0000 mgr.smithi111.dafezg (mgr.14195) 55 : cephadm 1 Reconfiguring prometheus.smithi111 (dependencies changed)... 2023-10-11T15:42:09.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:08 smithi130 bash[31108]: cephadm 2023-10-11T15:42:07.093713+0000 mgr.smithi111.dafezg (mgr.14195) 56 : cephadm 1 Reconfiguring daemon prometheus.smithi111 on smithi111 2023-10-11T15:42:09.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:08 smithi130 bash[31108]: audit 2023-10-11T15:42:07.668117+0000 mgr.smithi111.dafezg (mgr.14195) 57 : audit 0 from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:42:09.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:08 smithi130 bash[31108]: cephadm 2023-10-11T15:42:07.672595+0000 mgr.smithi111.dafezg (mgr.14195) 58 : cephadm 1 Marking host: smithi111 for OSDSpec preview refresh. 2023-10-11T15:42:09.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:08 smithi130 bash[31108]: cephadm 2023-10-11T15:42:07.672848+0000 mgr.smithi111.dafezg (mgr.14195) 59 : cephadm 1 Marking host: smithi130 for OSDSpec preview refresh. 2023-10-11T15:42:09.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:08 smithi130 bash[31108]: cephadm 2023-10-11T15:42:07.673358+0000 mgr.smithi111.dafezg (mgr.14195) 60 : cephadm 1 Saving service osd.all-available-devices spec with placement * 2023-10-11T15:42:10.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:09 smithi111 bash[24268]: cluster 2023-10-11T15:42:08.181882+0000 mgr.smithi111.dafezg (mgr.14195) 61 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:10.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:09 smithi130 bash[31108]: cluster 2023-10-11T15:42:08.181882+0000 mgr.smithi111.dafezg (mgr.14195) 61 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:11.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:10 smithi111 bash[24268]: audit 2023-10-11T15:42:10.270457+0000 mon.smithi111 (mon.0) 297 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:42:11.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:10 smithi130 bash[31108]: audit 2023-10-11T15:42:10.270457+0000 mon.smithi111 (mon.0) 297 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:42:11.964 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:11 smithi111 bash[24268]: cluster 2023-10-11T15:42:10.182240+0000 mgr.smithi111.dafezg (mgr.14195) 62 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:12.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:11 smithi130 bash[31108]: cluster 2023-10-11T15:42:10.182240+0000 mgr.smithi111.dafezg (mgr.14195) 62 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:13.069 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:42:13.768 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:13 smithi111 bash[24268]: cluster 2023-10-11T15:42:12.182719+0000 mgr.smithi111.dafezg (mgr.14195) 63 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:13.768 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:13 smithi111 bash[24268]: audit 2023-10-11T15:42:12.588611+0000 mon.smithi111 (mon.0) 298 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:13.769 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:13 smithi111 bash[24268]: audit 2023-10-11T15:42:12.595037+0000 mon.smithi111 (mon.0) 299 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:13.769 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:13 smithi111 bash[24268]: cephadm 2023-10-11T15:42:12.624850+0000 mgr.smithi111.dafezg (mgr.14195) 64 : cephadm 1 Reconfiguring ceph-exporter.smithi130 (monmap changed)... 2023-10-11T15:42:13.769 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:13 smithi111 bash[24268]: audit 2023-10-11T15:42:12.625453+0000 mon.smithi111 (mon.0) 300 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi130", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-11T15:42:13.769 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:13 smithi111 bash[24268]: audit 2023-10-11T15:42:12.626998+0000 mon.smithi111 (mon.0) 301 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:42:13.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:13 smithi111 bash[24268]: cephadm 2023-10-11T15:42:12.628706+0000 mgr.smithi111.dafezg (mgr.14195) 65 : cephadm 1 Reconfiguring daemon ceph-exporter.smithi130 on smithi130 2023-10-11T15:42:13.864 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:13 smithi130 bash[31108]: cluster 2023-10-11T15:42:12.182719+0000 mgr.smithi111.dafezg (mgr.14195) 63 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:13.865 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:13 smithi130 bash[31108]: audit 2023-10-11T15:42:12.588611+0000 mon.smithi111 (mon.0) 298 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:13.865 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:13 smithi130 bash[31108]: audit 2023-10-11T15:42:12.595037+0000 mon.smithi111 (mon.0) 299 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:13.865 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:13 smithi130 bash[31108]: cephadm 2023-10-11T15:42:12.624850+0000 mgr.smithi111.dafezg (mgr.14195) 64 : cephadm 1 Reconfiguring ceph-exporter.smithi130 (monmap changed)... 2023-10-11T15:42:13.865 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:13 smithi130 bash[31108]: audit 2023-10-11T15:42:12.625453+0000 mon.smithi111 (mon.0) 300 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi130", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-11T15:42:13.865 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:13 smithi130 bash[31108]: audit 2023-10-11T15:42:12.626998+0000 mon.smithi111 (mon.0) 301 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:42:13.866 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:13 smithi130 bash[31108]: cephadm 2023-10-11T15:42:12.628706+0000 mgr.smithi111.dafezg (mgr.14195) 65 : cephadm 1 Reconfiguring daemon ceph-exporter.smithi130 on smithi130 2023-10-11T15:42:15.879 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:15 smithi130 bash[31108]: cluster 2023-10-11T15:42:14.183036+0000 mgr.smithi111.dafezg (mgr.14195) 66 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:15.879 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:15 smithi130 bash[31108]: audit 2023-10-11T15:42:14.527695+0000 mon.smithi111 (mon.0) 302 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:15.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:15 smithi130 bash[31108]: audit 2023-10-11T15:42:14.534522+0000 mon.smithi111 (mon.0) 303 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:15.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:15 smithi130 bash[31108]: cephadm 2023-10-11T15:42:14.547407+0000 mgr.smithi111.dafezg (mgr.14195) 67 : cephadm 1 Reconfiguring crash.smithi130 (monmap changed)... 2023-10-11T15:42:15.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:15 smithi130 bash[31108]: audit 2023-10-11T15:42:14.547989+0000 mon.smithi111 (mon.0) 304 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi130", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-11T15:42:15.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:15 smithi130 bash[31108]: audit 2023-10-11T15:42:14.549895+0000 mon.smithi111 (mon.0) 305 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:42:15.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:15 smithi130 bash[31108]: cephadm 2023-10-11T15:42:14.551605+0000 mgr.smithi111.dafezg (mgr.14195) 68 : cephadm 1 Reconfiguring daemon crash.smithi130 on smithi130 2023-10-11T15:42:15.951 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:15 smithi111 bash[24268]: cluster 2023-10-11T15:42:14.183036+0000 mgr.smithi111.dafezg (mgr.14195) 66 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:15.952 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:15 smithi111 bash[24268]: audit 2023-10-11T15:42:14.527695+0000 mon.smithi111 (mon.0) 302 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:15.952 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:15 smithi111 bash[24268]: audit 2023-10-11T15:42:14.534522+0000 mon.smithi111 (mon.0) 303 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:15.952 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:15 smithi111 bash[24268]: cephadm 2023-10-11T15:42:14.547407+0000 mgr.smithi111.dafezg (mgr.14195) 67 : cephadm 1 Reconfiguring crash.smithi130 (monmap changed)... 2023-10-11T15:42:15.952 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:15 smithi111 bash[24268]: audit 2023-10-11T15:42:14.547989+0000 mon.smithi111 (mon.0) 304 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi130", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-11T15:42:15.952 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:15 smithi111 bash[24268]: audit 2023-10-11T15:42:14.549895+0000 mon.smithi111 (mon.0) 305 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:42:15.953 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:15 smithi111 bash[24268]: cephadm 2023-10-11T15:42:14.551605+0000 mgr.smithi111.dafezg (mgr.14195) 68 : cephadm 1 Reconfiguring daemon crash.smithi130 on smithi130 2023-10-11T15:42:16.436 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-10-11T15:42:17.193 INFO:teuthology.orchestra.run.smithi111.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-10-11T15:42:17.518 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:17 smithi111 bash[24268]: cluster 2023-10-11T15:42:16.183429+0000 mgr.smithi111.dafezg (mgr.14195) 69 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:17.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:17 smithi111 bash[24268]: audit 2023-10-11T15:42:16.327976+0000 mon.smithi111 (mon.0) 306 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:17.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:17 smithi111 bash[24268]: audit 2023-10-11T15:42:16.332856+0000 mon.smithi111 (mon.0) 307 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:17.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:17 smithi111 bash[24268]: cephadm 2023-10-11T15:42:16.370641+0000 mgr.smithi111.dafezg (mgr.14195) 70 : cephadm 1 Reconfiguring mgr.smithi130.ukyvex (monmap changed)... 2023-10-11T15:42:17.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:17 smithi111 bash[24268]: audit 2023-10-11T15:42:16.371221+0000 mon.smithi111 (mon.0) 308 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi130.ukyvex", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-11T15:42:17.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:17 smithi111 bash[24268]: audit 2023-10-11T15:42:16.372767+0000 mon.smithi111 (mon.0) 309 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-11T15:42:17.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:17 smithi111 bash[24268]: audit 2023-10-11T15:42:16.373899+0000 mon.smithi111 (mon.0) 310 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:42:17.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:17 smithi111 bash[24268]: cephadm 2023-10-11T15:42:16.375337+0000 mgr.smithi111.dafezg (mgr.14195) 71 : cephadm 1 Reconfiguring daemon mgr.smithi130.ukyvex on smithi130 2023-10-11T15:42:17.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:17 smithi111 bash[24268]: audit 2023-10-11T15:42:16.434681+0000 mon.smithi111 (mon.0) 311 : audit 0 from='client.? 172.21.15.111:0/4147241302' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:42:17.629 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:17 smithi130 bash[31108]: cluster 2023-10-11T15:42:16.183429+0000 mgr.smithi111.dafezg (mgr.14195) 69 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:17.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:17 smithi130 bash[31108]: audit 2023-10-11T15:42:16.327976+0000 mon.smithi111 (mon.0) 306 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:17.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:17 smithi130 bash[31108]: audit 2023-10-11T15:42:16.332856+0000 mon.smithi111 (mon.0) 307 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:17.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:17 smithi130 bash[31108]: cephadm 2023-10-11T15:42:16.370641+0000 mgr.smithi111.dafezg (mgr.14195) 70 : cephadm 1 Reconfiguring mgr.smithi130.ukyvex (monmap changed)... 2023-10-11T15:42:17.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:17 smithi130 bash[31108]: audit 2023-10-11T15:42:16.371221+0000 mon.smithi111 (mon.0) 308 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi130.ukyvex", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-11T15:42:17.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:17 smithi130 bash[31108]: audit 2023-10-11T15:42:16.372767+0000 mon.smithi111 (mon.0) 309 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-11T15:42:17.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:17 smithi130 bash[31108]: audit 2023-10-11T15:42:16.373899+0000 mon.smithi111 (mon.0) 310 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:42:17.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:17 smithi130 bash[31108]: cephadm 2023-10-11T15:42:16.375337+0000 mgr.smithi111.dafezg (mgr.14195) 71 : cephadm 1 Reconfiguring daemon mgr.smithi130.ukyvex on smithi130 2023-10-11T15:42:17.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:17 smithi130 bash[31108]: audit 2023-10-11T15:42:16.434681+0000 mon.smithi111 (mon.0) 311 : audit 0 from='client.? 172.21.15.111:0/4147241302' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:42:18.194 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T15:42:19.518 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:19 smithi111 bash[24268]: audit 2023-10-11T15:42:18.143691+0000 mon.smithi111 (mon.0) 312 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:19.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:19 smithi111 bash[24268]: audit 2023-10-11T15:42:18.150178+0000 mon.smithi111 (mon.0) 313 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:19.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:19 smithi111 bash[24268]: cluster 2023-10-11T15:42:18.183831+0000 mgr.smithi111.dafezg (mgr.14195) 72 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:19.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:19 smithi111 bash[24268]: cephadm 2023-10-11T15:42:18.195149+0000 mgr.smithi111.dafezg (mgr.14195) 73 : cephadm 1 Reconfiguring mon.smithi130 (monmap changed)... 2023-10-11T15:42:19.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:19 smithi111 bash[24268]: audit 2023-10-11T15:42:18.195862+0000 mon.smithi111 (mon.0) 314 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-11T15:42:19.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:19 smithi111 bash[24268]: audit 2023-10-11T15:42:18.197662+0000 mon.smithi111 (mon.0) 315 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-11T15:42:19.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:19 smithi111 bash[24268]: audit 2023-10-11T15:42:18.199375+0000 mon.smithi111 (mon.0) 316 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:42:19.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:19 smithi111 bash[24268]: cephadm 2023-10-11T15:42:18.201244+0000 mgr.smithi111.dafezg (mgr.14195) 74 : cephadm 1 Reconfiguring daemon mon.smithi130 on smithi130 2023-10-11T15:42:19.568 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:19 smithi130 bash[31108]: audit 2023-10-11T15:42:18.143691+0000 mon.smithi111 (mon.0) 312 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:19.568 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:19 smithi130 bash[31108]: audit 2023-10-11T15:42:18.150178+0000 mon.smithi111 (mon.0) 313 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:19.568 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:19 smithi130 bash[31108]: cluster 2023-10-11T15:42:18.183831+0000 mgr.smithi111.dafezg (mgr.14195) 72 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:19.569 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:19 smithi130 bash[31108]: cephadm 2023-10-11T15:42:18.195149+0000 mgr.smithi111.dafezg (mgr.14195) 73 : cephadm 1 Reconfiguring mon.smithi130 (monmap changed)... 2023-10-11T15:42:19.569 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:19 smithi130 bash[31108]: audit 2023-10-11T15:42:18.195862+0000 mon.smithi111 (mon.0) 314 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-11T15:42:19.569 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:19 smithi130 bash[31108]: audit 2023-10-11T15:42:18.197662+0000 mon.smithi111 (mon.0) 315 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-11T15:42:19.569 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:19 smithi130 bash[31108]: audit 2023-10-11T15:42:18.199375+0000 mon.smithi111 (mon.0) 316 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:42:19.570 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:19 smithi130 bash[31108]: cephadm 2023-10-11T15:42:18.201244+0000 mgr.smithi111.dafezg (mgr.14195) 74 : cephadm 1 Reconfiguring daemon mon.smithi130 on smithi130 2023-10-11T15:42:21.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:21 smithi111 bash[24268]: audit 2023-10-11T15:42:20.005169+0000 mon.smithi111 (mon.0) 317 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:21.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:21 smithi111 bash[24268]: audit 2023-10-11T15:42:20.012332+0000 mon.smithi111 (mon.0) 318 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:21.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:21 smithi111 bash[24268]: audit 2023-10-11T15:42:20.026514+0000 mon.smithi111 (mon.0) 319 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-11T15:42:21.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:21 smithi111 bash[24268]: audit 2023-10-11T15:42:20.027389+0000 mgr.smithi111.dafezg (mgr.14195) 75 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-11T15:42:21.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:21 smithi111 bash[24268]: audit 2023-10-11T15:42:20.029485+0000 mon.smithi111 (mon.0) 320 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi111.front.sepia.ceph.com:9093"}]: dispatch 2023-10-11T15:42:21.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:21 smithi111 bash[24268]: audit 2023-10-11T15:42:20.030222+0000 mgr.smithi111.dafezg (mgr.14195) 76 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi111.front.sepia.ceph.com:9093"}]: dispatch 2023-10-11T15:42:21.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:21 smithi111 bash[24268]: audit 2023-10-11T15:42:20.037909+0000 mon.smithi111 (mon.0) 321 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:21.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:21 smithi111 bash[24268]: audit 2023-10-11T15:42:20.049615+0000 mon.smithi111 (mon.0) 322 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-11T15:42:21.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:21 smithi111 bash[24268]: audit 2023-10-11T15:42:20.050396+0000 mgr.smithi111.dafezg (mgr.14195) 77 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-11T15:42:21.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:21 smithi111 bash[24268]: audit 2023-10-11T15:42:20.055531+0000 mon.smithi111 (mon.0) 323 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi111.front.sepia.ceph.com:3000"}]: dispatch 2023-10-11T15:42:21.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:21 smithi111 bash[24268]: audit 2023-10-11T15:42:20.056285+0000 mgr.smithi111.dafezg (mgr.14195) 78 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi111.front.sepia.ceph.com:3000"}]: dispatch 2023-10-11T15:42:21.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:21 smithi111 bash[24268]: audit 2023-10-11T15:42:20.065708+0000 mon.smithi111 (mon.0) 324 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:21.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:21 smithi111 bash[24268]: audit 2023-10-11T15:42:20.077320+0000 mon.smithi111 (mon.0) 325 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T15:42:21.272 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:21 smithi111 bash[24268]: audit 2023-10-11T15:42:20.078012+0000 mgr.smithi111.dafezg (mgr.14195) 79 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T15:42:21.272 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:21 smithi111 bash[24268]: audit 2023-10-11T15:42:20.088378+0000 mon.smithi111 (mon.0) 326 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi111.front.sepia.ceph.com:9095"}]: dispatch 2023-10-11T15:42:21.272 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:21 smithi111 bash[24268]: audit 2023-10-11T15:42:20.089100+0000 mgr.smithi111.dafezg (mgr.14195) 80 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi111.front.sepia.ceph.com:9095"}]: dispatch 2023-10-11T15:42:21.272 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:21 smithi111 bash[24268]: audit 2023-10-11T15:42:20.096674+0000 mon.smithi111 (mon.0) 327 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:21.272 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:21 smithi111 bash[24268]: audit 2023-10-11T15:42:20.118526+0000 mon.smithi111 (mon.0) 328 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:42:21.273 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:21 smithi111 bash[24268]: cluster 2023-10-11T15:42:20.184413+0000 mgr.smithi111.dafezg (mgr.14195) 81 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:21.379 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:21 smithi130 bash[31108]: audit 2023-10-11T15:42:20.005169+0000 mon.smithi111 (mon.0) 317 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:21.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:21 smithi130 bash[31108]: audit 2023-10-11T15:42:20.012332+0000 mon.smithi111 (mon.0) 318 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:21.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:21 smithi130 bash[31108]: audit 2023-10-11T15:42:20.026514+0000 mon.smithi111 (mon.0) 319 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-11T15:42:21.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:21 smithi130 bash[31108]: audit 2023-10-11T15:42:20.027389+0000 mgr.smithi111.dafezg (mgr.14195) 75 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-11T15:42:21.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:21 smithi130 bash[31108]: audit 2023-10-11T15:42:20.029485+0000 mon.smithi111 (mon.0) 320 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi111.front.sepia.ceph.com:9093"}]: dispatch 2023-10-11T15:42:21.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:21 smithi130 bash[31108]: audit 2023-10-11T15:42:20.030222+0000 mgr.smithi111.dafezg (mgr.14195) 76 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi111.front.sepia.ceph.com:9093"}]: dispatch 2023-10-11T15:42:21.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:21 smithi130 bash[31108]: audit 2023-10-11T15:42:20.037909+0000 mon.smithi111 (mon.0) 321 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:21.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:21 smithi130 bash[31108]: audit 2023-10-11T15:42:20.049615+0000 mon.smithi111 (mon.0) 322 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-11T15:42:21.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:21 smithi130 bash[31108]: audit 2023-10-11T15:42:20.050396+0000 mgr.smithi111.dafezg (mgr.14195) 77 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-11T15:42:21.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:21 smithi130 bash[31108]: audit 2023-10-11T15:42:20.055531+0000 mon.smithi111 (mon.0) 323 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi111.front.sepia.ceph.com:3000"}]: dispatch 2023-10-11T15:42:21.382 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:21 smithi130 bash[31108]: audit 2023-10-11T15:42:20.056285+0000 mgr.smithi111.dafezg (mgr.14195) 78 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi111.front.sepia.ceph.com:3000"}]: dispatch 2023-10-11T15:42:21.382 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:21 smithi130 bash[31108]: audit 2023-10-11T15:42:20.065708+0000 mon.smithi111 (mon.0) 324 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:21.382 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:21 smithi130 bash[31108]: audit 2023-10-11T15:42:20.077320+0000 mon.smithi111 (mon.0) 325 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T15:42:21.382 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:21 smithi130 bash[31108]: audit 2023-10-11T15:42:20.078012+0000 mgr.smithi111.dafezg (mgr.14195) 79 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T15:42:21.382 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:21 smithi130 bash[31108]: audit 2023-10-11T15:42:20.088378+0000 mon.smithi111 (mon.0) 326 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi111.front.sepia.ceph.com:9095"}]: dispatch 2023-10-11T15:42:21.383 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:21 smithi130 bash[31108]: audit 2023-10-11T15:42:20.089100+0000 mgr.smithi111.dafezg (mgr.14195) 80 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi111.front.sepia.ceph.com:9095"}]: dispatch 2023-10-11T15:42:21.383 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:21 smithi130 bash[31108]: audit 2023-10-11T15:42:20.096674+0000 mon.smithi111 (mon.0) 327 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:21.383 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:21 smithi130 bash[31108]: audit 2023-10-11T15:42:20.118526+0000 mon.smithi111 (mon.0) 328 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:42:21.383 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:21 smithi130 bash[31108]: cluster 2023-10-11T15:42:20.184413+0000 mgr.smithi111.dafezg (mgr.14195) 81 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:22.912 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:42:23.518 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:23 smithi111 bash[24268]: cluster 2023-10-11T15:42:22.184866+0000 mgr.smithi111.dafezg (mgr.14195) 82 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:23.629 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:23 smithi130 bash[31108]: cluster 2023-10-11T15:42:22.184866+0000 mgr.smithi111.dafezg (mgr.14195) 82 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:25.518 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:25 smithi111 bash[24268]: cluster 2023-10-11T15:42:24.185302+0000 mgr.smithi111.dafezg (mgr.14195) 83 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:25.629 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:25 smithi130 bash[31108]: cluster 2023-10-11T15:42:24.185302+0000 mgr.smithi111.dafezg (mgr.14195) 83 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:26.251 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-10-11T15:42:26.518 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:26 smithi111 bash[24268]: audit 2023-10-11T15:42:25.271269+0000 mon.smithi111 (mon.0) 329 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:42:26.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:26 smithi111 bash[24268]: audit 2023-10-11T15:42:25.612776+0000 mon.smithi111 (mon.0) 330 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:26.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:26 smithi111 bash[24268]: audit 2023-10-11T15:42:25.618322+0000 mon.smithi111 (mon.0) 331 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:26.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:26 smithi111 bash[24268]: audit 2023-10-11T15:42:26.098198+0000 mon.smithi111 (mon.0) 332 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:26.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:26 smithi111 bash[24268]: audit 2023-10-11T15:42:26.104972+0000 mon.smithi111 (mon.0) 333 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:26.629 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:26 smithi130 bash[31108]: audit 2023-10-11T15:42:25.271269+0000 mon.smithi111 (mon.0) 329 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:42:26.629 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:26 smithi130 bash[31108]: audit 2023-10-11T15:42:25.612776+0000 mon.smithi111 (mon.0) 330 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:26.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:26 smithi130 bash[31108]: audit 2023-10-11T15:42:25.618322+0000 mon.smithi111 (mon.0) 331 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:26.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:26 smithi130 bash[31108]: audit 2023-10-11T15:42:26.098198+0000 mon.smithi111 (mon.0) 332 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:26.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:26 smithi130 bash[31108]: audit 2023-10-11T15:42:26.104972+0000 mon.smithi111 (mon.0) 333 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:27.113 INFO:teuthology.orchestra.run.smithi111.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-10-11T15:42:27.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:27 smithi111 bash[24268]: cluster 2023-10-11T15:42:26.185717+0000 mgr.smithi111.dafezg (mgr.14195) 84 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:27.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:27 smithi111 bash[24268]: audit 2023-10-11T15:42:26.250315+0000 mon.smithi111 (mon.0) 334 : audit 0 from='client.? 172.21.15.111:0/3999874338' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:42:27.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:27 smithi111 bash[24268]: audit 2023-10-11T15:42:26.668121+0000 mon.smithi111 (mon.0) 335 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:27.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:27 smithi111 bash[24268]: audit 2023-10-11T15:42:26.674508+0000 mon.smithi111 (mon.0) 336 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:27.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:27 smithi111 bash[24268]: audit 2023-10-11T15:42:27.157486+0000 mon.smithi111 (mon.0) 337 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:27.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:27 smithi111 bash[24268]: audit 2023-10-11T15:42:27.165585+0000 mon.smithi111 (mon.0) 338 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:27.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:27 smithi111 bash[24268]: audit 2023-10-11T15:42:27.167286+0000 mon.smithi111 (mon.0) 339 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:42:27.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:27 smithi111 bash[24268]: audit 2023-10-11T15:42:27.168636+0000 mon.smithi111 (mon.0) 340 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:42:27.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:27 smithi111 bash[24268]: audit 2023-10-11T15:42:27.177470+0000 mon.smithi111 (mon.0) 341 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:27.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:27 smithi111 bash[24268]: audit 2023-10-11T15:42:27.183251+0000 mon.smithi111 (mon.0) 342 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:42:27.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:27 smithi111 bash[24268]: audit 2023-10-11T15:42:27.188894+0000 mon.smithi111 (mon.0) 343 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T15:42:27.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:27 smithi111 bash[24268]: audit 2023-10-11T15:42:27.189770+0000 mon.smithi111 (mon.0) 344 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:42:27.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:27 smithi111 bash[24268]: audit 2023-10-11T15:42:27.193512+0000 mon.smithi111 (mon.0) 345 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T15:42:27.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:27 smithi111 bash[24268]: audit 2023-10-11T15:42:27.194664+0000 mon.smithi111 (mon.0) 346 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:42:27.629 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:27 smithi130 bash[31108]: cluster 2023-10-11T15:42:26.185717+0000 mgr.smithi111.dafezg (mgr.14195) 84 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:27.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:27 smithi130 bash[31108]: audit 2023-10-11T15:42:26.250315+0000 mon.smithi111 (mon.0) 334 : audit 0 from='client.? 172.21.15.111:0/3999874338' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:42:27.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:27 smithi130 bash[31108]: audit 2023-10-11T15:42:26.668121+0000 mon.smithi111 (mon.0) 335 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:27.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:27 smithi130 bash[31108]: audit 2023-10-11T15:42:26.674508+0000 mon.smithi111 (mon.0) 336 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:27.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:27 smithi130 bash[31108]: audit 2023-10-11T15:42:27.157486+0000 mon.smithi111 (mon.0) 337 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:27.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:27 smithi130 bash[31108]: audit 2023-10-11T15:42:27.165585+0000 mon.smithi111 (mon.0) 338 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:27.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:27 smithi130 bash[31108]: audit 2023-10-11T15:42:27.167286+0000 mon.smithi111 (mon.0) 339 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:42:27.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:27 smithi130 bash[31108]: audit 2023-10-11T15:42:27.168636+0000 mon.smithi111 (mon.0) 340 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:42:27.632 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:27 smithi130 bash[31108]: audit 2023-10-11T15:42:27.177470+0000 mon.smithi111 (mon.0) 341 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:42:27.632 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:27 smithi130 bash[31108]: audit 2023-10-11T15:42:27.183251+0000 mon.smithi111 (mon.0) 342 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:42:27.632 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:27 smithi130 bash[31108]: audit 2023-10-11T15:42:27.188894+0000 mon.smithi111 (mon.0) 343 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T15:42:27.632 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:27 smithi130 bash[31108]: audit 2023-10-11T15:42:27.189770+0000 mon.smithi111 (mon.0) 344 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:42:27.633 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:27 smithi130 bash[31108]: audit 2023-10-11T15:42:27.193512+0000 mon.smithi111 (mon.0) 345 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T15:42:27.633 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:27 smithi130 bash[31108]: audit 2023-10-11T15:42:27.194664+0000 mon.smithi111 (mon.0) 346 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:42:28.115 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T15:42:29.518 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:29 smithi111 bash[24268]: cluster 2023-10-11T15:42:28.186191+0000 mgr.smithi111.dafezg (mgr.14195) 85 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:29.629 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:29 smithi130 bash[31108]: cluster 2023-10-11T15:42:28.186191+0000 mgr.smithi111.dafezg (mgr.14195) 85 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:32.049 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:42:32.060 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:31 smithi130 bash[31108]: cluster 2023-10-11T15:42:30.186676+0000 mgr.smithi111.dafezg (mgr.14195) 86 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:32.075 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:31 smithi111 bash[24268]: cluster 2023-10-11T15:42:30.186676+0000 mgr.smithi111.dafezg (mgr.14195) 86 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:34.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:33 smithi130 bash[31108]: cluster 2023-10-11T15:42:32.187138+0000 mgr.smithi111.dafezg (mgr.14195) 87 : cluster 0 pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:34.268 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:33 smithi111 bash[24268]: cluster 2023-10-11T15:42:32.187138+0000 mgr.smithi111.dafezg (mgr.14195) 87 : cluster 0 pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:36.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:35 smithi130 bash[31108]: cluster 2023-10-11T15:42:34.187496+0000 mgr.smithi111.dafezg (mgr.14195) 88 : cluster 0 pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:36.268 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:35 smithi111 bash[24268]: cluster 2023-10-11T15:42:34.187496+0000 mgr.smithi111.dafezg (mgr.14195) 88 : cluster 0 pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:36.859 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-10-11T15:42:37.109 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:36 smithi111 bash[24268]: audit 2023-10-11T15:42:35.999289+0000 mon.smithi130 (mon.1) 2 : audit 1 from='client.? 172.21.15.130:0/2002772459' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b087d45c-c255-4044-bacc-9302b2f55705"}]: dispatch 2023-10-11T15:42:37.110 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:36 smithi111 bash[24268]: audit 2023-10-11T15:42:36.000420+0000 mon.smithi111 (mon.0) 347 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b087d45c-c255-4044-bacc-9302b2f55705"}]: dispatch 2023-10-11T15:42:37.110 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:36 smithi111 bash[24268]: audit 2023-10-11T15:42:36.007634+0000 mon.smithi111 (mon.0) 348 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b087d45c-c255-4044-bacc-9302b2f55705"}]': finished 2023-10-11T15:42:37.110 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:36 smithi111 bash[24268]: cluster 2023-10-11T15:42:36.007785+0000 mon.smithi111 (mon.0) 349 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2023-10-11T15:42:37.110 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:36 smithi111 bash[24268]: audit 2023-10-11T15:42:36.007952+0000 mon.smithi111 (mon.0) 350 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:42:37.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:36 smithi130 bash[31108]: audit 2023-10-11T15:42:35.999289+0000 mon.smithi130 (mon.1) 2 : audit 1 from='client.? 172.21.15.130:0/2002772459' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b087d45c-c255-4044-bacc-9302b2f55705"}]: dispatch 2023-10-11T15:42:37.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:36 smithi130 bash[31108]: audit 2023-10-11T15:42:36.000420+0000 mon.smithi111 (mon.0) 347 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b087d45c-c255-4044-bacc-9302b2f55705"}]: dispatch 2023-10-11T15:42:37.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:36 smithi130 bash[31108]: audit 2023-10-11T15:42:36.007634+0000 mon.smithi111 (mon.0) 348 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b087d45c-c255-4044-bacc-9302b2f55705"}]': finished 2023-10-11T15:42:37.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:36 smithi130 bash[31108]: cluster 2023-10-11T15:42:36.007785+0000 mon.smithi111 (mon.0) 349 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2023-10-11T15:42:37.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:36 smithi130 bash[31108]: audit 2023-10-11T15:42:36.007952+0000 mon.smithi111 (mon.0) 350 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:42:37.666 INFO:teuthology.orchestra.run.smithi111.stdout:{"epoch":6,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1697038956,"num_remapped_pgs":0} 2023-10-11T15:42:38.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:37 smithi111 bash[24268]: cluster 2023-10-11T15:42:36.187941+0000 mgr.smithi111.dafezg (mgr.14195) 89 : cluster 0 pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:38.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:37 smithi111 bash[24268]: audit 2023-10-11T15:42:36.857886+0000 mon.smithi111 (mon.0) 351 : audit 0 from='client.? 172.21.15.111:0/1357473612' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:42:38.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:37 smithi111 bash[24268]: audit 2023-10-11T15:42:37.675600+0000 mon.smithi130 (mon.1) 3 : audit 0 from='client.? 172.21.15.130:0/2511766061' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:42:38.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:37 smithi130 bash[31108]: cluster 2023-10-11T15:42:36.187941+0000 mgr.smithi111.dafezg (mgr.14195) 89 : cluster 0 pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:38.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:37 smithi130 bash[31108]: audit 2023-10-11T15:42:36.857886+0000 mon.smithi111 (mon.0) 351 : audit 0 from='client.? 172.21.15.111:0/1357473612' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:42:38.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:37 smithi130 bash[31108]: audit 2023-10-11T15:42:37.675600+0000 mon.smithi130 (mon.1) 3 : audit 0 from='client.? 172.21.15.130:0/2511766061' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:42:38.668 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T15:42:39.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:38 smithi111 bash[24268]: audit 2023-10-11T15:42:38.005790+0000 mon.smithi111 (mon.0) 352 : audit 1 from='client.? 172.21.15.111:0/2010985083' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "744ab16a-27b4-45f8-ab51-98a8c72cdf31"}]: dispatch 2023-10-11T15:42:39.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:38 smithi111 bash[24268]: audit 2023-10-11T15:42:38.013534+0000 mon.smithi111 (mon.0) 353 : audit 1 from='client.? 172.21.15.111:0/2010985083' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "744ab16a-27b4-45f8-ab51-98a8c72cdf31"}]': finished 2023-10-11T15:42:39.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:38 smithi111 bash[24268]: cluster 2023-10-11T15:42:38.013637+0000 mon.smithi111 (mon.0) 354 : cluster 0 osdmap e7: 2 total, 0 up, 2 in 2023-10-11T15:42:39.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:38 smithi111 bash[24268]: audit 2023-10-11T15:42:38.013885+0000 mon.smithi111 (mon.0) 355 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:42:39.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:38 smithi111 bash[24268]: audit 2023-10-11T15:42:38.014362+0000 mon.smithi111 (mon.0) 356 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:42:39.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:38 smithi130 bash[31108]: audit 2023-10-11T15:42:38.005790+0000 mon.smithi111 (mon.0) 352 : audit 1 from='client.? 172.21.15.111:0/2010985083' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "744ab16a-27b4-45f8-ab51-98a8c72cdf31"}]: dispatch 2023-10-11T15:42:39.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:38 smithi130 bash[31108]: audit 2023-10-11T15:42:38.013534+0000 mon.smithi111 (mon.0) 353 : audit 1 from='client.? 172.21.15.111:0/2010985083' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "744ab16a-27b4-45f8-ab51-98a8c72cdf31"}]': finished 2023-10-11T15:42:39.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:38 smithi130 bash[31108]: cluster 2023-10-11T15:42:38.013637+0000 mon.smithi111 (mon.0) 354 : cluster 0 osdmap e7: 2 total, 0 up, 2 in 2023-10-11T15:42:39.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:38 smithi130 bash[31108]: audit 2023-10-11T15:42:38.013885+0000 mon.smithi111 (mon.0) 355 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:42:39.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:38 smithi130 bash[31108]: audit 2023-10-11T15:42:38.014362+0000 mon.smithi111 (mon.0) 356 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:42:40.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:39 smithi130 bash[31108]: cluster 2023-10-11T15:42:38.188424+0000 mgr.smithi111.dafezg (mgr.14195) 90 : cluster 0 pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:40.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:39 smithi130 bash[31108]: audit 2023-10-11T15:42:39.688148+0000 mon.smithi111 (mon.0) 357 : audit 0 from='client.? 172.21.15.111:0/2845531794' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:42:40.268 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:39 smithi111 bash[24268]: cluster 2023-10-11T15:42:38.188424+0000 mgr.smithi111.dafezg (mgr.14195) 90 : cluster 0 pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:40.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:39 smithi111 bash[24268]: audit 2023-10-11T15:42:39.688148+0000 mon.smithi111 (mon.0) 357 : audit 0 from='client.? 172.21.15.111:0/2845531794' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:42:41.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:40 smithi130 bash[31108]: audit 2023-10-11T15:42:40.271785+0000 mon.smithi111 (mon.0) 358 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:42:41.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:40 smithi130 bash[31108]: audit 2023-10-11T15:42:40.537668+0000 mon.smithi130 (mon.1) 4 : audit 1 from='client.? 172.21.15.130:0/1289235828' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "21dde047-5df9-43bf-a066-85f8a79b3da1"}]: dispatch 2023-10-11T15:42:41.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:40 smithi130 bash[31108]: audit 2023-10-11T15:42:40.538653+0000 mon.smithi111 (mon.0) 359 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "21dde047-5df9-43bf-a066-85f8a79b3da1"}]: dispatch 2023-10-11T15:42:41.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:40 smithi130 bash[31108]: audit 2023-10-11T15:42:40.546131+0000 mon.smithi111 (mon.0) 360 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "21dde047-5df9-43bf-a066-85f8a79b3da1"}]': finished 2023-10-11T15:42:41.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:40 smithi130 bash[31108]: cluster 2023-10-11T15:42:40.546206+0000 mon.smithi111 (mon.0) 361 : cluster 0 osdmap e8: 3 total, 0 up, 3 in 2023-10-11T15:42:41.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:40 smithi130 bash[31108]: audit 2023-10-11T15:42:40.546428+0000 mon.smithi111 (mon.0) 362 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:42:41.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:40 smithi130 bash[31108]: audit 2023-10-11T15:42:40.547051+0000 mon.smithi111 (mon.0) 363 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:42:41.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:40 smithi130 bash[31108]: audit 2023-10-11T15:42:40.547408+0000 mon.smithi111 (mon.0) 364 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:42:41.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:40 smithi111 bash[24268]: audit 2023-10-11T15:42:40.271785+0000 mon.smithi111 (mon.0) 358 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:42:41.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:40 smithi111 bash[24268]: audit 2023-10-11T15:42:40.537668+0000 mon.smithi130 (mon.1) 4 : audit 1 from='client.? 172.21.15.130:0/1289235828' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "21dde047-5df9-43bf-a066-85f8a79b3da1"}]: dispatch 2023-10-11T15:42:41.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:40 smithi111 bash[24268]: audit 2023-10-11T15:42:40.538653+0000 mon.smithi111 (mon.0) 359 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "21dde047-5df9-43bf-a066-85f8a79b3da1"}]: dispatch 2023-10-11T15:42:41.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:40 smithi111 bash[24268]: audit 2023-10-11T15:42:40.546131+0000 mon.smithi111 (mon.0) 360 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "21dde047-5df9-43bf-a066-85f8a79b3da1"}]': finished 2023-10-11T15:42:41.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:40 smithi111 bash[24268]: cluster 2023-10-11T15:42:40.546206+0000 mon.smithi111 (mon.0) 361 : cluster 0 osdmap e8: 3 total, 0 up, 3 in 2023-10-11T15:42:41.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:40 smithi111 bash[24268]: audit 2023-10-11T15:42:40.546428+0000 mon.smithi111 (mon.0) 362 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:42:41.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:40 smithi111 bash[24268]: audit 2023-10-11T15:42:40.547051+0000 mon.smithi111 (mon.0) 363 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:42:41.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:40 smithi111 bash[24268]: audit 2023-10-11T15:42:40.547408+0000 mon.smithi111 (mon.0) 364 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:42:42.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:41 smithi130 bash[31108]: cluster 2023-10-11T15:42:40.188787+0000 mgr.smithi111.dafezg (mgr.14195) 91 : cluster 0 pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:42.268 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:41 smithi111 bash[24268]: cluster 2023-10-11T15:42:40.188787+0000 mgr.smithi111.dafezg (mgr.14195) 91 : cluster 0 pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:43.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:42 smithi111 bash[24268]: audit 2023-10-11T15:42:42.156321+0000 mon.smithi130 (mon.1) 5 : audit 0 from='client.? 172.21.15.130:0/3694642821' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:42:43.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:42 smithi111 bash[24268]: audit 2023-10-11T15:42:42.526463+0000 mon.smithi130 (mon.1) 6 : audit 1 from='client.? 172.21.15.111:0/409880118' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "432c6df3-1a03-4480-b4c1-5168423524e4"}]: dispatch 2023-10-11T15:42:43.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:42 smithi111 bash[24268]: audit 2023-10-11T15:42:42.527537+0000 mon.smithi111 (mon.0) 365 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "432c6df3-1a03-4480-b4c1-5168423524e4"}]: dispatch 2023-10-11T15:42:43.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:42 smithi111 bash[24268]: audit 2023-10-11T15:42:42.534740+0000 mon.smithi111 (mon.0) 366 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "432c6df3-1a03-4480-b4c1-5168423524e4"}]': finished 2023-10-11T15:42:43.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:42 smithi111 bash[24268]: cluster 2023-10-11T15:42:42.534836+0000 mon.smithi111 (mon.0) 367 : cluster 0 osdmap e9: 4 total, 0 up, 4 in 2023-10-11T15:42:43.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:42 smithi111 bash[24268]: audit 2023-10-11T15:42:42.534996+0000 mon.smithi111 (mon.0) 368 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:42:43.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:42 smithi111 bash[24268]: audit 2023-10-11T15:42:42.535403+0000 mon.smithi111 (mon.0) 369 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:42:43.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:42 smithi111 bash[24268]: audit 2023-10-11T15:42:42.535652+0000 mon.smithi111 (mon.0) 370 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:42:43.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:42 smithi111 bash[24268]: audit 2023-10-11T15:42:42.535929+0000 mon.smithi111 (mon.0) 371 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:42:43.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:42 smithi130 bash[31108]: audit 2023-10-11T15:42:42.156321+0000 mon.smithi130 (mon.1) 5 : audit 0 from='client.? 172.21.15.130:0/3694642821' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:42:43.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:42 smithi130 bash[31108]: audit 2023-10-11T15:42:42.526463+0000 mon.smithi130 (mon.1) 6 : audit 1 from='client.? 172.21.15.111:0/409880118' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "432c6df3-1a03-4480-b4c1-5168423524e4"}]: dispatch 2023-10-11T15:42:43.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:42 smithi130 bash[31108]: audit 2023-10-11T15:42:42.527537+0000 mon.smithi111 (mon.0) 365 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "432c6df3-1a03-4480-b4c1-5168423524e4"}]: dispatch 2023-10-11T15:42:43.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:42 smithi130 bash[31108]: audit 2023-10-11T15:42:42.534740+0000 mon.smithi111 (mon.0) 366 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "432c6df3-1a03-4480-b4c1-5168423524e4"}]': finished 2023-10-11T15:42:43.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:42 smithi130 bash[31108]: cluster 2023-10-11T15:42:42.534836+0000 mon.smithi111 (mon.0) 367 : cluster 0 osdmap e9: 4 total, 0 up, 4 in 2023-10-11T15:42:43.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:42 smithi130 bash[31108]: audit 2023-10-11T15:42:42.534996+0000 mon.smithi111 (mon.0) 368 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:42:43.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:42 smithi130 bash[31108]: audit 2023-10-11T15:42:42.535403+0000 mon.smithi111 (mon.0) 369 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:42:43.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:42 smithi130 bash[31108]: audit 2023-10-11T15:42:42.535652+0000 mon.smithi111 (mon.0) 370 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:42:43.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:42 smithi130 bash[31108]: audit 2023-10-11T15:42:42.535929+0000 mon.smithi111 (mon.0) 371 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:42:43.374 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:42:44.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:43 smithi130 bash[31108]: cluster 2023-10-11T15:42:42.189107+0000 mgr.smithi111.dafezg (mgr.14195) 92 : cluster 0 pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:44.268 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:43 smithi111 bash[24268]: cluster 2023-10-11T15:42:42.189107+0000 mgr.smithi111.dafezg (mgr.14195) 92 : cluster 0 pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:44.959 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:44 smithi111 bash[24268]: cluster 2023-10-11T15:42:44.189606+0000 mgr.smithi111.dafezg (mgr.14195) 93 : cluster 0 pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:44.960 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:44 smithi111 bash[24268]: audit 2023-10-11T15:42:44.852783+0000 mon.smithi111 (mon.0) 372 : audit 0 from='client.? 172.21.15.111:0/1763162809' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:42:45.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:44 smithi130 bash[31108]: cluster 2023-10-11T15:42:44.189606+0000 mgr.smithi111.dafezg (mgr.14195) 93 : cluster 0 pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:45.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:44 smithi130 bash[31108]: audit 2023-10-11T15:42:44.852783+0000 mon.smithi111 (mon.0) 372 : audit 0 from='client.? 172.21.15.111:0/1763162809' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:42:46.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:45 smithi111 bash[24268]: audit 2023-10-11T15:42:45.008956+0000 mon.smithi130 (mon.1) 7 : audit 1 from='client.? 172.21.15.130:0/808572941' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "07e12954-cc84-4b80-8075-e9abb5301553"}]: dispatch 2023-10-11T15:42:46.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:45 smithi111 bash[24268]: audit 2023-10-11T15:42:45.009849+0000 mon.smithi111 (mon.0) 373 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "07e12954-cc84-4b80-8075-e9abb5301553"}]: dispatch 2023-10-11T15:42:46.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:45 smithi111 bash[24268]: audit 2023-10-11T15:42:45.016958+0000 mon.smithi111 (mon.0) 374 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "07e12954-cc84-4b80-8075-e9abb5301553"}]': finished 2023-10-11T15:42:46.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:45 smithi111 bash[24268]: cluster 2023-10-11T15:42:45.017037+0000 mon.smithi111 (mon.0) 375 : cluster 0 osdmap e10: 5 total, 0 up, 5 in 2023-10-11T15:42:46.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:45 smithi111 bash[24268]: audit 2023-10-11T15:42:45.017272+0000 mon.smithi111 (mon.0) 376 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:42:46.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:45 smithi111 bash[24268]: audit 2023-10-11T15:42:45.018036+0000 mon.smithi111 (mon.0) 377 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:42:46.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:45 smithi111 bash[24268]: audit 2023-10-11T15:42:45.018422+0000 mon.smithi111 (mon.0) 378 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:42:46.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:45 smithi111 bash[24268]: audit 2023-10-11T15:42:45.018767+0000 mon.smithi111 (mon.0) 379 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:42:46.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:45 smithi111 bash[24268]: audit 2023-10-11T15:42:45.019125+0000 mon.smithi111 (mon.0) 380 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:42:46.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:45 smithi130 bash[31108]: audit 2023-10-11T15:42:45.008956+0000 mon.smithi130 (mon.1) 7 : audit 1 from='client.? 172.21.15.130:0/808572941' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "07e12954-cc84-4b80-8075-e9abb5301553"}]: dispatch 2023-10-11T15:42:46.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:45 smithi130 bash[31108]: audit 2023-10-11T15:42:45.009849+0000 mon.smithi111 (mon.0) 373 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "07e12954-cc84-4b80-8075-e9abb5301553"}]: dispatch 2023-10-11T15:42:46.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:45 smithi130 bash[31108]: audit 2023-10-11T15:42:45.016958+0000 mon.smithi111 (mon.0) 374 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "07e12954-cc84-4b80-8075-e9abb5301553"}]': finished 2023-10-11T15:42:46.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:45 smithi130 bash[31108]: cluster 2023-10-11T15:42:45.017037+0000 mon.smithi111 (mon.0) 375 : cluster 0 osdmap e10: 5 total, 0 up, 5 in 2023-10-11T15:42:46.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:45 smithi130 bash[31108]: audit 2023-10-11T15:42:45.017272+0000 mon.smithi111 (mon.0) 376 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:42:46.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:45 smithi130 bash[31108]: audit 2023-10-11T15:42:45.018036+0000 mon.smithi111 (mon.0) 377 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:42:46.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:45 smithi130 bash[31108]: audit 2023-10-11T15:42:45.018422+0000 mon.smithi111 (mon.0) 378 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:42:46.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:45 smithi130 bash[31108]: audit 2023-10-11T15:42:45.018767+0000 mon.smithi111 (mon.0) 379 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:42:46.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:45 smithi130 bash[31108]: audit 2023-10-11T15:42:45.019125+0000 mon.smithi111 (mon.0) 380 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:42:47.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:46 smithi130 bash[31108]: cluster 2023-10-11T15:42:46.190150+0000 mgr.smithi111.dafezg (mgr.14195) 94 : cluster 0 pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:47.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:46 smithi130 bash[31108]: audit 2023-10-11T15:42:46.663754+0000 mon.smithi130 (mon.1) 8 : audit 0 from='client.? 172.21.15.130:0/3913640829' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:42:47.268 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:46 smithi111 bash[24268]: cluster 2023-10-11T15:42:46.190150+0000 mgr.smithi111.dafezg (mgr.14195) 94 : cluster 0 pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:47.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:46 smithi111 bash[24268]: audit 2023-10-11T15:42:46.663754+0000 mon.smithi130 (mon.1) 8 : audit 0 from='client.? 172.21.15.130:0/3913640829' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:42:47.303 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-10-11T15:42:48.130 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:47 smithi111 bash[24268]: audit 2023-10-11T15:42:47.302301+0000 mon.smithi111 (mon.0) 381 : audit 0 from='client.? 172.21.15.111:0/3248641316' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:42:48.130 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:47 smithi111 bash[24268]: audit 2023-10-11T15:42:47.686184+0000 mon.smithi111 (mon.0) 382 : audit 1 from='client.? 172.21.15.111:0/755324154' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2adb4e91-b5b7-44d3-b209-0685df878116"}]: dispatch 2023-10-11T15:42:48.130 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:47 smithi111 bash[24268]: audit 2023-10-11T15:42:47.691408+0000 mon.smithi111 (mon.0) 383 : audit 1 from='client.? 172.21.15.111:0/755324154' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2adb4e91-b5b7-44d3-b209-0685df878116"}]': finished 2023-10-11T15:42:48.131 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:47 smithi111 bash[24268]: cluster 2023-10-11T15:42:47.691459+0000 mon.smithi111 (mon.0) 384 : cluster 0 osdmap e11: 6 total, 0 up, 6 in 2023-10-11T15:42:48.131 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:47 smithi111 bash[24268]: audit 2023-10-11T15:42:47.691551+0000 mon.smithi111 (mon.0) 385 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:42:48.131 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:47 smithi111 bash[24268]: audit 2023-10-11T15:42:47.691806+0000 mon.smithi111 (mon.0) 386 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:42:48.131 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:47 smithi111 bash[24268]: audit 2023-10-11T15:42:47.691960+0000 mon.smithi111 (mon.0) 387 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:42:48.131 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:47 smithi111 bash[24268]: audit 2023-10-11T15:42:47.692111+0000 mon.smithi111 (mon.0) 388 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:42:48.131 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:47 smithi111 bash[24268]: audit 2023-10-11T15:42:47.692282+0000 mon.smithi111 (mon.0) 389 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:42:48.132 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:47 smithi111 bash[24268]: audit 2023-10-11T15:42:47.692454+0000 mon.smithi111 (mon.0) 390 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:42:48.132 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:47 smithi130 bash[31108]: audit 2023-10-11T15:42:47.302301+0000 mon.smithi111 (mon.0) 381 : audit 0 from='client.? 172.21.15.111:0/3248641316' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:42:48.132 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:47 smithi130 bash[31108]: audit 2023-10-11T15:42:47.686184+0000 mon.smithi111 (mon.0) 382 : audit 1 from='client.? 172.21.15.111:0/755324154' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2adb4e91-b5b7-44d3-b209-0685df878116"}]: dispatch 2023-10-11T15:42:48.132 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:47 smithi130 bash[31108]: audit 2023-10-11T15:42:47.691408+0000 mon.smithi111 (mon.0) 383 : audit 1 from='client.? 172.21.15.111:0/755324154' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2adb4e91-b5b7-44d3-b209-0685df878116"}]': finished 2023-10-11T15:42:48.132 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:47 smithi130 bash[31108]: cluster 2023-10-11T15:42:47.691459+0000 mon.smithi111 (mon.0) 384 : cluster 0 osdmap e11: 6 total, 0 up, 6 in 2023-10-11T15:42:48.133 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:47 smithi130 bash[31108]: audit 2023-10-11T15:42:47.691551+0000 mon.smithi111 (mon.0) 385 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:42:48.133 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:47 smithi130 bash[31108]: audit 2023-10-11T15:42:47.691806+0000 mon.smithi111 (mon.0) 386 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:42:48.133 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:47 smithi130 bash[31108]: audit 2023-10-11T15:42:47.691960+0000 mon.smithi111 (mon.0) 387 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:42:48.133 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:47 smithi130 bash[31108]: audit 2023-10-11T15:42:47.692111+0000 mon.smithi111 (mon.0) 388 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:42:48.133 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:47 smithi130 bash[31108]: audit 2023-10-11T15:42:47.692282+0000 mon.smithi111 (mon.0) 389 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:42:48.133 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:47 smithi130 bash[31108]: audit 2023-10-11T15:42:47.692454+0000 mon.smithi111 (mon.0) 390 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:42:48.223 INFO:teuthology.orchestra.run.smithi111.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1697038965,"num_remapped_pgs":0} 2023-10-11T15:42:49.225 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T15:42:49.237 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:48 smithi111 bash[24268]: cluster 2023-10-11T15:42:48.190525+0000 mgr.smithi111.dafezg (mgr.14195) 95 : cluster 0 pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:49.379 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:48 smithi130 bash[31108]: cluster 2023-10-11T15:42:48.190525+0000 mgr.smithi111.dafezg (mgr.14195) 95 : cluster 0 pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:50.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:49 smithi130 bash[31108]: audit 2023-10-11T15:42:49.508493+0000 mon.smithi130 (mon.1) 9 : audit 1 from='client.? 172.21.15.130:0/2622648880' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6cfcfd27-9309-4dcf-bee9-6fa7bceecf48"}]: dispatch 2023-10-11T15:42:50.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:49 smithi130 bash[31108]: audit 2023-10-11T15:42:49.509420+0000 mon.smithi111 (mon.0) 391 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6cfcfd27-9309-4dcf-bee9-6fa7bceecf48"}]: dispatch 2023-10-11T15:42:50.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:49 smithi130 bash[31108]: audit 2023-10-11T15:42:49.517140+0000 mon.smithi111 (mon.0) 392 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6cfcfd27-9309-4dcf-bee9-6fa7bceecf48"}]': finished 2023-10-11T15:42:50.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:49 smithi130 bash[31108]: cluster 2023-10-11T15:42:49.517205+0000 mon.smithi111 (mon.0) 393 : cluster 0 osdmap e12: 7 total, 0 up, 7 in 2023-10-11T15:42:50.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:49 smithi130 bash[31108]: audit 2023-10-11T15:42:49.517441+0000 mon.smithi111 (mon.0) 394 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:42:50.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:49 smithi130 bash[31108]: audit 2023-10-11T15:42:49.518155+0000 mon.smithi111 (mon.0) 395 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:42:50.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:49 smithi130 bash[31108]: audit 2023-10-11T15:42:49.518602+0000 mon.smithi111 (mon.0) 396 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:42:50.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:49 smithi130 bash[31108]: audit 2023-10-11T15:42:49.518915+0000 mon.smithi111 (mon.0) 397 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:42:50.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:49 smithi130 bash[31108]: audit 2023-10-11T15:42:49.519200+0000 mon.smithi111 (mon.0) 398 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:42:50.132 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:49 smithi130 bash[31108]: audit 2023-10-11T15:42:49.519500+0000 mon.smithi111 (mon.0) 399 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:42:50.132 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:49 smithi130 bash[31108]: audit 2023-10-11T15:42:49.519795+0000 mon.smithi111 (mon.0) 400 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:42:50.132 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:49 smithi130 bash[31108]: audit 2023-10-11T15:42:49.567584+0000 mon.smithi111 (mon.0) 401 : audit 0 from='client.? 172.21.15.111:0/2403040817' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:42:50.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:49 smithi111 bash[24268]: audit 2023-10-11T15:42:49.508493+0000 mon.smithi130 (mon.1) 9 : audit 1 from='client.? 172.21.15.130:0/2622648880' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6cfcfd27-9309-4dcf-bee9-6fa7bceecf48"}]: dispatch 2023-10-11T15:42:50.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:49 smithi111 bash[24268]: audit 2023-10-11T15:42:49.509420+0000 mon.smithi111 (mon.0) 391 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6cfcfd27-9309-4dcf-bee9-6fa7bceecf48"}]: dispatch 2023-10-11T15:42:50.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:49 smithi111 bash[24268]: audit 2023-10-11T15:42:49.517140+0000 mon.smithi111 (mon.0) 392 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6cfcfd27-9309-4dcf-bee9-6fa7bceecf48"}]': finished 2023-10-11T15:42:50.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:49 smithi111 bash[24268]: cluster 2023-10-11T15:42:49.517205+0000 mon.smithi111 (mon.0) 393 : cluster 0 osdmap e12: 7 total, 0 up, 7 in 2023-10-11T15:42:50.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:49 smithi111 bash[24268]: audit 2023-10-11T15:42:49.517441+0000 mon.smithi111 (mon.0) 394 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:42:50.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:49 smithi111 bash[24268]: audit 2023-10-11T15:42:49.518155+0000 mon.smithi111 (mon.0) 395 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:42:50.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:49 smithi111 bash[24268]: audit 2023-10-11T15:42:49.518602+0000 mon.smithi111 (mon.0) 396 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:42:50.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:49 smithi111 bash[24268]: audit 2023-10-11T15:42:49.518915+0000 mon.smithi111 (mon.0) 397 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:42:50.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:49 smithi111 bash[24268]: audit 2023-10-11T15:42:49.519200+0000 mon.smithi111 (mon.0) 398 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:42:50.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:49 smithi111 bash[24268]: audit 2023-10-11T15:42:49.519500+0000 mon.smithi111 (mon.0) 399 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:42:50.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:49 smithi111 bash[24268]: audit 2023-10-11T15:42:49.519795+0000 mon.smithi111 (mon.0) 400 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:42:50.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:49 smithi111 bash[24268]: audit 2023-10-11T15:42:49.567584+0000 mon.smithi111 (mon.0) 401 : audit 0 from='client.? 172.21.15.111:0/2403040817' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:42:52.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:51 smithi130 bash[31108]: cluster 2023-10-11T15:42:50.190962+0000 mgr.smithi111.dafezg (mgr.14195) 96 : cluster 0 pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:52.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:51 smithi130 bash[31108]: audit 2023-10-11T15:42:51.118835+0000 mon.smithi130 (mon.1) 10 : audit 0 from='client.? 172.21.15.130:0/1674057950' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:42:52.268 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:51 smithi111 bash[24268]: cluster 2023-10-11T15:42:50.190962+0000 mgr.smithi111.dafezg (mgr.14195) 96 : cluster 0 pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:52.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:51 smithi111 bash[24268]: audit 2023-10-11T15:42:51.118835+0000 mon.smithi130 (mon.1) 10 : audit 0 from='client.? 172.21.15.130:0/1674057950' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:42:53.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:52 smithi111 bash[24268]: audit 2023-10-11T15:42:52.406988+0000 mon.smithi111 (mon.0) 402 : audit 1 from='client.? 172.21.15.111:0/2270550432' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "64fa7919-7985-4fd8-95c9-5b7b1b49b02b"}]: dispatch 2023-10-11T15:42:53.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:52 smithi111 bash[24268]: audit 2023-10-11T15:42:52.413848+0000 mon.smithi111 (mon.0) 403 : audit 1 from='client.? 172.21.15.111:0/2270550432' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "64fa7919-7985-4fd8-95c9-5b7b1b49b02b"}]': finished 2023-10-11T15:42:53.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:52 smithi111 bash[24268]: cluster 2023-10-11T15:42:52.413924+0000 mon.smithi111 (mon.0) 404 : cluster 0 osdmap e13: 8 total, 0 up, 8 in 2023-10-11T15:42:53.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:52 smithi111 bash[24268]: audit 2023-10-11T15:42:52.414166+0000 mon.smithi111 (mon.0) 405 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:42:53.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:52 smithi111 bash[24268]: audit 2023-10-11T15:42:52.415020+0000 mon.smithi111 (mon.0) 406 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:42:53.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:52 smithi111 bash[24268]: audit 2023-10-11T15:42:52.415605+0000 mon.smithi111 (mon.0) 407 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:42:53.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:52 smithi111 bash[24268]: audit 2023-10-11T15:42:52.416320+0000 mon.smithi111 (mon.0) 408 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:42:53.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:52 smithi111 bash[24268]: audit 2023-10-11T15:42:52.416873+0000 mon.smithi111 (mon.0) 409 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:42:53.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:52 smithi111 bash[24268]: audit 2023-10-11T15:42:52.417423+0000 mon.smithi111 (mon.0) 410 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:42:53.021 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:52 smithi111 bash[24268]: audit 2023-10-11T15:42:52.417775+0000 mon.smithi111 (mon.0) 411 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:42:53.021 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:52 smithi111 bash[24268]: audit 2023-10-11T15:42:52.418067+0000 mon.smithi111 (mon.0) 412 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:42:53.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:52 smithi130 bash[31108]: audit 2023-10-11T15:42:52.406988+0000 mon.smithi111 (mon.0) 402 : audit 1 from='client.? 172.21.15.111:0/2270550432' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "64fa7919-7985-4fd8-95c9-5b7b1b49b02b"}]: dispatch 2023-10-11T15:42:53.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:52 smithi130 bash[31108]: audit 2023-10-11T15:42:52.413848+0000 mon.smithi111 (mon.0) 403 : audit 1 from='client.? 172.21.15.111:0/2270550432' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "64fa7919-7985-4fd8-95c9-5b7b1b49b02b"}]': finished 2023-10-11T15:42:53.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:52 smithi130 bash[31108]: cluster 2023-10-11T15:42:52.413924+0000 mon.smithi111 (mon.0) 404 : cluster 0 osdmap e13: 8 total, 0 up, 8 in 2023-10-11T15:42:53.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:52 smithi130 bash[31108]: audit 2023-10-11T15:42:52.414166+0000 mon.smithi111 (mon.0) 405 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:42:53.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:52 smithi130 bash[31108]: audit 2023-10-11T15:42:52.415020+0000 mon.smithi111 (mon.0) 406 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:42:53.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:52 smithi130 bash[31108]: audit 2023-10-11T15:42:52.415605+0000 mon.smithi111 (mon.0) 407 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:42:53.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:52 smithi130 bash[31108]: audit 2023-10-11T15:42:52.416320+0000 mon.smithi111 (mon.0) 408 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:42:53.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:52 smithi130 bash[31108]: audit 2023-10-11T15:42:52.416873+0000 mon.smithi111 (mon.0) 409 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:42:53.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:52 smithi130 bash[31108]: audit 2023-10-11T15:42:52.417423+0000 mon.smithi111 (mon.0) 410 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:42:53.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:52 smithi130 bash[31108]: audit 2023-10-11T15:42:52.417775+0000 mon.smithi111 (mon.0) 411 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:42:53.132 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:52 smithi130 bash[31108]: audit 2023-10-11T15:42:52.418067+0000 mon.smithi111 (mon.0) 412 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:42:53.944 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:42:54.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:53 smithi130 bash[31108]: cluster 2023-10-11T15:42:52.191362+0000 mgr.smithi111.dafezg (mgr.14195) 97 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:54.268 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:53 smithi111 bash[24268]: cluster 2023-10-11T15:42:52.191362+0000 mgr.smithi111.dafezg (mgr.14195) 97 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:55.108 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:54 smithi111 bash[24268]: audit 2023-10-11T15:42:54.030164+0000 mon.smithi111 (mon.0) 413 : audit 0 from='client.? 172.21.15.111:0/3967711479' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:42:55.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:54 smithi130 bash[31108]: audit 2023-10-11T15:42:54.030164+0000 mon.smithi111 (mon.0) 413 : audit 0 from='client.? 172.21.15.111:0/3967711479' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-11T15:42:56.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:55 smithi130 bash[31108]: cluster 2023-10-11T15:42:54.191705+0000 mgr.smithi111.dafezg (mgr.14195) 98 : cluster 0 pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:56.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:55 smithi130 bash[31108]: audit 2023-10-11T15:42:55.272108+0000 mon.smithi111 (mon.0) 414 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:42:56.268 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:55 smithi111 bash[24268]: cluster 2023-10-11T15:42:54.191705+0000 mgr.smithi111.dafezg (mgr.14195) 98 : cluster 0 pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:56.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:55 smithi111 bash[24268]: audit 2023-10-11T15:42:55.272108+0000 mon.smithi111 (mon.0) 414 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:42:58.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:57 smithi111 bash[24268]: cluster 2023-10-11T15:42:56.192050+0000 mgr.smithi111.dafezg (mgr.14195) 99 : cluster 0 pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:58.033 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-10-11T15:42:58.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:57 smithi130 bash[31108]: cluster 2023-10-11T15:42:56.192050+0000 mgr.smithi111.dafezg (mgr.14195) 99 : cluster 0 pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:42:58.842 INFO:teuthology.orchestra.run.smithi111.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1697038972,"num_remapped_pgs":0} 2023-10-11T15:42:59.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:58 smithi130 bash[31108]: audit 2023-10-11T15:42:58.031291+0000 mon.smithi111 (mon.0) 415 : audit 0 from='client.? 172.21.15.111:0/4085215814' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:42:59.268 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:58 smithi111 bash[24268]: audit 2023-10-11T15:42:58.031291+0000 mon.smithi111 (mon.0) 415 : audit 0 from='client.? 172.21.15.111:0/4085215814' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:42:59.844 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T15:43:00.094 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:42:59 smithi130 bash[31108]: cluster 2023-10-11T15:42:58.192455+0000 mgr.smithi111.dafezg (mgr.14195) 100 : cluster 0 pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:43:00.268 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:42:59 smithi111 bash[24268]: cluster 2023-10-11T15:42:58.192455+0000 mgr.smithi111.dafezg (mgr.14195) 100 : cluster 0 pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:43:02.112 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:01 smithi130 bash[31108]: cluster 2023-10-11T15:43:00.192840+0000 mgr.smithi111.dafezg (mgr.14195) 101 : cluster 0 pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:43:02.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:01 smithi111 bash[24268]: cluster 2023-10-11T15:43:00.192840+0000 mgr.smithi111.dafezg (mgr.14195) 101 : cluster 0 pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:43:03.119 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:02 smithi130 bash[31108]: audit 2023-10-11T15:43:02.762589+0000 mon.smithi111 (mon.0) 416 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-11T15:43:03.120 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:02 smithi130 bash[31108]: audit 2023-10-11T15:43:02.764143+0000 mon.smithi111 (mon.0) 417 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:43:03.268 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:02 smithi111 bash[24268]: audit 2023-10-11T15:43:02.762589+0000 mon.smithi111 (mon.0) 416 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-11T15:43:03.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:02 smithi111 bash[24268]: audit 2023-10-11T15:43:02.764143+0000 mon.smithi111 (mon.0) 417 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:43:04.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:03 smithi111 bash[24268]: cluster 2023-10-11T15:43:02.193247+0000 mgr.smithi111.dafezg (mgr.14195) 102 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:43:04.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:03 smithi111 bash[24268]: cephadm 2023-10-11T15:43:02.765231+0000 mgr.smithi111.dafezg (mgr.14195) 103 : cephadm 1 Deploying daemon osd.0 on smithi130 2023-10-11T15:43:04.072 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:03 smithi130 bash[31108]: cluster 2023-10-11T15:43:02.193247+0000 mgr.smithi111.dafezg (mgr.14195) 102 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:43:04.073 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:03 smithi130 bash[31108]: cephadm 2023-10-11T15:43:02.765231+0000 mgr.smithi111.dafezg (mgr.14195) 103 : cephadm 1 Deploying daemon osd.0 on smithi130 2023-10-11T15:43:04.722 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:43:06.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:05 smithi111 bash[24268]: cluster 2023-10-11T15:43:04.193683+0000 mgr.smithi111.dafezg (mgr.14195) 104 : cluster 0 pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:43:06.053 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:05 smithi130 bash[31108]: cluster 2023-10-11T15:43:04.193683+0000 mgr.smithi111.dafezg (mgr.14195) 104 : cluster 0 pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:43:07.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:07 smithi130 bash[31108]: cluster 2023-10-11T15:43:06.194060+0000 mgr.smithi111.dafezg (mgr.14195) 105 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:43:07.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:07 smithi130 bash[31108]: audit 2023-10-11T15:43:07.245550+0000 mon.smithi111 (mon.0) 418 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:07.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:07 smithi130 bash[31108]: audit 2023-10-11T15:43:07.252242+0000 mon.smithi111 (mon.0) 419 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:07.881 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:07 smithi130 bash[31108]: audit 2023-10-11T15:43:07.253588+0000 mon.smithi111 (mon.0) 420 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-11T15:43:07.881 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:07 smithi130 bash[31108]: audit 2023-10-11T15:43:07.254821+0000 mon.smithi111 (mon.0) 421 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:43:07.881 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:07 smithi130 bash[31108]: audit 2023-10-11T15:43:07.746221+0000 mon.smithi111 (mon.0) 422 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-11T15:43:07.882 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:07 smithi130 bash[31108]: audit 2023-10-11T15:43:07.747393+0000 mon.smithi111 (mon.0) 423 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:43:08.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:07 smithi111 bash[24268]: cluster 2023-10-11T15:43:06.194060+0000 mgr.smithi111.dafezg (mgr.14195) 105 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:43:08.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:07 smithi111 bash[24268]: audit 2023-10-11T15:43:07.245550+0000 mon.smithi111 (mon.0) 418 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:08.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:07 smithi111 bash[24268]: audit 2023-10-11T15:43:07.252242+0000 mon.smithi111 (mon.0) 419 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:08.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:07 smithi111 bash[24268]: audit 2023-10-11T15:43:07.253588+0000 mon.smithi111 (mon.0) 420 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-11T15:43:08.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:07 smithi111 bash[24268]: audit 2023-10-11T15:43:07.254821+0000 mon.smithi111 (mon.0) 421 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:43:08.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:07 smithi111 bash[24268]: audit 2023-10-11T15:43:07.746221+0000 mon.smithi111 (mon.0) 422 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-11T15:43:08.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:07 smithi111 bash[24268]: audit 2023-10-11T15:43:07.747393+0000 mon.smithi111 (mon.0) 423 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:43:08.514 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-10-11T15:43:08.822 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:08 smithi130 bash[31108]: cephadm 2023-10-11T15:43:07.255718+0000 mgr.smithi111.dafezg (mgr.14195) 106 : cephadm 1 Deploying daemon osd.2 on smithi130 2023-10-11T15:43:08.823 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:08 smithi130 bash[31108]: cephadm 2023-10-11T15:43:07.748163+0000 mgr.smithi111.dafezg (mgr.14195) 107 : cephadm 1 Deploying daemon osd.1 on smithi111 2023-10-11T15:43:08.823 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:08 smithi130 bash[31108]: audit 2023-10-11T15:43:08.512344+0000 mon.smithi111 (mon.0) 424 : audit 0 from='client.? 172.21.15.111:0/2468577155' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:43:09.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:08 smithi111 bash[24268]: cephadm 2023-10-11T15:43:07.255718+0000 mgr.smithi111.dafezg (mgr.14195) 106 : cephadm 1 Deploying daemon osd.2 on smithi130 2023-10-11T15:43:09.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:08 smithi111 bash[24268]: cephadm 2023-10-11T15:43:07.748163+0000 mgr.smithi111.dafezg (mgr.14195) 107 : cephadm 1 Deploying daemon osd.1 on smithi111 2023-10-11T15:43:09.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:08 smithi111 bash[24268]: audit 2023-10-11T15:43:08.512344+0000 mon.smithi111 (mon.0) 424 : audit 0 from='client.? 172.21.15.111:0/2468577155' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:43:09.782 INFO:teuthology.orchestra.run.smithi111.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1697038972,"num_remapped_pgs":0} 2023-10-11T15:43:10.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:09 smithi111 bash[24268]: cluster 2023-10-11T15:43:08.194408+0000 mgr.smithi111.dafezg (mgr.14195) 108 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:43:10.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:09 smithi130 bash[31108]: cluster 2023-10-11T15:43:08.194408+0000 mgr.smithi111.dafezg (mgr.14195) 108 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:43:10.784 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T15:43:11.095 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:10 smithi130 bash[31108]: audit 2023-10-11T15:43:10.272601+0000 mon.smithi111 (mon.0) 425 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:43:11.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:10 smithi111 bash[24268]: audit 2023-10-11T15:43:10.272601+0000 mon.smithi111 (mon.0) 425 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:43:12.060 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:11 smithi130 bash[31108]: cluster 2023-10-11T15:43:10.194816+0000 mgr.smithi111.dafezg (mgr.14195) 109 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:43:12.220 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:11 smithi111 bash[24268]: cluster 2023-10-11T15:43:10.194816+0000 mgr.smithi111.dafezg (mgr.14195) 109 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:43:12.879 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:12 smithi130 bash[31108]: cluster 2023-10-11T15:43:12.195104+0000 mgr.smithi111.dafezg (mgr.14195) 110 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:43:13.253 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:12 smithi111 bash[24268]: cluster 2023-10-11T15:43:12.195104+0000 mgr.smithi111.dafezg (mgr.14195) 110 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:43:14.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:13 smithi130 bash[31108]: audit 2023-10-11T15:43:12.876814+0000 mon.smithi111 (mon.0) 426 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:14.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:13 smithi130 bash[31108]: audit 2023-10-11T15:43:12.883805+0000 mon.smithi111 (mon.0) 427 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:14.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:13 smithi130 bash[31108]: audit 2023-10-11T15:43:12.884958+0000 mon.smithi111 (mon.0) 428 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-11T15:43:14.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:13 smithi130 bash[31108]: audit 2023-10-11T15:43:12.886164+0000 mon.smithi111 (mon.0) 429 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:43:14.132 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:13 smithi130 bash[31108]: cephadm 2023-10-11T15:43:12.887124+0000 mgr.smithi111.dafezg (mgr.14195) 111 : cephadm 1 Deploying daemon osd.4 on smithi130 2023-10-11T15:43:14.132 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:13 smithi130 bash[31108]: audit 2023-10-11T15:43:13.801774+0000 mon.smithi111 (mon.0) 430 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:14.132 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:13 smithi130 bash[31108]: audit 2023-10-11T15:43:13.808336+0000 mon.smithi111 (mon.0) 431 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:14.132 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:13 smithi130 bash[31108]: audit 2023-10-11T15:43:13.809753+0000 mon.smithi111 (mon.0) 432 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-11T15:43:14.133 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:13 smithi130 bash[31108]: audit 2023-10-11T15:43:13.810756+0000 mon.smithi111 (mon.0) 433 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:43:14.133 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:13 smithi130 bash[31108]: cephadm 2023-10-11T15:43:13.811608+0000 mgr.smithi111.dafezg (mgr.14195) 112 : cephadm 1 Deploying daemon osd.3 on smithi111 2023-10-11T15:43:14.136 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:13 smithi111 bash[24268]: audit 2023-10-11T15:43:12.876814+0000 mon.smithi111 (mon.0) 426 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:14.136 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:13 smithi111 bash[24268]: audit 2023-10-11T15:43:12.883805+0000 mon.smithi111 (mon.0) 427 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:14.136 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:13 smithi111 bash[24268]: audit 2023-10-11T15:43:12.884958+0000 mon.smithi111 (mon.0) 428 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-11T15:43:14.136 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:13 smithi111 bash[24268]: audit 2023-10-11T15:43:12.886164+0000 mon.smithi111 (mon.0) 429 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:43:14.136 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:13 smithi111 bash[24268]: cephadm 2023-10-11T15:43:12.887124+0000 mgr.smithi111.dafezg (mgr.14195) 111 : cephadm 1 Deploying daemon osd.4 on smithi130 2023-10-11T15:43:14.137 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:13 smithi111 bash[24268]: audit 2023-10-11T15:43:13.801774+0000 mon.smithi111 (mon.0) 430 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:14.137 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:13 smithi111 bash[24268]: audit 2023-10-11T15:43:13.808336+0000 mon.smithi111 (mon.0) 431 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:14.137 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:13 smithi111 bash[24268]: audit 2023-10-11T15:43:13.809753+0000 mon.smithi111 (mon.0) 432 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-11T15:43:14.137 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:13 smithi111 bash[24268]: audit 2023-10-11T15:43:13.810756+0000 mon.smithi111 (mon.0) 433 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:43:14.138 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:13 smithi111 bash[24268]: cephadm 2023-10-11T15:43:13.811608+0000 mgr.smithi111.dafezg (mgr.14195) 112 : cephadm 1 Deploying daemon osd.3 on smithi111 2023-10-11T15:43:15.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:14 smithi130 bash[31108]: cluster 2023-10-11T15:43:14.195423+0000 mgr.smithi111.dafezg (mgr.14195) 113 : cluster 0 pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:43:15.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:14 smithi111 bash[24268]: cluster 2023-10-11T15:43:14.195423+0000 mgr.smithi111.dafezg (mgr.14195) 113 : cluster 0 pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:43:15.494 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:43:16.018 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:15 smithi111 bash[24268]: audit 2023-10-11T15:43:15.193094+0000 mon.smithi130 (mon.1) 11 : audit 1 from='osd.0 [v2:172.21.15.130:6800/443399317,v1:172.21.15.130:6801/443399317]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-11T15:43:16.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:15 smithi111 bash[24268]: audit 2023-10-11T15:43:15.193547+0000 mon.smithi111 (mon.0) 434 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-11T15:43:16.405 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:15 smithi130 bash[31108]: audit 2023-10-11T15:43:15.193094+0000 mon.smithi130 (mon.1) 11 : audit 1 from='osd.0 [v2:172.21.15.130:6800/443399317,v1:172.21.15.130:6801/443399317]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-11T15:43:16.405 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:15 smithi130 bash[31108]: audit 2023-10-11T15:43:15.193547+0000 mon.smithi111 (mon.0) 434 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-11T15:43:17.007 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:16 smithi130 bash[31108]: audit 2023-10-11T15:43:15.891362+0000 mon.smithi111 (mon.0) 435 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-11T15:43:17.007 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:16 smithi130 bash[31108]: cluster 2023-10-11T15:43:15.891432+0000 mon.smithi111 (mon.0) 436 : cluster 0 osdmap e14: 8 total, 0 up, 8 in 2023-10-11T15:43:17.008 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:16 smithi130 bash[31108]: audit 2023-10-11T15:43:15.891636+0000 mon.smithi111 (mon.0) 437 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:43:17.008 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:16 smithi130 bash[31108]: audit 2023-10-11T15:43:15.892385+0000 mon.smithi130 (mon.1) 12 : audit 1 from='osd.0 [v2:172.21.15.130:6800/443399317,v1:172.21.15.130:6801/443399317]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2023-10-11T15:43:17.008 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:16 smithi130 bash[31108]: audit 2023-10-11T15:43:15.892493+0000 mon.smithi111 (mon.0) 438 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:43:17.008 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:16 smithi130 bash[31108]: audit 2023-10-11T15:43:15.893182+0000 mon.smithi111 (mon.0) 439 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:43:17.009 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:16 smithi130 bash[31108]: audit 2023-10-11T15:43:15.893731+0000 mon.smithi111 (mon.0) 440 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2023-10-11T15:43:17.009 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:16 smithi130 bash[31108]: audit 2023-10-11T15:43:15.894197+0000 mon.smithi111 (mon.0) 441 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:43:17.009 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:16 smithi130 bash[31108]: audit 2023-10-11T15:43:15.894542+0000 mon.smithi111 (mon.0) 442 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:43:17.009 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:16 smithi130 bash[31108]: audit 2023-10-11T15:43:15.894890+0000 mon.smithi111 (mon.0) 443 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:17.009 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:16 smithi130 bash[31108]: audit 2023-10-11T15:43:15.895235+0000 mon.smithi111 (mon.0) 444 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:43:17.010 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:16 smithi130 bash[31108]: audit 2023-10-11T15:43:15.895573+0000 mon.smithi111 (mon.0) 445 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:17.010 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:16 smithi130 bash[31108]: cluster 2023-10-11T15:43:16.195808+0000 mgr.smithi111.dafezg (mgr.14195) 114 : cluster 0 pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:43:17.154 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:16 smithi111 bash[24268]: audit 2023-10-11T15:43:15.891362+0000 mon.smithi111 (mon.0) 435 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-11T15:43:17.154 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:16 smithi111 bash[24268]: cluster 2023-10-11T15:43:15.891432+0000 mon.smithi111 (mon.0) 436 : cluster 0 osdmap e14: 8 total, 0 up, 8 in 2023-10-11T15:43:17.155 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:16 smithi111 bash[24268]: audit 2023-10-11T15:43:15.891636+0000 mon.smithi111 (mon.0) 437 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:43:17.155 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:16 smithi111 bash[24268]: audit 2023-10-11T15:43:15.892385+0000 mon.smithi130 (mon.1) 12 : audit 1 from='osd.0 [v2:172.21.15.130:6800/443399317,v1:172.21.15.130:6801/443399317]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2023-10-11T15:43:17.155 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:16 smithi111 bash[24268]: audit 2023-10-11T15:43:15.892493+0000 mon.smithi111 (mon.0) 438 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:43:17.155 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:16 smithi111 bash[24268]: audit 2023-10-11T15:43:15.893182+0000 mon.smithi111 (mon.0) 439 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:43:17.156 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:16 smithi111 bash[24268]: audit 2023-10-11T15:43:15.893731+0000 mon.smithi111 (mon.0) 440 : audit 1 from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2023-10-11T15:43:17.156 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:16 smithi111 bash[24268]: audit 2023-10-11T15:43:15.894197+0000 mon.smithi111 (mon.0) 441 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:43:17.156 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:16 smithi111 bash[24268]: audit 2023-10-11T15:43:15.894542+0000 mon.smithi111 (mon.0) 442 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:43:17.156 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:16 smithi111 bash[24268]: audit 2023-10-11T15:43:15.894890+0000 mon.smithi111 (mon.0) 443 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:17.156 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:16 smithi111 bash[24268]: audit 2023-10-11T15:43:15.895235+0000 mon.smithi111 (mon.0) 444 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:43:17.157 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:16 smithi111 bash[24268]: audit 2023-10-11T15:43:15.895573+0000 mon.smithi111 (mon.0) 445 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:17.157 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:16 smithi111 bash[24268]: cluster 2023-10-11T15:43:16.195808+0000 mgr.smithi111.dafezg (mgr.14195) 114 : cluster 0 pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:43:18.032 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:17 smithi130 bash[31108]: audit 2023-10-11T15:43:16.893968+0000 mon.smithi111 (mon.0) 446 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]': finished 2023-10-11T15:43:18.032 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:17 smithi130 bash[31108]: cluster 2023-10-11T15:43:16.894036+0000 mon.smithi111 (mon.0) 447 : cluster 0 osdmap e15: 8 total, 0 up, 8 in 2023-10-11T15:43:18.032 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:17 smithi130 bash[31108]: audit 2023-10-11T15:43:16.894442+0000 mon.smithi111 (mon.0) 448 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:43:18.032 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:17 smithi130 bash[31108]: audit 2023-10-11T15:43:16.895127+0000 mon.smithi111 (mon.0) 449 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:43:18.033 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:17 smithi130 bash[31108]: audit 2023-10-11T15:43:16.895543+0000 mon.smithi111 (mon.0) 450 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:43:18.033 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:17 smithi130 bash[31108]: audit 2023-10-11T15:43:16.895944+0000 mon.smithi111 (mon.0) 451 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:43:18.033 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:17 smithi130 bash[31108]: audit 2023-10-11T15:43:16.896456+0000 mon.smithi111 (mon.0) 452 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:43:18.033 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:17 smithi130 bash[31108]: audit 2023-10-11T15:43:16.896720+0000 mon.smithi111 (mon.0) 453 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:18.033 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:17 smithi130 bash[31108]: audit 2023-10-11T15:43:16.897133+0000 mon.smithi111 (mon.0) 454 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:43:18.034 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:17 smithi130 bash[31108]: audit 2023-10-11T15:43:16.901446+0000 mon.smithi111 (mon.0) 455 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:18.034 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:17 smithi130 bash[31108]: audit 2023-10-11T15:43:16.901911+0000 mon.smithi111 (mon.0) 456 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:43:18.399 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:17 smithi111 bash[24268]: audit 2023-10-11T15:43:16.893968+0000 mon.smithi111 (mon.0) 446 : audit 1 from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]': finished 2023-10-11T15:43:18.400 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:17 smithi111 bash[24268]: cluster 2023-10-11T15:43:16.894036+0000 mon.smithi111 (mon.0) 447 : cluster 0 osdmap e15: 8 total, 0 up, 8 in 2023-10-11T15:43:18.400 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:17 smithi111 bash[24268]: audit 2023-10-11T15:43:16.894442+0000 mon.smithi111 (mon.0) 448 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:43:18.400 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:17 smithi111 bash[24268]: audit 2023-10-11T15:43:16.895127+0000 mon.smithi111 (mon.0) 449 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:43:18.400 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:17 smithi111 bash[24268]: audit 2023-10-11T15:43:16.895543+0000 mon.smithi111 (mon.0) 450 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:43:18.401 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:17 smithi111 bash[24268]: audit 2023-10-11T15:43:16.895944+0000 mon.smithi111 (mon.0) 451 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:43:18.401 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:17 smithi111 bash[24268]: audit 2023-10-11T15:43:16.896456+0000 mon.smithi111 (mon.0) 452 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:43:18.401 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:17 smithi111 bash[24268]: audit 2023-10-11T15:43:16.896720+0000 mon.smithi111 (mon.0) 453 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:18.401 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:17 smithi111 bash[24268]: audit 2023-10-11T15:43:16.897133+0000 mon.smithi111 (mon.0) 454 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:43:18.401 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:17 smithi111 bash[24268]: audit 2023-10-11T15:43:16.901446+0000 mon.smithi111 (mon.0) 455 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:18.402 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:17 smithi111 bash[24268]: audit 2023-10-11T15:43:16.901911+0000 mon.smithi111 (mon.0) 456 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:43:19.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:18 smithi111 bash[24268]: cluster 2023-10-11T15:43:16.191714+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2023-10-11T15:43:19.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:18 smithi111 bash[24268]: cluster 2023-10-11T15:43:16.191858+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2023-10-11T15:43:19.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:18 smithi111 bash[24268]: audit 2023-10-11T15:43:17.905636+0000 mon.smithi111 (mon.0) 457 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:43:19.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:18 smithi111 bash[24268]: cluster 2023-10-11T15:43:17.910275+0000 mon.smithi111 (mon.0) 458 : cluster 1 osd.0 [v2:172.21.15.130:6800/443399317,v1:172.21.15.130:6801/443399317] boot 2023-10-11T15:43:19.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:18 smithi111 bash[24268]: cluster 2023-10-11T15:43:17.910355+0000 mon.smithi111 (mon.0) 459 : cluster 0 osdmap e16: 8 total, 1 up, 8 in 2023-10-11T15:43:19.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:18 smithi111 bash[24268]: audit 2023-10-11T15:43:17.910493+0000 mon.smithi111 (mon.0) 460 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:43:19.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:18 smithi111 bash[24268]: audit 2023-10-11T15:43:17.910901+0000 mon.smithi111 (mon.0) 461 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:43:19.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:18 smithi111 bash[24268]: audit 2023-10-11T15:43:17.911166+0000 mon.smithi111 (mon.0) 462 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:43:19.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:18 smithi111 bash[24268]: audit 2023-10-11T15:43:17.911392+0000 mon.smithi111 (mon.0) 463 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:43:19.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:18 smithi111 bash[24268]: audit 2023-10-11T15:43:17.911635+0000 mon.smithi111 (mon.0) 464 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:43:19.272 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:18 smithi111 bash[24268]: audit 2023-10-11T15:43:17.911841+0000 mon.smithi111 (mon.0) 465 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:19.272 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:18 smithi111 bash[24268]: audit 2023-10-11T15:43:17.912064+0000 mon.smithi111 (mon.0) 466 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:43:19.272 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:18 smithi111 bash[24268]: audit 2023-10-11T15:43:17.912303+0000 mon.smithi111 (mon.0) 467 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:19.272 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:18 smithi111 bash[24268]: cluster 2023-10-11T15:43:18.196149+0000 mgr.smithi111.dafezg (mgr.14195) 115 : cluster 0 pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:43:19.272 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:18 smithi111 bash[24268]: audit 2023-10-11T15:43:18.607953+0000 mon.smithi111 (mon.0) 468 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:19.272 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:18 smithi111 bash[24268]: audit 2023-10-11T15:43:18.613577+0000 mon.smithi111 (mon.0) 469 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:19.273 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:18 smithi111 bash[24268]: audit 2023-10-11T15:43:18.614554+0000 mon.smithi111 (mon.0) 470 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-11T15:43:19.273 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:18 smithi111 bash[24268]: audit 2023-10-11T15:43:18.615546+0000 mon.smithi111 (mon.0) 471 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:43:19.273 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:18 smithi111 bash[24268]: cephadm 2023-10-11T15:43:18.616418+0000 mgr.smithi111.dafezg (mgr.14195) 116 : cephadm 1 Deploying daemon osd.6 on smithi130 2023-10-11T15:43:19.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:18 smithi130 bash[31108]: cluster 2023-10-11T15:43:16.191714+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2023-10-11T15:43:19.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:18 smithi130 bash[31108]: cluster 2023-10-11T15:43:16.191858+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2023-10-11T15:43:19.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:18 smithi130 bash[31108]: audit 2023-10-11T15:43:17.905636+0000 mon.smithi111 (mon.0) 457 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:43:19.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:18 smithi130 bash[31108]: cluster 2023-10-11T15:43:17.910275+0000 mon.smithi111 (mon.0) 458 : cluster 1 osd.0 [v2:172.21.15.130:6800/443399317,v1:172.21.15.130:6801/443399317] boot 2023-10-11T15:43:19.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:18 smithi130 bash[31108]: cluster 2023-10-11T15:43:17.910355+0000 mon.smithi111 (mon.0) 459 : cluster 0 osdmap e16: 8 total, 1 up, 8 in 2023-10-11T15:43:19.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:18 smithi130 bash[31108]: audit 2023-10-11T15:43:17.910493+0000 mon.smithi111 (mon.0) 460 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-11T15:43:19.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:18 smithi130 bash[31108]: audit 2023-10-11T15:43:17.910901+0000 mon.smithi111 (mon.0) 461 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:43:19.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:18 smithi130 bash[31108]: audit 2023-10-11T15:43:17.911166+0000 mon.smithi111 (mon.0) 462 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:43:19.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:18 smithi130 bash[31108]: audit 2023-10-11T15:43:17.911392+0000 mon.smithi111 (mon.0) 463 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:43:19.382 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:18 smithi130 bash[31108]: audit 2023-10-11T15:43:17.911635+0000 mon.smithi111 (mon.0) 464 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:43:19.382 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:18 smithi130 bash[31108]: audit 2023-10-11T15:43:17.911841+0000 mon.smithi111 (mon.0) 465 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:19.382 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:18 smithi130 bash[31108]: audit 2023-10-11T15:43:17.912064+0000 mon.smithi111 (mon.0) 466 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:43:19.382 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:18 smithi130 bash[31108]: audit 2023-10-11T15:43:17.912303+0000 mon.smithi111 (mon.0) 467 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:19.382 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:18 smithi130 bash[31108]: cluster 2023-10-11T15:43:18.196149+0000 mgr.smithi111.dafezg (mgr.14195) 115 : cluster 0 pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-11T15:43:19.383 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:18 smithi130 bash[31108]: audit 2023-10-11T15:43:18.607953+0000 mon.smithi111 (mon.0) 468 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:19.383 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:18 smithi130 bash[31108]: audit 2023-10-11T15:43:18.613577+0000 mon.smithi111 (mon.0) 469 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:19.383 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:18 smithi130 bash[31108]: audit 2023-10-11T15:43:18.614554+0000 mon.smithi111 (mon.0) 470 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-11T15:43:19.383 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:18 smithi130 bash[31108]: audit 2023-10-11T15:43:18.615546+0000 mon.smithi111 (mon.0) 471 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:43:19.384 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:18 smithi130 bash[31108]: cephadm 2023-10-11T15:43:18.616418+0000 mgr.smithi111.dafezg (mgr.14195) 116 : cephadm 1 Deploying daemon osd.6 on smithi130 2023-10-11T15:43:20.085 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:19 smithi111 bash[24268]: cluster 2023-10-11T15:43:18.920099+0000 mon.smithi111 (mon.0) 472 : cluster 0 osdmap e17: 8 total, 1 up, 8 in 2023-10-11T15:43:20.086 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:19 smithi111 bash[24268]: audit 2023-10-11T15:43:18.920260+0000 mon.smithi111 (mon.0) 473 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:43:20.086 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:19 smithi111 bash[24268]: audit 2023-10-11T15:43:18.920578+0000 mon.smithi111 (mon.0) 474 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:43:20.086 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:19 smithi111 bash[24268]: audit 2023-10-11T15:43:18.920805+0000 mon.smithi111 (mon.0) 475 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:43:20.086 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:19 smithi111 bash[24268]: audit 2023-10-11T15:43:18.921064+0000 mon.smithi111 (mon.0) 476 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:43:20.087 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:19 smithi111 bash[24268]: audit 2023-10-11T15:43:18.921321+0000 mon.smithi111 (mon.0) 477 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:20.087 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:19 smithi111 bash[24268]: audit 2023-10-11T15:43:18.921589+0000 mon.smithi111 (mon.0) 478 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:43:20.087 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:19 smithi111 bash[24268]: audit 2023-10-11T15:43:18.921837+0000 mon.smithi111 (mon.0) 479 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:20.178 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:19 smithi130 bash[31108]: cluster 2023-10-11T15:43:18.920099+0000 mon.smithi111 (mon.0) 472 : cluster 0 osdmap e17: 8 total, 1 up, 8 in 2023-10-11T15:43:20.178 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:19 smithi130 bash[31108]: audit 2023-10-11T15:43:18.920260+0000 mon.smithi111 (mon.0) 473 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:43:20.178 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:19 smithi130 bash[31108]: audit 2023-10-11T15:43:18.920578+0000 mon.smithi111 (mon.0) 474 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:43:20.178 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:19 smithi130 bash[31108]: audit 2023-10-11T15:43:18.920805+0000 mon.smithi111 (mon.0) 475 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:43:20.179 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:19 smithi130 bash[31108]: audit 2023-10-11T15:43:18.921064+0000 mon.smithi111 (mon.0) 476 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:43:20.179 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:19 smithi130 bash[31108]: audit 2023-10-11T15:43:18.921321+0000 mon.smithi111 (mon.0) 477 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:20.179 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:19 smithi130 bash[31108]: audit 2023-10-11T15:43:18.921589+0000 mon.smithi111 (mon.0) 478 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:43:20.179 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:19 smithi130 bash[31108]: audit 2023-10-11T15:43:18.921837+0000 mon.smithi111 (mon.0) 479 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:21.091 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:20 smithi130 bash[31108]: cluster 2023-10-11T15:43:20.196500+0000 mgr.smithi111.dafezg (mgr.14195) 117 : cluster 0 pgmap v70: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-11T15:43:21.092 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:20 smithi130 bash[31108]: audit 2023-10-11T15:43:20.730770+0000 mon.smithi130 (mon.1) 13 : audit 1 from='osd.2 [v2:172.21.15.130:6808/1462322858,v1:172.21.15.130:6809/1462322858]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-11T15:43:21.092 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:20 smithi130 bash[31108]: audit 2023-10-11T15:43:20.731199+0000 mon.smithi111 (mon.0) 480 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-11T15:43:21.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:20 smithi111 bash[24268]: cluster 2023-10-11T15:43:20.196500+0000 mgr.smithi111.dafezg (mgr.14195) 117 : cluster 0 pgmap v70: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-11T15:43:21.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:20 smithi111 bash[24268]: audit 2023-10-11T15:43:20.730770+0000 mon.smithi130 (mon.1) 13 : audit 1 from='osd.2 [v2:172.21.15.130:6808/1462322858,v1:172.21.15.130:6809/1462322858]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-11T15:43:21.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:20 smithi111 bash[24268]: audit 2023-10-11T15:43:20.731199+0000 mon.smithi111 (mon.0) 480 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-11T15:43:22.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:21 smithi130 bash[31108]: audit 2023-10-11T15:43:20.933968+0000 mon.smithi111 (mon.0) 481 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-11T15:43:22.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:21 smithi130 bash[31108]: cluster 2023-10-11T15:43:20.934057+0000 mon.smithi111 (mon.0) 482 : cluster 0 osdmap e18: 8 total, 1 up, 8 in 2023-10-11T15:43:22.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:21 smithi130 bash[31108]: audit 2023-10-11T15:43:20.934180+0000 mon.smithi111 (mon.0) 483 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:43:22.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:21 smithi130 bash[31108]: audit 2023-10-11T15:43:20.934588+0000 mon.smithi111 (mon.0) 484 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:43:22.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:21 smithi130 bash[31108]: audit 2023-10-11T15:43:20.934800+0000 mon.smithi111 (mon.0) 485 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:43:22.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:21 smithi130 bash[31108]: audit 2023-10-11T15:43:20.934934+0000 mon.smithi130 (mon.1) 14 : audit 1 from='osd.2 [v2:172.21.15.130:6808/1462322858,v1:172.21.15.130:6809/1462322858]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2023-10-11T15:43:22.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:21 smithi130 bash[31108]: audit 2023-10-11T15:43:20.935020+0000 mon.smithi111 (mon.0) 486 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:43:22.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:21 smithi130 bash[31108]: audit 2023-10-11T15:43:20.935355+0000 mon.smithi111 (mon.0) 487 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:22.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:21 smithi130 bash[31108]: audit 2023-10-11T15:43:20.935613+0000 mon.smithi111 (mon.0) 488 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2023-10-11T15:43:22.132 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:21 smithi130 bash[31108]: audit 2023-10-11T15:43:20.935867+0000 mon.smithi111 (mon.0) 489 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:43:22.132 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:21 smithi130 bash[31108]: audit 2023-10-11T15:43:20.936053+0000 mon.smithi111 (mon.0) 490 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:22.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:21 smithi111 bash[24268]: audit 2023-10-11T15:43:20.933968+0000 mon.smithi111 (mon.0) 481 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-11T15:43:22.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:21 smithi111 bash[24268]: cluster 2023-10-11T15:43:20.934057+0000 mon.smithi111 (mon.0) 482 : cluster 0 osdmap e18: 8 total, 1 up, 8 in 2023-10-11T15:43:22.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:21 smithi111 bash[24268]: audit 2023-10-11T15:43:20.934180+0000 mon.smithi111 (mon.0) 483 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:43:22.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:21 smithi111 bash[24268]: audit 2023-10-11T15:43:20.934588+0000 mon.smithi111 (mon.0) 484 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:43:22.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:21 smithi111 bash[24268]: audit 2023-10-11T15:43:20.934800+0000 mon.smithi111 (mon.0) 485 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:43:22.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:21 smithi111 bash[24268]: audit 2023-10-11T15:43:20.934934+0000 mon.smithi130 (mon.1) 14 : audit 1 from='osd.2 [v2:172.21.15.130:6808/1462322858,v1:172.21.15.130:6809/1462322858]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2023-10-11T15:43:22.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:21 smithi111 bash[24268]: audit 2023-10-11T15:43:20.935020+0000 mon.smithi111 (mon.0) 486 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:43:22.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:21 smithi111 bash[24268]: audit 2023-10-11T15:43:20.935355+0000 mon.smithi111 (mon.0) 487 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:22.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:21 smithi111 bash[24268]: audit 2023-10-11T15:43:20.935613+0000 mon.smithi111 (mon.0) 488 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2023-10-11T15:43:22.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:21 smithi111 bash[24268]: audit 2023-10-11T15:43:20.935867+0000 mon.smithi111 (mon.0) 489 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:43:22.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:21 smithi111 bash[24268]: audit 2023-10-11T15:43:20.936053+0000 mon.smithi111 (mon.0) 490 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:22.780 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-10-11T15:43:23.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:22 smithi111 bash[24268]: audit 2023-10-11T15:43:21.933545+0000 mon.smithi111 (mon.0) 491 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]': finished 2023-10-11T15:43:23.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:22 smithi111 bash[24268]: cluster 2023-10-11T15:43:21.933620+0000 mon.smithi111 (mon.0) 492 : cluster 0 osdmap e19: 8 total, 1 up, 8 in 2023-10-11T15:43:23.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:22 smithi111 bash[24268]: audit 2023-10-11T15:43:21.934010+0000 mon.smithi111 (mon.0) 493 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:43:23.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:22 smithi111 bash[24268]: audit 2023-10-11T15:43:21.934333+0000 mon.smithi111 (mon.0) 494 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:43:23.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:22 smithi111 bash[24268]: audit 2023-10-11T15:43:21.934483+0000 mon.smithi111 (mon.0) 495 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:43:23.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:22 smithi111 bash[24268]: audit 2023-10-11T15:43:21.934743+0000 mon.smithi111 (mon.0) 496 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:43:23.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:22 smithi111 bash[24268]: audit 2023-10-11T15:43:21.934916+0000 mon.smithi111 (mon.0) 497 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:23.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:22 smithi111 bash[24268]: audit 2023-10-11T15:43:21.935121+0000 mon.smithi111 (mon.0) 498 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:43:23.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:22 smithi111 bash[24268]: audit 2023-10-11T15:43:21.935324+0000 mon.smithi111 (mon.0) 499 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:23.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:22 smithi111 bash[24268]: audit 2023-10-11T15:43:21.941700+0000 mon.smithi111 (mon.0) 500 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:43:23.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:22 smithi111 bash[24268]: cluster 2023-10-11T15:43:22.196960+0000 mgr.smithi111.dafezg (mgr.14195) 118 : cluster 0 pgmap v73: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-11T15:43:23.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:22 smithi111 bash[24268]: audit 2023-10-11T15:43:22.778874+0000 mon.smithi111 (mon.0) 501 : audit 0 from='client.? 172.21.15.111:0/2114120979' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:43:23.379 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:22 smithi130 bash[31108]: audit 2023-10-11T15:43:21.933545+0000 mon.smithi111 (mon.0) 491 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]': finished 2023-10-11T15:43:23.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:22 smithi130 bash[31108]: cluster 2023-10-11T15:43:21.933620+0000 mon.smithi111 (mon.0) 492 : cluster 0 osdmap e19: 8 total, 1 up, 8 in 2023-10-11T15:43:23.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:22 smithi130 bash[31108]: audit 2023-10-11T15:43:21.934010+0000 mon.smithi111 (mon.0) 493 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:43:23.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:22 smithi130 bash[31108]: audit 2023-10-11T15:43:21.934333+0000 mon.smithi111 (mon.0) 494 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:43:23.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:22 smithi130 bash[31108]: audit 2023-10-11T15:43:21.934483+0000 mon.smithi111 (mon.0) 495 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:43:23.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:22 smithi130 bash[31108]: audit 2023-10-11T15:43:21.934743+0000 mon.smithi111 (mon.0) 496 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:43:23.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:22 smithi130 bash[31108]: audit 2023-10-11T15:43:21.934916+0000 mon.smithi111 (mon.0) 497 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:23.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:22 smithi130 bash[31108]: audit 2023-10-11T15:43:21.935121+0000 mon.smithi111 (mon.0) 498 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:43:23.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:22 smithi130 bash[31108]: audit 2023-10-11T15:43:21.935324+0000 mon.smithi111 (mon.0) 499 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:23.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:22 smithi130 bash[31108]: audit 2023-10-11T15:43:21.941700+0000 mon.smithi111 (mon.0) 500 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:43:23.382 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:22 smithi130 bash[31108]: cluster 2023-10-11T15:43:22.196960+0000 mgr.smithi111.dafezg (mgr.14195) 118 : cluster 0 pgmap v73: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-10-11T15:43:23.382 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:22 smithi130 bash[31108]: audit 2023-10-11T15:43:22.778874+0000 mon.smithi111 (mon.0) 501 : audit 0 from='client.? 172.21.15.111:0/2114120979' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:43:24.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:23 smithi130 bash[31108]: cluster 2023-10-11T15:43:21.776177+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2023-10-11T15:43:24.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:23 smithi130 bash[31108]: cluster 2023-10-11T15:43:21.776386+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2023-10-11T15:43:24.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:23 smithi130 bash[31108]: cluster 2023-10-11T15:43:22.941017+0000 mon.smithi111 (mon.0) 502 : cluster 1 osd.2 [v2:172.21.15.130:6808/1462322858,v1:172.21.15.130:6809/1462322858] boot 2023-10-11T15:43:24.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:23 smithi130 bash[31108]: cluster 2023-10-11T15:43:22.941073+0000 mon.smithi111 (mon.0) 503 : cluster 0 osdmap e20: 8 total, 2 up, 8 in 2023-10-11T15:43:24.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:23 smithi130 bash[31108]: audit 2023-10-11T15:43:22.941485+0000 mon.smithi111 (mon.0) 504 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:43:24.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:23 smithi130 bash[31108]: audit 2023-10-11T15:43:22.941849+0000 mon.smithi111 (mon.0) 505 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:43:24.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:23 smithi130 bash[31108]: audit 2023-10-11T15:43:22.942188+0000 mon.smithi111 (mon.0) 506 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:43:24.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:23 smithi130 bash[31108]: audit 2023-10-11T15:43:22.942422+0000 mon.smithi111 (mon.0) 507 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:43:24.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:23 smithi130 bash[31108]: audit 2023-10-11T15:43:22.942657+0000 mon.smithi111 (mon.0) 508 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:24.132 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:23 smithi130 bash[31108]: audit 2023-10-11T15:43:22.942893+0000 mon.smithi111 (mon.0) 509 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:43:24.132 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:23 smithi130 bash[31108]: audit 2023-10-11T15:43:22.943173+0000 mon.smithi111 (mon.0) 510 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:24.132 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:23 smithi130 bash[31108]: audit 2023-10-11T15:43:22.970334+0000 mon.smithi111 (mon.0) 511 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:24.132 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:23 smithi130 bash[31108]: audit 2023-10-11T15:43:22.977061+0000 mon.smithi111 (mon.0) 512 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:24.132 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:23 smithi130 bash[31108]: audit 2023-10-11T15:43:22.978682+0000 mon.smithi111 (mon.0) 513 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-11T15:43:24.133 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:23 smithi130 bash[31108]: audit 2023-10-11T15:43:22.979797+0000 mon.smithi111 (mon.0) 514 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:43:24.133 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:23 smithi130 bash[31108]: cephadm 2023-10-11T15:43:22.980984+0000 mgr.smithi111.dafezg (mgr.14195) 119 : cephadm 1 Deploying daemon osd.5 on smithi111 2023-10-11T15:43:24.200 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:23 smithi111 bash[24268]: cluster 2023-10-11T15:43:21.776177+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2023-10-11T15:43:24.201 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:23 smithi111 bash[24268]: cluster 2023-10-11T15:43:21.776386+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2023-10-11T15:43:24.201 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:23 smithi111 bash[24268]: cluster 2023-10-11T15:43:22.941017+0000 mon.smithi111 (mon.0) 502 : cluster 1 osd.2 [v2:172.21.15.130:6808/1462322858,v1:172.21.15.130:6809/1462322858] boot 2023-10-11T15:43:24.201 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:23 smithi111 bash[24268]: cluster 2023-10-11T15:43:22.941073+0000 mon.smithi111 (mon.0) 503 : cluster 0 osdmap e20: 8 total, 2 up, 8 in 2023-10-11T15:43:24.201 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:23 smithi111 bash[24268]: audit 2023-10-11T15:43:22.941485+0000 mon.smithi111 (mon.0) 504 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:43:24.201 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:23 smithi111 bash[24268]: audit 2023-10-11T15:43:22.941849+0000 mon.smithi111 (mon.0) 505 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-11T15:43:24.201 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:23 smithi111 bash[24268]: audit 2023-10-11T15:43:22.942188+0000 mon.smithi111 (mon.0) 506 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:43:24.202 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:23 smithi111 bash[24268]: audit 2023-10-11T15:43:22.942422+0000 mon.smithi111 (mon.0) 507 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:43:24.202 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:23 smithi111 bash[24268]: audit 2023-10-11T15:43:22.942657+0000 mon.smithi111 (mon.0) 508 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:24.202 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:23 smithi111 bash[24268]: audit 2023-10-11T15:43:22.942893+0000 mon.smithi111 (mon.0) 509 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:43:24.202 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:23 smithi111 bash[24268]: audit 2023-10-11T15:43:22.943173+0000 mon.smithi111 (mon.0) 510 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:24.202 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:23 smithi111 bash[24268]: audit 2023-10-11T15:43:22.970334+0000 mon.smithi111 (mon.0) 511 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:24.203 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:23 smithi111 bash[24268]: audit 2023-10-11T15:43:22.977061+0000 mon.smithi111 (mon.0) 512 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:24.203 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:23 smithi111 bash[24268]: audit 2023-10-11T15:43:22.978682+0000 mon.smithi111 (mon.0) 513 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-11T15:43:24.203 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:23 smithi111 bash[24268]: audit 2023-10-11T15:43:22.979797+0000 mon.smithi111 (mon.0) 514 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:43:24.203 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:23 smithi111 bash[24268]: cephadm 2023-10-11T15:43:22.980984+0000 mgr.smithi111.dafezg (mgr.14195) 119 : cephadm 1 Deploying daemon osd.5 on smithi111 2023-10-11T15:43:24.204 INFO:teuthology.orchestra.run.smithi111.stdout:{"epoch":19,"num_osds":8,"num_up_osds":1,"osd_up_since":1697038997,"num_in_osds":8,"osd_in_since":1697038972,"num_remapped_pgs":0} 2023-10-11T15:43:25.072 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:24 smithi111 bash[24268]: cluster 2023-10-11T15:43:23.978638+0000 mon.smithi111 (mon.0) 515 : cluster 0 osdmap e21: 8 total, 2 up, 8 in 2023-10-11T15:43:25.073 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:24 smithi111 bash[24268]: audit 2023-10-11T15:43:23.978793+0000 mon.smithi111 (mon.0) 516 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:43:25.073 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:24 smithi111 bash[24268]: audit 2023-10-11T15:43:23.979164+0000 mon.smithi111 (mon.0) 517 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:43:25.073 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:24 smithi111 bash[24268]: audit 2023-10-11T15:43:23.979392+0000 mon.smithi111 (mon.0) 518 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:43:25.073 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:24 smithi111 bash[24268]: audit 2023-10-11T15:43:23.979612+0000 mon.smithi111 (mon.0) 519 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:25.073 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:24 smithi111 bash[24268]: audit 2023-10-11T15:43:23.979836+0000 mon.smithi111 (mon.0) 520 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:43:25.074 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:24 smithi111 bash[24268]: audit 2023-10-11T15:43:23.980090+0000 mon.smithi111 (mon.0) 521 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:25.074 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:24 smithi111 bash[24268]: audit 2023-10-11T15:43:24.190231+0000 mon.smithi111 (mon.0) 522 : audit 1 from='osd.1 [v2:172.21.15.111:6802/827169785,v1:172.21.15.111:6803/827169785]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-11T15:43:25.074 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:24 smithi111 bash[24268]: cluster 2023-10-11T15:43:24.197294+0000 mgr.smithi111.dafezg (mgr.14195) 120 : cluster 0 pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-11T15:43:25.074 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:24 smithi111 bash[24268]: audit 2023-10-11T15:43:24.401988+0000 mon.smithi111 (mon.0) 523 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:25.074 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:24 smithi111 bash[24268]: audit 2023-10-11T15:43:24.408843+0000 mon.smithi111 (mon.0) 524 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:25.206 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T15:43:25.267 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:24 smithi130 bash[31108]: cluster 2023-10-11T15:43:23.978638+0000 mon.smithi111 (mon.0) 515 : cluster 0 osdmap e21: 8 total, 2 up, 8 in 2023-10-11T15:43:25.267 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:24 smithi130 bash[31108]: audit 2023-10-11T15:43:23.978793+0000 mon.smithi111 (mon.0) 516 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:43:25.268 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:24 smithi130 bash[31108]: audit 2023-10-11T15:43:23.979164+0000 mon.smithi111 (mon.0) 517 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:43:25.268 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:24 smithi130 bash[31108]: audit 2023-10-11T15:43:23.979392+0000 mon.smithi111 (mon.0) 518 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:43:25.268 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:24 smithi130 bash[31108]: audit 2023-10-11T15:43:23.979612+0000 mon.smithi111 (mon.0) 519 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:25.268 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:24 smithi130 bash[31108]: audit 2023-10-11T15:43:23.979836+0000 mon.smithi111 (mon.0) 520 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:43:25.268 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:24 smithi130 bash[31108]: audit 2023-10-11T15:43:23.980090+0000 mon.smithi111 (mon.0) 521 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:25.269 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:24 smithi130 bash[31108]: audit 2023-10-11T15:43:24.190231+0000 mon.smithi111 (mon.0) 522 : audit 1 from='osd.1 [v2:172.21.15.111:6802/827169785,v1:172.21.15.111:6803/827169785]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-11T15:43:25.269 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:24 smithi130 bash[31108]: cluster 2023-10-11T15:43:24.197294+0000 mgr.smithi111.dafezg (mgr.14195) 120 : cluster 0 pgmap v76: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-11T15:43:25.269 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:24 smithi130 bash[31108]: audit 2023-10-11T15:43:24.401988+0000 mon.smithi111 (mon.0) 523 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:25.269 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:24 smithi130 bash[31108]: audit 2023-10-11T15:43:24.408843+0000 mon.smithi111 (mon.0) 524 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:26.242 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:25 smithi130 bash[31108]: audit 2023-10-11T15:43:24.988040+0000 mon.smithi111 (mon.0) 525 : audit 1 from='osd.1 [v2:172.21.15.111:6802/827169785,v1:172.21.15.111:6803/827169785]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-11T15:43:26.242 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:25 smithi130 bash[31108]: cluster 2023-10-11T15:43:24.988126+0000 mon.smithi111 (mon.0) 526 : cluster 0 osdmap e22: 8 total, 2 up, 8 in 2023-10-11T15:43:26.242 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:25 smithi130 bash[31108]: audit 2023-10-11T15:43:24.988476+0000 mon.smithi111 (mon.0) 527 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:43:26.243 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:25 smithi130 bash[31108]: audit 2023-10-11T15:43:24.988906+0000 mon.smithi111 (mon.0) 528 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:43:26.243 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:25 smithi130 bash[31108]: audit 2023-10-11T15:43:24.989100+0000 mon.smithi111 (mon.0) 529 : audit 1 from='osd.1 [v2:172.21.15.111:6802/827169785,v1:172.21.15.111:6803/827169785]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2023-10-11T15:43:26.243 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:25 smithi130 bash[31108]: audit 2023-10-11T15:43:24.989336+0000 mon.smithi111 (mon.0) 530 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:43:26.243 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:25 smithi130 bash[31108]: audit 2023-10-11T15:43:24.989511+0000 mon.smithi111 (mon.0) 531 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:26.243 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:25 smithi130 bash[31108]: audit 2023-10-11T15:43:24.989705+0000 mon.smithi111 (mon.0) 532 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:43:26.244 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:25 smithi130 bash[31108]: audit 2023-10-11T15:43:24.989921+0000 mon.smithi111 (mon.0) 533 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:26.244 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:25 smithi130 bash[31108]: audit 2023-10-11T15:43:25.272540+0000 mon.smithi111 (mon.0) 534 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:43:26.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:25 smithi111 bash[24268]: audit 2023-10-11T15:43:24.988040+0000 mon.smithi111 (mon.0) 525 : audit 1 from='osd.1 [v2:172.21.15.111:6802/827169785,v1:172.21.15.111:6803/827169785]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-11T15:43:26.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:25 smithi111 bash[24268]: cluster 2023-10-11T15:43:24.988126+0000 mon.smithi111 (mon.0) 526 : cluster 0 osdmap e22: 8 total, 2 up, 8 in 2023-10-11T15:43:26.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:25 smithi111 bash[24268]: audit 2023-10-11T15:43:24.988476+0000 mon.smithi111 (mon.0) 527 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:43:26.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:25 smithi111 bash[24268]: audit 2023-10-11T15:43:24.988906+0000 mon.smithi111 (mon.0) 528 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:43:26.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:25 smithi111 bash[24268]: audit 2023-10-11T15:43:24.989100+0000 mon.smithi111 (mon.0) 529 : audit 1 from='osd.1 [v2:172.21.15.111:6802/827169785,v1:172.21.15.111:6803/827169785]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2023-10-11T15:43:26.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:25 smithi111 bash[24268]: audit 2023-10-11T15:43:24.989336+0000 mon.smithi111 (mon.0) 530 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:43:26.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:25 smithi111 bash[24268]: audit 2023-10-11T15:43:24.989511+0000 mon.smithi111 (mon.0) 531 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:26.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:25 smithi111 bash[24268]: audit 2023-10-11T15:43:24.989705+0000 mon.smithi111 (mon.0) 532 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:43:26.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:25 smithi111 bash[24268]: audit 2023-10-11T15:43:24.989921+0000 mon.smithi111 (mon.0) 533 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:26.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:25 smithi111 bash[24268]: audit 2023-10-11T15:43:25.272540+0000 mon.smithi111 (mon.0) 534 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:43:27.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:26 smithi130 bash[31108]: audit 2023-10-11T15:43:25.988396+0000 mon.smithi111 (mon.0) 535 : audit 1 from='osd.1 [v2:172.21.15.111:6802/827169785,v1:172.21.15.111:6803/827169785]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]': finished 2023-10-11T15:43:27.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:26 smithi130 bash[31108]: cluster 2023-10-11T15:43:25.988485+0000 mon.smithi111 (mon.0) 536 : cluster 0 osdmap e23: 8 total, 2 up, 8 in 2023-10-11T15:43:27.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:26 smithi130 bash[31108]: audit 2023-10-11T15:43:25.988966+0000 mon.smithi111 (mon.0) 537 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:43:27.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:26 smithi130 bash[31108]: audit 2023-10-11T15:43:25.989565+0000 mon.smithi111 (mon.0) 538 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:43:27.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:26 smithi130 bash[31108]: audit 2023-10-11T15:43:25.990667+0000 mon.smithi111 (mon.0) 539 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:43:27.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:26 smithi130 bash[31108]: audit 2023-10-11T15:43:25.995217+0000 mon.smithi111 (mon.0) 540 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:27.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:26 smithi130 bash[31108]: audit 2023-10-11T15:43:25.995598+0000 mon.smithi111 (mon.0) 541 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:43:27.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:26 smithi130 bash[31108]: audit 2023-10-11T15:43:25.996107+0000 mon.smithi111 (mon.0) 542 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:27.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:26 smithi130 bash[31108]: audit 2023-10-11T15:43:25.996585+0000 mon.smithi111 (mon.0) 543 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:43:27.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:27 smithi130 bash[31108]: cluster 2023-10-11T15:43:26.197720+0000 mgr.smithi111.dafezg (mgr.14195) 121 : cluster 0 pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-11T15:43:27.132 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:27 smithi130 bash[31108]: audit 2023-10-11T15:43:26.604882+0000 mon.smithi130 (mon.1) 15 : audit 1 from='osd.4 [v2:172.21.15.130:6816/1196152958,v1:172.21.15.130:6817/1196152958]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-11T15:43:27.132 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:27 smithi130 bash[31108]: audit 2023-10-11T15:43:26.605432+0000 mon.smithi111 (mon.0) 544 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-11T15:43:27.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:26 smithi111 bash[24268]: audit 2023-10-11T15:43:25.988396+0000 mon.smithi111 (mon.0) 535 : audit 1 from='osd.1 [v2:172.21.15.111:6802/827169785,v1:172.21.15.111:6803/827169785]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]': finished 2023-10-11T15:43:27.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:26 smithi111 bash[24268]: cluster 2023-10-11T15:43:25.988485+0000 mon.smithi111 (mon.0) 536 : cluster 0 osdmap e23: 8 total, 2 up, 8 in 2023-10-11T15:43:27.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:26 smithi111 bash[24268]: audit 2023-10-11T15:43:25.988966+0000 mon.smithi111 (mon.0) 537 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:43:27.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:26 smithi111 bash[24268]: audit 2023-10-11T15:43:25.989565+0000 mon.smithi111 (mon.0) 538 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:43:27.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:26 smithi111 bash[24268]: audit 2023-10-11T15:43:25.990667+0000 mon.smithi111 (mon.0) 539 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:43:27.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:26 smithi111 bash[24268]: audit 2023-10-11T15:43:25.995217+0000 mon.smithi111 (mon.0) 540 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:27.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:26 smithi111 bash[24268]: audit 2023-10-11T15:43:25.995598+0000 mon.smithi111 (mon.0) 541 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:43:27.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:26 smithi111 bash[24268]: audit 2023-10-11T15:43:25.996107+0000 mon.smithi111 (mon.0) 542 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:27.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:26 smithi111 bash[24268]: audit 2023-10-11T15:43:25.996585+0000 mon.smithi111 (mon.0) 543 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:43:27.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:26 smithi111 bash[24268]: cluster 2023-10-11T15:43:26.197720+0000 mgr.smithi111.dafezg (mgr.14195) 121 : cluster 0 pgmap v79: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-11T15:43:27.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:26 smithi111 bash[24268]: audit 2023-10-11T15:43:26.604882+0000 mon.smithi130 (mon.1) 15 : audit 1 from='osd.4 [v2:172.21.15.130:6816/1196152958,v1:172.21.15.130:6817/1196152958]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-11T15:43:27.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:26 smithi111 bash[24268]: audit 2023-10-11T15:43:26.605432+0000 mon.smithi111 (mon.0) 544 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-11T15:43:28.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:27 smithi111 bash[24268]: cluster 2023-10-11T15:43:25.195924+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2023-10-11T15:43:28.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:27 smithi111 bash[24268]: cluster 2023-10-11T15:43:25.195976+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2023-10-11T15:43:28.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:27 smithi111 bash[24268]: audit 2023-10-11T15:43:26.997044+0000 mon.smithi111 (mon.0) 545 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:43:28.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:27 smithi111 bash[24268]: cluster 2023-10-11T15:43:27.005567+0000 mon.smithi111 (mon.0) 546 : cluster 1 osd.1 [v2:172.21.15.111:6802/827169785,v1:172.21.15.111:6803/827169785] boot 2023-10-11T15:43:28.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:27 smithi111 bash[24268]: audit 2023-10-11T15:43:27.005626+0000 mon.smithi111 (mon.0) 547 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-11T15:43:28.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:27 smithi111 bash[24268]: cluster 2023-10-11T15:43:27.005701+0000 mon.smithi111 (mon.0) 548 : cluster 0 osdmap e24: 8 total, 3 up, 8 in 2023-10-11T15:43:28.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:27 smithi111 bash[24268]: audit 2023-10-11T15:43:27.006475+0000 mon.smithi111 (mon.0) 549 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:43:28.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:27 smithi111 bash[24268]: audit 2023-10-11T15:43:27.006542+0000 mon.smithi130 (mon.1) 16 : audit 1 from='osd.4 [v2:172.21.15.130:6816/1196152958,v1:172.21.15.130:6817/1196152958]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2023-10-11T15:43:28.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:27 smithi111 bash[24268]: audit 2023-10-11T15:43:27.007282+0000 mon.smithi111 (mon.0) 550 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:43:28.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:27 smithi111 bash[24268]: audit 2023-10-11T15:43:27.007868+0000 mon.smithi111 (mon.0) 551 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2023-10-11T15:43:28.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:27 smithi111 bash[24268]: audit 2023-10-11T15:43:27.008491+0000 mon.smithi111 (mon.0) 552 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:43:28.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:27 smithi111 bash[24268]: audit 2023-10-11T15:43:27.008920+0000 mon.smithi111 (mon.0) 553 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:28.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:27 smithi111 bash[24268]: audit 2023-10-11T15:43:27.009336+0000 mon.smithi111 (mon.0) 554 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:43:28.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:27 smithi111 bash[24268]: audit 2023-10-11T15:43:27.009694+0000 mon.smithi111 (mon.0) 555 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:28.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:27 smithi130 bash[31108]: cluster 2023-10-11T15:43:25.195924+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2023-10-11T15:43:28.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:27 smithi130 bash[31108]: cluster 2023-10-11T15:43:25.195976+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2023-10-11T15:43:28.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:27 smithi130 bash[31108]: audit 2023-10-11T15:43:26.997044+0000 mon.smithi111 (mon.0) 545 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:43:28.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:27 smithi130 bash[31108]: cluster 2023-10-11T15:43:27.005567+0000 mon.smithi111 (mon.0) 546 : cluster 1 osd.1 [v2:172.21.15.111:6802/827169785,v1:172.21.15.111:6803/827169785] boot 2023-10-11T15:43:28.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:27 smithi130 bash[31108]: audit 2023-10-11T15:43:27.005626+0000 mon.smithi111 (mon.0) 547 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-11T15:43:28.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:27 smithi130 bash[31108]: cluster 2023-10-11T15:43:27.005701+0000 mon.smithi111 (mon.0) 548 : cluster 0 osdmap e24: 8 total, 3 up, 8 in 2023-10-11T15:43:28.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:27 smithi130 bash[31108]: audit 2023-10-11T15:43:27.006475+0000 mon.smithi111 (mon.0) 549 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-11T15:43:28.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:27 smithi130 bash[31108]: audit 2023-10-11T15:43:27.006542+0000 mon.smithi130 (mon.1) 16 : audit 1 from='osd.4 [v2:172.21.15.130:6816/1196152958,v1:172.21.15.130:6817/1196152958]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2023-10-11T15:43:28.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:27 smithi130 bash[31108]: audit 2023-10-11T15:43:27.007282+0000 mon.smithi111 (mon.0) 550 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:43:28.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:27 smithi130 bash[31108]: audit 2023-10-11T15:43:27.007868+0000 mon.smithi111 (mon.0) 551 : audit 1 from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2023-10-11T15:43:28.382 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:27 smithi130 bash[31108]: audit 2023-10-11T15:43:27.008491+0000 mon.smithi111 (mon.0) 552 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:43:28.382 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:27 smithi130 bash[31108]: audit 2023-10-11T15:43:27.008920+0000 mon.smithi111 (mon.0) 553 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:28.382 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:27 smithi130 bash[31108]: audit 2023-10-11T15:43:27.009336+0000 mon.smithi111 (mon.0) 554 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:43:28.382 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:27 smithi130 bash[31108]: audit 2023-10-11T15:43:27.009694+0000 mon.smithi111 (mon.0) 555 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:29.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:29 smithi111 bash[24268]: audit 2023-10-11T15:43:28.006241+0000 mon.smithi111 (mon.0) 556 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]': finished 2023-10-11T15:43:29.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:29 smithi111 bash[24268]: cluster 2023-10-11T15:43:28.006324+0000 mon.smithi111 (mon.0) 557 : cluster 0 osdmap e25: 8 total, 3 up, 8 in 2023-10-11T15:43:29.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:29 smithi111 bash[24268]: audit 2023-10-11T15:43:28.006472+0000 mon.smithi111 (mon.0) 558 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:43:29.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:29 smithi111 bash[24268]: audit 2023-10-11T15:43:28.007016+0000 mon.smithi111 (mon.0) 559 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:43:29.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:29 smithi111 bash[24268]: audit 2023-10-11T15:43:28.007299+0000 mon.smithi111 (mon.0) 560 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:29.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:29 smithi111 bash[24268]: audit 2023-10-11T15:43:28.007582+0000 mon.smithi111 (mon.0) 561 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:43:29.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:29 smithi111 bash[24268]: audit 2023-10-11T15:43:28.007858+0000 mon.smithi111 (mon.0) 562 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:29.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:29 smithi111 bash[24268]: audit 2023-10-11T15:43:28.012373+0000 mon.smithi111 (mon.0) 563 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:43:29.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:29 smithi111 bash[24268]: cluster 2023-10-11T15:43:28.198170+0000 mgr.smithi111.dafezg (mgr.14195) 122 : cluster 0 pgmap v82: 0 pgs: ; 0 B data, 79 MiB used, 268 GiB / 268 GiB avail 2023-10-11T15:43:29.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:29 smithi111 bash[24268]: audit 2023-10-11T15:43:28.330583+0000 mon.smithi111 (mon.0) 564 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 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 2023-10-11T15:43:29.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:29 smithi130 bash[31108]: audit 2023-10-11T15:43:28.006241+0000 mon.smithi111 (mon.0) 556 : audit 1 from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]': finished 2023-10-11T15:43:29.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:29 smithi130 bash[31108]: cluster 2023-10-11T15:43:28.006324+0000 mon.smithi111 (mon.0) 557 : cluster 0 osdmap e25: 8 total, 3 up, 8 in 2023-10-11T15:43:29.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:29 smithi130 bash[31108]: audit 2023-10-11T15:43:28.006472+0000 mon.smithi111 (mon.0) 558 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:43:29.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:29 smithi130 bash[31108]: audit 2023-10-11T15:43:28.007016+0000 mon.smithi111 (mon.0) 559 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:43:29.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:29 smithi130 bash[31108]: audit 2023-10-11T15:43:28.007299+0000 mon.smithi111 (mon.0) 560 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:29.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:29 smithi130 bash[31108]: audit 2023-10-11T15:43:28.007582+0000 mon.smithi111 (mon.0) 561 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:43:29.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:29 smithi130 bash[31108]: audit 2023-10-11T15:43:28.007858+0000 mon.smithi111 (mon.0) 562 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:29.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:29 smithi130 bash[31108]: audit 2023-10-11T15:43:28.012373+0000 mon.smithi111 (mon.0) 563 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:43:29.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:29 smithi130 bash[31108]: cluster 2023-10-11T15:43:28.198170+0000 mgr.smithi111.dafezg (mgr.14195) 122 : cluster 0 pgmap v82: 0 pgs: ; 0 B data, 79 MiB used, 268 GiB / 268 GiB avail 2023-10-11T15:43:29.382 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:29 smithi130 bash[31108]: audit 2023-10-11T15:43:28.330583+0000 mon.smithi111 (mon.0) 564 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 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 2023-10-11T15:43:30.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:30 smithi111 bash[24268]: cluster 2023-10-11T15:43:27.558803+0000 osd.4 (osd.4) 1 : cluster 0 purged_snaps scrub starts 2023-10-11T15:43:30.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:30 smithi111 bash[24268]: cluster 2023-10-11T15:43:27.558922+0000 osd.4 (osd.4) 2 : cluster 0 purged_snaps scrub ok 2023-10-11T15:43:30.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:30 smithi111 bash[24268]: cluster 2023-10-11T15:43:29.008646+0000 mon.smithi111 (mon.0) 565 : cluster 1 osd.4 [v2:172.21.15.130:6816/1196152958,v1:172.21.15.130:6817/1196152958] boot 2023-10-11T15:43:30.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:30 smithi111 bash[24268]: audit 2023-10-11T15:43:29.008714+0000 mon.smithi111 (mon.0) 566 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 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 2023-10-11T15:43:30.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:30 smithi111 bash[24268]: cluster 2023-10-11T15:43:29.008798+0000 mon.smithi111 (mon.0) 567 : cluster 0 osdmap e26: 8 total, 4 up, 8 in 2023-10-11T15:43:30.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:30 smithi111 bash[24268]: audit 2023-10-11T15:43:29.009450+0000 mon.smithi111 (mon.0) 568 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:43:30.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:30 smithi111 bash[24268]: audit 2023-10-11T15:43:29.010333+0000 mon.smithi111 (mon.0) 569 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:43:30.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:30 smithi111 bash[24268]: audit 2023-10-11T15:43:29.010940+0000 mon.smithi111 (mon.0) 570 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:30.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:30 smithi111 bash[24268]: audit 2023-10-11T15:43:29.011580+0000 mon.smithi111 (mon.0) 571 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:43:30.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:30 smithi111 bash[24268]: audit 2023-10-11T15:43:29.012340+0000 mon.smithi111 (mon.0) 572 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:30.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:30 smithi111 bash[24268]: audit 2023-10-11T15:43:29.020357+0000 mon.smithi111 (mon.0) 573 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-11T15:43:30.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:30 smithi111 bash[24268]: audit 2023-10-11T15:43:29.936457+0000 mon.smithi111 (mon.0) 574 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:30.272 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:30 smithi111 bash[24268]: audit 2023-10-11T15:43:29.945986+0000 mon.smithi111 (mon.0) 575 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:30.272 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:30 smithi111 bash[24268]: audit 2023-10-11T15:43:29.947538+0000 mon.smithi111 (mon.0) 576 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-11T15:43:30.272 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:30 smithi111 bash[24268]: audit 2023-10-11T15:43:29.948796+0000 mon.smithi111 (mon.0) 577 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:43:30.314 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:30 smithi130 bash[31108]: cluster 2023-10-11T15:43:27.558803+0000 osd.4 (osd.4) 1 : cluster 0 purged_snaps scrub starts 2023-10-11T15:43:30.314 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:30 smithi130 bash[31108]: cluster 2023-10-11T15:43:27.558922+0000 osd.4 (osd.4) 2 : cluster 0 purged_snaps scrub ok 2023-10-11T15:43:30.314 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:30 smithi130 bash[31108]: cluster 2023-10-11T15:43:29.008646+0000 mon.smithi111 (mon.0) 565 : cluster 1 osd.4 [v2:172.21.15.130:6816/1196152958,v1:172.21.15.130:6817/1196152958] boot 2023-10-11T15:43:30.315 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:30 smithi130 bash[31108]: audit 2023-10-11T15:43:29.008714+0000 mon.smithi111 (mon.0) 566 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 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 2023-10-11T15:43:30.315 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:30 smithi130 bash[31108]: cluster 2023-10-11T15:43:29.008798+0000 mon.smithi111 (mon.0) 567 : cluster 0 osdmap e26: 8 total, 4 up, 8 in 2023-10-11T15:43:30.315 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:30 smithi130 bash[31108]: audit 2023-10-11T15:43:29.009450+0000 mon.smithi111 (mon.0) 568 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:43:30.315 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:30 smithi130 bash[31108]: audit 2023-10-11T15:43:29.010333+0000 mon.smithi111 (mon.0) 569 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-11T15:43:30.315 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:30 smithi130 bash[31108]: audit 2023-10-11T15:43:29.010940+0000 mon.smithi111 (mon.0) 570 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:30.316 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:30 smithi130 bash[31108]: audit 2023-10-11T15:43:29.011580+0000 mon.smithi111 (mon.0) 571 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:43:30.316 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:30 smithi130 bash[31108]: audit 2023-10-11T15:43:29.012340+0000 mon.smithi111 (mon.0) 572 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:30.316 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:30 smithi130 bash[31108]: audit 2023-10-11T15:43:29.020357+0000 mon.smithi111 (mon.0) 573 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-11T15:43:30.316 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:30 smithi130 bash[31108]: audit 2023-10-11T15:43:29.936457+0000 mon.smithi111 (mon.0) 574 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:30.316 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:30 smithi130 bash[31108]: audit 2023-10-11T15:43:29.945986+0000 mon.smithi111 (mon.0) 575 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:30.317 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:30 smithi130 bash[31108]: audit 2023-10-11T15:43:29.947538+0000 mon.smithi111 (mon.0) 576 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-11T15:43:30.317 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:30 smithi130 bash[31108]: audit 2023-10-11T15:43:29.948796+0000 mon.smithi111 (mon.0) 577 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:43:30.504 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:43:31.362 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:31 smithi130 bash[31108]: cephadm 2023-10-11T15:43:29.949741+0000 mgr.smithi111.dafezg (mgr.14195) 123 : cephadm 1 Deploying daemon osd.7 on smithi111 2023-10-11T15:43:31.362 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:31 smithi130 bash[31108]: audit 2023-10-11T15:43:30.019898+0000 mon.smithi111 (mon.0) 578 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-10-11T15:43:31.363 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:31 smithi130 bash[31108]: cluster 2023-10-11T15:43:30.019970+0000 mon.smithi111 (mon.0) 579 : cluster 0 osdmap e27: 8 total, 4 up, 8 in 2023-10-11T15:43:31.363 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:31 smithi130 bash[31108]: audit 2023-10-11T15:43:30.020400+0000 mon.smithi111 (mon.0) 580 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:43:31.363 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:31 smithi130 bash[31108]: audit 2023-10-11T15:43:30.020676+0000 mon.smithi111 (mon.0) 581 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:31.363 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:31 smithi130 bash[31108]: audit 2023-10-11T15:43:30.020903+0000 mon.smithi111 (mon.0) 582 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:43:31.363 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:31 smithi130 bash[31108]: audit 2023-10-11T15:43:30.021197+0000 mon.smithi111 (mon.0) 583 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:31.364 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:31 smithi130 bash[31108]: cluster 2023-10-11T15:43:30.198484+0000 mgr.smithi111.dafezg (mgr.14195) 124 : cluster 0 pgmap v85: 1 pgs: 1 unknown; 0 B data, 106 MiB used, 357 GiB / 358 GiB avail 2023-10-11T15:43:31.518 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:31 smithi111 bash[24268]: cephadm 2023-10-11T15:43:29.949741+0000 mgr.smithi111.dafezg (mgr.14195) 123 : cephadm 1 Deploying daemon osd.7 on smithi111 2023-10-11T15:43:31.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:31 smithi111 bash[24268]: audit 2023-10-11T15:43:30.019898+0000 mon.smithi111 (mon.0) 578 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-10-11T15:43:31.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:31 smithi111 bash[24268]: cluster 2023-10-11T15:43:30.019970+0000 mon.smithi111 (mon.0) 579 : cluster 0 osdmap e27: 8 total, 4 up, 8 in 2023-10-11T15:43:31.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:31 smithi111 bash[24268]: audit 2023-10-11T15:43:30.020400+0000 mon.smithi111 (mon.0) 580 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:43:31.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:31 smithi111 bash[24268]: audit 2023-10-11T15:43:30.020676+0000 mon.smithi111 (mon.0) 581 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:31.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:31 smithi111 bash[24268]: audit 2023-10-11T15:43:30.020903+0000 mon.smithi111 (mon.0) 582 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:43:31.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:31 smithi111 bash[24268]: audit 2023-10-11T15:43:30.021197+0000 mon.smithi111 (mon.0) 583 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:31.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:31 smithi111 bash[24268]: cluster 2023-10-11T15:43:30.198484+0000 mgr.smithi111.dafezg (mgr.14195) 124 : cluster 0 pgmap v85: 1 pgs: 1 unknown; 0 B data, 106 MiB used, 357 GiB / 358 GiB avail 2023-10-11T15:43:32.294 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:32 smithi111 bash[24268]: cluster 2023-10-11T15:43:31.036322+0000 mon.smithi111 (mon.0) 584 : cluster 0 osdmap e28: 8 total, 4 up, 8 in 2023-10-11T15:43:32.294 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:32 smithi111 bash[24268]: audit 2023-10-11T15:43:31.036507+0000 mon.smithi111 (mon.0) 585 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:43:32.294 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:32 smithi111 bash[24268]: audit 2023-10-11T15:43:31.036908+0000 mon.smithi111 (mon.0) 586 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:32.295 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:32 smithi111 bash[24268]: audit 2023-10-11T15:43:31.037122+0000 mon.smithi111 (mon.0) 587 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:43:32.295 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:32 smithi111 bash[24268]: audit 2023-10-11T15:43:31.037332+0000 mon.smithi111 (mon.0) 588 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:32.295 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:32 smithi111 bash[24268]: audit 2023-10-11T15:43:31.115774+0000 mon.smithi111 (mon.0) 589 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:32.295 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:32 smithi111 bash[24268]: audit 2023-10-11T15:43:31.365537+0000 mon.smithi130 (mon.1) 17 : audit 1 from='osd.6 [v2:172.21.15.130:6824/531306295,v1:172.21.15.130:6825/531306295]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-11T15:43:32.295 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:32 smithi111 bash[24268]: audit 2023-10-11T15:43:31.365924+0000 mon.smithi111 (mon.0) 590 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-11T15:43:32.296 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:32 smithi111 bash[24268]: audit 2023-10-11T15:43:32.026566+0000 mon.smithi111 (mon.0) 591 : audit 1 from='osd.3 [v2:172.21.15.111:6810/3767175106,v1:172.21.15.111:6811/3767175106]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-11T15:43:32.379 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:32 smithi130 bash[31108]: cluster 2023-10-11T15:43:31.036322+0000 mon.smithi111 (mon.0) 584 : cluster 0 osdmap e28: 8 total, 4 up, 8 in 2023-10-11T15:43:32.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:32 smithi130 bash[31108]: audit 2023-10-11T15:43:31.036507+0000 mon.smithi111 (mon.0) 585 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:43:32.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:32 smithi130 bash[31108]: audit 2023-10-11T15:43:31.036908+0000 mon.smithi111 (mon.0) 586 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:32.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:32 smithi130 bash[31108]: audit 2023-10-11T15:43:31.037122+0000 mon.smithi111 (mon.0) 587 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:43:32.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:32 smithi130 bash[31108]: audit 2023-10-11T15:43:31.037332+0000 mon.smithi111 (mon.0) 588 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:32.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:32 smithi130 bash[31108]: audit 2023-10-11T15:43:31.115774+0000 mon.smithi111 (mon.0) 589 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:32.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:32 smithi130 bash[31108]: audit 2023-10-11T15:43:31.365537+0000 mon.smithi130 (mon.1) 17 : audit 1 from='osd.6 [v2:172.21.15.130:6824/531306295,v1:172.21.15.130:6825/531306295]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-11T15:43:32.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:32 smithi130 bash[31108]: audit 2023-10-11T15:43:31.365924+0000 mon.smithi111 (mon.0) 590 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-11T15:43:32.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:32 smithi130 bash[31108]: audit 2023-10-11T15:43:32.026566+0000 mon.smithi111 (mon.0) 591 : audit 1 from='osd.3 [v2:172.21.15.111:6810/3767175106,v1:172.21.15.111:6811/3767175106]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-11T15:43:33.074 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:33 smithi111 bash[24268]: audit 2023-10-11T15:43:32.047597+0000 mon.smithi111 (mon.0) 592 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:33.075 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:33 smithi111 bash[24268]: audit 2023-10-11T15:43:32.116520+0000 mon.smithi111 (mon.0) 593 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-11T15:43:33.075 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:33 smithi111 bash[24268]: audit 2023-10-11T15:43:32.116572+0000 mon.smithi111 (mon.0) 594 : audit 1 from='osd.3 [v2:172.21.15.111:6810/3767175106,v1:172.21.15.111:6811/3767175106]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-11T15:43:33.075 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:33 smithi111 bash[24268]: cluster 2023-10-11T15:43:32.116616+0000 mon.smithi111 (mon.0) 595 : cluster 0 osdmap e29: 8 total, 4 up, 8 in 2023-10-11T15:43:33.075 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:33 smithi111 bash[24268]: audit 2023-10-11T15:43:32.117104+0000 mon.smithi111 (mon.0) 596 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:43:33.075 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:33 smithi111 bash[24268]: audit 2023-10-11T15:43:32.117427+0000 mon.smithi111 (mon.0) 597 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:33.076 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:33 smithi111 bash[24268]: audit 2023-10-11T15:43:32.117576+0000 mon.smithi111 (mon.0) 598 : audit 1 from='osd.3 [v2:172.21.15.111:6810/3767175106,v1:172.21.15.111:6811/3767175106]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2023-10-11T15:43:33.076 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:33 smithi111 bash[24268]: audit 2023-10-11T15:43:32.117781+0000 mon.smithi111 (mon.0) 599 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:43:33.076 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:33 smithi111 bash[24268]: audit 2023-10-11T15:43:32.117915+0000 mon.smithi111 (mon.0) 600 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:33.076 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:33 smithi111 bash[24268]: audit 2023-10-11T15:43:32.121365+0000 mon.smithi130 (mon.1) 18 : audit 1 from='osd.6 [v2:172.21.15.130:6824/531306295,v1:172.21.15.130:6825/531306295]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2023-10-11T15:43:33.076 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:33 smithi111 bash[24268]: cluster 2023-10-11T15:43:32.127146+0000 mon.smithi111 (mon.0) 601 : cluster 0 mgrmap e19: smithi111.dafezg(active, since 2m), standbys: smithi130.ukyvex 2023-10-11T15:43:33.077 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:33 smithi111 bash[24268]: audit 2023-10-11T15:43:32.127441+0000 mon.smithi111 (mon.0) 602 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2023-10-11T15:43:33.077 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:33 smithi111 bash[24268]: cluster 2023-10-11T15:43:32.198737+0000 mgr.smithi111.dafezg (mgr.14195) 125 : cluster 0 pgmap v88: 1 pgs: 1 unknown; 0 B data, 106 MiB used, 357 GiB / 358 GiB avail 2023-10-11T15:43:33.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:33 smithi130 bash[31108]: audit 2023-10-11T15:43:32.047597+0000 mon.smithi111 (mon.0) 592 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:33.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:33 smithi130 bash[31108]: audit 2023-10-11T15:43:32.116520+0000 mon.smithi111 (mon.0) 593 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-11T15:43:33.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:33 smithi130 bash[31108]: audit 2023-10-11T15:43:32.116572+0000 mon.smithi111 (mon.0) 594 : audit 1 from='osd.3 [v2:172.21.15.111:6810/3767175106,v1:172.21.15.111:6811/3767175106]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-11T15:43:33.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:33 smithi130 bash[31108]: cluster 2023-10-11T15:43:32.116616+0000 mon.smithi111 (mon.0) 595 : cluster 0 osdmap e29: 8 total, 4 up, 8 in 2023-10-11T15:43:33.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:33 smithi130 bash[31108]: audit 2023-10-11T15:43:32.117104+0000 mon.smithi111 (mon.0) 596 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:43:33.382 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:33 smithi130 bash[31108]: audit 2023-10-11T15:43:32.117427+0000 mon.smithi111 (mon.0) 597 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:33.382 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:33 smithi130 bash[31108]: audit 2023-10-11T15:43:32.117576+0000 mon.smithi111 (mon.0) 598 : audit 1 from='osd.3 [v2:172.21.15.111:6810/3767175106,v1:172.21.15.111:6811/3767175106]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2023-10-11T15:43:33.383 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:33 smithi130 bash[31108]: audit 2023-10-11T15:43:32.117781+0000 mon.smithi111 (mon.0) 599 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:43:33.383 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:33 smithi130 bash[31108]: audit 2023-10-11T15:43:32.117915+0000 mon.smithi111 (mon.0) 600 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:33.383 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:33 smithi130 bash[31108]: audit 2023-10-11T15:43:32.121365+0000 mon.smithi130 (mon.1) 18 : audit 1 from='osd.6 [v2:172.21.15.130:6824/531306295,v1:172.21.15.130:6825/531306295]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2023-10-11T15:43:33.384 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:33 smithi130 bash[31108]: cluster 2023-10-11T15:43:32.127146+0000 mon.smithi111 (mon.0) 601 : cluster 0 mgrmap e19: smithi111.dafezg(active, since 2m), standbys: smithi130.ukyvex 2023-10-11T15:43:33.384 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:33 smithi130 bash[31108]: audit 2023-10-11T15:43:32.127441+0000 mon.smithi111 (mon.0) 602 : audit 1 from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]: dispatch 2023-10-11T15:43:33.384 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:33 smithi130 bash[31108]: cluster 2023-10-11T15:43:32.198737+0000 mgr.smithi111.dafezg (mgr.14195) 125 : cluster 0 pgmap v88: 1 pgs: 1 unknown; 0 B data, 106 MiB used, 357 GiB / 358 GiB avail 2023-10-11T15:43:33.385 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:33 smithi130 bash[31108]: audit 2023-10-11T15:43:32.998519+0000 mon.smithi111 (mon.0) 603 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:33.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:33 smithi111 bash[24268]: audit 2023-10-11T15:43:32.998519+0000 mon.smithi111 (mon.0) 603 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:34.379 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:34 smithi130 bash[31108]: audit 2023-10-11T15:43:33.118404+0000 mon.smithi111 (mon.0) 604 : audit 1 from='osd.3 [v2:172.21.15.111:6810/3767175106,v1:172.21.15.111:6811/3767175106]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]': finished 2023-10-11T15:43:34.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:34 smithi130 bash[31108]: audit 2023-10-11T15:43:33.118490+0000 mon.smithi111 (mon.0) 605 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]': finished 2023-10-11T15:43:34.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:34 smithi130 bash[31108]: cluster 2023-10-11T15:43:33.118580+0000 mon.smithi111 (mon.0) 606 : cluster 0 osdmap e30: 8 total, 4 up, 8 in 2023-10-11T15:43:34.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:34 smithi130 bash[31108]: audit 2023-10-11T15:43:33.118694+0000 mon.smithi111 (mon.0) 607 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:43:34.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:34 smithi130 bash[31108]: audit 2023-10-11T15:43:33.119088+0000 mon.smithi111 (mon.0) 608 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:34.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:34 smithi130 bash[31108]: audit 2023-10-11T15:43:33.119315+0000 mon.smithi111 (mon.0) 609 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:43:34.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:34 smithi130 bash[31108]: audit 2023-10-11T15:43:33.119918+0000 mon.smithi111 (mon.0) 610 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:34.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:34 smithi130 bash[31108]: audit 2023-10-11T15:43:33.125078+0000 mon.smithi111 (mon.0) 611 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:43:34.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:34 smithi130 bash[31108]: audit 2023-10-11T15:43:33.127825+0000 mon.smithi111 (mon.0) 612 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:43:34.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:34 smithi111 bash[24268]: audit 2023-10-11T15:43:33.118404+0000 mon.smithi111 (mon.0) 604 : audit 1 from='osd.3 [v2:172.21.15.111:6810/3767175106,v1:172.21.15.111:6811/3767175106]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]': finished 2023-10-11T15:43:34.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:34 smithi111 bash[24268]: audit 2023-10-11T15:43:33.118490+0000 mon.smithi111 (mon.0) 605 : audit 1 from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi130", "root=default"]}]': finished 2023-10-11T15:43:34.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:34 smithi111 bash[24268]: cluster 2023-10-11T15:43:33.118580+0000 mon.smithi111 (mon.0) 606 : cluster 0 osdmap e30: 8 total, 4 up, 8 in 2023-10-11T15:43:34.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:34 smithi111 bash[24268]: audit 2023-10-11T15:43:33.118694+0000 mon.smithi111 (mon.0) 607 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:43:34.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:34 smithi111 bash[24268]: audit 2023-10-11T15:43:33.119088+0000 mon.smithi111 (mon.0) 608 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:34.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:34 smithi111 bash[24268]: audit 2023-10-11T15:43:33.119315+0000 mon.smithi111 (mon.0) 609 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:43:34.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:34 smithi111 bash[24268]: audit 2023-10-11T15:43:33.119918+0000 mon.smithi111 (mon.0) 610 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:34.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:34 smithi111 bash[24268]: audit 2023-10-11T15:43:33.125078+0000 mon.smithi111 (mon.0) 611 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:43:34.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:34 smithi111 bash[24268]: audit 2023-10-11T15:43:33.127825+0000 mon.smithi111 (mon.0) 612 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:43:35.501 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:35 smithi111 bash[24268]: cluster 2023-10-11T15:43:32.383528+0000 osd.6 (osd.6) 1 : cluster 0 purged_snaps scrub starts 2023-10-11T15:43:35.502 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:35 smithi111 bash[24268]: cluster 2023-10-11T15:43:32.383629+0000 osd.6 (osd.6) 2 : cluster 0 purged_snaps scrub ok 2023-10-11T15:43:35.502 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:35 smithi111 bash[24268]: cluster 2023-10-11T15:43:33.049974+0000 osd.3 (osd.3) 1 : cluster 0 purged_snaps scrub starts 2023-10-11T15:43:35.502 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:35 smithi111 bash[24268]: cluster 2023-10-11T15:43:33.050036+0000 osd.3 (osd.3) 2 : cluster 0 purged_snaps scrub ok 2023-10-11T15:43:35.502 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:35 smithi111 bash[24268]: cluster 2023-10-11T15:43:34.124154+0000 mon.smithi111 (mon.0) 613 : cluster 1 osd.3 [v2:172.21.15.111:6810/3767175106,v1:172.21.15.111:6811/3767175106] boot 2023-10-11T15:43:35.503 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:35 smithi111 bash[24268]: cluster 2023-10-11T15:43:34.124207+0000 mon.smithi111 (mon.0) 614 : cluster 1 osd.6 [v2:172.21.15.130:6824/531306295,v1:172.21.15.130:6825/531306295] boot 2023-10-11T15:43:35.503 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:35 smithi111 bash[24268]: cluster 2023-10-11T15:43:34.124260+0000 mon.smithi111 (mon.0) 615 : cluster 0 osdmap e31: 8 total, 6 up, 8 in 2023-10-11T15:43:35.503 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:35 smithi111 bash[24268]: audit 2023-10-11T15:43:34.124727+0000 mon.smithi111 (mon.0) 616 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:43:35.503 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:35 smithi111 bash[24268]: audit 2023-10-11T15:43:34.125099+0000 mon.smithi111 (mon.0) 617 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:35.503 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:35 smithi111 bash[24268]: audit 2023-10-11T15:43:34.125309+0000 mon.smithi111 (mon.0) 618 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:43:35.504 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:35 smithi111 bash[24268]: audit 2023-10-11T15:43:34.125583+0000 mon.smithi111 (mon.0) 619 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:35.504 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:35 smithi111 bash[24268]: cluster 2023-10-11T15:43:34.199161+0000 mgr.smithi111.dafezg (mgr.14195) 126 : cluster 0 pgmap v91: 1 pgs: 1 unknown; 0 B data, 162 MiB used, 536 GiB / 536 GiB avail 2023-10-11T15:43:35.504 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:35 smithi111 bash[24268]: audit 2023-10-11T15:43:34.341039+0000 mon.smithi111 (mon.0) 620 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:35.504 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:35 smithi111 bash[24268]: audit 2023-10-11T15:43:34.348811+0000 mon.smithi111 (mon.0) 621 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:35.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:35 smithi130 bash[31108]: cluster 2023-10-11T15:43:32.383528+0000 osd.6 (osd.6) 1 : cluster 0 purged_snaps scrub starts 2023-10-11T15:43:35.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:35 smithi130 bash[31108]: cluster 2023-10-11T15:43:32.383629+0000 osd.6 (osd.6) 2 : cluster 0 purged_snaps scrub ok 2023-10-11T15:43:35.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:35 smithi130 bash[31108]: cluster 2023-10-11T15:43:33.049974+0000 osd.3 (osd.3) 1 : cluster 0 purged_snaps scrub starts 2023-10-11T15:43:35.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:35 smithi130 bash[31108]: cluster 2023-10-11T15:43:33.050036+0000 osd.3 (osd.3) 2 : cluster 0 purged_snaps scrub ok 2023-10-11T15:43:35.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:35 smithi130 bash[31108]: cluster 2023-10-11T15:43:34.124154+0000 mon.smithi111 (mon.0) 613 : cluster 1 osd.3 [v2:172.21.15.111:6810/3767175106,v1:172.21.15.111:6811/3767175106] boot 2023-10-11T15:43:35.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:35 smithi130 bash[31108]: cluster 2023-10-11T15:43:34.124207+0000 mon.smithi111 (mon.0) 614 : cluster 1 osd.6 [v2:172.21.15.130:6824/531306295,v1:172.21.15.130:6825/531306295] boot 2023-10-11T15:43:35.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:35 smithi130 bash[31108]: cluster 2023-10-11T15:43:34.124260+0000 mon.smithi111 (mon.0) 615 : cluster 0 osdmap e31: 8 total, 6 up, 8 in 2023-10-11T15:43:35.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:35 smithi130 bash[31108]: audit 2023-10-11T15:43:34.124727+0000 mon.smithi111 (mon.0) 616 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-11T15:43:35.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:35 smithi130 bash[31108]: audit 2023-10-11T15:43:34.125099+0000 mon.smithi111 (mon.0) 617 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:35.632 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:35 smithi130 bash[31108]: audit 2023-10-11T15:43:34.125309+0000 mon.smithi111 (mon.0) 618 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-11T15:43:35.632 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:35 smithi130 bash[31108]: audit 2023-10-11T15:43:34.125583+0000 mon.smithi111 (mon.0) 619 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:35.632 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:35 smithi130 bash[31108]: cluster 2023-10-11T15:43:34.199161+0000 mgr.smithi111.dafezg (mgr.14195) 126 : cluster 0 pgmap v91: 1 pgs: 1 unknown; 0 B data, 162 MiB used, 536 GiB / 536 GiB avail 2023-10-11T15:43:35.632 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:35 smithi130 bash[31108]: audit 2023-10-11T15:43:34.341039+0000 mon.smithi111 (mon.0) 620 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:35.632 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:35 smithi130 bash[31108]: audit 2023-10-11T15:43:34.348811+0000 mon.smithi111 (mon.0) 621 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:36.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:36 smithi111 bash[24268]: cluster 2023-10-11T15:43:35.125680+0000 mon.smithi111 (mon.0) 622 : cluster 0 osdmap e32: 8 total, 6 up, 8 in 2023-10-11T15:43:36.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:36 smithi111 bash[24268]: audit 2023-10-11T15:43:35.125897+0000 mon.smithi111 (mon.0) 623 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:36.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:36 smithi111 bash[24268]: audit 2023-10-11T15:43:35.126588+0000 mon.smithi111 (mon.0) 624 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:36.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:36 smithi111 bash[24268]: cluster 2023-10-11T15:43:36.126802+0000 mon.smithi111 (mon.0) 625 : cluster 0 osdmap e33: 8 total, 6 up, 8 in 2023-10-11T15:43:36.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:36 smithi111 bash[24268]: audit 2023-10-11T15:43:36.127009+0000 mon.smithi111 (mon.0) 626 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:36.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:36 smithi111 bash[24268]: audit 2023-10-11T15:43:36.127325+0000 mon.smithi111 (mon.0) 627 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:36.629 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:36 smithi130 bash[31108]: cluster 2023-10-11T15:43:35.125680+0000 mon.smithi111 (mon.0) 622 : cluster 0 osdmap e32: 8 total, 6 up, 8 in 2023-10-11T15:43:36.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:36 smithi130 bash[31108]: audit 2023-10-11T15:43:35.125897+0000 mon.smithi111 (mon.0) 623 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:36.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:36 smithi130 bash[31108]: audit 2023-10-11T15:43:35.126588+0000 mon.smithi111 (mon.0) 624 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:36.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:36 smithi130 bash[31108]: cluster 2023-10-11T15:43:36.126802+0000 mon.smithi111 (mon.0) 625 : cluster 0 osdmap e33: 8 total, 6 up, 8 in 2023-10-11T15:43:36.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:36 smithi130 bash[31108]: audit 2023-10-11T15:43:36.127009+0000 mon.smithi111 (mon.0) 626 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:36.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:36 smithi130 bash[31108]: audit 2023-10-11T15:43:36.127325+0000 mon.smithi111 (mon.0) 627 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:38.274 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-10-11T15:43:38.303 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:38 smithi111 bash[24268]: audit 2023-10-11T15:43:36.164689+0000 mon.smithi111 (mon.0) 628 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:38.303 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:38 smithi111 bash[24268]: cluster 2023-10-11T15:43:36.199491+0000 mgr.smithi111.dafezg (mgr.14195) 127 : cluster 0 pgmap v94: 1 pgs: 1 unknown; 0 B data, 162 MiB used, 536 GiB / 536 GiB avail 2023-10-11T15:43:38.303 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:38 smithi111 bash[24268]: audit 2023-10-11T15:43:37.089677+0000 mon.smithi111 (mon.0) 629 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:38.303 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:38 smithi111 bash[24268]: audit 2023-10-11T15:43:37.092179+0000 mon.smithi111 (mon.0) 630 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-11T15:43:38.379 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:38 smithi130 bash[31108]: audit 2023-10-11T15:43:36.164689+0000 mon.smithi111 (mon.0) 628 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:38.379 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:38 smithi130 bash[31108]: cluster 2023-10-11T15:43:36.199491+0000 mgr.smithi111.dafezg (mgr.14195) 127 : cluster 0 pgmap v94: 1 pgs: 1 unknown; 0 B data, 162 MiB used, 536 GiB / 536 GiB avail 2023-10-11T15:43:38.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:38 smithi130 bash[31108]: audit 2023-10-11T15:43:37.089677+0000 mon.smithi111 (mon.0) 629 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:38.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:38 smithi130 bash[31108]: audit 2023-10-11T15:43:37.092179+0000 mon.smithi111 (mon.0) 630 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-11T15:43:39.288 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:39 smithi111 bash[24268]: audit 2023-10-11T15:43:38.017521+0000 mon.smithi111 (mon.0) 631 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-11T15:43:39.288 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:39 smithi111 bash[24268]: audit 2023-10-11T15:43:38.018636+0000 mon.smithi111 (mon.0) 632 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mon metadata", "id": "smithi111"}]: dispatch 2023-10-11T15:43:39.288 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:39 smithi111 bash[24268]: audit 2023-10-11T15:43:38.018872+0000 mon.smithi111 (mon.0) 633 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mon metadata", "id": "smithi130"}]: dispatch 2023-10-11T15:43:39.288 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:39 smithi111 bash[24268]: cluster 2023-10-11T15:43:38.023030+0000 mon.smithi111 (mon.0) 634 : cluster 0 osdmap e34: 8 total, 6 up, 8 in 2023-10-11T15:43:39.289 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:39 smithi111 bash[24268]: audit 2023-10-11T15:43:38.023410+0000 mon.smithi111 (mon.0) 635 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:39.289 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:39 smithi111 bash[24268]: audit 2023-10-11T15:43:38.023716+0000 mon.smithi111 (mon.0) 636 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:39.289 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:39 smithi111 bash[24268]: cluster 2023-10-11T15:43:38.199972+0000 mgr.smithi111.dafezg (mgr.14195) 128 : cluster 0 pgmap v96: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2023-10-11T15:43:39.289 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:39 smithi111 bash[24268]: audit 2023-10-11T15:43:38.272777+0000 mon.smithi111 (mon.0) 637 : audit 0 from='client.? 172.21.15.111:0/4154303575' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:43:39.289 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:39 smithi111 bash[24268]: audit 2023-10-11T15:43:38.704149+0000 mon.smithi111 (mon.0) 638 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:39.290 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:39 smithi111 bash[24268]: audit 2023-10-11T15:43:38.713021+0000 mon.smithi111 (mon.0) 639 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:39.290 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:39 smithi111 bash[24268]: cluster 2023-10-11T15:43:39.027291+0000 mon.smithi111 (mon.0) 640 : cluster 0 osdmap e35: 8 total, 6 up, 8 in 2023-10-11T15:43:39.290 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:39 smithi111 bash[24268]: audit 2023-10-11T15:43:39.027529+0000 mon.smithi111 (mon.0) 641 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:39.290 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:39 smithi111 bash[24268]: audit 2023-10-11T15:43:39.027882+0000 mon.smithi111 (mon.0) 642 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:39.379 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:39 smithi130 bash[31108]: audit 2023-10-11T15:43:38.017521+0000 mon.smithi111 (mon.0) 631 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-11T15:43:39.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:39 smithi130 bash[31108]: audit 2023-10-11T15:43:38.018636+0000 mon.smithi111 (mon.0) 632 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mon metadata", "id": "smithi111"}]: dispatch 2023-10-11T15:43:39.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:39 smithi130 bash[31108]: audit 2023-10-11T15:43:38.018872+0000 mon.smithi111 (mon.0) 633 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mon metadata", "id": "smithi130"}]: dispatch 2023-10-11T15:43:39.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:39 smithi130 bash[31108]: cluster 2023-10-11T15:43:38.023030+0000 mon.smithi111 (mon.0) 634 : cluster 0 osdmap e34: 8 total, 6 up, 8 in 2023-10-11T15:43:39.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:39 smithi130 bash[31108]: audit 2023-10-11T15:43:38.023410+0000 mon.smithi111 (mon.0) 635 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:39.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:39 smithi130 bash[31108]: audit 2023-10-11T15:43:38.023716+0000 mon.smithi111 (mon.0) 636 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:39.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:39 smithi130 bash[31108]: cluster 2023-10-11T15:43:38.199972+0000 mgr.smithi111.dafezg (mgr.14195) 128 : cluster 0 pgmap v96: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2023-10-11T15:43:39.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:39 smithi130 bash[31108]: audit 2023-10-11T15:43:38.272777+0000 mon.smithi111 (mon.0) 637 : audit 0 from='client.? 172.21.15.111:0/4154303575' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:43:39.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:39 smithi130 bash[31108]: audit 2023-10-11T15:43:38.704149+0000 mon.smithi111 (mon.0) 638 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:39.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:39 smithi130 bash[31108]: audit 2023-10-11T15:43:38.713021+0000 mon.smithi111 (mon.0) 639 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:39.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:39 smithi130 bash[31108]: cluster 2023-10-11T15:43:39.027291+0000 mon.smithi111 (mon.0) 640 : cluster 0 osdmap e35: 8 total, 6 up, 8 in 2023-10-11T15:43:39.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:39 smithi130 bash[31108]: audit 2023-10-11T15:43:39.027529+0000 mon.smithi111 (mon.0) 641 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:39.382 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:39 smithi130 bash[31108]: audit 2023-10-11T15:43:39.027882+0000 mon.smithi111 (mon.0) 642 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:39.566 INFO:teuthology.orchestra.run.smithi111.stdout:{"epoch":34,"num_osds":8,"num_up_osds":6,"osd_up_since":1697039014,"num_in_osds":8,"osd_in_since":1697038972,"num_remapped_pgs":0} 2023-10-11T15:43:40.379 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:40 smithi130 bash[31108]: audit 2023-10-11T15:43:39.053229+0000 mon.smithi111 (mon.0) 643 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:40.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:40 smithi130 bash[31108]: audit 2023-10-11T15:43:39.054931+0000 mon.smithi111 (mon.0) 644 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mon metadata", "id": "smithi111"}]: dispatch 2023-10-11T15:43:40.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:40 smithi130 bash[31108]: audit 2023-10-11T15:43:39.054971+0000 mon.smithi130 (mon.1) 19 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-11T15:43:40.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:40 smithi130 bash[31108]: audit 2023-10-11T15:43:39.055083+0000 mon.smithi111 (mon.0) 645 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mon metadata", "id": "smithi130"}]: dispatch 2023-10-11T15:43:40.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:40 smithi130 bash[31108]: audit 2023-10-11T15:43:39.956942+0000 mon.smithi130 (mon.1) 20 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-11T15:43:40.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:40 smithi130 bash[31108]: audit 2023-10-11T15:43:39.991533+0000 mon.smithi111 (mon.0) 646 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:40.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:40 smithi111 bash[24268]: audit 2023-10-11T15:43:39.053229+0000 mon.smithi111 (mon.0) 643 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:40.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:40 smithi111 bash[24268]: audit 2023-10-11T15:43:39.054931+0000 mon.smithi111 (mon.0) 644 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mon metadata", "id": "smithi111"}]: dispatch 2023-10-11T15:43:40.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:40 smithi111 bash[24268]: audit 2023-10-11T15:43:39.054971+0000 mon.smithi130 (mon.1) 19 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-11T15:43:40.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:40 smithi111 bash[24268]: audit 2023-10-11T15:43:39.055083+0000 mon.smithi111 (mon.0) 645 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "mon metadata", "id": "smithi130"}]: dispatch 2023-10-11T15:43:40.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:40 smithi111 bash[24268]: audit 2023-10-11T15:43:39.956942+0000 mon.smithi130 (mon.1) 20 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-11T15:43:40.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:40 smithi111 bash[24268]: audit 2023-10-11T15:43:39.991533+0000 mon.smithi111 (mon.0) 646 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:40.567 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-11T15:43:41.158 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:41 smithi111 bash[24268]: cluster 2023-10-11T15:43:40.200651+0000 mgr.smithi111.dafezg (mgr.14195) 129 : cluster 0 pgmap v98: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2023-10-11T15:43:41.159 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:41 smithi111 bash[24268]: audit 2023-10-11T15:43:40.273492+0000 mon.smithi111 (mon.0) 647 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:43:41.159 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:41 smithi111 bash[24268]: audit 2023-10-11T15:43:40.701965+0000 mon.smithi111 (mon.0) 648 : audit 1 from='osd.5 [v2:172.21.15.111:6818/2791289696,v1:172.21.15.111:6819/2791289696]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-11T15:43:41.379 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:41 smithi130 bash[31108]: cluster 2023-10-11T15:43:40.200651+0000 mgr.smithi111.dafezg (mgr.14195) 129 : cluster 0 pgmap v98: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2023-10-11T15:43:41.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:41 smithi130 bash[31108]: audit 2023-10-11T15:43:40.273492+0000 mon.smithi111 (mon.0) 647 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:43:41.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:41 smithi130 bash[31108]: audit 2023-10-11T15:43:40.701965+0000 mon.smithi111 (mon.0) 648 : audit 1 from='osd.5 [v2:172.21.15.111:6818/2791289696,v1:172.21.15.111:6819/2791289696]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-11T15:43:42.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:42 smithi111 bash[24268]: audit 2023-10-11T15:43:41.069740+0000 mon.smithi111 (mon.0) 649 : audit 1 from='osd.5 [v2:172.21.15.111:6818/2791289696,v1:172.21.15.111:6819/2791289696]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-11T15:43:42.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:42 smithi111 bash[24268]: cluster 2023-10-11T15:43:41.069856+0000 mon.smithi111 (mon.0) 650 : cluster 0 osdmap e36: 8 total, 6 up, 8 in 2023-10-11T15:43:42.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:42 smithi111 bash[24268]: audit 2023-10-11T15:43:41.070114+0000 mon.smithi111 (mon.0) 651 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:42.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:42 smithi111 bash[24268]: audit 2023-10-11T15:43:41.070748+0000 mon.smithi111 (mon.0) 652 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:42.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:42 smithi111 bash[24268]: audit 2023-10-11T15:43:41.071098+0000 mon.smithi111 (mon.0) 653 : audit 1 from='osd.5 [v2:172.21.15.111:6818/2791289696,v1:172.21.15.111:6819/2791289696]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2023-10-11T15:43:42.379 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:42 smithi130 bash[31108]: audit 2023-10-11T15:43:41.069740+0000 mon.smithi111 (mon.0) 649 : audit 1 from='osd.5 [v2:172.21.15.111:6818/2791289696,v1:172.21.15.111:6819/2791289696]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-11T15:43:42.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:42 smithi130 bash[31108]: cluster 2023-10-11T15:43:41.069856+0000 mon.smithi111 (mon.0) 650 : cluster 0 osdmap e36: 8 total, 6 up, 8 in 2023-10-11T15:43:42.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:42 smithi130 bash[31108]: audit 2023-10-11T15:43:41.070114+0000 mon.smithi111 (mon.0) 651 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:42.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:42 smithi130 bash[31108]: audit 2023-10-11T15:43:41.070748+0000 mon.smithi111 (mon.0) 652 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:42.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:42 smithi130 bash[31108]: audit 2023-10-11T15:43:41.071098+0000 mon.smithi111 (mon.0) 653 : audit 1 from='osd.5 [v2:172.21.15.111:6818/2791289696,v1:172.21.15.111:6819/2791289696]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2023-10-11T15:43:43.379 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:43 smithi130 bash[31108]: audit 2023-10-11T15:43:42.073212+0000 mon.smithi111 (mon.0) 654 : audit 1 from='osd.5 [v2:172.21.15.111:6818/2791289696,v1:172.21.15.111:6819/2791289696]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]': finished 2023-10-11T15:43:43.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:43 smithi130 bash[31108]: cluster 2023-10-11T15:43:42.073296+0000 mon.smithi111 (mon.0) 655 : cluster 0 osdmap e37: 8 total, 6 up, 8 in 2023-10-11T15:43:43.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:43 smithi130 bash[31108]: audit 2023-10-11T15:43:42.073691+0000 mon.smithi111 (mon.0) 656 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:43.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:43 smithi130 bash[31108]: audit 2023-10-11T15:43:42.074091+0000 mon.smithi111 (mon.0) 657 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:43.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:43 smithi130 bash[31108]: audit 2023-10-11T15:43:42.080709+0000 mon.smithi111 (mon.0) 658 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:43.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:43 smithi130 bash[31108]: cluster 2023-10-11T15:43:42.201196+0000 mgr.smithi111.dafezg (mgr.14195) 130 : cluster 0 pgmap v101: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2023-10-11T15:43:43.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:43 smithi111 bash[24268]: audit 2023-10-11T15:43:42.073212+0000 mon.smithi111 (mon.0) 654 : audit 1 from='osd.5 [v2:172.21.15.111:6818/2791289696,v1:172.21.15.111:6819/2791289696]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]': finished 2023-10-11T15:43:43.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:43 smithi111 bash[24268]: cluster 2023-10-11T15:43:42.073296+0000 mon.smithi111 (mon.0) 655 : cluster 0 osdmap e37: 8 total, 6 up, 8 in 2023-10-11T15:43:43.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:43 smithi111 bash[24268]: audit 2023-10-11T15:43:42.073691+0000 mon.smithi111 (mon.0) 656 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:43.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:43 smithi111 bash[24268]: audit 2023-10-11T15:43:42.074091+0000 mon.smithi111 (mon.0) 657 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:43.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:43 smithi111 bash[24268]: audit 2023-10-11T15:43:42.080709+0000 mon.smithi111 (mon.0) 658 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:43.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:43 smithi111 bash[24268]: cluster 2023-10-11T15:43:42.201196+0000 mgr.smithi111.dafezg (mgr.14195) 130 : cluster 0 pgmap v101: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2023-10-11T15:43:44.379 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:44 smithi130 bash[31108]: cluster 2023-10-11T15:43:41.662546+0000 osd.5 (osd.5) 1 : cluster 0 purged_snaps scrub starts 2023-10-11T15:43:44.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:44 smithi130 bash[31108]: cluster 2023-10-11T15:43:41.662675+0000 osd.5 (osd.5) 2 : cluster 0 purged_snaps scrub ok 2023-10-11T15:43:44.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:44 smithi130 bash[31108]: audit 2023-10-11T15:43:43.085737+0000 mon.smithi111 (mon.0) 659 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:44.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:44 smithi130 bash[31108]: cluster 2023-10-11T15:43:43.093631+0000 mon.smithi111 (mon.0) 660 : cluster 1 osd.5 [v2:172.21.15.111:6818/2791289696,v1:172.21.15.111:6819/2791289696] boot 2023-10-11T15:43:44.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:44 smithi130 bash[31108]: cluster 2023-10-11T15:43:43.093663+0000 mon.smithi111 (mon.0) 661 : cluster 0 osdmap e38: 8 total, 7 up, 8 in 2023-10-11T15:43:44.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:44 smithi130 bash[31108]: audit 2023-10-11T15:43:43.094080+0000 mon.smithi111 (mon.0) 662 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:44.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:44 smithi130 bash[31108]: audit 2023-10-11T15:43:43.094393+0000 mon.smithi111 (mon.0) 663 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:44.399 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:44 smithi111 bash[24268]: cluster 2023-10-11T15:43:41.662546+0000 osd.5 (osd.5) 1 : cluster 0 purged_snaps scrub starts 2023-10-11T15:43:44.399 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:44 smithi111 bash[24268]: cluster 2023-10-11T15:43:41.662675+0000 osd.5 (osd.5) 2 : cluster 0 purged_snaps scrub ok 2023-10-11T15:43:44.400 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:44 smithi111 bash[24268]: audit 2023-10-11T15:43:43.085737+0000 mon.smithi111 (mon.0) 659 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:44.400 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:44 smithi111 bash[24268]: cluster 2023-10-11T15:43:43.093631+0000 mon.smithi111 (mon.0) 660 : cluster 1 osd.5 [v2:172.21.15.111:6818/2791289696,v1:172.21.15.111:6819/2791289696] boot 2023-10-11T15:43:44.400 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:44 smithi111 bash[24268]: cluster 2023-10-11T15:43:43.093663+0000 mon.smithi111 (mon.0) 661 : cluster 0 osdmap e38: 8 total, 7 up, 8 in 2023-10-11T15:43:44.400 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:44 smithi111 bash[24268]: audit 2023-10-11T15:43:43.094080+0000 mon.smithi111 (mon.0) 662 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-11T15:43:44.400 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:44 smithi111 bash[24268]: audit 2023-10-11T15:43:43.094393+0000 mon.smithi111 (mon.0) 663 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:45.379 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:45 smithi130 bash[31108]: cluster 2023-10-11T15:43:44.094412+0000 mon.smithi111 (mon.0) 664 : cluster 0 osdmap e39: 8 total, 7 up, 8 in 2023-10-11T15:43:45.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:45 smithi130 bash[31108]: audit 2023-10-11T15:43:44.094564+0000 mon.smithi111 (mon.0) 665 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:45.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:45 smithi130 bash[31108]: cluster 2023-10-11T15:43:44.201806+0000 mgr.smithi111.dafezg (mgr.14195) 131 : cluster 0 pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail; 6.7 KiB/s rd, 326 KiB/s wr, 21 op/s 2023-10-11T15:43:45.418 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:45 smithi111 bash[24268]: cluster 2023-10-11T15:43:44.094412+0000 mon.smithi111 (mon.0) 664 : cluster 0 osdmap e39: 8 total, 7 up, 8 in 2023-10-11T15:43:45.418 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:45 smithi111 bash[24268]: audit 2023-10-11T15:43:44.094564+0000 mon.smithi111 (mon.0) 665 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:45.419 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:45 smithi111 bash[24268]: cluster 2023-10-11T15:43:44.201806+0000 mgr.smithi111.dafezg (mgr.14195) 131 : cluster 0 pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail; 6.7 KiB/s rd, 326 KiB/s wr, 21 op/s 2023-10-11T15:43:46.814 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:43:47.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:46 smithi130 bash[31108]: audit 2023-10-11T15:43:46.258369+0000 mon.smithi111 (mon.0) 666 : audit 1 from='osd.7 [v2:172.21.15.111:6826/529544945,v1:172.21.15.111:6827/529544945]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-11T15:43:47.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:46 smithi111 bash[24268]: audit 2023-10-11T15:43:46.258369+0000 mon.smithi111 (mon.0) 666 : audit 1 from='osd.7 [v2:172.21.15.111:6826/529544945,v1:172.21.15.111:6827/529544945]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-11T15:43:48.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:47 smithi111 bash[24268]: cluster 2023-10-11T15:43:46.202439+0000 mgr.smithi111.dafezg (mgr.14195) 132 : cluster 0 pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail; 5.3 KiB/s rd, 254 KiB/s wr, 17 op/s 2023-10-11T15:43:48.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:47 smithi111 bash[24268]: audit 2023-10-11T15:43:46.803725+0000 mon.smithi111 (mon.0) 667 : audit 1 from='osd.7 [v2:172.21.15.111:6826/529544945,v1:172.21.15.111:6827/529544945]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-11T15:43:48.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:47 smithi111 bash[24268]: cluster 2023-10-11T15:43:46.803790+0000 mon.smithi111 (mon.0) 668 : cluster 0 osdmap e40: 8 total, 7 up, 8 in 2023-10-11T15:43:48.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:47 smithi111 bash[24268]: audit 2023-10-11T15:43:46.804098+0000 mon.smithi111 (mon.0) 669 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:48.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:47 smithi111 bash[24268]: audit 2023-10-11T15:43:46.804759+0000 mon.smithi111 (mon.0) 670 : audit 1 from='osd.7 [v2:172.21.15.111:6826/529544945,v1:172.21.15.111:6827/529544945]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2023-10-11T15:43:48.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:47 smithi130 bash[31108]: cluster 2023-10-11T15:43:46.202439+0000 mgr.smithi111.dafezg (mgr.14195) 132 : cluster 0 pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail; 5.3 KiB/s rd, 254 KiB/s wr, 17 op/s 2023-10-11T15:43:48.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:47 smithi130 bash[31108]: audit 2023-10-11T15:43:46.803725+0000 mon.smithi111 (mon.0) 667 : audit 1 from='osd.7 [v2:172.21.15.111:6826/529544945,v1:172.21.15.111:6827/529544945]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-11T15:43:48.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:47 smithi130 bash[31108]: cluster 2023-10-11T15:43:46.803790+0000 mon.smithi111 (mon.0) 668 : cluster 0 osdmap e40: 8 total, 7 up, 8 in 2023-10-11T15:43:48.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:47 smithi130 bash[31108]: audit 2023-10-11T15:43:46.804098+0000 mon.smithi111 (mon.0) 669 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:48.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:47 smithi130 bash[31108]: audit 2023-10-11T15:43:46.804759+0000 mon.smithi111 (mon.0) 670 : audit 1 from='osd.7 [v2:172.21.15.111:6826/529544945,v1:172.21.15.111:6827/529544945]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]: dispatch 2023-10-11T15:43:49.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:48 smithi111 bash[24268]: audit 2023-10-11T15:43:47.808725+0000 mon.smithi111 (mon.0) 671 : audit 1 from='osd.7 [v2:172.21.15.111:6826/529544945,v1:172.21.15.111:6827/529544945]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]': finished 2023-10-11T15:43:49.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:48 smithi111 bash[24268]: cluster 2023-10-11T15:43:47.808883+0000 mon.smithi111 (mon.0) 672 : cluster 0 osdmap e41: 8 total, 7 up, 8 in 2023-10-11T15:43:49.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:48 smithi111 bash[24268]: audit 2023-10-11T15:43:47.809449+0000 mon.smithi111 (mon.0) 673 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:49.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:48 smithi111 bash[24268]: audit 2023-10-11T15:43:47.816100+0000 mon.smithi111 (mon.0) 674 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:49.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:48 smithi130 bash[31108]: audit 2023-10-11T15:43:47.808725+0000 mon.smithi111 (mon.0) 671 : audit 1 from='osd.7 [v2:172.21.15.111:6826/529544945,v1:172.21.15.111:6827/529544945]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi111", "root=default"]}]': finished 2023-10-11T15:43:49.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:48 smithi130 bash[31108]: cluster 2023-10-11T15:43:47.808883+0000 mon.smithi111 (mon.0) 672 : cluster 0 osdmap e41: 8 total, 7 up, 8 in 2023-10-11T15:43:49.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:48 smithi130 bash[31108]: audit 2023-10-11T15:43:47.809449+0000 mon.smithi111 (mon.0) 673 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:49.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:48 smithi130 bash[31108]: audit 2023-10-11T15:43:47.816100+0000 mon.smithi111 (mon.0) 674 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:50.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:49 smithi130 bash[31108]: cluster 2023-10-11T15:43:47.258799+0000 osd.7 (osd.7) 1 : cluster 0 purged_snaps scrub starts 2023-10-11T15:43:50.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:49 smithi130 bash[31108]: cluster 2023-10-11T15:43:47.258890+0000 osd.7 (osd.7) 2 : cluster 0 purged_snaps scrub ok 2023-10-11T15:43:50.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:49 smithi130 bash[31108]: cluster 2023-10-11T15:43:48.202867+0000 mgr.smithi111.dafezg (mgr.14195) 133 : cluster 0 pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail 2023-10-11T15:43:50.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:49 smithi130 bash[31108]: audit 2023-10-11T15:43:48.816051+0000 mon.smithi111 (mon.0) 675 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:50.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:49 smithi130 bash[31108]: cluster 2023-10-11T15:43:48.821434+0000 mon.smithi111 (mon.0) 676 : cluster 1 osd.7 [v2:172.21.15.111:6826/529544945,v1:172.21.15.111:6827/529544945] boot 2023-10-11T15:43:50.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:49 smithi130 bash[31108]: cluster 2023-10-11T15:43:48.821460+0000 mon.smithi111 (mon.0) 677 : cluster 0 osdmap e42: 8 total, 8 up, 8 in 2023-10-11T15:43:50.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:49 smithi130 bash[31108]: audit 2023-10-11T15:43:48.821736+0000 mon.smithi111 (mon.0) 678 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:50.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:49 smithi111 bash[24268]: cluster 2023-10-11T15:43:47.258799+0000 osd.7 (osd.7) 1 : cluster 0 purged_snaps scrub starts 2023-10-11T15:43:50.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:49 smithi111 bash[24268]: cluster 2023-10-11T15:43:47.258890+0000 osd.7 (osd.7) 2 : cluster 0 purged_snaps scrub ok 2023-10-11T15:43:50.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:49 smithi111 bash[24268]: cluster 2023-10-11T15:43:48.202867+0000 mgr.smithi111.dafezg (mgr.14195) 133 : cluster 0 pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail 2023-10-11T15:43:50.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:49 smithi111 bash[24268]: audit 2023-10-11T15:43:48.816051+0000 mon.smithi111 (mon.0) 675 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:50.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:49 smithi111 bash[24268]: cluster 2023-10-11T15:43:48.821434+0000 mon.smithi111 (mon.0) 676 : cluster 1 osd.7 [v2:172.21.15.111:6826/529544945,v1:172.21.15.111:6827/529544945] boot 2023-10-11T15:43:50.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:49 smithi111 bash[24268]: cluster 2023-10-11T15:43:48.821460+0000 mon.smithi111 (mon.0) 677 : cluster 0 osdmap e42: 8 total, 8 up, 8 in 2023-10-11T15:43:50.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:49 smithi111 bash[24268]: audit 2023-10-11T15:43:48.821736+0000 mon.smithi111 (mon.0) 678 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-11T15:43:51.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:50 smithi111 bash[24268]: cluster 2023-10-11T15:43:49.824680+0000 mon.smithi111 (mon.0) 679 : cluster 0 osdmap e43: 8 total, 8 up, 8 in 2023-10-11T15:43:51.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:50 smithi111 bash[24268]: cluster 2023-10-11T15:43:50.203454+0000 mgr.smithi111.dafezg (mgr.14195) 134 : cluster 0 pgmap v111: 1 pgs: 1 remapped; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:43:51.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:50 smithi111 bash[24268]: audit 2023-10-11T15:43:50.625405+0000 mon.smithi111 (mon.0) 680 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:51.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:50 smithi111 bash[24268]: audit 2023-10-11T15:43:50.634861+0000 mon.smithi111 (mon.0) 681 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:51.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:50 smithi111 bash[24268]: audit 2023-10-11T15:43:50.735276+0000 mon.smithi111 (mon.0) 682 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:43:51.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:50 smithi130 bash[31108]: cluster 2023-10-11T15:43:49.824680+0000 mon.smithi111 (mon.0) 679 : cluster 0 osdmap e43: 8 total, 8 up, 8 in 2023-10-11T15:43:51.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:50 smithi130 bash[31108]: cluster 2023-10-11T15:43:50.203454+0000 mgr.smithi111.dafezg (mgr.14195) 134 : cluster 0 pgmap v111: 1 pgs: 1 remapped; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:43:51.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:50 smithi130 bash[31108]: audit 2023-10-11T15:43:50.625405+0000 mon.smithi111 (mon.0) 680 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:51.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:50 smithi130 bash[31108]: audit 2023-10-11T15:43:50.634861+0000 mon.smithi111 (mon.0) 681 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:51.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:50 smithi130 bash[31108]: audit 2023-10-11T15:43:50.735276+0000 mon.smithi111 (mon.0) 682 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:43:51.426 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-10-11T15:43:52.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:51 smithi111 bash[24268]: cluster 2023-10-11T15:43:50.829118+0000 mon.smithi111 (mon.0) 683 : cluster 0 osdmap e44: 8 total, 8 up, 8 in 2023-10-11T15:43:52.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:51 smithi111 bash[24268]: audit 2023-10-11T15:43:51.423965+0000 mon.smithi111 (mon.0) 684 : audit 0 from='client.? 172.21.15.111:0/3099038122' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:43:52.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:51 smithi130 bash[31108]: cluster 2023-10-11T15:43:50.829118+0000 mon.smithi111 (mon.0) 683 : cluster 0 osdmap e44: 8 total, 8 up, 8 in 2023-10-11T15:43:52.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:51 smithi130 bash[31108]: audit 2023-10-11T15:43:51.423965+0000 mon.smithi111 (mon.0) 684 : audit 0 from='client.? 172.21.15.111:0/3099038122' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-11T15:43:52.317 INFO:teuthology.orchestra.run.smithi111.stdout:{"epoch":44,"num_osds":8,"num_up_osds":8,"osd_up_since":1697039028,"num_in_osds":8,"osd_in_since":1697038972,"num_remapped_pgs":1} 2023-10-11T15:43:52.318 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph osd dump --format=json 2023-10-11T15:43:53.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:52 smithi130 bash[31108]: cluster 2023-10-11T15:43:51.838345+0000 mon.smithi111 (mon.0) 685 : cluster 0 osdmap e45: 8 total, 8 up, 8 in 2023-10-11T15:43:53.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:52 smithi130 bash[31108]: cluster 2023-10-11T15:43:52.203987+0000 mgr.smithi111.dafezg (mgr.14195) 135 : cluster 0 pgmap v114: 1 pgs: 1 remapped; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:43:53.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:52 smithi111 bash[24268]: cluster 2023-10-11T15:43:51.838345+0000 mon.smithi111 (mon.0) 685 : cluster 0 osdmap e45: 8 total, 8 up, 8 in 2023-10-11T15:43:53.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:52 smithi111 bash[24268]: cluster 2023-10-11T15:43:52.203987+0000 mgr.smithi111.dafezg (mgr.14195) 135 : cluster 0 pgmap v114: 1 pgs: 1 remapped; 577 KiB data, 215 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:43:54.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:53 smithi130 bash[31108]: cluster 2023-10-11T15:43:52.852170+0000 mon.smithi111 (mon.0) 686 : cluster 0 osdmap e46: 8 total, 8 up, 8 in 2023-10-11T15:43:54.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:53 smithi111 bash[24268]: cluster 2023-10-11T15:43:52.852170+0000 mon.smithi111 (mon.0) 686 : cluster 0 osdmap e46: 8 total, 8 up, 8 in 2023-10-11T15:43:55.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:54 smithi130 bash[31108]: cluster 2023-10-11T15:43:54.204630+0000 mgr.smithi111.dafezg (mgr.14195) 136 : cluster 0 pgmap v116: 1 pgs: 1 remapped; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:43:55.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:54 smithi111 bash[24268]: cluster 2023-10-11T15:43:54.204630+0000 mgr.smithi111.dafezg (mgr.14195) 136 : cluster 0 pgmap v116: 1 pgs: 1 remapped; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:43:56.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:55 smithi130 bash[31108]: audit 2023-10-11T15:43:55.273839+0000 mon.smithi111 (mon.0) 687 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:43:56.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:55 smithi111 bash[24268]: audit 2023-10-11T15:43:55.273839+0000 mon.smithi111 (mon.0) 687 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:43:56.887 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:43:57.769 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:57 smithi111 bash[24268]: cluster 2023-10-11T15:43:56.205268+0000 mgr.smithi111.dafezg (mgr.14195) 137 : cluster 0 pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2023-10-11T15:43:57.769 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:57 smithi111 bash[24268]: audit 2023-10-11T15:43:56.472649+0000 mon.smithi111 (mon.0) 688 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:57.769 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:57 smithi111 bash[24268]: audit 2023-10-11T15:43:56.480531+0000 mon.smithi111 (mon.0) 689 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:57.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:57 smithi111 bash[24268]: audit 2023-10-11T15:43:57.335639+0000 mon.smithi111 (mon.0) 690 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:57.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:57 smithi111 bash[24268]: audit 2023-10-11T15:43:57.343598+0000 mon.smithi111 (mon.0) 691 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:57.879 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:57 smithi130 bash[31108]: cluster 2023-10-11T15:43:56.205268+0000 mgr.smithi111.dafezg (mgr.14195) 137 : cluster 0 pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2023-10-11T15:43:57.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:57 smithi130 bash[31108]: audit 2023-10-11T15:43:56.472649+0000 mon.smithi111 (mon.0) 688 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:57.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:57 smithi130 bash[31108]: audit 2023-10-11T15:43:56.480531+0000 mon.smithi111 (mon.0) 689 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:57.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:57 smithi130 bash[31108]: audit 2023-10-11T15:43:57.335639+0000 mon.smithi111 (mon.0) 690 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:57.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:57 smithi130 bash[31108]: audit 2023-10-11T15:43:57.343598+0000 mon.smithi111 (mon.0) 691 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:43:59.629 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:43:59 smithi130 bash[31108]: cluster 2023-10-11T15:43:58.205950+0000 mgr.smithi111.dafezg (mgr.14195) 138 : cluster 0 pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 78 KiB/s, 0 objects/s recovering 2023-10-11T15:43:59.769 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:43:59 smithi111 bash[24268]: cluster 2023-10-11T15:43:58.205950+0000 mgr.smithi111.dafezg (mgr.14195) 138 : cluster 0 pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 78 KiB/s, 0 objects/s recovering 2023-10-11T15:44:00.363 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-10-11T15:44:00.363 INFO:teuthology.orchestra.run.smithi111.stdout:{"epoch":46,"fsid":"0d30edf8-684c-11ee-8db6-212e2dc638e7","created":"2023-10-11T15:38:19.171226+0000","modified":"2023-10-11T15:43:52.840549+0000","last_up_change":"2023-10-11T15:43:48.811214+0000","last_in_change":"2023-10-11T15:42:52.408310+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":"2023-10-11T15:43:28.772506+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"28","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"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":"b087d45c-c255-4044-bacc-9302b2f55705","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6800","nonce":443399317},{"type":"v1","addr":"172.21.15.130:6801","nonce":443399317}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6802","nonce":443399317},{"type":"v1","addr":"172.21.15.130:6803","nonce":443399317}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6806","nonce":443399317},{"type":"v1","addr":"172.21.15.130:6807","nonce":443399317}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6804","nonce":443399317},{"type":"v1","addr":"172.21.15.130:6805","nonce":443399317}]},"public_addr":"172.21.15.130:6801/443399317","cluster_addr":"172.21.15.130:6803/443399317","heartbeat_back_addr":"172.21.15.130:6807/443399317","heartbeat_front_addr":"172.21.15.130:6805/443399317","state":["exists","up"]},{"osd":1,"uuid":"744ab16a-27b4-45f8-ab51-98a8c72cdf31","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6802","nonce":827169785},{"type":"v1","addr":"172.21.15.111:6803","nonce":827169785}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6804","nonce":827169785},{"type":"v1","addr":"172.21.15.111:6805","nonce":827169785}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6808","nonce":827169785},{"type":"v1","addr":"172.21.15.111:6809","nonce":827169785}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6806","nonce":827169785},{"type":"v1","addr":"172.21.15.111:6807","nonce":827169785}]},"public_addr":"172.21.15.111:6803/827169785","cluster_addr":"172.21.15.111:6805/827169785","heartbeat_back_addr":"172.21.15.111:6809/827169785","heartbeat_front_addr":"172.21.15.111:6807/827169785","state":["exists","up"]},{"osd":2,"uuid":"21dde047-5df9-43bf-a066-85f8a79b3da1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6808","nonce":1462322858},{"type":"v1","addr":"172.21.15.130:6809","nonce":1462322858}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6810","nonce":1462322858},{"type":"v1","addr":"172.21.15.130:6811","nonce":1462322858}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6814","nonce":1462322858},{"type":"v1","addr":"172.21.15.130:6815","nonce":1462322858}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6812","nonce":1462322858},{"type":"v1","addr":"172.21.15.130:6813","nonce":1462322858}]},"public_addr":"172.21.15.130:6809/1462322858","cluster_addr":"172.21.15.130:6811/1462322858","heartbeat_back_addr":"172.21.15.130:6815/1462322858","heartbeat_front_addr":"172.21.15.130:6813/1462322858","state":["exists","up"]},{"osd":3,"uuid":"432c6df3-1a03-4480-b4c1-5168423524e4","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.111:6810","nonce":3767175106},{"type":"v1","addr":"172.21.15.111:6811","nonce":3767175106}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6812","nonce":3767175106},{"type":"v1","addr":"172.21.15.111:6813","nonce":3767175106}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6816","nonce":3767175106},{"type":"v1","addr":"172.21.15.111:6817","nonce":3767175106}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6814","nonce":3767175106},{"type":"v1","addr":"172.21.15.111:6815","nonce":3767175106}]},"public_addr":"172.21.15.111:6811/3767175106","cluster_addr":"172.21.15.111:6813/3767175106","heartbeat_back_addr":"172.21.15.111:6817/3767175106","heartbeat_front_addr":"172.21.15.111:6815/3767175106","state":["exists","up"]},{"osd":4,"uuid":"07e12954-cc84-4b80-8075-e9abb5301553","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6816","nonce":1196152958},{"type":"v1","addr":"172.21.15.130:6817","nonce":1196152958}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6818","nonce":1196152958},{"type":"v1","addr":"172.21.15.130:6819","nonce":1196152958}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6822","nonce":1196152958},{"type":"v1","addr":"172.21.15.130:6823","nonce":1196152958}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6820","nonce":1196152958},{"type":"v1","addr":"172.21.15.130:6821","nonce":1196152958}]},"public_addr":"172.21.15.130:6817/1196152958","cluster_addr":"172.21.15.130:6819/1196152958","heartbeat_back_addr":"172.21.15.130:6823/1196152958","heartbeat_front_addr":"172.21.15.130:6821/1196152958","state":["exists","up"]},{"osd":5,"uuid":"2adb4e91-b5b7-44d3-b209-0685df878116","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6818","nonce":2791289696},{"type":"v1","addr":"172.21.15.111:6819","nonce":2791289696}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6820","nonce":2791289696},{"type":"v1","addr":"172.21.15.111:6821","nonce":2791289696}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6824","nonce":2791289696},{"type":"v1","addr":"172.21.15.111:6825","nonce":2791289696}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6822","nonce":2791289696},{"type":"v1","addr":"172.21.15.111:6823","nonce":2791289696}]},"public_addr":"172.21.15.111:6819/2791289696","cluster_addr":"172.21.15.111:6821/2791289696","heartbeat_back_addr":"172.21.15.111:6825/2791289696","heartbeat_front_addr":"172.21.15.111:6823/2791289696","state":["exists","up"]},{"osd":6,"uuid":"6cfcfd27-9309-4dcf-bee9-6fa7bceecf48","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.130:6824","nonce":531306295},{"type":"v1","addr":"172.21.15.130:6825","nonce":531306295}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6826","nonce":531306295},{"type":"v1","addr":"172.21.15.130:6827","nonce":531306295}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6830","nonce":531306295},{"type":"v1","addr":"172.21.15.130:6831","nonce":531306295}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6828","nonce":531306295},{"type":"v1","addr":"172.21.15.130:6829","nonce":531306295}]},"public_addr":"172.21.15.130:6825/531306295","cluster_addr":"172.21.15.130:6827/531306295","heartbeat_back_addr":"172.21.15.130:6831/531306295","heartbeat_front_addr":"172.21.15.130:6829/531306295","state":["exists","up"]},{"osd":7,"uuid":"64fa7919-7985-4fd8-95c9-5b7b1b49b02b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6826","nonce":529544945},{"type":"v1","addr":"172.21.15.111:6827","nonce":529544945}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6828","nonce":529544945},{"type":"v1","addr":"172.21.15.111:6829","nonce":529544945}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6832","nonce":529544945},{"type":"v1","addr":"172.21.15.111:6833","nonce":529544945}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6830","nonce":529544945},{"type":"v1","addr":"172.21.15.111:6831","nonce":529544945}]},"public_addr":"172.21.15.111:6827/529544945","cluster_addr":"172.21.15.111:6829/529544945","heartbeat_back_addr":"172.21.15.111:6833/529544945","heartbeat_front_addr":"172.21.15.111:6831/529544945","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":"2023-10-11T15:43:16.191864+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":"2023-10-11T15:43:25.195978+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":"2023-10-11T15:43:21.776395+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":"2023-10-11T15:43:33.050038+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":"2023-10-11T15:43:27.558928+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":"2023-10-11T15:43:41.662681+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":"2023-10-11T15:43:32.383634+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":"2023-10-11T15:43:47.258895+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.111:0/3136814589":"2023-10-12T15:41:10.162725+0000","172.21.15.111:6801/825854427":"2023-10-12T15:41:10.162725+0000","172.21.15.111:0/863445945":"2023-10-12T15:41:10.162725+0000","172.21.15.111:6800/825854427":"2023-10-12T15:41:10.162725+0000","172.21.15.111:0/3256320917":"2023-10-12T15:39:40.102632+0000","172.21.15.111:0/3503844570":"2023-10-12T15:41:10.162725+0000","172.21.15.111:0/253762927":"2023-10-12T15:39:40.102632+0000","172.21.15.111:0/3375609422":"2023-10-12T15:39:40.102632+0000","172.21.15.111:6801/2470035258":"2023-10-12T15:39:40.102632+0000","172.21.15.111:0/2400112158":"2023-10-12T15:38:52.618349+0000","172.21.15.111:0/1298183298":"2023-10-12T15:38:52.618349+0000","172.21.15.111:6800/3351682691":"2023-10-12T15:38:52.618349+0000","172.21.15.111:6801/3351682691":"2023-10-12T15:38:52.618349+0000","172.21.15.111:0/539669859":"2023-10-12T15:38:52.618349+0000","172.21.15.111:6800/2470035258":"2023-10-12T15:39:40.102632+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}} 2023-10-11T15:44:00.769 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:00 smithi111 bash[24268]: audit 2023-10-11T15:44:00.359252+0000 mon.smithi111 (mon.0) 692 : audit 0 from='client.? 172.21.15.111:0/1598095354' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-11T15:44:00.879 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:00 smithi130 bash[31108]: audit 2023-10-11T15:44:00.359252+0000 mon.smithi111 (mon.0) 692 : audit 0 from='client.? 172.21.15.111:0/1598095354' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-11T15:44:01.171 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-10-11T15:43:28.772506+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '28', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, '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}}] 2023-10-11T15:44:01.172 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph osd pool get .mgr pg_num 2023-10-11T15:44:02.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:01 smithi130 bash[31108]: cluster 2023-10-11T15:44:00.206504+0000 mgr.smithi111.dafezg (mgr.14195) 139 : cluster 0 pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 69 KiB/s, 0 objects/s recovering 2023-10-11T15:44:02.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:01 smithi111 bash[24268]: cluster 2023-10-11T15:44:00.206504+0000 mgr.smithi111.dafezg (mgr.14195) 139 : cluster 0 pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 69 KiB/s, 0 objects/s recovering 2023-10-11T15:44:03.879 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:03 smithi130 bash[31108]: cluster 2023-10-11T15:44:02.207074+0000 mgr.smithi111.dafezg (mgr.14195) 140 : cluster 0 pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-10-11T15:44:04.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:03 smithi111 bash[24268]: cluster 2023-10-11T15:44:02.207074+0000 mgr.smithi111.dafezg (mgr.14195) 140 : cluster 0 pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-10-11T15:44:06.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:05 smithi130 bash[31108]: cluster 2023-10-11T15:44:04.207637+0000 mgr.smithi111.dafezg (mgr.14195) 141 : cluster 0 pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 51 KiB/s, 0 objects/s recovering 2023-10-11T15:44:06.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:05 smithi111 bash[24268]: cluster 2023-10-11T15:44:04.207637+0000 mgr.smithi111.dafezg (mgr.14195) 141 : cluster 0 pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 51 KiB/s, 0 objects/s recovering 2023-10-11T15:44:06.374 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:44:07.875 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:07 smithi111 bash[24268]: cluster 2023-10-11T15:44:06.208292+0000 mgr.smithi111.dafezg (mgr.14195) 142 : cluster 0 pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2023-10-11T15:44:08.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:07 smithi130 bash[31108]: cluster 2023-10-11T15:44:06.208292+0000 mgr.smithi111.dafezg (mgr.14195) 142 : cluster 0 pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2023-10-11T15:44:09.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:09 smithi130 bash[31108]: cephadm 2023-10-11T15:44:08.042130+0000 mgr.smithi111.dafezg (mgr.14195) 143 : cephadm 1 Detected new or changed devices on smithi130 2023-10-11T15:44:09.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:09 smithi130 bash[31108]: audit 2023-10-11T15:44:08.051643+0000 mon.smithi111 (mon.0) 693 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:44:09.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:09 smithi130 bash[31108]: audit 2023-10-11T15:44:08.061182+0000 mon.smithi111 (mon.0) 694 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:44:09.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:09 smithi130 bash[31108]: audit 2023-10-11T15:44:08.062997+0000 mon.smithi111 (mon.0) 695 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:44:09.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:09 smithi130 bash[31108]: audit 2023-10-11T15:44:08.064056+0000 mon.smithi111 (mon.0) 696 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:44:09.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:09 smithi130 bash[31108]: audit 2023-10-11T15:44:08.065001+0000 mon.smithi111 (mon.0) 697 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:44:09.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:09 smithi130 bash[31108]: audit 2023-10-11T15:44:08.065890+0000 mon.smithi111 (mon.0) 698 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:44:09.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:09 smithi130 bash[31108]: cephadm 2023-10-11T15:44:08.066649+0000 mgr.smithi111.dafezg (mgr.14195) 144 : cephadm 1 Adjusting osd_memory_target on smithi130 to 3772M 2023-10-11T15:44:09.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:09 smithi130 bash[31108]: audit 2023-10-11T15:44:08.071676+0000 mon.smithi111 (mon.0) 699 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:44:09.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:09 smithi130 bash[31108]: cluster 2023-10-11T15:44:08.208732+0000 mgr.smithi111.dafezg (mgr.14195) 145 : cluster 0 pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:09.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:09 smithi111 bash[24268]: cephadm 2023-10-11T15:44:08.042130+0000 mgr.smithi111.dafezg (mgr.14195) 143 : cephadm 1 Detected new or changed devices on smithi130 2023-10-11T15:44:09.522 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:09 smithi111 bash[24268]: audit 2023-10-11T15:44:08.051643+0000 mon.smithi111 (mon.0) 693 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:44:09.522 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:09 smithi111 bash[24268]: audit 2023-10-11T15:44:08.061182+0000 mon.smithi111 (mon.0) 694 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:44:09.522 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:09 smithi111 bash[24268]: audit 2023-10-11T15:44:08.062997+0000 mon.smithi111 (mon.0) 695 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:44:09.522 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:09 smithi111 bash[24268]: audit 2023-10-11T15:44:08.064056+0000 mon.smithi111 (mon.0) 696 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:44:09.523 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:09 smithi111 bash[24268]: audit 2023-10-11T15:44:08.065001+0000 mon.smithi111 (mon.0) 697 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:44:09.523 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:09 smithi111 bash[24268]: audit 2023-10-11T15:44:08.065890+0000 mon.smithi111 (mon.0) 698 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:44:09.523 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:09 smithi111 bash[24268]: cephadm 2023-10-11T15:44:08.066649+0000 mgr.smithi111.dafezg (mgr.14195) 144 : cephadm 1 Adjusting osd_memory_target on smithi130 to 3772M 2023-10-11T15:44:09.523 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:09 smithi111 bash[24268]: audit 2023-10-11T15:44:08.071676+0000 mon.smithi111 (mon.0) 699 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:44:09.523 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:09 smithi111 bash[24268]: cluster 2023-10-11T15:44:08.208732+0000 mgr.smithi111.dafezg (mgr.14195) 145 : cluster 0 pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:10.153 INFO:teuthology.orchestra.run.smithi111.stdout:pg_num: 1 2023-10-11T15:44:10.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:10 smithi111 bash[24268]: audit 2023-10-11T15:44:10.151379+0000 mon.smithi111 (mon.0) 700 : audit 0 from='client.? 172.21.15.111:0/958220479' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-11T15:44:10.629 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:10 smithi130 bash[31108]: audit 2023-10-11T15:44:10.151379+0000 mon.smithi111 (mon.0) 700 : audit 0 from='client.? 172.21.15.111:0/958220479' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-11T15:44:11.182 INFO:tasks.cephadm:Setting up client nodes... 2023-10-11T15:44:11.182 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-10-11T15:44:11.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:11 smithi111 bash[24268]: cluster 2023-10-11T15:44:10.209263+0000 mgr.smithi111.dafezg (mgr.14195) 146 : cluster 0 pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:11.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:11 smithi111 bash[24268]: audit 2023-10-11T15:44:10.273849+0000 mon.smithi111 (mon.0) 701 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:44:11.629 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:11 smithi130 bash[31108]: cluster 2023-10-11T15:44:10.209263+0000 mgr.smithi111.dafezg (mgr.14195) 146 : cluster 0 pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:11.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:11 smithi130 bash[31108]: audit 2023-10-11T15:44:10.273849+0000 mon.smithi111 (mon.0) 701 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:44:13.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:12 smithi130 bash[31108]: cephadm 2023-10-11T15:44:11.763383+0000 mgr.smithi111.dafezg (mgr.14195) 147 : cephadm 1 Detected new or changed devices on smithi111 2023-10-11T15:44:13.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:12 smithi130 bash[31108]: audit 2023-10-11T15:44:11.774087+0000 mon.smithi111 (mon.0) 702 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:44:13.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:12 smithi130 bash[31108]: audit 2023-10-11T15:44:11.782602+0000 mon.smithi111 (mon.0) 703 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:44:13.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:12 smithi130 bash[31108]: audit 2023-10-11T15:44:11.784952+0000 mon.smithi111 (mon.0) 704 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:44:13.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:12 smithi130 bash[31108]: audit 2023-10-11T15:44:11.786489+0000 mon.smithi111 (mon.0) 705 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:44:13.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:12 smithi130 bash[31108]: audit 2023-10-11T15:44:11.787887+0000 mon.smithi111 (mon.0) 706 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:44:13.132 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:12 smithi130 bash[31108]: audit 2023-10-11T15:44:11.789240+0000 mon.smithi111 (mon.0) 707 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:44:13.132 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:12 smithi130 bash[31108]: cephadm 2023-10-11T15:44:11.790192+0000 mgr.smithi111.dafezg (mgr.14195) 148 : cephadm 1 Adjusting osd_memory_target on smithi111 to 3004M 2023-10-11T15:44:13.132 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:12 smithi130 bash[31108]: audit 2023-10-11T15:44:11.796027+0000 mon.smithi111 (mon.0) 708 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:44:13.132 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:12 smithi130 bash[31108]: audit 2023-10-11T15:44:11.797666+0000 mon.smithi111 (mon.0) 709 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:44:13.133 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:12 smithi130 bash[31108]: audit 2023-10-11T15:44:11.798873+0000 mon.smithi111 (mon.0) 710 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:44:13.133 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:12 smithi130 bash[31108]: audit 2023-10-11T15:44:11.805503+0000 mon.smithi111 (mon.0) 711 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:44:13.133 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:12 smithi130 bash[31108]: audit 2023-10-11T15:44:11.810611+0000 mon.smithi111 (mon.0) 712 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:44:13.133 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:12 smithi130 bash[31108]: audit 2023-10-11T15:44:11.818263+0000 mon.smithi111 (mon.0) 713 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T15:44:13.133 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:12 smithi130 bash[31108]: audit 2023-10-11T15:44:11.819409+0000 mon.smithi111 (mon.0) 714 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:44:13.134 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:12 smithi130 bash[31108]: audit 2023-10-11T15:44:11.824202+0000 mon.smithi111 (mon.0) 715 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T15:44:13.134 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:12 smithi130 bash[31108]: audit 2023-10-11T15:44:11.825277+0000 mon.smithi111 (mon.0) 716 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:44:13.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:12 smithi111 bash[24268]: cephadm 2023-10-11T15:44:11.763383+0000 mgr.smithi111.dafezg (mgr.14195) 147 : cephadm 1 Detected new or changed devices on smithi111 2023-10-11T15:44:13.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:12 smithi111 bash[24268]: audit 2023-10-11T15:44:11.774087+0000 mon.smithi111 (mon.0) 702 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:44:13.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:12 smithi111 bash[24268]: audit 2023-10-11T15:44:11.782602+0000 mon.smithi111 (mon.0) 703 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:44:13.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:12 smithi111 bash[24268]: audit 2023-10-11T15:44:11.784952+0000 mon.smithi111 (mon.0) 704 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:44:13.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:12 smithi111 bash[24268]: audit 2023-10-11T15:44:11.786489+0000 mon.smithi111 (mon.0) 705 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:44:13.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:12 smithi111 bash[24268]: audit 2023-10-11T15:44:11.787887+0000 mon.smithi111 (mon.0) 706 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:44:13.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:12 smithi111 bash[24268]: audit 2023-10-11T15:44:11.789240+0000 mon.smithi111 (mon.0) 707 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-11T15:44:13.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:12 smithi111 bash[24268]: cephadm 2023-10-11T15:44:11.790192+0000 mgr.smithi111.dafezg (mgr.14195) 148 : cephadm 1 Adjusting osd_memory_target on smithi111 to 3004M 2023-10-11T15:44:13.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:12 smithi111 bash[24268]: audit 2023-10-11T15:44:11.796027+0000 mon.smithi111 (mon.0) 708 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:44:13.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:12 smithi111 bash[24268]: audit 2023-10-11T15:44:11.797666+0000 mon.smithi111 (mon.0) 709 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:44:13.272 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:12 smithi111 bash[24268]: audit 2023-10-11T15:44:11.798873+0000 mon.smithi111 (mon.0) 710 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:44:13.272 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:12 smithi111 bash[24268]: audit 2023-10-11T15:44:11.805503+0000 mon.smithi111 (mon.0) 711 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:44:13.272 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:12 smithi111 bash[24268]: audit 2023-10-11T15:44:11.810611+0000 mon.smithi111 (mon.0) 712 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:44:13.272 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:12 smithi111 bash[24268]: audit 2023-10-11T15:44:11.818263+0000 mon.smithi111 (mon.0) 713 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T15:44:13.272 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:12 smithi111 bash[24268]: audit 2023-10-11T15:44:11.819409+0000 mon.smithi111 (mon.0) 714 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:44:13.273 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:12 smithi111 bash[24268]: audit 2023-10-11T15:44:11.824202+0000 mon.smithi111 (mon.0) 715 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-11T15:44:13.273 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:12 smithi111 bash[24268]: audit 2023-10-11T15:44:11.825277+0000 mon.smithi111 (mon.0) 716 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:44:14.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:13 smithi130 bash[31108]: cluster 2023-10-11T15:44:12.209836+0000 mgr.smithi111.dafezg (mgr.14195) 149 : cluster 0 pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:14.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:13 smithi111 bash[24268]: cluster 2023-10-11T15:44:12.209836+0000 mgr.smithi111.dafezg (mgr.14195) 149 : cluster 0 pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:15.909 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:44:16.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:15 smithi130 bash[31108]: cluster 2023-10-11T15:44:14.210515+0000 mgr.smithi111.dafezg (mgr.14195) 150 : cluster 0 pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:16.184 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:15 smithi111 bash[24268]: cluster 2023-10-11T15:44:14.210515+0000 mgr.smithi111.dafezg (mgr.14195) 150 : cluster 0 pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:18.051 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:17 smithi111 bash[24268]: cluster 2023-10-11T15:44:16.210983+0000 mgr.smithi111.dafezg (mgr.14195) 151 : cluster 0 pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:18.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:17 smithi130 bash[31108]: cluster 2023-10-11T15:44:16.210983+0000 mgr.smithi111.dafezg (mgr.14195) 151 : cluster 0 pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:20.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:19 smithi130 bash[31108]: cluster 2023-10-11T15:44:18.211593+0000 mgr.smithi111.dafezg (mgr.14195) 152 : cluster 0 pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:20.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:19 smithi111 bash[24268]: cluster 2023-10-11T15:44:18.211593+0000 mgr.smithi111.dafezg (mgr.14195) 152 : cluster 0 pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:20.926 INFO:teuthology.orchestra.run.smithi111.stdout:[client.0] 2023-10-11T15:44:20.926 INFO:teuthology.orchestra.run.smithi111.stdout: key = AQDUwiZlLbSkNhAA1q8x8U25dzkNAze2SA/Tww== 2023-10-11T15:44:21.797 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2023-10-11T15:44:21.797 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-10-11T15:44:21.797 DEBUG:teuthology.orchestra.run.smithi111:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-10-11T15:44:21.819 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-10-11T15:44:22.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:21 smithi130 bash[31108]: cluster 2023-10-11T15:44:20.212405+0000 mgr.smithi111.dafezg (mgr.14195) 153 : cluster 0 pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:22.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:21 smithi130 bash[31108]: audit 2023-10-11T15:44:20.916489+0000 mon.smithi111 (mon.0) 717 : audit 1 from='client.? 172.21.15.111:0/210700531' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-11T15:44:22.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:21 smithi130 bash[31108]: audit 2023-10-11T15:44:20.923702+0000 mon.smithi111 (mon.0) 718 : audit 1 from='client.? 172.21.15.111:0/210700531' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-11T15:44:22.228 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:21 smithi111 bash[24268]: cluster 2023-10-11T15:44:20.212405+0000 mgr.smithi111.dafezg (mgr.14195) 153 : cluster 0 pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:22.228 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:21 smithi111 bash[24268]: audit 2023-10-11T15:44:20.916489+0000 mon.smithi111 (mon.0) 717 : audit 1 from='client.? 172.21.15.111:0/210700531' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-11T15:44:22.229 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:21 smithi111 bash[24268]: audit 2023-10-11T15:44:20.923702+0000 mon.smithi111 (mon.0) 718 : audit 1 from='client.? 172.21.15.111:0/210700531' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-11T15:44:24.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:23 smithi130 bash[31108]: cluster 2023-10-11T15:44:22.212931+0000 mgr.smithi111.dafezg (mgr.14195) 154 : cluster 0 pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:24.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:23 smithi111 bash[24268]: cluster 2023-10-11T15:44:22.212931+0000 mgr.smithi111.dafezg (mgr.14195) 154 : cluster 0 pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:25.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:24 smithi130 bash[31108]: cluster 2023-10-11T15:44:24.213553+0000 mgr.smithi111.dafezg (mgr.14195) 155 : cluster 0 pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:25.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:24 smithi111 bash[24268]: cluster 2023-10-11T15:44:24.213553+0000 mgr.smithi111.dafezg (mgr.14195) 155 : cluster 0 pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:26.133 INFO:teuthology.orchestra.run.smithi130.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi130/config 2023-10-11T15:44:26.160 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:25 smithi130 bash[31108]: audit 2023-10-11T15:44:25.274713+0000 mon.smithi111 (mon.0) 719 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:44:26.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:25 smithi111 bash[24268]: audit 2023-10-11T15:44:25.274713+0000 mon.smithi111 (mon.0) 719 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:44:27.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:26 smithi111 bash[24268]: cluster 2023-10-11T15:44:26.214169+0000 mgr.smithi111.dafezg (mgr.14195) 156 : cluster 0 pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:27.289 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:26 smithi130 bash[31108]: cluster 2023-10-11T15:44:26.214169+0000 mgr.smithi111.dafezg (mgr.14195) 156 : cluster 0 pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:29.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:29 smithi111 bash[24268]: cluster 2023-10-11T15:44:28.214717+0000 mgr.smithi111.dafezg (mgr.14195) 157 : cluster 0 pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:29.629 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:29 smithi130 bash[31108]: cluster 2023-10-11T15:44:28.214717+0000 mgr.smithi111.dafezg (mgr.14195) 157 : cluster 0 pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:30.318 INFO:teuthology.orchestra.run.smithi130.stdout:[client.1] 2023-10-11T15:44:30.319 INFO:teuthology.orchestra.run.smithi130.stdout: key = AQDewiZlnvaDEhAAvQg6n9AywShhXxM4vbmZ7Q== 2023-10-11T15:44:31.555 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:31 smithi130 bash[31108]: cluster 2023-10-11T15:44:30.215356+0000 mgr.smithi111.dafezg (mgr.14195) 158 : cluster 0 pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:31.555 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:31 smithi130 bash[31108]: audit 2023-10-11T15:44:30.309592+0000 mon.smithi130 (mon.1) 21 : audit 1 from='client.? 172.21.15.130:0/3773679438' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-11T15:44:31.555 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:31 smithi130 bash[31108]: audit 2023-10-11T15:44:30.310327+0000 mon.smithi111 (mon.0) 720 : audit 1 from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-11T15:44:31.556 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:31 smithi130 bash[31108]: audit 2023-10-11T15:44:30.316190+0000 mon.smithi111 (mon.0) 721 : audit 1 from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-11T15:44:31.557 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2023-10-11T15:44:31.557 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-10-11T15:44:31.557 DEBUG:teuthology.orchestra.run.smithi130:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-10-11T15:44:31.583 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-10-11T15:44:31.584 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-10-11T15:44:31.585 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph mgr dump --format=json 2023-10-11T15:44:31.599 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:31 smithi111 bash[24268]: cluster 2023-10-11T15:44:30.215356+0000 mgr.smithi111.dafezg (mgr.14195) 158 : cluster 0 pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:31.599 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:31 smithi111 bash[24268]: audit 2023-10-11T15:44:30.309592+0000 mon.smithi130 (mon.1) 21 : audit 1 from='client.? 172.21.15.130:0/3773679438' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-11T15:44:31.599 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:31 smithi111 bash[24268]: audit 2023-10-11T15:44:30.310327+0000 mon.smithi111 (mon.0) 720 : audit 1 from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-11T15:44:31.599 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:31 smithi111 bash[24268]: audit 2023-10-11T15:44:30.316190+0000 mon.smithi111 (mon.0) 721 : audit 1 from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-11T15:44:33.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:33 smithi130 bash[31108]: cluster 2023-10-11T15:44:32.215837+0000 mgr.smithi111.dafezg (mgr.14195) 159 : cluster 0 pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:33.769 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:33 smithi111 bash[24268]: cluster 2023-10-11T15:44:32.215837+0000 mgr.smithi111.dafezg (mgr.14195) 159 : cluster 0 pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:35.379 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:35 smithi130 bash[31108]: cluster 2023-10-11T15:44:34.216483+0000 mgr.smithi111.dafezg (mgr.14195) 160 : cluster 0 pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:35.769 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:35 smithi111 bash[24268]: cluster 2023-10-11T15:44:34.216483+0000 mgr.smithi111.dafezg (mgr.14195) 160 : cluster 0 pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:36.328 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:44:37.879 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:37 smithi130 bash[31108]: cluster 2023-10-11T15:44:36.217019+0000 mgr.smithi111.dafezg (mgr.14195) 161 : cluster 0 pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:37.910 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:37 smithi111 bash[24268]: cluster 2023-10-11T15:44:36.217019+0000 mgr.smithi111.dafezg (mgr.14195) 161 : cluster 0 pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:40.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:39 smithi130 bash[31108]: cluster 2023-10-11T15:44:38.217622+0000 mgr.smithi111.dafezg (mgr.14195) 162 : cluster 0 pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:40.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:39 smithi111 bash[24268]: cluster 2023-10-11T15:44:38.217622+0000 mgr.smithi111.dafezg (mgr.14195) 162 : cluster 0 pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:41.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:41 smithi111 bash[24268]: audit 2023-10-11T15:44:40.163414+0000 mon.smithi111 (mon.0) 722 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:44:41.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:41 smithi111 bash[24268]: audit 2023-10-11T15:44:40.170741+0000 mon.smithi111 (mon.0) 723 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:44:41.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:41 smithi111 bash[24268]: cluster 2023-10-11T15:44:40.218142+0000 mgr.smithi111.dafezg (mgr.14195) 163 : cluster 0 pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:41.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:41 smithi111 bash[24268]: audit 2023-10-11T15:44:40.274882+0000 mon.smithi111 (mon.0) 724 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:44:41.535 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-10-11T15:44:41.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:41 smithi130 bash[31108]: audit 2023-10-11T15:44:40.163414+0000 mon.smithi111 (mon.0) 722 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:44:41.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:41 smithi130 bash[31108]: audit 2023-10-11T15:44:40.170741+0000 mon.smithi111 (mon.0) 723 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:44:41.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:41 smithi130 bash[31108]: cluster 2023-10-11T15:44:40.218142+0000 mgr.smithi111.dafezg (mgr.14195) 163 : cluster 0 pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:41.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:41 smithi130 bash[31108]: audit 2023-10-11T15:44:40.274882+0000 mon.smithi111 (mon.0) 724 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:44:42.448 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:42 smithi111 bash[24268]: audit 2023-10-11T15:44:41.526994+0000 mon.smithi111 (mon.0) 725 : audit 0 from='client.? 172.21.15.111:0/4288472526' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-11T15:44:42.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:42 smithi130 bash[31108]: audit 2023-10-11T15:44:41.526994+0000 mon.smithi111 (mon.0) 725 : audit 0 from='client.? 172.21.15.111:0/4288472526' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-11T15:44:42.869 INFO:teuthology.orchestra.run.smithi111.stdout:{"epoch":19,"active_gid":14195,"active_name":"smithi111.dafezg","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6800","nonce":1284185704},{"type":"v1","addr":"172.21.15.111:6801","nonce":1284185704}]},"active_addr":"172.21.15.111:6801/1284185704","active_change":"2023-10-11T15:41:10.162940+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":14212,"name":"smithi130.ukyvex","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:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:0.0.2","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_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":"secs","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":[]},"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":[]},"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":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","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":[]},"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":[]}}},{"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:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:0.0.2","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_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":"secs","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":[]},"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":[]},"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":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","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":[]},"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":[]}}},{"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.111:8443/","prometheus":"http://172.21.15.111: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.111:0","nonce":1835507722}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.111:0","nonce":1337982598}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.111:0","nonce":1962361543}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.111:0","nonce":3589276845}]}]} 2023-10-11T15:44:42.874 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-10-11T15:44:42.874 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-10-11T15:44:42.875 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph osd dump --format=json 2023-10-11T15:44:43.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:43 smithi111 bash[24268]: cluster 2023-10-11T15:44:42.218646+0000 mgr.smithi111.dafezg (mgr.14195) 164 : cluster 0 pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:43.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:43 smithi111 bash[24268]: audit 2023-10-11T15:44:43.010771+0000 mon.smithi111 (mon.0) 726 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:44:43.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:43 smithi111 bash[24268]: audit 2023-10-11T15:44:43.019721+0000 mon.smithi111 (mon.0) 727 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:44:43.629 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:43 smithi130 bash[31108]: cluster 2023-10-11T15:44:42.218646+0000 mgr.smithi111.dafezg (mgr.14195) 164 : cluster 0 pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:43.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:43 smithi130 bash[31108]: audit 2023-10-11T15:44:43.010771+0000 mon.smithi111 (mon.0) 726 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:44:43.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:43 smithi130 bash[31108]: audit 2023-10-11T15:44:43.019721+0000 mon.smithi111 (mon.0) 727 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:44:45.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:45 smithi130 bash[31108]: cluster 2023-10-11T15:44:44.219228+0000 mgr.smithi111.dafezg (mgr.14195) 165 : cluster 0 pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:45.769 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:45 smithi111 bash[24268]: cluster 2023-10-11T15:44:44.219228+0000 mgr.smithi111.dafezg (mgr.14195) 165 : cluster 0 pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:47.665 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:44:48.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:47 smithi111 bash[24268]: cluster 2023-10-11T15:44:46.219850+0000 mgr.smithi111.dafezg (mgr.14195) 166 : cluster 0 pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:48.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:47 smithi130 bash[31108]: cluster 2023-10-11T15:44:46.219850+0000 mgr.smithi111.dafezg (mgr.14195) 166 : cluster 0 pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:50.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:49 smithi111 bash[24268]: cluster 2023-10-11T15:44:48.220478+0000 mgr.smithi111.dafezg (mgr.14195) 167 : cluster 0 pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:50.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:49 smithi130 bash[31108]: cluster 2023-10-11T15:44:48.220478+0000 mgr.smithi111.dafezg (mgr.14195) 167 : cluster 0 pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:51.201 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-10-11T15:44:51.201 INFO:teuthology.orchestra.run.smithi111.stdout:{"epoch":46,"fsid":"0d30edf8-684c-11ee-8db6-212e2dc638e7","created":"2023-10-11T15:38:19.171226+0000","modified":"2023-10-11T15:43:52.840549+0000","last_up_change":"2023-10-11T15:43:48.811214+0000","last_in_change":"2023-10-11T15:42:52.408310+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":"2023-10-11T15:43:28.772506+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"28","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"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":"b087d45c-c255-4044-bacc-9302b2f55705","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6800","nonce":443399317},{"type":"v1","addr":"172.21.15.130:6801","nonce":443399317}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6802","nonce":443399317},{"type":"v1","addr":"172.21.15.130:6803","nonce":443399317}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6806","nonce":443399317},{"type":"v1","addr":"172.21.15.130:6807","nonce":443399317}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6804","nonce":443399317},{"type":"v1","addr":"172.21.15.130:6805","nonce":443399317}]},"public_addr":"172.21.15.130:6801/443399317","cluster_addr":"172.21.15.130:6803/443399317","heartbeat_back_addr":"172.21.15.130:6807/443399317","heartbeat_front_addr":"172.21.15.130:6805/443399317","state":["exists","up"]},{"osd":1,"uuid":"744ab16a-27b4-45f8-ab51-98a8c72cdf31","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6802","nonce":827169785},{"type":"v1","addr":"172.21.15.111:6803","nonce":827169785}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6804","nonce":827169785},{"type":"v1","addr":"172.21.15.111:6805","nonce":827169785}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6808","nonce":827169785},{"type":"v1","addr":"172.21.15.111:6809","nonce":827169785}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6806","nonce":827169785},{"type":"v1","addr":"172.21.15.111:6807","nonce":827169785}]},"public_addr":"172.21.15.111:6803/827169785","cluster_addr":"172.21.15.111:6805/827169785","heartbeat_back_addr":"172.21.15.111:6809/827169785","heartbeat_front_addr":"172.21.15.111:6807/827169785","state":["exists","up"]},{"osd":2,"uuid":"21dde047-5df9-43bf-a066-85f8a79b3da1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6808","nonce":1462322858},{"type":"v1","addr":"172.21.15.130:6809","nonce":1462322858}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6810","nonce":1462322858},{"type":"v1","addr":"172.21.15.130:6811","nonce":1462322858}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6814","nonce":1462322858},{"type":"v1","addr":"172.21.15.130:6815","nonce":1462322858}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6812","nonce":1462322858},{"type":"v1","addr":"172.21.15.130:6813","nonce":1462322858}]},"public_addr":"172.21.15.130:6809/1462322858","cluster_addr":"172.21.15.130:6811/1462322858","heartbeat_back_addr":"172.21.15.130:6815/1462322858","heartbeat_front_addr":"172.21.15.130:6813/1462322858","state":["exists","up"]},{"osd":3,"uuid":"432c6df3-1a03-4480-b4c1-5168423524e4","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.111:6810","nonce":3767175106},{"type":"v1","addr":"172.21.15.111:6811","nonce":3767175106}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6812","nonce":3767175106},{"type":"v1","addr":"172.21.15.111:6813","nonce":3767175106}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6816","nonce":3767175106},{"type":"v1","addr":"172.21.15.111:6817","nonce":3767175106}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6814","nonce":3767175106},{"type":"v1","addr":"172.21.15.111:6815","nonce":3767175106}]},"public_addr":"172.21.15.111:6811/3767175106","cluster_addr":"172.21.15.111:6813/3767175106","heartbeat_back_addr":"172.21.15.111:6817/3767175106","heartbeat_front_addr":"172.21.15.111:6815/3767175106","state":["exists","up"]},{"osd":4,"uuid":"07e12954-cc84-4b80-8075-e9abb5301553","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6816","nonce":1196152958},{"type":"v1","addr":"172.21.15.130:6817","nonce":1196152958}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6818","nonce":1196152958},{"type":"v1","addr":"172.21.15.130:6819","nonce":1196152958}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6822","nonce":1196152958},{"type":"v1","addr":"172.21.15.130:6823","nonce":1196152958}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6820","nonce":1196152958},{"type":"v1","addr":"172.21.15.130:6821","nonce":1196152958}]},"public_addr":"172.21.15.130:6817/1196152958","cluster_addr":"172.21.15.130:6819/1196152958","heartbeat_back_addr":"172.21.15.130:6823/1196152958","heartbeat_front_addr":"172.21.15.130:6821/1196152958","state":["exists","up"]},{"osd":5,"uuid":"2adb4e91-b5b7-44d3-b209-0685df878116","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6818","nonce":2791289696},{"type":"v1","addr":"172.21.15.111:6819","nonce":2791289696}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6820","nonce":2791289696},{"type":"v1","addr":"172.21.15.111:6821","nonce":2791289696}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6824","nonce":2791289696},{"type":"v1","addr":"172.21.15.111:6825","nonce":2791289696}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6822","nonce":2791289696},{"type":"v1","addr":"172.21.15.111:6823","nonce":2791289696}]},"public_addr":"172.21.15.111:6819/2791289696","cluster_addr":"172.21.15.111:6821/2791289696","heartbeat_back_addr":"172.21.15.111:6825/2791289696","heartbeat_front_addr":"172.21.15.111:6823/2791289696","state":["exists","up"]},{"osd":6,"uuid":"6cfcfd27-9309-4dcf-bee9-6fa7bceecf48","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.130:6824","nonce":531306295},{"type":"v1","addr":"172.21.15.130:6825","nonce":531306295}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6826","nonce":531306295},{"type":"v1","addr":"172.21.15.130:6827","nonce":531306295}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6830","nonce":531306295},{"type":"v1","addr":"172.21.15.130:6831","nonce":531306295}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6828","nonce":531306295},{"type":"v1","addr":"172.21.15.130:6829","nonce":531306295}]},"public_addr":"172.21.15.130:6825/531306295","cluster_addr":"172.21.15.130:6827/531306295","heartbeat_back_addr":"172.21.15.130:6831/531306295","heartbeat_front_addr":"172.21.15.130:6829/531306295","state":["exists","up"]},{"osd":7,"uuid":"64fa7919-7985-4fd8-95c9-5b7b1b49b02b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6826","nonce":529544945},{"type":"v1","addr":"172.21.15.111:6827","nonce":529544945}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6828","nonce":529544945},{"type":"v1","addr":"172.21.15.111:6829","nonce":529544945}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6832","nonce":529544945},{"type":"v1","addr":"172.21.15.111:6833","nonce":529544945}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6830","nonce":529544945},{"type":"v1","addr":"172.21.15.111:6831","nonce":529544945}]},"public_addr":"172.21.15.111:6827/529544945","cluster_addr":"172.21.15.111:6829/529544945","heartbeat_back_addr":"172.21.15.111:6833/529544945","heartbeat_front_addr":"172.21.15.111:6831/529544945","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":"2023-10-11T15:43:16.191864+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":"2023-10-11T15:43:25.195978+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":"2023-10-11T15:43:21.776395+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":"2023-10-11T15:43:33.050038+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":"2023-10-11T15:43:27.558928+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":"2023-10-11T15:43:41.662681+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":"2023-10-11T15:43:32.383634+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":"2023-10-11T15:43:47.258895+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.111:0/3136814589":"2023-10-12T15:41:10.162725+0000","172.21.15.111:6801/825854427":"2023-10-12T15:41:10.162725+0000","172.21.15.111:0/863445945":"2023-10-12T15:41:10.162725+0000","172.21.15.111:6800/825854427":"2023-10-12T15:41:10.162725+0000","172.21.15.111:0/3256320917":"2023-10-12T15:39:40.102632+0000","172.21.15.111:0/3503844570":"2023-10-12T15:41:10.162725+0000","172.21.15.111:0/253762927":"2023-10-12T15:39:40.102632+0000","172.21.15.111:0/3375609422":"2023-10-12T15:39:40.102632+0000","172.21.15.111:6801/2470035258":"2023-10-12T15:39:40.102632+0000","172.21.15.111:0/2400112158":"2023-10-12T15:38:52.618349+0000","172.21.15.111:0/1298183298":"2023-10-12T15:38:52.618349+0000","172.21.15.111:6800/3351682691":"2023-10-12T15:38:52.618349+0000","172.21.15.111:6801/3351682691":"2023-10-12T15:38:52.618349+0000","172.21.15.111:0/539669859":"2023-10-12T15:38:52.618349+0000","172.21.15.111:6800/2470035258":"2023-10-12T15:39:40.102632+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}} 2023-10-11T15:44:52.041 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-10-11T15:44:52.042 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph osd dump --format=json 2023-10-11T15:44:52.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:51 smithi130 bash[31108]: cluster 2023-10-11T15:44:50.221116+0000 mgr.smithi111.dafezg (mgr.14195) 168 : cluster 0 pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:52.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:51 smithi130 bash[31108]: audit 2023-10-11T15:44:51.196718+0000 mon.smithi111 (mon.0) 728 : audit 0 from='client.? 172.21.15.111:0/1118795241' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-11T15:44:52.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:51 smithi111 bash[24268]: cluster 2023-10-11T15:44:50.221116+0000 mgr.smithi111.dafezg (mgr.14195) 168 : cluster 0 pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:52.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:51 smithi111 bash[24268]: audit 2023-10-11T15:44:51.196718+0000 mon.smithi111 (mon.0) 728 : audit 0 from='client.? 172.21.15.111:0/1118795241' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-11T15:44:54.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:53 smithi130 bash[31108]: cluster 2023-10-11T15:44:52.221643+0000 mgr.smithi111.dafezg (mgr.14195) 169 : cluster 0 pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:54.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:53 smithi111 bash[24268]: cluster 2023-10-11T15:44:52.221643+0000 mgr.smithi111.dafezg (mgr.14195) 169 : cluster 0 pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:56.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:55 smithi130 bash[31108]: cluster 2023-10-11T15:44:54.222212+0000 mgr.smithi111.dafezg (mgr.14195) 170 : cluster 0 pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:56.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:55 smithi130 bash[31108]: audit 2023-10-11T15:44:55.275497+0000 mon.smithi111 (mon.0) 729 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:44:56.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:55 smithi111 bash[24268]: cluster 2023-10-11T15:44:54.222212+0000 mgr.smithi111.dafezg (mgr.14195) 170 : cluster 0 pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:56.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:55 smithi111 bash[24268]: audit 2023-10-11T15:44:55.275497+0000 mon.smithi111 (mon.0) 729 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:44:56.793 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:44:57.129 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:56 smithi130 bash[31108]: cluster 2023-10-11T15:44:56.222798+0000 mgr.smithi111.dafezg (mgr.14195) 171 : cluster 0 pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:57.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:56 smithi111 bash[24268]: cluster 2023-10-11T15:44:56.222798+0000 mgr.smithi111.dafezg (mgr.14195) 171 : cluster 0 pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:59.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:44:59 smithi130 bash[31108]: cluster 2023-10-11T15:44:58.223363+0000 mgr.smithi111.dafezg (mgr.14195) 172 : cluster 0 pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:44:59.769 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:44:59 smithi111 bash[24268]: cluster 2023-10-11T15:44:58.223363+0000 mgr.smithi111.dafezg (mgr.14195) 172 : cluster 0 pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:00.250 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-10-11T15:45:00.251 INFO:teuthology.orchestra.run.smithi111.stdout:{"epoch":46,"fsid":"0d30edf8-684c-11ee-8db6-212e2dc638e7","created":"2023-10-11T15:38:19.171226+0000","modified":"2023-10-11T15:43:52.840549+0000","last_up_change":"2023-10-11T15:43:48.811214+0000","last_in_change":"2023-10-11T15:42:52.408310+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":"2023-10-11T15:43:28.772506+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"28","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"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":"b087d45c-c255-4044-bacc-9302b2f55705","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6800","nonce":443399317},{"type":"v1","addr":"172.21.15.130:6801","nonce":443399317}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6802","nonce":443399317},{"type":"v1","addr":"172.21.15.130:6803","nonce":443399317}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6806","nonce":443399317},{"type":"v1","addr":"172.21.15.130:6807","nonce":443399317}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6804","nonce":443399317},{"type":"v1","addr":"172.21.15.130:6805","nonce":443399317}]},"public_addr":"172.21.15.130:6801/443399317","cluster_addr":"172.21.15.130:6803/443399317","heartbeat_back_addr":"172.21.15.130:6807/443399317","heartbeat_front_addr":"172.21.15.130:6805/443399317","state":["exists","up"]},{"osd":1,"uuid":"744ab16a-27b4-45f8-ab51-98a8c72cdf31","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":34,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6802","nonce":827169785},{"type":"v1","addr":"172.21.15.111:6803","nonce":827169785}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6804","nonce":827169785},{"type":"v1","addr":"172.21.15.111:6805","nonce":827169785}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6808","nonce":827169785},{"type":"v1","addr":"172.21.15.111:6809","nonce":827169785}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6806","nonce":827169785},{"type":"v1","addr":"172.21.15.111:6807","nonce":827169785}]},"public_addr":"172.21.15.111:6803/827169785","cluster_addr":"172.21.15.111:6805/827169785","heartbeat_back_addr":"172.21.15.111:6809/827169785","heartbeat_front_addr":"172.21.15.111:6807/827169785","state":["exists","up"]},{"osd":2,"uuid":"21dde047-5df9-43bf-a066-85f8a79b3da1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6808","nonce":1462322858},{"type":"v1","addr":"172.21.15.130:6809","nonce":1462322858}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6810","nonce":1462322858},{"type":"v1","addr":"172.21.15.130:6811","nonce":1462322858}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6814","nonce":1462322858},{"type":"v1","addr":"172.21.15.130:6815","nonce":1462322858}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6812","nonce":1462322858},{"type":"v1","addr":"172.21.15.130:6813","nonce":1462322858}]},"public_addr":"172.21.15.130:6809/1462322858","cluster_addr":"172.21.15.130:6811/1462322858","heartbeat_back_addr":"172.21.15.130:6815/1462322858","heartbeat_front_addr":"172.21.15.130:6813/1462322858","state":["exists","up"]},{"osd":3,"uuid":"432c6df3-1a03-4480-b4c1-5168423524e4","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.111:6810","nonce":3767175106},{"type":"v1","addr":"172.21.15.111:6811","nonce":3767175106}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6812","nonce":3767175106},{"type":"v1","addr":"172.21.15.111:6813","nonce":3767175106}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6816","nonce":3767175106},{"type":"v1","addr":"172.21.15.111:6817","nonce":3767175106}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6814","nonce":3767175106},{"type":"v1","addr":"172.21.15.111:6815","nonce":3767175106}]},"public_addr":"172.21.15.111:6811/3767175106","cluster_addr":"172.21.15.111:6813/3767175106","heartbeat_back_addr":"172.21.15.111:6817/3767175106","heartbeat_front_addr":"172.21.15.111:6815/3767175106","state":["exists","up"]},{"osd":4,"uuid":"07e12954-cc84-4b80-8075-e9abb5301553","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6816","nonce":1196152958},{"type":"v1","addr":"172.21.15.130:6817","nonce":1196152958}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6818","nonce":1196152958},{"type":"v1","addr":"172.21.15.130:6819","nonce":1196152958}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6822","nonce":1196152958},{"type":"v1","addr":"172.21.15.130:6823","nonce":1196152958}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6820","nonce":1196152958},{"type":"v1","addr":"172.21.15.130:6821","nonce":1196152958}]},"public_addr":"172.21.15.130:6817/1196152958","cluster_addr":"172.21.15.130:6819/1196152958","heartbeat_back_addr":"172.21.15.130:6823/1196152958","heartbeat_front_addr":"172.21.15.130:6821/1196152958","state":["exists","up"]},{"osd":5,"uuid":"2adb4e91-b5b7-44d3-b209-0685df878116","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6818","nonce":2791289696},{"type":"v1","addr":"172.21.15.111:6819","nonce":2791289696}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6820","nonce":2791289696},{"type":"v1","addr":"172.21.15.111:6821","nonce":2791289696}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6824","nonce":2791289696},{"type":"v1","addr":"172.21.15.111:6825","nonce":2791289696}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6822","nonce":2791289696},{"type":"v1","addr":"172.21.15.111:6823","nonce":2791289696}]},"public_addr":"172.21.15.111:6819/2791289696","cluster_addr":"172.21.15.111:6821/2791289696","heartbeat_back_addr":"172.21.15.111:6825/2791289696","heartbeat_front_addr":"172.21.15.111:6823/2791289696","state":["exists","up"]},{"osd":6,"uuid":"6cfcfd27-9309-4dcf-bee9-6fa7bceecf48","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.130:6824","nonce":531306295},{"type":"v1","addr":"172.21.15.130:6825","nonce":531306295}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6826","nonce":531306295},{"type":"v1","addr":"172.21.15.130:6827","nonce":531306295}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6830","nonce":531306295},{"type":"v1","addr":"172.21.15.130:6831","nonce":531306295}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.130:6828","nonce":531306295},{"type":"v1","addr":"172.21.15.130:6829","nonce":531306295}]},"public_addr":"172.21.15.130:6825/531306295","cluster_addr":"172.21.15.130:6827/531306295","heartbeat_back_addr":"172.21.15.130:6831/531306295","heartbeat_front_addr":"172.21.15.130:6829/531306295","state":["exists","up"]},{"osd":7,"uuid":"64fa7919-7985-4fd8-95c9-5b7b1b49b02b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":42,"up_thru":45,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6826","nonce":529544945},{"type":"v1","addr":"172.21.15.111:6827","nonce":529544945}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6828","nonce":529544945},{"type":"v1","addr":"172.21.15.111:6829","nonce":529544945}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6832","nonce":529544945},{"type":"v1","addr":"172.21.15.111:6833","nonce":529544945}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.111:6830","nonce":529544945},{"type":"v1","addr":"172.21.15.111:6831","nonce":529544945}]},"public_addr":"172.21.15.111:6827/529544945","cluster_addr":"172.21.15.111:6829/529544945","heartbeat_back_addr":"172.21.15.111:6833/529544945","heartbeat_front_addr":"172.21.15.111:6831/529544945","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":"2023-10-11T15:43:16.191864+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":"2023-10-11T15:43:25.195978+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":"2023-10-11T15:43:21.776395+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":"2023-10-11T15:43:33.050038+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":"2023-10-11T15:43:27.558928+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":"2023-10-11T15:43:41.662681+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":"2023-10-11T15:43:32.383634+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":"2023-10-11T15:43:47.258895+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.111:0/3136814589":"2023-10-12T15:41:10.162725+0000","172.21.15.111:6801/825854427":"2023-10-12T15:41:10.162725+0000","172.21.15.111:0/863445945":"2023-10-12T15:41:10.162725+0000","172.21.15.111:6800/825854427":"2023-10-12T15:41:10.162725+0000","172.21.15.111:0/3256320917":"2023-10-12T15:39:40.102632+0000","172.21.15.111:0/3503844570":"2023-10-12T15:41:10.162725+0000","172.21.15.111:0/253762927":"2023-10-12T15:39:40.102632+0000","172.21.15.111:0/3375609422":"2023-10-12T15:39:40.102632+0000","172.21.15.111:6801/2470035258":"2023-10-12T15:39:40.102632+0000","172.21.15.111:0/2400112158":"2023-10-12T15:38:52.618349+0000","172.21.15.111:0/1298183298":"2023-10-12T15:38:52.618349+0000","172.21.15.111:6800/3351682691":"2023-10-12T15:38:52.618349+0000","172.21.15.111:6801/3351682691":"2023-10-12T15:38:52.618349+0000","172.21.15.111:0/539669859":"2023-10-12T15:38:52.618349+0000","172.21.15.111:6800/2470035258":"2023-10-12T15:39:40.102632+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}} 2023-10-11T15:45:00.596 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:00 smithi130 bash[31108]: audit 2023-10-11T15:45:00.246152+0000 mon.smithi111 (mon.0) 730 : audit 0 from='client.? 172.21.15.111:0/2048713120' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-11T15:45:00.769 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:00 smithi111 bash[24268]: audit 2023-10-11T15:45:00.246152+0000 mon.smithi111 (mon.0) 730 : audit 0 from='client.? 172.21.15.111:0/2048713120' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-11T15:45:01.036 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-10-11T15:45:01.037 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-10-11T15:45:01.038 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-10-11T15:45:01.038 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-10-11T15:45:01.039 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-10-11T15:45:01.040 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-10-11T15:45:01.040 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-10-11T15:45:01.041 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-10-11T15:45:01.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:01 smithi130 bash[31108]: cluster 2023-10-11T15:45:00.223814+0000 mgr.smithi111.dafezg (mgr.14195) 173 : cluster 0 pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:02.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:01 smithi111 bash[24268]: cluster 2023-10-11T15:45:00.223814+0000 mgr.smithi111.dafezg (mgr.14195) 173 : cluster 0 pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:04.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:03 smithi130 bash[31108]: cluster 2023-10-11T15:45:02.224396+0000 mgr.smithi111.dafezg (mgr.14195) 174 : cluster 0 pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:04.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:03 smithi111 bash[24268]: cluster 2023-10-11T15:45:02.224396+0000 mgr.smithi111.dafezg (mgr.14195) 174 : cluster 0 pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:05.859 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:45:05.859 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:45:05.860 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:45:05.860 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:45:05.862 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:45:05.862 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:45:05.863 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:45:05.863 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:45:06.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:05 smithi130 bash[31108]: cluster 2023-10-11T15:45:04.224925+0000 mgr.smithi111.dafezg (mgr.14195) 175 : cluster 0 pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:06.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:05 smithi111 bash[24268]: cluster 2023-10-11T15:45:04.224925+0000 mgr.smithi111.dafezg (mgr.14195) 175 : cluster 0 pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:08.070 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:07 smithi111 bash[24268]: cluster 2023-10-11T15:45:06.225552+0000 mgr.smithi111.dafezg (mgr.14195) 176 : cluster 0 pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:08.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:07 smithi130 bash[31108]: cluster 2023-10-11T15:45:06.225552+0000 mgr.smithi111.dafezg (mgr.14195) 176 : cluster 0 pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:10.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:09 smithi130 bash[31108]: cluster 2023-10-11T15:45:08.226157+0000 mgr.smithi111.dafezg (mgr.14195) 177 : cluster 0 pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:10.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:09 smithi111 bash[24268]: cluster 2023-10-11T15:45:08.226157+0000 mgr.smithi111.dafezg (mgr.14195) 177 : cluster 0 pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:11.083 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:10 smithi111 bash[24268]: cluster 2023-10-11T15:45:10.226542+0000 mgr.smithi111.dafezg (mgr.14195) 178 : cluster 0 pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:11.083 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:10 smithi111 bash[24268]: audit 2023-10-11T15:45:10.275037+0000 mon.smithi111 (mon.0) 731 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:45:11.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:10 smithi130 bash[31108]: cluster 2023-10-11T15:45:10.226542+0000 mgr.smithi111.dafezg (mgr.14195) 178 : cluster 0 pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:11.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:10 smithi130 bash[31108]: audit 2023-10-11T15:45:10.275037+0000 mon.smithi111 (mon.0) 731 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:45:13.594 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:13 smithi111 bash[24268]: cluster 2023-10-11T15:45:12.226911+0000 mgr.smithi111.dafezg (mgr.14195) 179 : cluster 0 pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:13.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:13 smithi130 bash[31108]: cluster 2023-10-11T15:45:12.226911+0000 mgr.smithi111.dafezg (mgr.14195) 179 : cluster 0 pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:15.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:15 smithi111 bash[24268]: cluster 2023-10-11T15:45:14.227468+0000 mgr.smithi111.dafezg (mgr.14195) 180 : cluster 0 pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:15.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:15 smithi130 bash[31108]: cluster 2023-10-11T15:45:14.227468+0000 mgr.smithi111.dafezg (mgr.14195) 180 : cluster 0 pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:18.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:17 smithi111 bash[24268]: cluster 2023-10-11T15:45:16.228058+0000 mgr.smithi111.dafezg (mgr.14195) 181 : cluster 0 pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:18.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:17 smithi130 bash[31108]: cluster 2023-10-11T15:45:16.228058+0000 mgr.smithi111.dafezg (mgr.14195) 181 : cluster 0 pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:20.073 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:19 smithi111 bash[24268]: cluster 2023-10-11T15:45:18.228549+0000 mgr.smithi111.dafezg (mgr.14195) 182 : cluster 0 pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:20.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:19 smithi130 bash[31108]: cluster 2023-10-11T15:45:18.228549+0000 mgr.smithi111.dafezg (mgr.14195) 182 : cluster 0 pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:22.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:21 smithi130 bash[31108]: cluster 2023-10-11T15:45:20.229134+0000 mgr.smithi111.dafezg (mgr.14195) 183 : cluster 0 pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:22.157 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:21 smithi111 bash[24268]: cluster 2023-10-11T15:45:20.229134+0000 mgr.smithi111.dafezg (mgr.14195) 183 : cluster 0 pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:22.158 INFO:teuthology.orchestra.run.smithi111.stdout:133143986199 2023-10-11T15:45:22.159 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-10-11T15:45:22.199 INFO:teuthology.orchestra.run.smithi111.stdout:68719476762 2023-10-11T15:45:22.199 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-10-11T15:45:22.334 INFO:teuthology.orchestra.run.smithi111.stdout:103079215129 2023-10-11T15:45:22.334 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-10-11T15:45:24.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:23 smithi130 bash[31108]: cluster 2023-10-11T15:45:22.229682+0000 mgr.smithi111.dafezg (mgr.14195) 184 : cluster 0 pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:24.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:23 smithi111 bash[24268]: cluster 2023-10-11T15:45:22.229682+0000 mgr.smithi111.dafezg (mgr.14195) 184 : cluster 0 pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:24.689 INFO:teuthology.orchestra.run.smithi111.stdout:133143986199 2023-10-11T15:45:24.690 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-10-11T15:45:24.732 INFO:teuthology.orchestra.run.smithi111.stdout:85899345947 2023-10-11T15:45:24.733 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-10-11T15:45:24.856 INFO:teuthology.orchestra.run.smithi111.stdout:111669149721 2023-10-11T15:45:24.857 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-10-11T15:45:25.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:24 smithi111 bash[24268]: cluster 2023-10-11T15:45:24.230273+0000 mgr.smithi111.dafezg (mgr.14195) 185 : cluster 0 pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:25.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:24 smithi130 bash[31108]: cluster 2023-10-11T15:45:24.230273+0000 mgr.smithi111.dafezg (mgr.14195) 185 : cluster 0 pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:25.741 INFO:teuthology.orchestra.run.smithi111.stdout:180388626453 2023-10-11T15:45:25.741 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-10-11T15:45:25.754 INFO:teuthology.orchestra.run.smithi111.stdout:163208757271 2023-10-11T15:45:25.755 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-10-11T15:45:26.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:25 smithi111 bash[24268]: audit 2023-10-11T15:45:25.275296+0000 mon.smithi111 (mon.0) 732 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:45:26.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:25 smithi130 bash[31108]: audit 2023-10-11T15:45:25.275296+0000 mon.smithi111 (mon.0) 732 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:45:27.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:26 smithi111 bash[24268]: cluster 2023-10-11T15:45:26.230844+0000 mgr.smithi111.dafezg (mgr.14195) 186 : cluster 0 pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:27.379 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:26 smithi130 bash[31108]: cluster 2023-10-11T15:45:26.230844+0000 mgr.smithi111.dafezg (mgr.14195) 186 : cluster 0 pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:29.301 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:45:29.302 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:45:29.302 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:45:29.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:29 smithi130 bash[31108]: cluster 2023-10-11T15:45:28.231400+0000 mgr.smithi111.dafezg (mgr.14195) 187 : cluster 0 pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:29.769 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:29 smithi111 bash[24268]: cluster 2023-10-11T15:45:28.231400+0000 mgr.smithi111.dafezg (mgr.14195) 187 : cluster 0 pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:30.329 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:45:30.330 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:45:30.331 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:45:30.331 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:45:30.332 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:45:32.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:31 smithi130 bash[31108]: cluster 2023-10-11T15:45:30.231953+0000 mgr.smithi111.dafezg (mgr.14195) 188 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:32.208 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:31 smithi111 bash[24268]: cluster 2023-10-11T15:45:30.231953+0000 mgr.smithi111.dafezg (mgr.14195) 188 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:34.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:33 smithi130 bash[31108]: cluster 2023-10-11T15:45:32.232359+0000 mgr.smithi111.dafezg (mgr.14195) 189 : cluster 0 pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:34.294 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:33 smithi111 bash[24268]: cluster 2023-10-11T15:45:32.232359+0000 mgr.smithi111.dafezg (mgr.14195) 189 : cluster 0 pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:36.080 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:35 smithi111 bash[24268]: cluster 2023-10-11T15:45:34.232755+0000 mgr.smithi111.dafezg (mgr.14195) 190 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:36.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:35 smithi130 bash[31108]: cluster 2023-10-11T15:45:34.232755+0000 mgr.smithi111.dafezg (mgr.14195) 190 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:38.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:37 smithi130 bash[31108]: cluster 2023-10-11T15:45:36.233193+0000 mgr.smithi111.dafezg (mgr.14195) 191 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:38.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:37 smithi111 bash[24268]: cluster 2023-10-11T15:45:36.233193+0000 mgr.smithi111.dafezg (mgr.14195) 191 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:39.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:38 smithi111 bash[24268]: cluster 2023-10-11T15:45:38.233737+0000 mgr.smithi111.dafezg (mgr.14195) 192 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:39.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:38 smithi130 bash[31108]: cluster 2023-10-11T15:45:38.233737+0000 mgr.smithi111.dafezg (mgr.14195) 192 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:40.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:40 smithi130 bash[31108]: audit 2023-10-11T15:45:40.276055+0000 mon.smithi111 (mon.0) 733 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:45:40.679 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:40 smithi111 bash[24268]: audit 2023-10-11T15:45:40.276055+0000 mon.smithi111 (mon.0) 733 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:45:41.640 INFO:teuthology.orchestra.run.smithi111.stdout:133143986203 2023-10-11T15:45:42.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:41 smithi130 bash[31108]: cluster 2023-10-11T15:45:40.234381+0000 mgr.smithi111.dafezg (mgr.14195) 193 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:42.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:41 smithi130 bash[31108]: audit 2023-10-11T15:45:41.638056+0000 mon.smithi111 (mon.0) 734 : audit 0 from='client.? 172.21.15.111:0/911953147' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-10-11T15:45:42.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:41 smithi111 bash[24268]: cluster 2023-10-11T15:45:40.234381+0000 mgr.smithi111.dafezg (mgr.14195) 193 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:42.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:41 smithi111 bash[24268]: audit 2023-10-11T15:45:41.638056+0000 mon.smithi111 (mon.0) 734 : audit 0 from='client.? 172.21.15.111:0/911953147' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-10-11T15:45:42.275 INFO:teuthology.orchestra.run.smithi111.stdout:68719476767 2023-10-11T15:45:42.700 INFO:teuthology.orchestra.run.smithi111.stdout:133143986203 2023-10-11T15:45:42.939 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:42 smithi111 bash[24268]: audit 2023-10-11T15:45:42.273396+0000 mon.smithi111 (mon.0) 735 : audit 0 from='client.? 172.21.15.111:0/951806143' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-11T15:45:42.940 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:42 smithi111 bash[24268]: audit 2023-10-11T15:45:42.697697+0000 mon.smithi111 (mon.0) 736 : audit 0 from='client.? 172.21.15.111:0/2987172448' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-10-11T15:45:43.077 INFO:teuthology.orchestra.run.smithi111.stdout:103079215133 2023-10-11T15:45:43.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:42 smithi130 bash[31108]: audit 2023-10-11T15:45:42.273396+0000 mon.smithi111 (mon.0) 735 : audit 0 from='client.? 172.21.15.111:0/951806143' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-11T15:45:43.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:42 smithi130 bash[31108]: audit 2023-10-11T15:45:42.697697+0000 mon.smithi111 (mon.0) 736 : audit 0 from='client.? 172.21.15.111:0/2987172448' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-10-11T15:45:44.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:43 smithi130 bash[31108]: cluster 2023-10-11T15:45:42.234779+0000 mgr.smithi111.dafezg (mgr.14195) 194 : cluster 0 pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:44.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:43 smithi130 bash[31108]: audit 2023-10-11T15:45:43.074765+0000 mon.smithi111 (mon.0) 737 : audit 0 from='client.? 172.21.15.111:0/1355501001' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-11T15:45:44.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:43 smithi130 bash[31108]: audit 2023-10-11T15:45:43.148135+0000 mon.smithi111 (mon.0) 738 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:45:44.140 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:43 smithi111 bash[24268]: cluster 2023-10-11T15:45:42.234779+0000 mgr.smithi111.dafezg (mgr.14195) 194 : cluster 0 pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:44.140 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:43 smithi111 bash[24268]: audit 2023-10-11T15:45:43.074765+0000 mon.smithi111 (mon.0) 737 : audit 0 from='client.? 172.21.15.111:0/1355501001' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-11T15:45:44.141 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:43 smithi111 bash[24268]: audit 2023-10-11T15:45:43.148135+0000 mon.smithi111 (mon.0) 738 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:45:44.658 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986199 got 133143986203 for osd.3 2023-10-11T15:45:44.658 DEBUG:teuthology.parallel:result is None 2023-10-11T15:45:44.941 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:44 smithi111 bash[24268]: cluster 2023-10-11T15:45:44.235270+0000 mgr.smithi111.dafezg (mgr.14195) 195 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:44.972 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986199 got 133143986203 for osd.6 2023-10-11T15:45:44.972 DEBUG:teuthology.parallel:result is None 2023-10-11T15:45:45.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:44 smithi130 bash[31108]: cluster 2023-10-11T15:45:44.235270+0000 mgr.smithi111.dafezg (mgr.14195) 195 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:45.387 INFO:teuthology.orchestra.run.smithi111.stdout:111669149726 2023-10-11T15:45:45.895 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215129 got 103079215133 for osd.1 2023-10-11T15:45:45.895 DEBUG:teuthology.parallel:result is None 2023-10-11T15:45:46.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:45 smithi130 bash[31108]: audit 2023-10-11T15:45:45.384602+0000 mon.smithi111 (mon.0) 739 : audit 0 from='client.? 172.21.15.111:0/2025519694' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-10-11T15:45:46.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:45 smithi111 bash[24268]: audit 2023-10-11T15:45:45.384602+0000 mon.smithi111 (mon.0) 739 : audit 0 from='client.? 172.21.15.111:0/2025519694' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-10-11T15:45:46.758 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476762 got 68719476767 for osd.0 2023-10-11T15:45:46.758 DEBUG:teuthology.parallel:result is None 2023-10-11T15:45:47.053 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149721 got 111669149726 for osd.4 2023-10-11T15:45:47.053 DEBUG:teuthology.parallel:result is None 2023-10-11T15:45:47.076 INFO:teuthology.orchestra.run.smithi111.stdout:180388626458 2023-10-11T15:45:47.128 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:46 smithi111 bash[24268]: cluster 2023-10-11T15:45:46.235838+0000 mgr.smithi111.dafezg (mgr.14195) 196 : cluster 0 pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:47.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:46 smithi130 bash[31108]: cluster 2023-10-11T15:45:46.235838+0000 mgr.smithi111.dafezg (mgr.14195) 196 : cluster 0 pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:47.579 INFO:teuthology.orchestra.run.smithi111.stdout:163208757276 2023-10-11T15:45:47.595 INFO:teuthology.orchestra.run.smithi111.stdout:85899345952 2023-10-11T15:45:48.021 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:47 smithi111 bash[24268]: audit 2023-10-11T15:45:47.074231+0000 mon.smithi111 (mon.0) 740 : audit 0 from='client.? 172.21.15.111:0/2922062783' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-10-11T15:45:48.022 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:47 smithi111 bash[24268]: audit 2023-10-11T15:45:47.577506+0000 mon.smithi111 (mon.0) 741 : audit 0 from='client.? 172.21.15.111:0/2980935865' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-10-11T15:45:48.022 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:47 smithi111 bash[24268]: audit 2023-10-11T15:45:47.592915+0000 mon.smithi111 (mon.0) 742 : audit 0 from='client.? 172.21.15.111:0/3316615476' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-10-11T15:45:48.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:47 smithi130 bash[31108]: audit 2023-10-11T15:45:47.074231+0000 mon.smithi111 (mon.0) 740 : audit 0 from='client.? 172.21.15.111:0/2922062783' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-10-11T15:45:48.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:47 smithi130 bash[31108]: audit 2023-10-11T15:45:47.577506+0000 mon.smithi111 (mon.0) 741 : audit 0 from='client.? 172.21.15.111:0/2980935865' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-10-11T15:45:48.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:47 smithi130 bash[31108]: audit 2023-10-11T15:45:47.592915+0000 mon.smithi111 (mon.0) 742 : audit 0 from='client.? 172.21.15.111:0/3316615476' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-10-11T15:45:48.359 INFO:tasks.cephadm.ceph_manager.ceph:need seq 180388626453 got 180388626458 for osd.7 2023-10-11T15:45:48.360 DEBUG:teuthology.parallel:result is None 2023-10-11T15:45:49.272 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345947 got 85899345952 for osd.2 2023-10-11T15:45:49.272 DEBUG:teuthology.parallel:result is None 2023-10-11T15:45:49.292 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757271 got 163208757276 for osd.5 2023-10-11T15:45:49.292 DEBUG:teuthology.parallel:result is None 2023-10-11T15:45:49.293 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-10-11T15:45:49.293 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph pg dump --format=json 2023-10-11T15:45:50.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:49 smithi130 bash[31108]: cluster 2023-10-11T15:45:48.236370+0000 mgr.smithi111.dafezg (mgr.14195) 197 : cluster 0 pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:50.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:49 smithi130 bash[31108]: audit 2023-10-11T15:45:48.837908+0000 mon.smithi111 (mon.0) 743 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:45:50.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:49 smithi130 bash[31108]: audit 2023-10-11T15:45:48.843922+0000 mon.smithi111 (mon.0) 744 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:45:50.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:49 smithi111 bash[24268]: cluster 2023-10-11T15:45:48.236370+0000 mgr.smithi111.dafezg (mgr.14195) 197 : cluster 0 pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:50.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:49 smithi111 bash[24268]: audit 2023-10-11T15:45:48.837908+0000 mon.smithi111 (mon.0) 743 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:45:50.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:49 smithi111 bash[24268]: audit 2023-10-11T15:45:48.843922+0000 mon.smithi111 (mon.0) 744 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:45:52.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:51 smithi130 bash[31108]: cluster 2023-10-11T15:45:50.236893+0000 mgr.smithi111.dafezg (mgr.14195) 198 : cluster 0 pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:52.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:51 smithi111 bash[24268]: cluster 2023-10-11T15:45:50.236893+0000 mgr.smithi111.dafezg (mgr.14195) 198 : cluster 0 pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:53.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:52 smithi111 bash[24268]: cluster 2023-10-11T15:45:52.237292+0000 mgr.smithi111.dafezg (mgr.14195) 199 : cluster 0 pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:53.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:52 smithi130 bash[31108]: cluster 2023-10-11T15:45:52.237292+0000 mgr.smithi111.dafezg (mgr.14195) 199 : cluster 0 pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:53.849 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:45:54.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:54 smithi130 bash[31108]: audit 2023-10-11T15:45:53.356218+0000 mon.smithi111 (mon.0) 745 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:45:54.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:54 smithi130 bash[31108]: audit 2023-10-11T15:45:53.364981+0000 mon.smithi111 (mon.0) 746 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:45:54.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:54 smithi130 bash[31108]: audit 2023-10-11T15:45:53.837659+0000 mon.smithi111 (mon.0) 747 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:45:54.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:54 smithi130 bash[31108]: audit 2023-10-11T15:45:53.839705+0000 mon.smithi111 (mon.0) 748 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:45:54.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:54 smithi130 bash[31108]: audit 2023-10-11T15:45:53.848891+0000 mon.smithi111 (mon.0) 749 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:45:54.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:54 smithi130 bash[31108]: audit 2023-10-11T15:45:53.854367+0000 mon.smithi111 (mon.0) 750 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:45:54.769 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:54 smithi111 bash[24268]: audit 2023-10-11T15:45:53.356218+0000 mon.smithi111 (mon.0) 745 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:45:54.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:54 smithi111 bash[24268]: audit 2023-10-11T15:45:53.364981+0000 mon.smithi111 (mon.0) 746 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:45:54.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:54 smithi111 bash[24268]: audit 2023-10-11T15:45:53.837659+0000 mon.smithi111 (mon.0) 747 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:45:54.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:54 smithi111 bash[24268]: audit 2023-10-11T15:45:53.839705+0000 mon.smithi111 (mon.0) 748 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:45:54.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:54 smithi111 bash[24268]: audit 2023-10-11T15:45:53.848891+0000 mon.smithi111 (mon.0) 749 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:45:54.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:54 smithi111 bash[24268]: audit 2023-10-11T15:45:53.854367+0000 mon.smithi111 (mon.0) 750 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:45:55.519 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:55 smithi111 bash[24268]: cluster 2023-10-11T15:45:54.237803+0000 mgr.smithi111.dafezg (mgr.14195) 200 : cluster 0 pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:55.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:55 smithi111 bash[24268]: audit 2023-10-11T15:45:55.276703+0000 mon.smithi111 (mon.0) 751 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:45:55.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:55 smithi130 bash[31108]: cluster 2023-10-11T15:45:54.237803+0000 mgr.smithi111.dafezg (mgr.14195) 200 : cluster 0 pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:55.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:55 smithi130 bash[31108]: audit 2023-10-11T15:45:55.276703+0000 mon.smithi111 (mon.0) 751 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:45:57.089 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-10-11T15:45:57.093 INFO:teuthology.orchestra.run.smithi111.stderr:dumped all 2023-10-11T15:45:57.943 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:57 smithi111 bash[24268]: cluster 2023-10-11T15:45:56.238381+0000 mgr.smithi111.dafezg (mgr.14195) 201 : cluster 0 pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:57.945 INFO:teuthology.orchestra.run.smithi111.stdout:{"pg_ready":true,"pg_map":{"version":177,"stamp":"2023-10-11T15:45:56.238087+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":4,"num_bytes_recovered":1180736,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":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":221028,"kb_used_data":5412,"kb_used_omap":0,"kb_used_meta":215552,"kb_avail":749707420,"statfs":{"total":767926730752,"available":767700398080,"internally_reserved":0,"allocated":5541888,"data_stored":3268396,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":220725248},"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.003061"},"pg_stats":[{"pgid":"1.0","version":"35'217","reported_seq":323,"reported_epoch":46,"state":"active+clean","last_fresh":"2023-10-11T15:43:54.816853+0000","last_change":"2023-10-11T15:43:52.854947+0000","last_active":"2023-10-11T15:43:54.816853+0000","last_peered":"2023-10-11T15:43:54.816853+0000","last_clean":"2023-10-11T15:43:54.816853+0000","last_became_active":"2023-10-11T15:43:52.854436+0000","last_became_peered":"2023-10-11T15:43:52.854436+0000","last_unstale":"2023-10-11T15:43:54.816853+0000","last_undegraded":"2023-10-11T15:43:54.816853+0000","last_fullsized":"2023-10-11T15:43:54.816853+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":26,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-11T15:43:29.003071+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-11T15:43:29.003071+0000","last_clean_scrub_stamp":"2023-10-11T15:43:29.003071+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 @ 2023-10-12T18:48:58.923536+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":4,"num_bytes_recovered":1180736,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":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":4,"num_bytes_recovered":1180736,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":2969600,"data_stored":2951840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":217,"ondisk_log_size":217,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":42,"seq":180388626460,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27988,"kb_used_data":1036,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713068,"statfs":{"total":95990841344,"available":95962181632,"internally_reserved":0,"allocated":1060864,"data_stored":777274,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Oct 11 15:45:52 2023","interfaces":[{"interface":"back","average":{"1min":0.79000000000000004,"5min":0.83399999999999996,"15min":0.84199999999999997},"min":{"1min":0.61699999999999999,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.022,"5min":1.044,"15min":1.044},"last":0.96999999999999997},{"interface":"front","average":{"1min":0.84199999999999997,"5min":0.90600000000000003,"15min":0.91700000000000004},"min":{"1min":0.623,"5min":0.623,"15min":0.623},"max":{"1min":1.034,"5min":1.212,"15min":1.212},"last":0.81000000000000005}]},{"osd":1,"last update":"Wed Oct 11 15:45:52 2023","interfaces":[{"interface":"back","average":{"1min":0.64400000000000002,"5min":0.69999999999999996,"15min":0.70899999999999996},"min":{"1min":0.49199999999999999,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":1.105,"5min":1.105,"15min":1.105},"last":0.65600000000000003},{"interface":"front","average":{"1min":0.68000000000000005,"5min":0.71399999999999997,"15min":0.71999999999999997},"min":{"1min":0.41699999999999998,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":1.1399999999999999,"5min":1.1399999999999999,"15min":1.1399999999999999},"last":0.71499999999999997}]},{"osd":2,"last update":"Wed Oct 11 15:45:52 2023","interfaces":[{"interface":"back","average":{"1min":0.83499999999999996,"5min":0.84199999999999997,"15min":0.84299999999999997},"min":{"1min":0.58599999999999997,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1.0149999999999999,"5min":1.1799999999999999,"15min":1.1799999999999999},"last":0.871},{"interface":"front","average":{"1min":0.83599999999999997,"5min":0.874,"15min":0.88},"min":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.109,"5min":1.216,"15min":1.216},"last":0.83899999999999997}]},{"osd":3,"last update":"Wed Oct 11 15:45:52 2023","interfaces":[{"interface":"back","average":{"1min":0.66700000000000004,"5min":0.81100000000000005,"15min":0.83499999999999996},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.92100000000000004,"5min":1.171,"15min":1.171},"last":0.91700000000000004},{"interface":"front","average":{"1min":0.67100000000000004,"5min":0.76600000000000001,"15min":0.78200000000000003},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":1.077,"5min":1.157,"15min":1.157},"last":0.77800000000000002}]},{"osd":4,"last update":"Wed Oct 11 15:45:52 2023","interfaces":[{"interface":"back","average":{"1min":0.93200000000000005,"5min":0.92000000000000004,"15min":0.91800000000000004},"min":{"1min":0.627,"5min":0.627,"15min":0.627},"max":{"1min":1.1899999999999999,"5min":1.2450000000000001,"15min":1.2450000000000001},"last":1.0309999999999999},{"interface":"front","average":{"1min":0.91900000000000004,"5min":0.92700000000000005,"15min":0.92900000000000005},"min":{"1min":0.71499999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.2629999999999999,"5min":1.2629999999999999,"15min":1.2629999999999999},"last":0.94399999999999995}]},{"osd":5,"last update":"Wed Oct 11 15:45:52 2023","interfaces":[{"interface":"back","average":{"1min":0.81000000000000005,"5min":0.876,"15min":0.88700000000000001},"min":{"1min":0.44400000000000001,"5min":0.435,"15min":0.435},"max":{"1min":1.2050000000000001,"5min":1.282,"15min":1.282},"last":0.751},{"interface":"front","average":{"1min":0.84499999999999997,"5min":0.93899999999999995,"15min":0.95499999999999996},"min":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.244,"5min":1.3240000000000001,"15min":1.3240000000000001},"last":1.161}]},{"osd":6,"last update":"Wed Oct 11 15:45:52 2023","interfaces":[{"interface":"back","average":{"1min":1.016,"5min":1.052,"15min":1.0580000000000001},"min":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"max":{"1min":1.3169999999999999,"5min":1.3440000000000001,"15min":1.3440000000000001},"last":1.282},{"interface":"front","average":{"1min":1.0209999999999999,"5min":1.0369999999999999,"15min":1.0389999999999999},"min":{"1min":0.73799999999999999,"5min":0.67400000000000004,"15min":0.67400000000000004},"max":{"1min":1.3560000000000001,"5min":1.637,"15min":1.637},"last":1.0669999999999999}]}]},{"osd":5,"up_from":38,"seq":163208757278,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27412,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713644,"statfs":{"total":95990841344,"available":95962771456,"internally_reserved":0,"allocated":471040,"data_stored":187237,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Oct 11 15:45:48 2023","interfaces":[{"interface":"back","average":{"1min":0.80800000000000005,"5min":0.81599999999999995,"15min":0.81799999999999995},"min":{"1min":0.60099999999999998,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.3300000000000001,"5min":1.3300000000000001,"15min":1.3300000000000001},"last":0.72399999999999998},{"interface":"front","average":{"1min":0.84899999999999998,"5min":0.85799999999999998,"15min":0.85999999999999999},"min":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":1.133,"5min":1.3560000000000001,"15min":1.3560000000000001},"last":1.002}]},{"osd":1,"last update":"Wed Oct 11 15:45:48 2023","interfaces":[{"interface":"back","average":{"1min":0.65600000000000003,"5min":0.70599999999999996,"15min":0.71399999999999997},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":1.204,"5min":1.204,"15min":1.204},"last":0.879},{"interface":"front","average":{"1min":0.67500000000000004,"5min":0.70899999999999996,"15min":0.71499999999999997},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":1.2290000000000001,"5min":1.2290000000000001,"15min":1.2290000000000001},"last":0.80000000000000004}]},{"osd":2,"last update":"Wed Oct 11 15:45:48 2023","interfaces":[{"interface":"back","average":{"1min":0.90700000000000003,"5min":0.90600000000000003,"15min":0.90600000000000003},"min":{"1min":0.63,"5min":0.63,"15min":0.63},"max":{"1min":1.369,"5min":1.369,"15min":1.369},"last":0.82899999999999996},{"interface":"front","average":{"1min":0.86599999999999999,"5min":0.91200000000000003,"15min":0.92000000000000004},"min":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.409,"5min":1.409,"15min":1.409},"last":0.83999999999999997}]},{"osd":3,"last update":"Wed Oct 11 15:45:48 2023","interfaces":[{"interface":"back","average":{"1min":0.72499999999999998,"5min":0.78100000000000003,"15min":0.79000000000000004},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":1.2250000000000001,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":0.69399999999999995},{"interface":"front","average":{"1min":0.749,"5min":0.80100000000000005,"15min":0.80900000000000005},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":1.228,"5min":1.228,"15min":1.228},"last":0.752}]},{"osd":4,"last update":"Wed Oct 11 15:45:48 2023","interfaces":[{"interface":"back","average":{"1min":0.91800000000000004,"5min":0.93500000000000005,"15min":0.93799999999999994},"min":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.2070000000000001,"5min":1.2070000000000001,"15min":1.2070000000000001},"last":1.042},{"interface":"front","average":{"1min":0.95799999999999996,"5min":0.999,"15min":1.006},"min":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.405,"5min":1.405,"15min":1.405},"last":0.91000000000000003}]},{"osd":6,"last update":"Wed Oct 11 15:45:48 2023","interfaces":[{"interface":"back","average":{"1min":0.95299999999999996,"5min":0.98899999999999999,"15min":0.995},"min":{"1min":0.624,"5min":0.624,"15min":0.624},"max":{"1min":1.3440000000000001,"5min":1.3440000000000001,"15min":1.3440000000000001},"last":0.92300000000000004},{"interface":"front","average":{"1min":0.99099999999999999,"5min":1.0109999999999999,"15min":1.0149999999999999},"min":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.3180000000000001,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":0.95999999999999996}]},{"osd":7,"last update":"Wed Oct 11 15:44:49 2023","interfaces":[{"interface":"back","average":{"1min":0.996,"5min":0.996,"15min":0.996},"min":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.454,"5min":1.454,"15min":1.454},"last":0.94399999999999995},{"interface":"front","average":{"1min":0.94899999999999995,"5min":0.94899999999999995,"15min":0.94899999999999995},"min":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"max":{"1min":1.4099999999999999,"5min":1.4099999999999999,"15min":1.4099999999999999},"last":1.0880000000000001}]}]},{"osd":2,"up_from":20,"seq":85899345954,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27412,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713644,"statfs":{"total":95990841344,"available":95962771456,"internally_reserved":0,"allocated":471040,"data_stored":187237,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Oct 11 15:45:29 2023","interfaces":[{"interface":"back","average":{"1min":0.69299999999999995,"5min":0.65500000000000003,"15min":0.64900000000000002},"min":{"1min":0.56000000000000005,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":1.044,"5min":1.044,"15min":1.044},"last":0.55700000000000005},{"interface":"front","average":{"1min":0.72499999999999998,"5min":0.72999999999999998,"15min":0.73099999999999998},"min":{"1min":0.45500000000000002,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":0.98199999999999998,"5min":1.194,"15min":1.194},"last":0.67500000000000004}]},{"osd":1,"last update":"Wed Oct 11 15:45:34 2023","interfaces":[{"interface":"back","average":{"1min":0.90600000000000003,"5min":0.88700000000000001,"15min":0.88400000000000001},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":1.1279999999999999,"5min":1.5960000000000001,"15min":1.5960000000000001},"last":0.95299999999999996},{"interface":"front","average":{"1min":0.96999999999999997,"5min":0.97499999999999998,"15min":0.97599999999999998},"min":{"1min":0.78100000000000003,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1.262,"5min":1.3640000000000001,"15min":1.3640000000000001},"last":0.97799999999999998}]},{"osd":3,"last update":"Wed Oct 11 15:45:35 2023","interfaces":[{"interface":"back","average":{"1min":0.96599999999999997,"5min":0.98899999999999999,"15min":0.99299999999999999},"min":{"1min":0.73399999999999999,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.196,"5min":1.3560000000000001,"15min":1.3560000000000001},"last":0.879},{"interface":"front","average":{"1min":0.89000000000000001,"5min":0.94199999999999995,"15min":0.94999999999999996},"min":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":1.155,"5min":1.2470000000000001,"15min":1.2470000000000001},"last":0.81599999999999995}]},{"osd":4,"last update":"Wed Oct 11 15:45:34 2023","interfaces":[{"interface":"back","average":{"1min":0.89400000000000002,"5min":0.85799999999999998,"15min":0.85199999999999998},"min":{"1min":0.69499999999999995,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":1.1659999999999999,"5min":1.1659999999999999,"15min":1.1659999999999999},"last":1.0069999999999999},{"interface":"front","average":{"1min":1.0329999999999999,"5min":0.97699999999999998,"15min":0.96699999999999997},"min":{"1min":0.65200000000000002,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.4470000000000001,"5min":1.6080000000000001,"15min":1.6080000000000001},"last":0.92300000000000004}]},{"osd":5,"last update":"Wed Oct 11 15:45:44 2023","interfaces":[{"interface":"back","average":{"1min":1.0629999999999999,"5min":1.0369999999999999,"15min":1.0329999999999999},"min":{"1min":0.95499999999999996,"5min":0.64400000000000002,"15min":0.64400000000000002},"max":{"1min":1.236,"5min":1.3049999999999999,"15min":1.3049999999999999},"last":1.0600000000000001},{"interface":"front","average":{"1min":0.93899999999999995,"5min":1.0580000000000001,"15min":1.0780000000000001},"min":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"max":{"1min":1.165,"5min":1.4410000000000001,"15min":1.4410000000000001},"last":1.119}]},{"osd":6,"last update":"Wed Oct 11 15:45:35 2023","interfaces":[{"interface":"back","average":{"1min":0.97399999999999998,"5min":1.006,"15min":1.012},"min":{"1min":0.74199999999999999,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.294,"5min":1.399,"15min":1.399},"last":1.036},{"interface":"front","average":{"1min":1.081,"5min":1.0609999999999999,"15min":1.0580000000000001},"min":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"max":{"1min":1.2909999999999999,"5min":1.375,"15min":1.375},"last":1.1599999999999999}]},{"osd":7,"last update":"Wed Oct 11 15:44:53 2023","interfaces":[{"interface":"back","average":{"1min":1.1100000000000001,"5min":1.1100000000000001,"15min":1.1100000000000001},"min":{"1min":0.90000000000000002,"5min":0.90000000000000002,"15min":0.90000000000000002},"max":{"1min":1.4850000000000001,"5min":1.4850000000000001,"15min":1.4850000000000001},"last":1.2},{"interface":"front","average":{"1min":1.1200000000000001,"5min":1.1200000000000001,"15min":1.1200000000000001},"min":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"max":{"1min":1.409,"5min":1.409,"15min":1.409},"last":1.2470000000000001}]}]},{"osd":0,"up_from":16,"seq":68719476770,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27992,"kb_used_data":1040,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713064,"statfs":{"total":95990841344,"available":95962177536,"internally_reserved":0,"allocated":1064960,"data_stored":777605,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Wed Oct 11 15:45:34 2023","interfaces":[{"interface":"back","average":{"1min":0.871,"5min":0.93600000000000005,"15min":0.94699999999999995},"min":{"1min":0.63100000000000001,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.139,"5min":2.8999999999999999,"15min":2.8999999999999999},"last":0.77800000000000002},{"interface":"front","average":{"1min":0.89000000000000001,"5min":0.83999999999999997,"15min":0.83199999999999996},"min":{"1min":0.62,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.254,"5min":1.254,"15min":1.254},"last":0.81899999999999995}]},{"osd":2,"last update":"Wed Oct 11 15:45:31 2023","interfaces":[{"interface":"back","average":{"1min":0.85499999999999998,"5min":0.83499999999999996,"15min":0.83199999999999996},"min":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.5680000000000001,"5min":1.5680000000000001,"15min":1.5680000000000001},"last":0.61399999999999999},{"interface":"front","average":{"1min":0.79500000000000004,"5min":0.84599999999999997,"15min":0.85399999999999998},"min":{"1min":0.64600000000000002,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.103,"5min":1.1299999999999999,"15min":1.1299999999999999},"last":0.71199999999999997}]},{"osd":3,"last update":"Wed Oct 11 15:45:41 2023","interfaces":[{"interface":"back","average":{"1min":0.95299999999999996,"5min":1.0289999999999999,"15min":1.042},"min":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"max":{"1min":1.218,"5min":1.3939999999999999,"15min":1.3939999999999999},"last":0.753},{"interface":"front","average":{"1min":0.92700000000000005,"5min":0.90700000000000003,"15min":0.90300000000000002},"min":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.218,"5min":1.218,"15min":1.218},"last":0.85999999999999999}]},{"osd":4,"last update":"Wed Oct 11 15:45:34 2023","interfaces":[{"interface":"back","average":{"1min":0.81499999999999995,"5min":0.83899999999999997,"15min":0.84299999999999997},"min":{"1min":0.60099999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":1.097,"5min":1.216,"15min":1.216},"last":1.0249999999999999},{"interface":"front","average":{"1min":0.96999999999999997,"5min":1.0429999999999999,"15min":1.0549999999999999},"min":{"1min":0.76500000000000001,"5min":0.71199999999999997,"15min":0.71199999999999997},"max":{"1min":1.3380000000000001,"5min":1.4199999999999999,"15min":1.4199999999999999},"last":0.90300000000000002}]},{"osd":5,"last update":"Wed Oct 11 15:45:49 2023","interfaces":[{"interface":"back","average":{"1min":1.1100000000000001,"5min":1.0980000000000001,"15min":1.0960000000000001},"min":{"1min":0.86899999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"max":{"1min":1.3340000000000001,"5min":1.508,"15min":1.508},"last":0.95799999999999996},{"interface":"front","average":{"1min":0.96799999999999997,"5min":1.032,"15min":1.0429999999999999},"min":{"1min":0.78400000000000003,"5min":0.73099999999999998,"15min":0.73099999999999998},"max":{"1min":1.198,"5min":1.3069999999999999,"15min":1.3069999999999999},"last":0.98599999999999999}]},{"osd":6,"last update":"Wed Oct 11 15:45:41 2023","interfaces":[{"interface":"back","average":{"1min":0.98299999999999998,"5min":1.05,"15min":1.0609999999999999},"min":{"1min":0.74399999999999999,"5min":0.68300000000000005,"15min":0.68300000000000005},"max":{"1min":1.2450000000000001,"5min":1.446,"15min":1.446},"last":1.244},{"interface":"front","average":{"1min":1.157,"5min":1.1559999999999999,"15min":1.1559999999999999},"min":{"1min":0.996,"5min":0.75700000000000001,"15min":0.75700000000000001},"max":{"1min":1.4079999999999999,"5min":1.617,"15min":1.617},"last":1.0629999999999999}]},{"osd":7,"last update":"Wed Oct 11 15:45:49 2023","interfaces":[{"interface":"back","average":{"1min":1.123,"5min":1.135,"15min":1.137},"min":{"1min":0.96499999999999997,"5min":0.81599999999999995,"15min":0.81599999999999995},"max":{"1min":1.306,"5min":1.4870000000000001,"15min":1.4870000000000001},"last":1.109},{"interface":"front","average":{"1min":1.1379999999999999,"5min":1.198,"15min":1.208},"min":{"1min":0.84999999999999998,"5min":0.84999999999999998,"15min":0.84999999999999998},"max":{"1min":1.6419999999999999,"5min":1.6419999999999999,"15min":1.6419999999999999},"last":1.1910000000000001}]}]},{"osd":1,"up_from":24,"seq":103079215136,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27408,"kb_used_data":456,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713648,"statfs":{"total":95990841344,"available":95962775552,"internally_reserved":0,"allocated":466944,"data_stored":186964,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Oct 11 15:45:32 2023","interfaces":[{"interface":"back","average":{"1min":0.86099999999999999,"5min":0.81899999999999995,"15min":0.81200000000000006},"min":{"1min":0.67100000000000004,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":1.2130000000000001,"5min":1.3160000000000001,"15min":1.3160000000000001},"last":0.83099999999999996},{"interface":"front","average":{"1min":0.90500000000000003,"5min":0.92800000000000005,"15min":0.93200000000000005},"min":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.4139999999999999,"5min":1.5920000000000001,"15min":1.5920000000000001},"last":0.878}]},{"osd":2,"last update":"Wed Oct 11 15:45:32 2023","interfaces":[{"interface":"back","average":{"1min":0.91300000000000003,"5min":0.86099999999999999,"15min":0.85299999999999998},"min":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.2529999999999999,"5min":1.2529999999999999,"15min":1.2529999999999999},"last":1.008},{"interface":"front","average":{"1min":1.008,"5min":1.012,"15min":1.012},"min":{"1min":0.64300000000000002,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.3660000000000001,"5min":1.5029999999999999,"15min":1.5029999999999999},"last":1.079}]},{"osd":3,"last update":"Wed Oct 11 15:45:35 2023","interfaces":[{"interface":"back","average":{"1min":0.77700000000000002,"5min":0.80900000000000005,"15min":0.81399999999999995},"min":{"1min":0.42199999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":1.278,"5min":1.2889999999999999,"15min":1.2889999999999999},"last":0.70599999999999996},{"interface":"front","average":{"1min":0.82199999999999995,"5min":0.89300000000000002,"15min":0.90500000000000003},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.3740000000000001,"5min":1.4359999999999999,"15min":1.4359999999999999},"last":1.1599999999999999}]},{"osd":4,"last update":"Wed Oct 11 15:45:32 2023","interfaces":[{"interface":"back","average":{"1min":0.90200000000000002,"5min":0.96499999999999997,"15min":0.97499999999999998},"min":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.2350000000000001,"5min":1.355,"15min":1.355},"last":0.92900000000000005},{"interface":"front","average":{"1min":0.92000000000000004,"5min":0.90300000000000002,"15min":0.90000000000000002},"min":{"1min":0.63,"5min":0.63,"15min":0.63},"max":{"1min":1.22,"5min":1.22,"15min":1.22},"last":1.0349999999999999}]},{"osd":5,"last update":"Wed Oct 11 15:45:49 2023","interfaces":[{"interface":"back","average":{"1min":0.72299999999999998,"5min":0.80400000000000005,"15min":0.81799999999999995},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":1.0189999999999999,"5min":1.1619999999999999,"15min":1.1619999999999999},"last":1.115},{"interface":"front","average":{"1min":0.72899999999999998,"5min":0.84199999999999997,"15min":0.86099999999999999},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":1.1859999999999999,"5min":1.242,"15min":1.242},"last":0.97799999999999998}]},{"osd":6,"last update":"Wed Oct 11 15:45:35 2023","interfaces":[{"interface":"back","average":{"1min":1.0149999999999999,"5min":1.0720000000000001,"15min":1.0820000000000001},"min":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.3180000000000001,"5min":1.45,"15min":1.45},"last":1.3160000000000001},{"interface":"front","average":{"1min":0.97199999999999998,"5min":1.026,"15min":1.0349999999999999},"min":{"1min":0.72599999999999998,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":1.3089999999999999,"5min":1.8009999999999999,"15min":1.8009999999999999},"last":1.292}]},{"osd":7,"last update":"Wed Oct 11 15:45:50 2023","interfaces":[{"interface":"back","average":{"1min":0.89200000000000002,"5min":0.996,"15min":1.014},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":1.3360000000000001,"5min":1.381,"15min":1.381},"last":1.2370000000000001},{"interface":"front","average":{"1min":0.84599999999999997,"5min":1.002,"15min":1.028},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":1.2470000000000001,"5min":1.415,"15min":1.415},"last":1.208}]}]},{"osd":4,"up_from":26,"seq":111669149728,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27412,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713644,"statfs":{"total":95990841344,"available":95962771456,"internally_reserved":0,"allocated":471040,"data_stored":187237,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Oct 11 15:45:33 2023","interfaces":[{"interface":"back","average":{"1min":0.75700000000000001,"5min":0.76200000000000001,"15min":0.76300000000000001},"min":{"1min":0.58099999999999996,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":1.083,"5min":1.2669999999999999,"15min":1.2669999999999999},"last":0.56200000000000006},{"interface":"front","average":{"1min":0.82899999999999996,"5min":0.79400000000000004,"15min":0.78800000000000003},"min":{"1min":0.55900000000000005,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":1.238,"5min":1.238,"15min":1.238},"last":0.83899999999999997}]},{"osd":1,"last update":"Wed Oct 11 15:45:33 2023","interfaces":[{"interface":"back","average":{"1min":0.89100000000000001,"5min":0.86499999999999999,"15min":0.86099999999999999},"min":{"1min":0.58599999999999997,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":1.0840000000000001,"5min":1.256,"15min":1.256},"last":0.94899999999999995},{"interface":"front","average":{"1min":0.88600000000000001,"5min":0.91400000000000003,"15min":0.91800000000000004},"min":{"1min":0.71699999999999997,"5min":0.65000000000000002,"15min":0.65000000000000002},"max":{"1min":1.159,"5min":1.224,"15min":1.224},"last":0.67100000000000004}]},{"osd":2,"last update":"Wed Oct 11 15:45:33 2023","interfaces":[{"interface":"back","average":{"1min":0.878,"5min":0.83199999999999996,"15min":0.82399999999999995},"min":{"1min":0.58199999999999996,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":1.1200000000000001,"5min":1.1200000000000001,"15min":1.1200000000000001},"last":0.74099999999999999},{"interface":"front","average":{"1min":0.85399999999999998,"5min":0.83099999999999996,"15min":0.82699999999999996},"min":{"1min":0.64000000000000001,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.1279999999999999,"5min":1.214,"15min":1.214},"last":1.0669999999999999}]},{"osd":3,"last update":"Wed Oct 11 15:45:40 2023","interfaces":[{"interface":"back","average":{"1min":0.97599999999999998,"5min":0.98699999999999999,"15min":0.98899999999999999},"min":{"1min":0.63200000000000001,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.2170000000000001,"5min":1.2170000000000001,"15min":1.2170000000000001},"last":1.0029999999999999},{"interface":"front","average":{"1min":0.92900000000000005,"5min":0.96499999999999997,"15min":0.97099999999999997},"min":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"max":{"1min":1.171,"5min":1.171,"15min":1.171},"last":1.125}]},{"osd":5,"last update":"Wed Oct 11 15:45:46 2023","interfaces":[{"interface":"back","average":{"1min":0.97099999999999997,"5min":1.071,"15min":1.087},"min":{"1min":0.71399999999999997,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.1599999999999999,"5min":1.363,"15min":1.363},"last":0.79400000000000004},{"interface":"front","average":{"1min":1.079,"5min":1.0760000000000001,"15min":1.0760000000000001},"min":{"1min":0.751,"5min":0.751,"15min":0.751},"max":{"1min":1.274,"5min":1.3120000000000001,"15min":1.3120000000000001},"last":1.181}]},{"osd":6,"last update":"Wed Oct 11 15:45:40 2023","interfaces":[{"interface":"back","average":{"1min":0.99299999999999999,"5min":0.99299999999999999,"15min":0.99299999999999999},"min":{"1min":0.69299999999999995,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":1.2529999999999999,"5min":1.2529999999999999,"15min":1.2529999999999999},"last":0.69899999999999995},{"interface":"front","average":{"1min":1.0600000000000001,"5min":1.095,"15min":1.101},"min":{"1min":0.77200000000000002,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.302,"5min":1.4690000000000001,"15min":1.4690000000000001},"last":1.0900000000000001}]},{"osd":7,"last update":"Wed Oct 11 15:45:53 2023","interfaces":[{"interface":"back","average":{"1min":1.117,"5min":1.117,"15min":1.117},"min":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"max":{"1min":1.274,"5min":1.395,"15min":1.395},"last":1.04},{"interface":"front","average":{"1min":1.149,"5min":1.125,"15min":1.121},"min":{"1min":0.81100000000000005,"5min":0.79500000000000004,"15min":0.79500000000000004},"max":{"1min":1.554,"5min":1.554,"15min":1.554},"last":1.1539999999999999}]}]},{"osd":3,"up_from":31,"seq":133143986206,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27992,"kb_used_data":1040,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713064,"statfs":{"total":95990841344,"available":95962177536,"internally_reserved":0,"allocated":1064960,"data_stored":777605,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Oct 11 15:45:37 2023","interfaces":[{"interface":"back","average":{"1min":0.86199999999999999,"5min":0.81299999999999994,"15min":0.80500000000000005},"min":{"1min":0.65200000000000002,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.177,"5min":1.2350000000000001,"15min":1.2350000000000001},"last":0.70999999999999996},{"interface":"front","average":{"1min":0.878,"5min":0.85799999999999998,"15min":0.85399999999999998},"min":{"1min":0.54600000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"max":{"1min":1.1739999999999999,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":0.93000000000000005}]},{"osd":1,"last update":"Wed Oct 11 15:45:37 2023","interfaces":[{"interface":"back","average":{"1min":0.63600000000000001,"5min":0.67800000000000005,"15min":0.68500000000000005},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":1.0229999999999999,"5min":1.0229999999999999,"15min":1.0229999999999999},"last":0.48699999999999999},{"interface":"front","average":{"1min":0.65300000000000002,"5min":0.68500000000000005,"15min":0.68999999999999995},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":1.006,"5min":1.1739999999999999,"15min":1.1739999999999999},"last":0.378}]},{"osd":2,"last update":"Wed Oct 11 15:45:37 2023","interfaces":[{"interface":"back","average":{"1min":0.89400000000000002,"5min":0.94599999999999995,"15min":0.95399999999999996},"min":{"1min":0.57899999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.1479999999999999,"5min":1.3100000000000001,"15min":1.3100000000000001},"last":0.65400000000000003},{"interface":"front","average":{"1min":0.89200000000000002,"5min":0.92800000000000005,"15min":0.93400000000000005},"min":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.244,"5min":1.244,"15min":1.244},"last":0.72799999999999998}]},{"osd":4,"last update":"Wed Oct 11 15:45:37 2023","interfaces":[{"interface":"back","average":{"1min":0.82499999999999996,"5min":0.877,"15min":0.88500000000000001},"min":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.181,"5min":1.181,"15min":1.181},"last":0.76200000000000001},{"interface":"front","average":{"1min":0.96199999999999997,"5min":0.96899999999999997,"15min":0.96999999999999997},"min":{"1min":0.624,"5min":0.624,"15min":0.624},"max":{"1min":1.3009999999999999,"5min":1.3009999999999999,"15min":1.3009999999999999},"last":0.85999999999999999}]},{"osd":5,"last update":"Wed Oct 11 15:45:48 2023","interfaces":[{"interface":"back","average":{"1min":0.68000000000000005,"5min":0.80600000000000005,"15min":0.82699999999999996},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":1.204,"5min":1.2170000000000001,"15min":1.2170000000000001},"last":0.80200000000000005},{"interface":"front","average":{"1min":0.75700000000000001,"5min":0.82399999999999995,"15min":0.83499999999999996},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":1.2030000000000001,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":0.58499999999999996}]},{"osd":6,"last update":"Wed Oct 11 15:45:37 2023","interfaces":[{"interface":"back","average":{"1min":0.96799999999999997,"5min":1.012,"15min":1.02},"min":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"max":{"1min":1.175,"5min":1.254,"15min":1.254},"last":0.96899999999999997},{"interface":"front","average":{"1min":0.92400000000000004,"5min":0.98399999999999999,"15min":0.99399999999999999},"min":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.3320000000000001,"5min":1.3320000000000001,"15min":1.3320000000000001},"last":0.68000000000000005}]},{"osd":7,"last update":"Wed Oct 11 15:45:52 2023","interfaces":[{"interface":"back","average":{"1min":0.85399999999999998,"5min":0.94299999999999995,"15min":0.95799999999999996},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":1.4510000000000001,"5min":1.4510000000000001,"15min":1.4510000000000001},"last":0.60899999999999999},{"interface":"front","average":{"1min":0.83199999999999996,"5min":0.999,"15min":1.0269999999999999},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":1.2589999999999999,"5min":1.411,"15min":1.411},"last":0.88100000000000001}]}]},{"osd":6,"up_from":31,"seq":133143986206,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27412,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713644,"statfs":{"total":95990841344,"available":95962771456,"internally_reserved":0,"allocated":471040,"data_stored":187237,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Oct 11 15:45:42 2023","interfaces":[{"interface":"back","average":{"1min":0.78400000000000003,"5min":0.72799999999999998,"15min":0.71799999999999997},"min":{"1min":0.52200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":1.306,"5min":1.306,"15min":1.306},"last":0.73399999999999999},{"interface":"front","average":{"1min":0.80000000000000004,"5min":0.82599999999999996,"15min":0.82999999999999996},"min":{"1min":0.58299999999999996,"5min":0.504,"15min":0.504},"max":{"1min":1.1299999999999999,"5min":1.448,"15min":1.448},"last":0.84499999999999997}]},{"osd":1,"last update":"Wed Oct 11 15:45:42 2023","interfaces":[{"interface":"back","average":{"1min":0.82399999999999995,"5min":0.85999999999999999,"15min":0.86599999999999999},"min":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.109,"5min":1.3160000000000001,"15min":1.3160000000000001},"last":0.80400000000000005},{"interface":"front","average":{"1min":0.89200000000000002,"5min":0.93400000000000005,"15min":0.94099999999999995},"min":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"max":{"1min":1.177,"5min":1.3680000000000001,"15min":1.3680000000000001},"last":1.1399999999999999}]},{"osd":2,"last update":"Wed Oct 11 15:45:42 2023","interfaces":[{"interface":"back","average":{"1min":0.96199999999999997,"5min":0.89000000000000001,"15min":0.878},"min":{"1min":0.63100000000000001,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.238,"5min":1.238,"15min":1.238},"last":0.89800000000000002},{"interface":"front","average":{"1min":0.89000000000000001,"5min":0.88500000000000001,"15min":0.88400000000000001},"min":{"1min":0.70599999999999996,"5min":0.60399999999999998,"15min":0.60399999999999998},"max":{"1min":1.137,"5min":1.214,"15min":1.214},"last":0.96399999999999997}]},{"osd":3,"last update":"Wed Oct 11 15:45:42 2023","interfaces":[{"interface":"back","average":{"1min":0.874,"5min":0.88800000000000001,"15min":0.89000000000000001},"min":{"1min":0.70699999999999996,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.0800000000000001,"5min":1.2190000000000001,"15min":1.2190000000000001},"last":0.93700000000000006},{"interface":"front","average":{"1min":1.0580000000000001,"5min":1.026,"15min":1.02},"min":{"1min":0.871,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.2310000000000001,"5min":1.2390000000000001,"15min":1.2390000000000001},"last":1.0820000000000001}]},{"osd":4,"last update":"Wed Oct 11 15:45:42 2023","interfaces":[{"interface":"back","average":{"1min":0.96699999999999997,"5min":0.97599999999999998,"15min":0.97799999999999998},"min":{"1min":0.76400000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"max":{"1min":1.1240000000000001,"5min":1.2430000000000001,"15min":1.2430000000000001},"last":1.05},{"interface":"front","average":{"1min":1.0069999999999999,"5min":0.98099999999999998,"15min":0.97699999999999998},"min":{"1min":0.77000000000000002,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.3580000000000001,"5min":1.478,"15min":1.478},"last":1.02}]},{"osd":5,"last update":"Wed Oct 11 15:45:50 2023","interfaces":[{"interface":"back","average":{"1min":1.169,"5min":1.198,"15min":1.2030000000000001},"min":{"1min":0.90400000000000003,"5min":0.90400000000000003,"15min":0.90400000000000003},"max":{"1min":1.387,"5min":1.456,"15min":1.456},"last":1.3160000000000001},{"interface":"front","average":{"1min":1.103,"5min":1.131,"15min":1.1359999999999999},"min":{"1min":0.872,"5min":0.871,"15min":0.871},"max":{"1min":1.423,"5min":1.423,"15min":1.423},"last":1.1619999999999999}]},{"osd":7,"last update":"Wed Oct 11 15:45:50 2023","interfaces":[{"interface":"back","average":{"1min":1.1319999999999999,"5min":1.123,"15min":1.121},"min":{"1min":0.95599999999999996,"5min":0.84599999999999997,"15min":0.84599999999999997},"max":{"1min":1.504,"5min":1.504,"15min":1.504},"last":1.1160000000000001},{"interface":"front","average":{"1min":1.2090000000000001,"5min":1.2170000000000001,"15min":1.218},"min":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"max":{"1min":1.458,"5min":1.5840000000000001,"15min":1.5840000000000001},"last":1.2689999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-10-11T15:45:57.947 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph pg dump --format=json 2023-10-11T15:45:58.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:57 smithi130 bash[31108]: cluster 2023-10-11T15:45:56.238381+0000 mgr.smithi111.dafezg (mgr.14195) 201 : cluster 0 pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:45:59.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:58 smithi130 bash[31108]: audit 2023-10-11T15:45:57.079058+0000 mgr.smithi111.dafezg (mgr.14195) 202 : audit 0 from='client.14470 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T15:45:59.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:58 smithi111 bash[24268]: audit 2023-10-11T15:45:57.079058+0000 mgr.smithi111.dafezg (mgr.14195) 202 : audit 0 from='client.14470 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T15:46:00.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:45:59 smithi130 bash[31108]: cluster 2023-10-11T15:45:58.238971+0000 mgr.smithi111.dafezg (mgr.14195) 203 : cluster 0 pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:00.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:45:59 smithi111 bash[24268]: cluster 2023-10-11T15:45:58.238971+0000 mgr.smithi111.dafezg (mgr.14195) 203 : cluster 0 pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:02.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:01 smithi130 bash[31108]: cluster 2023-10-11T15:46:00.239594+0000 mgr.smithi111.dafezg (mgr.14195) 204 : cluster 0 pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:02.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:01 smithi111 bash[24268]: cluster 2023-10-11T15:46:00.239594+0000 mgr.smithi111.dafezg (mgr.14195) 204 : cluster 0 pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:02.698 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:46:04.111 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:03 smithi111 bash[24268]: cluster 2023-10-11T15:46:02.240169+0000 mgr.smithi111.dafezg (mgr.14195) 205 : cluster 0 pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:04.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:03 smithi130 bash[31108]: cluster 2023-10-11T15:46:02.240169+0000 mgr.smithi111.dafezg (mgr.14195) 205 : cluster 0 pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:05.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:04 smithi111 bash[24268]: cluster 2023-10-11T15:46:04.240806+0000 mgr.smithi111.dafezg (mgr.14195) 206 : cluster 0 pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:05.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:04 smithi130 bash[31108]: cluster 2023-10-11T15:46:04.240806+0000 mgr.smithi111.dafezg (mgr.14195) 206 : cluster 0 pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:05.945 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-10-11T15:46:05.947 INFO:teuthology.orchestra.run.smithi111.stderr:dumped all 2023-10-11T15:46:06.741 INFO:teuthology.orchestra.run.smithi111.stdout:{"pg_ready":true,"pg_map":{"version":181,"stamp":"2023-10-11T15:46:04.240505+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":4,"num_bytes_recovered":1180736,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":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":221028,"kb_used_data":5412,"kb_used_omap":0,"kb_used_meta":215552,"kb_avail":749707420,"statfs":{"total":767926730752,"available":767700398080,"internally_reserved":0,"allocated":5541888,"data_stored":3268396,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":220725248},"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.003401"},"pg_stats":[{"pgid":"1.0","version":"35'217","reported_seq":323,"reported_epoch":46,"state":"active+clean","last_fresh":"2023-10-11T15:43:54.816853+0000","last_change":"2023-10-11T15:43:52.854947+0000","last_active":"2023-10-11T15:43:54.816853+0000","last_peered":"2023-10-11T15:43:54.816853+0000","last_clean":"2023-10-11T15:43:54.816853+0000","last_became_active":"2023-10-11T15:43:52.854436+0000","last_became_peered":"2023-10-11T15:43:52.854436+0000","last_unstale":"2023-10-11T15:43:54.816853+0000","last_undegraded":"2023-10-11T15:43:54.816853+0000","last_fullsized":"2023-10-11T15:43:54.816853+0000","mapping_epoch":45,"log_start":"0'0","ondisk_log_start":"0'0","created":26,"last_epoch_clean":46,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-11T15:43:29.003071+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-11T15:43:29.003071+0000","last_clean_scrub_stamp":"2023-10-11T15:43:29.003071+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 @ 2023-10-12T18:48:58.923536+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":4,"num_bytes_recovered":1180736,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":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":4,"num_bytes_recovered":1180736,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":2969600,"data_stored":2951840,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":217,"ondisk_log_size":217,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":42,"seq":180388626461,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27988,"kb_used_data":1036,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713068,"statfs":{"total":95990841344,"available":95962181632,"internally_reserved":0,"allocated":1060864,"data_stored":777274,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Oct 11 15:45:52 2023","interfaces":[{"interface":"back","average":{"1min":0.79000000000000004,"5min":0.83399999999999996,"15min":0.84199999999999997},"min":{"1min":0.61699999999999999,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.022,"5min":1.044,"15min":1.044},"last":0.89800000000000002},{"interface":"front","average":{"1min":0.84199999999999997,"5min":0.90600000000000003,"15min":0.91700000000000004},"min":{"1min":0.623,"5min":0.623,"15min":0.623},"max":{"1min":1.034,"5min":1.212,"15min":1.212},"last":0.875}]},{"osd":1,"last update":"Wed Oct 11 15:45:52 2023","interfaces":[{"interface":"back","average":{"1min":0.64400000000000002,"5min":0.69999999999999996,"15min":0.70899999999999996},"min":{"1min":0.49199999999999999,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":1.105,"5min":1.105,"15min":1.105},"last":0.98099999999999998},{"interface":"front","average":{"1min":0.68000000000000005,"5min":0.71399999999999997,"15min":0.71999999999999997},"min":{"1min":0.41699999999999998,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":1.1399999999999999,"5min":1.1399999999999999,"15min":1.1399999999999999},"last":0.63}]},{"osd":2,"last update":"Wed Oct 11 15:45:52 2023","interfaces":[{"interface":"back","average":{"1min":0.83499999999999996,"5min":0.84199999999999997,"15min":0.84299999999999997},"min":{"1min":0.58599999999999997,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1.0149999999999999,"5min":1.1799999999999999,"15min":1.1799999999999999},"last":0.95799999999999996},{"interface":"front","average":{"1min":0.83599999999999997,"5min":0.874,"15min":0.88},"min":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"max":{"1min":1.109,"5min":1.216,"15min":1.216},"last":0.83999999999999997}]},{"osd":3,"last update":"Wed Oct 11 15:45:52 2023","interfaces":[{"interface":"back","average":{"1min":0.66700000000000004,"5min":0.81100000000000005,"15min":0.83499999999999996},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.92100000000000004,"5min":1.171,"15min":1.171},"last":0.69999999999999996},{"interface":"front","average":{"1min":0.67100000000000004,"5min":0.76600000000000001,"15min":0.78200000000000003},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":1.077,"5min":1.157,"15min":1.157},"last":0.71799999999999997}]},{"osd":4,"last update":"Wed Oct 11 15:45:52 2023","interfaces":[{"interface":"back","average":{"1min":0.93200000000000005,"5min":0.92000000000000004,"15min":0.91800000000000004},"min":{"1min":0.627,"5min":0.627,"15min":0.627},"max":{"1min":1.1899999999999999,"5min":1.2450000000000001,"15min":1.2450000000000001},"last":1.0249999999999999},{"interface":"front","average":{"1min":0.91900000000000004,"5min":0.92700000000000005,"15min":0.92900000000000005},"min":{"1min":0.71499999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.2629999999999999,"5min":1.2629999999999999,"15min":1.2629999999999999},"last":1.0680000000000001}]},{"osd":5,"last update":"Wed Oct 11 15:45:52 2023","interfaces":[{"interface":"back","average":{"1min":0.81000000000000005,"5min":0.876,"15min":0.88700000000000001},"min":{"1min":0.44400000000000001,"5min":0.435,"15min":0.435},"max":{"1min":1.2050000000000001,"5min":1.282,"15min":1.282},"last":1.1299999999999999},{"interface":"front","average":{"1min":0.84499999999999997,"5min":0.93899999999999995,"15min":0.95499999999999996},"min":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.244,"5min":1.3240000000000001,"15min":1.3240000000000001},"last":0.58499999999999996}]},{"osd":6,"last update":"Wed Oct 11 15:45:52 2023","interfaces":[{"interface":"back","average":{"1min":1.016,"5min":1.052,"15min":1.0580000000000001},"min":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"max":{"1min":1.3169999999999999,"5min":1.3440000000000001,"15min":1.3440000000000001},"last":0.92300000000000004},{"interface":"front","average":{"1min":1.0209999999999999,"5min":1.0369999999999999,"15min":1.0389999999999999},"min":{"1min":0.73799999999999999,"5min":0.67400000000000004,"15min":0.67400000000000004},"max":{"1min":1.3560000000000001,"5min":1.637,"15min":1.637},"last":1.0920000000000001}]}]},{"osd":5,"up_from":38,"seq":163208757280,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27412,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713644,"statfs":{"total":95990841344,"available":95962771456,"internally_reserved":0,"allocated":471040,"data_stored":187237,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Oct 11 15:45:48 2023","interfaces":[{"interface":"back","average":{"1min":0.80800000000000005,"5min":0.81599999999999995,"15min":0.81799999999999995},"min":{"1min":0.60099999999999998,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.3300000000000001,"5min":1.3300000000000001,"15min":1.3300000000000001},"last":0.98599999999999999},{"interface":"front","average":{"1min":0.84899999999999998,"5min":0.85799999999999998,"15min":0.85999999999999999},"min":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":1.133,"5min":1.3560000000000001,"15min":1.3560000000000001},"last":0.89500000000000002}]},{"osd":1,"last update":"Wed Oct 11 15:45:48 2023","interfaces":[{"interface":"back","average":{"1min":0.65600000000000003,"5min":0.70599999999999996,"15min":0.71399999999999997},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":1.204,"5min":1.204,"15min":1.204},"last":0.95399999999999996},{"interface":"front","average":{"1min":0.67500000000000004,"5min":0.70899999999999996,"15min":0.71499999999999997},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":1.2290000000000001,"5min":1.2290000000000001,"15min":1.2290000000000001},"last":0.65100000000000002}]},{"osd":2,"last update":"Wed Oct 11 15:45:48 2023","interfaces":[{"interface":"back","average":{"1min":0.90700000000000003,"5min":0.90600000000000003,"15min":0.90600000000000003},"min":{"1min":0.63,"5min":0.63,"15min":0.63},"max":{"1min":1.369,"5min":1.369,"15min":1.369},"last":1.0609999999999999},{"interface":"front","average":{"1min":0.86599999999999999,"5min":0.91200000000000003,"15min":0.92000000000000004},"min":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.409,"5min":1.409,"15min":1.409},"last":1.0309999999999999}]},{"osd":3,"last update":"Wed Oct 11 15:45:48 2023","interfaces":[{"interface":"back","average":{"1min":0.72499999999999998,"5min":0.78100000000000003,"15min":0.79000000000000004},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":1.2250000000000001,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":0.68899999999999995},{"interface":"front","average":{"1min":0.749,"5min":0.80100000000000005,"15min":0.80900000000000005},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":1.228,"5min":1.228,"15min":1.228},"last":0.84699999999999998}]},{"osd":4,"last update":"Wed Oct 11 15:45:48 2023","interfaces":[{"interface":"back","average":{"1min":0.91800000000000004,"5min":0.93500000000000005,"15min":0.93799999999999994},"min":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.2070000000000001,"5min":1.2070000000000001,"15min":1.2070000000000001},"last":1.0840000000000001},{"interface":"front","average":{"1min":0.95799999999999996,"5min":0.999,"15min":1.006},"min":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.405,"5min":1.405,"15min":1.405},"last":0.75600000000000001}]},{"osd":6,"last update":"Wed Oct 11 15:45:48 2023","interfaces":[{"interface":"back","average":{"1min":0.95299999999999996,"5min":0.98899999999999999,"15min":0.995},"min":{"1min":0.624,"5min":0.624,"15min":0.624},"max":{"1min":1.3440000000000001,"5min":1.3440000000000001,"15min":1.3440000000000001},"last":1.121},{"interface":"front","average":{"1min":0.99099999999999999,"5min":1.0109999999999999,"15min":1.0149999999999999},"min":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.3180000000000001,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":1.167}]},{"osd":7,"last update":"Wed Oct 11 15:45:54 2023","interfaces":[{"interface":"back","average":{"1min":0.83699999999999997,"5min":0.96399999999999997,"15min":0.98499999999999999},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":1.276,"5min":1.454,"15min":1.454},"last":0.82299999999999995},{"interface":"front","average":{"1min":0.873,"5min":0.93300000000000005,"15min":0.94299999999999995},"min":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":1.2509999999999999,"5min":1.4099999999999999,"15min":1.4099999999999999},"last":1.1970000000000001}]}]},{"osd":2,"up_from":20,"seq":85899345956,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27412,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713644,"statfs":{"total":95990841344,"available":95962771456,"internally_reserved":0,"allocated":471040,"data_stored":187237,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Oct 11 15:45:29 2023","interfaces":[{"interface":"back","average":{"1min":0.69299999999999995,"5min":0.65500000000000003,"15min":0.64900000000000002},"min":{"1min":0.56000000000000005,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":1.044,"5min":1.044,"15min":1.044},"last":0.68500000000000005},{"interface":"front","average":{"1min":0.72499999999999998,"5min":0.72999999999999998,"15min":0.73099999999999998},"min":{"1min":0.45500000000000002,"5min":0.45100000000000001,"15min":0.45100000000000001},"max":{"1min":0.98199999999999998,"5min":1.194,"15min":1.194},"last":0.60199999999999998}]},{"osd":1,"last update":"Wed Oct 11 15:45:34 2023","interfaces":[{"interface":"back","average":{"1min":0.90600000000000003,"5min":0.88700000000000001,"15min":0.88400000000000001},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":1.1279999999999999,"5min":1.5960000000000001,"15min":1.5960000000000001},"last":1.0529999999999999},{"interface":"front","average":{"1min":0.96999999999999997,"5min":0.97499999999999998,"15min":0.97599999999999998},"min":{"1min":0.78100000000000003,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1.262,"5min":1.3640000000000001,"15min":1.3640000000000001},"last":1.115}]},{"osd":3,"last update":"Wed Oct 11 15:45:35 2023","interfaces":[{"interface":"back","average":{"1min":0.96599999999999997,"5min":0.98899999999999999,"15min":0.99299999999999999},"min":{"1min":0.73399999999999999,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.196,"5min":1.3560000000000001,"15min":1.3560000000000001},"last":0.92900000000000005},{"interface":"front","average":{"1min":0.89000000000000001,"5min":0.94199999999999995,"15min":0.94999999999999996},"min":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":1.155,"5min":1.2470000000000001,"15min":1.2470000000000001},"last":0.82499999999999996}]},{"osd":4,"last update":"Wed Oct 11 15:45:34 2023","interfaces":[{"interface":"back","average":{"1min":0.89400000000000002,"5min":0.85799999999999998,"15min":0.85199999999999998},"min":{"1min":0.69499999999999995,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":1.1659999999999999,"5min":1.1659999999999999,"15min":1.1659999999999999},"last":0.96599999999999997},{"interface":"front","average":{"1min":1.0329999999999999,"5min":0.97699999999999998,"15min":0.96699999999999997},"min":{"1min":0.65200000000000002,"5min":0.58299999999999996,"15min":0.58299999999999996},"max":{"1min":1.4470000000000001,"5min":1.6080000000000001,"15min":1.6080000000000001},"last":1.0009999999999999}]},{"osd":5,"last update":"Wed Oct 11 15:45:44 2023","interfaces":[{"interface":"back","average":{"1min":1.0629999999999999,"5min":1.0369999999999999,"15min":1.0329999999999999},"min":{"1min":0.95499999999999996,"5min":0.64400000000000002,"15min":0.64400000000000002},"max":{"1min":1.236,"5min":1.3049999999999999,"15min":1.3049999999999999},"last":0.85699999999999998},{"interface":"front","average":{"1min":0.93899999999999995,"5min":1.0580000000000001,"15min":1.0780000000000001},"min":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"max":{"1min":1.165,"5min":1.4410000000000001,"15min":1.4410000000000001},"last":0.89300000000000002}]},{"osd":6,"last update":"Wed Oct 11 15:45:35 2023","interfaces":[{"interface":"back","average":{"1min":0.97399999999999998,"5min":1.006,"15min":1.012},"min":{"1min":0.74199999999999999,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.294,"5min":1.399,"15min":1.399},"last":1.147},{"interface":"front","average":{"1min":1.081,"5min":1.0609999999999999,"15min":1.0580000000000001},"min":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"max":{"1min":1.2909999999999999,"5min":1.375,"15min":1.375},"last":0.72499999999999998}]},{"osd":7,"last update":"Wed Oct 11 15:45:56 2023","interfaces":[{"interface":"back","average":{"1min":1.0780000000000001,"5min":1.103,"15min":1.107},"min":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"max":{"1min":1.3740000000000001,"5min":1.4850000000000001,"15min":1.4850000000000001},"last":1.256},{"interface":"front","average":{"1min":1.2030000000000001,"5min":1.1359999999999999,"15min":1.125},"min":{"1min":1.0289999999999999,"5min":0.83899999999999997,"15min":0.83899999999999997},"max":{"1min":1.4490000000000001,"5min":1.4490000000000001,"15min":1.4490000000000001},"last":1.022}]}]},{"osd":0,"up_from":16,"seq":68719476772,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27992,"kb_used_data":1040,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713064,"statfs":{"total":95990841344,"available":95962177536,"internally_reserved":0,"allocated":1064960,"data_stored":777605,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Wed Oct 11 15:45:34 2023","interfaces":[{"interface":"back","average":{"1min":0.871,"5min":0.93600000000000005,"15min":0.94699999999999995},"min":{"1min":0.63100000000000001,"5min":0.59699999999999998,"15min":0.59699999999999998},"max":{"1min":1.139,"5min":2.8999999999999999,"15min":2.8999999999999999},"last":0.61899999999999999},{"interface":"front","average":{"1min":0.89000000000000001,"5min":0.83999999999999997,"15min":0.83199999999999996},"min":{"1min":0.62,"5min":0.52900000000000003,"15min":0.52900000000000003},"max":{"1min":1.254,"5min":1.254,"15min":1.254},"last":0.86599999999999999}]},{"osd":2,"last update":"Wed Oct 11 15:45:31 2023","interfaces":[{"interface":"back","average":{"1min":0.85499999999999998,"5min":0.83499999999999996,"15min":0.83199999999999996},"min":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.5680000000000001,"5min":1.5680000000000001,"15min":1.5680000000000001},"last":0.96599999999999997},{"interface":"front","average":{"1min":0.79500000000000004,"5min":0.84599999999999997,"15min":0.85399999999999998},"min":{"1min":0.64600000000000002,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.103,"5min":1.1299999999999999,"15min":1.1299999999999999},"last":0.81899999999999995}]},{"osd":3,"last update":"Wed Oct 11 15:45:41 2023","interfaces":[{"interface":"back","average":{"1min":0.95299999999999996,"5min":1.0289999999999999,"15min":1.042},"min":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"max":{"1min":1.218,"5min":1.3939999999999999,"15min":1.3939999999999999},"last":1.2629999999999999},{"interface":"front","average":{"1min":0.92700000000000005,"5min":0.90700000000000003,"15min":0.90300000000000002},"min":{"1min":0.66200000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.218,"5min":1.218,"15min":1.218},"last":0.91200000000000003}]},{"osd":4,"last update":"Wed Oct 11 15:45:34 2023","interfaces":[{"interface":"back","average":{"1min":0.81499999999999995,"5min":0.83899999999999997,"15min":0.84299999999999997},"min":{"1min":0.60099999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":1.097,"5min":1.216,"15min":1.216},"last":0.71499999999999997},{"interface":"front","average":{"1min":0.96999999999999997,"5min":1.0429999999999999,"15min":1.0549999999999999},"min":{"1min":0.76500000000000001,"5min":0.71199999999999997,"15min":0.71199999999999997},"max":{"1min":1.3380000000000001,"5min":1.4199999999999999,"15min":1.4199999999999999},"last":1.155}]},{"osd":5,"last update":"Wed Oct 11 15:45:49 2023","interfaces":[{"interface":"back","average":{"1min":1.1100000000000001,"5min":1.0980000000000001,"15min":1.0960000000000001},"min":{"1min":0.86899999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"max":{"1min":1.3340000000000001,"5min":1.508,"15min":1.508},"last":1.042},{"interface":"front","average":{"1min":0.96799999999999997,"5min":1.032,"15min":1.0429999999999999},"min":{"1min":0.78400000000000003,"5min":0.73099999999999998,"15min":0.73099999999999998},"max":{"1min":1.198,"5min":1.3069999999999999,"15min":1.3069999999999999},"last":1.0029999999999999}]},{"osd":6,"last update":"Wed Oct 11 15:45:41 2023","interfaces":[{"interface":"back","average":{"1min":0.98299999999999998,"5min":1.05,"15min":1.0609999999999999},"min":{"1min":0.74399999999999999,"5min":0.68300000000000005,"15min":0.68300000000000005},"max":{"1min":1.2450000000000001,"5min":1.446,"15min":1.446},"last":1.1020000000000001},{"interface":"front","average":{"1min":1.157,"5min":1.1559999999999999,"15min":1.1559999999999999},"min":{"1min":0.996,"5min":0.75700000000000001,"15min":0.75700000000000001},"max":{"1min":1.4079999999999999,"5min":1.617,"15min":1.617},"last":1.2150000000000001}]},{"osd":7,"last update":"Wed Oct 11 15:45:49 2023","interfaces":[{"interface":"back","average":{"1min":1.123,"5min":1.135,"15min":1.137},"min":{"1min":0.96499999999999997,"5min":0.81599999999999995,"15min":0.81599999999999995},"max":{"1min":1.306,"5min":1.4870000000000001,"15min":1.4870000000000001},"last":1.347},{"interface":"front","average":{"1min":1.1379999999999999,"5min":1.198,"15min":1.208},"min":{"1min":0.84999999999999998,"5min":0.84999999999999998,"15min":0.84999999999999998},"max":{"1min":1.6419999999999999,"5min":1.6419999999999999,"15min":1.6419999999999999},"last":1.1970000000000001}]}]},{"osd":1,"up_from":24,"seq":103079215138,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27408,"kb_used_data":456,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713648,"statfs":{"total":95990841344,"available":95962775552,"internally_reserved":0,"allocated":466944,"data_stored":186964,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Oct 11 15:45:32 2023","interfaces":[{"interface":"back","average":{"1min":0.86099999999999999,"5min":0.81899999999999995,"15min":0.81200000000000006},"min":{"1min":0.67100000000000004,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":1.2130000000000001,"5min":1.3160000000000001,"15min":1.3160000000000001},"last":1.129},{"interface":"front","average":{"1min":0.90500000000000003,"5min":0.92800000000000005,"15min":0.93200000000000005},"min":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"max":{"1min":1.4139999999999999,"5min":1.5920000000000001,"15min":1.5920000000000001},"last":0.98099999999999998}]},{"osd":2,"last update":"Wed Oct 11 15:45:32 2023","interfaces":[{"interface":"back","average":{"1min":0.91300000000000003,"5min":0.86099999999999999,"15min":0.85299999999999998},"min":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.2529999999999999,"5min":1.2529999999999999,"15min":1.2529999999999999},"last":0.99399999999999999},{"interface":"front","average":{"1min":1.008,"5min":1.012,"15min":1.012},"min":{"1min":0.64300000000000002,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.3660000000000001,"5min":1.5029999999999999,"15min":1.5029999999999999},"last":0.84799999999999998}]},{"osd":3,"last update":"Wed Oct 11 15:45:35 2023","interfaces":[{"interface":"back","average":{"1min":0.77700000000000002,"5min":0.80900000000000005,"15min":0.81399999999999995},"min":{"1min":0.42199999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":1.278,"5min":1.2889999999999999,"15min":1.2889999999999999},"last":0.90200000000000002},{"interface":"front","average":{"1min":0.82199999999999995,"5min":0.89300000000000002,"15min":0.90500000000000003},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":1.3740000000000001,"5min":1.4359999999999999,"15min":1.4359999999999999},"last":1.0509999999999999}]},{"osd":4,"last update":"Wed Oct 11 15:45:32 2023","interfaces":[{"interface":"back","average":{"1min":0.90200000000000002,"5min":0.96499999999999997,"15min":0.97499999999999998},"min":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.2350000000000001,"5min":1.355,"15min":1.355},"last":1.2030000000000001},{"interface":"front","average":{"1min":0.92000000000000004,"5min":0.90300000000000002,"15min":0.90000000000000002},"min":{"1min":0.63,"5min":0.63,"15min":0.63},"max":{"1min":1.22,"5min":1.22,"15min":1.22},"last":0.95699999999999996}]},{"osd":5,"last update":"Wed Oct 11 15:45:49 2023","interfaces":[{"interface":"back","average":{"1min":0.72299999999999998,"5min":0.80400000000000005,"15min":0.81799999999999995},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":1.0189999999999999,"5min":1.1619999999999999,"15min":1.1619999999999999},"last":1.0860000000000001},{"interface":"front","average":{"1min":0.72899999999999998,"5min":0.84199999999999997,"15min":0.86099999999999999},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":1.1859999999999999,"5min":1.242,"15min":1.242},"last":0.746}]},{"osd":6,"last update":"Wed Oct 11 15:45:35 2023","interfaces":[{"interface":"back","average":{"1min":1.0149999999999999,"5min":1.0720000000000001,"15min":1.0820000000000001},"min":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.3180000000000001,"5min":1.45,"15min":1.45},"last":1.105},{"interface":"front","average":{"1min":0.97199999999999998,"5min":1.026,"15min":1.0349999999999999},"min":{"1min":0.72599999999999998,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":1.3089999999999999,"5min":1.8009999999999999,"15min":1.8009999999999999},"last":1.028}]},{"osd":7,"last update":"Wed Oct 11 15:45:50 2023","interfaces":[{"interface":"back","average":{"1min":0.89200000000000002,"5min":0.996,"15min":1.014},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":1.3360000000000001,"5min":1.381,"15min":1.381},"last":0.93700000000000006},{"interface":"front","average":{"1min":0.84599999999999997,"5min":1.002,"15min":1.028},"min":{"1min":0.435,"5min":0.435,"15min":0.435},"max":{"1min":1.2470000000000001,"5min":1.415,"15min":1.415},"last":1.155}]}]},{"osd":4,"up_from":26,"seq":111669149730,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27412,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713644,"statfs":{"total":95990841344,"available":95962771456,"internally_reserved":0,"allocated":471040,"data_stored":187237,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Oct 11 15:45:33 2023","interfaces":[{"interface":"back","average":{"1min":0.75700000000000001,"5min":0.76200000000000001,"15min":0.76300000000000001},"min":{"1min":0.58099999999999996,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":1.083,"5min":1.2669999999999999,"15min":1.2669999999999999},"last":0.69999999999999996},{"interface":"front","average":{"1min":0.82899999999999996,"5min":0.79400000000000004,"15min":0.78800000000000003},"min":{"1min":0.55900000000000005,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":1.238,"5min":1.238,"15min":1.238},"last":1.0620000000000001}]},{"osd":1,"last update":"Wed Oct 11 15:45:33 2023","interfaces":[{"interface":"back","average":{"1min":0.89100000000000001,"5min":0.86499999999999999,"15min":0.86099999999999999},"min":{"1min":0.58599999999999997,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":1.0840000000000001,"5min":1.256,"15min":1.256},"last":0.999},{"interface":"front","average":{"1min":0.88600000000000001,"5min":0.91400000000000003,"15min":0.91800000000000004},"min":{"1min":0.71699999999999997,"5min":0.65000000000000002,"15min":0.65000000000000002},"max":{"1min":1.159,"5min":1.224,"15min":1.224},"last":1.0309999999999999}]},{"osd":2,"last update":"Wed Oct 11 15:45:33 2023","interfaces":[{"interface":"back","average":{"1min":0.878,"5min":0.83199999999999996,"15min":0.82399999999999995},"min":{"1min":0.58199999999999996,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":1.1200000000000001,"5min":1.1200000000000001,"15min":1.1200000000000001},"last":0.625},{"interface":"front","average":{"1min":0.85399999999999998,"5min":0.83099999999999996,"15min":0.82699999999999996},"min":{"1min":0.64000000000000001,"5min":0.57299999999999995,"15min":0.57299999999999995},"max":{"1min":1.1279999999999999,"5min":1.214,"15min":1.214},"last":0.81599999999999995}]},{"osd":3,"last update":"Wed Oct 11 15:45:40 2023","interfaces":[{"interface":"back","average":{"1min":0.97599999999999998,"5min":0.98699999999999999,"15min":0.98899999999999999},"min":{"1min":0.63200000000000001,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.2170000000000001,"5min":1.2170000000000001,"15min":1.2170000000000001},"last":0.876},{"interface":"front","average":{"1min":0.92900000000000005,"5min":0.96499999999999997,"15min":0.97099999999999997},"min":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"max":{"1min":1.171,"5min":1.171,"15min":1.171},"last":0.77300000000000002}]},{"osd":5,"last update":"Wed Oct 11 15:45:46 2023","interfaces":[{"interface":"back","average":{"1min":0.97099999999999997,"5min":1.071,"15min":1.087},"min":{"1min":0.71399999999999997,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.1599999999999999,"5min":1.363,"15min":1.363},"last":0.94999999999999996},{"interface":"front","average":{"1min":1.079,"5min":1.0760000000000001,"15min":1.0760000000000001},"min":{"1min":0.751,"5min":0.751,"15min":0.751},"max":{"1min":1.274,"5min":1.3120000000000001,"15min":1.3120000000000001},"last":0.91200000000000003}]},{"osd":6,"last update":"Wed Oct 11 15:45:40 2023","interfaces":[{"interface":"back","average":{"1min":0.99299999999999999,"5min":0.99299999999999999,"15min":0.99299999999999999},"min":{"1min":0.69299999999999995,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":1.2529999999999999,"5min":1.2529999999999999,"15min":1.2529999999999999},"last":1.113},{"interface":"front","average":{"1min":1.0600000000000001,"5min":1.095,"15min":1.101},"min":{"1min":0.77200000000000002,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.302,"5min":1.4690000000000001,"15min":1.4690000000000001},"last":1.095}]},{"osd":7,"last update":"Wed Oct 11 15:45:53 2023","interfaces":[{"interface":"back","average":{"1min":1.117,"5min":1.117,"15min":1.117},"min":{"1min":0.84499999999999997,"5min":0.84499999999999997,"15min":0.84499999999999997},"max":{"1min":1.274,"5min":1.395,"15min":1.395},"last":0.97499999999999998},{"interface":"front","average":{"1min":1.149,"5min":1.125,"15min":1.121},"min":{"1min":0.81100000000000005,"5min":0.79500000000000004,"15min":0.79500000000000004},"max":{"1min":1.554,"5min":1.554,"15min":1.554},"last":1.24}]}]},{"osd":3,"up_from":31,"seq":133143986208,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27992,"kb_used_data":1040,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713064,"statfs":{"total":95990841344,"available":95962177536,"internally_reserved":0,"allocated":1064960,"data_stored":777605,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Oct 11 15:45:37 2023","interfaces":[{"interface":"back","average":{"1min":0.86199999999999999,"5min":0.81299999999999994,"15min":0.80500000000000005},"min":{"1min":0.65200000000000002,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.177,"5min":1.2350000000000001,"15min":1.2350000000000001},"last":0.92600000000000005},{"interface":"front","average":{"1min":0.878,"5min":0.85799999999999998,"15min":0.85399999999999998},"min":{"1min":0.54600000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"max":{"1min":1.1739999999999999,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":0.629}]},{"osd":1,"last update":"Wed Oct 11 15:45:37 2023","interfaces":[{"interface":"back","average":{"1min":0.63600000000000001,"5min":0.67800000000000005,"15min":0.68500000000000005},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":1.0229999999999999,"5min":1.0229999999999999,"15min":1.0229999999999999},"last":0.66100000000000003},{"interface":"front","average":{"1min":0.65300000000000002,"5min":0.68500000000000005,"15min":0.68999999999999995},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":1.006,"5min":1.1739999999999999,"15min":1.1739999999999999},"last":0.58499999999999996}]},{"osd":2,"last update":"Wed Oct 11 15:45:37 2023","interfaces":[{"interface":"back","average":{"1min":0.89400000000000002,"5min":0.94599999999999995,"15min":0.95399999999999996},"min":{"1min":0.57899999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.1479999999999999,"5min":1.3100000000000001,"15min":1.3100000000000001},"last":0.754},{"interface":"front","average":{"1min":0.89200000000000002,"5min":0.92800000000000005,"15min":0.93400000000000005},"min":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.244,"5min":1.244,"15min":1.244},"last":0.79200000000000004}]},{"osd":4,"last update":"Wed Oct 11 15:45:37 2023","interfaces":[{"interface":"back","average":{"1min":0.82499999999999996,"5min":0.877,"15min":0.88500000000000001},"min":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.181,"5min":1.181,"15min":1.181},"last":0.85299999999999998},{"interface":"front","average":{"1min":0.96199999999999997,"5min":0.96899999999999997,"15min":0.96999999999999997},"min":{"1min":0.624,"5min":0.624,"15min":0.624},"max":{"1min":1.3009999999999999,"5min":1.3009999999999999,"15min":1.3009999999999999},"last":0.874}]},{"osd":5,"last update":"Wed Oct 11 15:45:48 2023","interfaces":[{"interface":"back","average":{"1min":0.68000000000000005,"5min":0.80600000000000005,"15min":0.82699999999999996},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":1.204,"5min":1.2170000000000001,"15min":1.2170000000000001},"last":0.70199999999999996},{"interface":"front","average":{"1min":0.75700000000000001,"5min":0.82399999999999995,"15min":0.83499999999999996},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":1.2030000000000001,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":0.76600000000000001}]},{"osd":6,"last update":"Wed Oct 11 15:45:37 2023","interfaces":[{"interface":"back","average":{"1min":0.96799999999999997,"5min":1.012,"15min":1.02},"min":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"max":{"1min":1.175,"5min":1.254,"15min":1.254},"last":0.89400000000000002},{"interface":"front","average":{"1min":0.92400000000000004,"5min":0.98399999999999999,"15min":0.99399999999999999},"min":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.3320000000000001,"5min":1.3320000000000001,"15min":1.3320000000000001},"last":1.008}]},{"osd":7,"last update":"Wed Oct 11 15:45:52 2023","interfaces":[{"interface":"back","average":{"1min":0.85399999999999998,"5min":0.94299999999999995,"15min":0.95799999999999996},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":1.4510000000000001,"5min":1.4510000000000001,"15min":1.4510000000000001},"last":0.97099999999999997},{"interface":"front","average":{"1min":0.83199999999999996,"5min":0.999,"15min":1.0269999999999999},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":1.2589999999999999,"5min":1.411,"15min":1.411},"last":1.052}]}]},{"osd":6,"up_from":31,"seq":133143986208,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27412,"kb_used_data":460,"kb_used_omap":0,"kb_used_meta":26944,"kb_avail":93713644,"statfs":{"total":95990841344,"available":95962771456,"internally_reserved":0,"allocated":471040,"data_stored":187237,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":27590656},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Wed Oct 11 15:45:42 2023","interfaces":[{"interface":"back","average":{"1min":0.78400000000000003,"5min":0.72799999999999998,"15min":0.71799999999999997},"min":{"1min":0.52200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":1.306,"5min":1.306,"15min":1.306},"last":0.84099999999999997},{"interface":"front","average":{"1min":0.80000000000000004,"5min":0.82599999999999996,"15min":0.82999999999999996},"min":{"1min":0.58299999999999996,"5min":0.504,"15min":0.504},"max":{"1min":1.1299999999999999,"5min":1.448,"15min":1.448},"last":0.93600000000000005}]},{"osd":1,"last update":"Wed Oct 11 15:45:42 2023","interfaces":[{"interface":"back","average":{"1min":0.82399999999999995,"5min":0.85999999999999999,"15min":0.86599999999999999},"min":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.109,"5min":1.3160000000000001,"15min":1.3160000000000001},"last":1.0389999999999999},{"interface":"front","average":{"1min":0.89200000000000002,"5min":0.93400000000000005,"15min":0.94099999999999995},"min":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"max":{"1min":1.177,"5min":1.3680000000000001,"15min":1.3680000000000001},"last":1.0980000000000001}]},{"osd":2,"last update":"Wed Oct 11 15:45:42 2023","interfaces":[{"interface":"back","average":{"1min":0.96199999999999997,"5min":0.89000000000000001,"15min":0.878},"min":{"1min":0.63100000000000001,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.238,"5min":1.238,"15min":1.238},"last":1.1850000000000001},{"interface":"front","average":{"1min":0.89000000000000001,"5min":0.88500000000000001,"15min":0.88400000000000001},"min":{"1min":0.70599999999999996,"5min":0.60399999999999998,"15min":0.60399999999999998},"max":{"1min":1.137,"5min":1.214,"15min":1.214},"last":1.0129999999999999}]},{"osd":3,"last update":"Wed Oct 11 15:45:42 2023","interfaces":[{"interface":"back","average":{"1min":0.874,"5min":0.88800000000000001,"15min":0.89000000000000001},"min":{"1min":0.70699999999999996,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.0800000000000001,"5min":1.2190000000000001,"15min":1.2190000000000001},"last":0.90300000000000002},{"interface":"front","average":{"1min":1.0580000000000001,"5min":1.026,"15min":1.02},"min":{"1min":0.871,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.2310000000000001,"5min":1.2390000000000001,"15min":1.2390000000000001},"last":1.3200000000000001}]},{"osd":4,"last update":"Wed Oct 11 15:45:42 2023","interfaces":[{"interface":"back","average":{"1min":0.96699999999999997,"5min":0.97599999999999998,"15min":0.97799999999999998},"min":{"1min":0.76400000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"max":{"1min":1.1240000000000001,"5min":1.2430000000000001,"15min":1.2430000000000001},"last":1.073},{"interface":"front","average":{"1min":1.0069999999999999,"5min":0.98099999999999998,"15min":0.97699999999999998},"min":{"1min":0.77000000000000002,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.3580000000000001,"5min":1.478,"15min":1.478},"last":1.1399999999999999}]},{"osd":5,"last update":"Wed Oct 11 15:45:50 2023","interfaces":[{"interface":"back","average":{"1min":1.169,"5min":1.198,"15min":1.2030000000000001},"min":{"1min":0.90400000000000003,"5min":0.90400000000000003,"15min":0.90400000000000003},"max":{"1min":1.387,"5min":1.456,"15min":1.456},"last":1.399},{"interface":"front","average":{"1min":1.103,"5min":1.131,"15min":1.1359999999999999},"min":{"1min":0.872,"5min":0.871,"15min":0.871},"max":{"1min":1.423,"5min":1.423,"15min":1.423},"last":1.3500000000000001}]},{"osd":7,"last update":"Wed Oct 11 15:45:50 2023","interfaces":[{"interface":"back","average":{"1min":1.1319999999999999,"5min":1.123,"15min":1.121},"min":{"1min":0.95599999999999996,"5min":0.84599999999999997,"15min":0.84599999999999997},"max":{"1min":1.504,"5min":1.504,"15min":1.504},"last":1.2509999999999999},{"interface":"front","average":{"1min":1.2090000000000001,"5min":1.2170000000000001,"15min":1.218},"min":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"max":{"1min":1.458,"5min":1.5840000000000001,"15min":1.5840000000000001},"last":1.446}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-10-11T15:46:06.742 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-10-11T15:46:06.743 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-10-11T15:46:06.743 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-10-11T15:46:06.743 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph health --format=json 2023-10-11T15:46:08.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:07 smithi111 bash[24268]: audit 2023-10-11T15:46:05.937844+0000 mgr.smithi111.dafezg (mgr.14195) 207 : audit 0 from='client.14474 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T15:46:08.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:07 smithi111 bash[24268]: cluster 2023-10-11T15:46:06.241408+0000 mgr.smithi111.dafezg (mgr.14195) 208 : cluster 0 pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:08.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:07 smithi130 bash[31108]: audit 2023-10-11T15:46:05.937844+0000 mgr.smithi111.dafezg (mgr.14195) 207 : audit 0 from='client.14474 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T15:46:08.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:07 smithi130 bash[31108]: cluster 2023-10-11T15:46:06.241408+0000 mgr.smithi111.dafezg (mgr.14195) 208 : cluster 0 pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:09.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:08 smithi111 bash[24268]: cluster 2023-10-11T15:46:08.241941+0000 mgr.smithi111.dafezg (mgr.14195) 209 : cluster 0 pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:09.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:08 smithi130 bash[31108]: cluster 2023-10-11T15:46:08.241941+0000 mgr.smithi111.dafezg (mgr.14195) 209 : cluster 0 pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:10.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:10 smithi130 bash[31108]: audit 2023-10-11T15:46:10.277206+0000 mon.smithi111 (mon.0) 752 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:46:10.769 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:10 smithi111 bash[24268]: audit 2023-10-11T15:46:10.277206+0000 mon.smithi111 (mon.0) 752 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:46:11.484 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:46:12.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:11 smithi130 bash[31108]: cluster 2023-10-11T15:46:10.242541+0000 mgr.smithi111.dafezg (mgr.14195) 210 : cluster 0 pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:12.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:11 smithi111 bash[24268]: cluster 2023-10-11T15:46:10.242541+0000 mgr.smithi111.dafezg (mgr.14195) 210 : cluster 0 pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:14.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:13 smithi130 bash[31108]: cluster 2023-10-11T15:46:12.243075+0000 mgr.smithi111.dafezg (mgr.14195) 211 : cluster 0 pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:14.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:13 smithi111 bash[24268]: cluster 2023-10-11T15:46:12.243075+0000 mgr.smithi111.dafezg (mgr.14195) 211 : cluster 0 pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:14.794 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-10-11T15:46:14.795 INFO:teuthology.orchestra.run.smithi111.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-10-11T15:46:15.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:14 smithi130 bash[31108]: cluster 2023-10-11T15:46:14.243564+0000 mgr.smithi111.dafezg (mgr.14195) 212 : cluster 0 pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:15.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:14 smithi130 bash[31108]: audit 2023-10-11T15:46:14.791487+0000 mon.smithi111 (mon.0) 753 : audit 0 from='client.? 172.21.15.111:0/4126957217' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-11T15:46:15.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:14 smithi111 bash[24268]: cluster 2023-10-11T15:46:14.243564+0000 mgr.smithi111.dafezg (mgr.14195) 212 : cluster 0 pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:15.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:14 smithi111 bash[24268]: audit 2023-10-11T15:46:14.791487+0000 mon.smithi111 (mon.0) 753 : audit 0 from='client.? 172.21.15.111:0/4126957217' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-11T15:46:15.563 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-10-11T15:46:15.564 INFO:tasks.cephadm:Setup complete, yielding 2023-10-11T15:46:15.564 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-11T15:46:15.583 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi111.front.sepia.ceph.com 2023-10-11T15:46:15.584 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch status' 2023-10-11T15:46:18.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:17 smithi111 bash[24268]: cluster 2023-10-11T15:46:16.244130+0000 mgr.smithi111.dafezg (mgr.14195) 213 : cluster 0 pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:18.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:17 smithi130 bash[31108]: cluster 2023-10-11T15:46:16.244130+0000 mgr.smithi111.dafezg (mgr.14195) 213 : cluster 0 pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:19.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:18 smithi111 bash[24268]: cluster 2023-10-11T15:46:18.244697+0000 mgr.smithi111.dafezg (mgr.14195) 214 : cluster 0 pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:19.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:18 smithi130 bash[31108]: cluster 2023-10-11T15:46:18.244697+0000 mgr.smithi111.dafezg (mgr.14195) 214 : cluster 0 pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:20.331 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:46:22.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:21 smithi130 bash[31108]: cluster 2023-10-11T15:46:20.245303+0000 mgr.smithi111.dafezg (mgr.14195) 215 : cluster 0 pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:22.269 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:21 smithi111 bash[24268]: cluster 2023-10-11T15:46:20.245303+0000 mgr.smithi111.dafezg (mgr.14195) 215 : cluster 0 pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:23.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:22 smithi111 bash[24268]: cluster 2023-10-11T15:46:22.245811+0000 mgr.smithi111.dafezg (mgr.14195) 216 : cluster 0 pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:23.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:22 smithi130 bash[31108]: cluster 2023-10-11T15:46:22.245811+0000 mgr.smithi111.dafezg (mgr.14195) 216 : cluster 0 pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:23.815 INFO:teuthology.orchestra.run.smithi111.stdout:Backend: cephadm 2023-10-11T15:46:23.815 INFO:teuthology.orchestra.run.smithi111.stdout:Available: Yes 2023-10-11T15:46:23.815 INFO:teuthology.orchestra.run.smithi111.stdout:Paused: No 2023-10-11T15:46:24.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:23 smithi111 bash[24268]: audit 2023-10-11T15:46:23.811606+0000 mgr.smithi111.dafezg (mgr.14195) 217 : audit 0 from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:46:24.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:23 smithi130 bash[31108]: audit 2023-10-11T15:46:23.811606+0000 mgr.smithi111.dafezg (mgr.14195) 217 : audit 0 from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:46:24.610 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-10-11T15:46:25.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:24 smithi111 bash[24268]: cluster 2023-10-11T15:46:24.246337+0000 mgr.smithi111.dafezg (mgr.14195) 218 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:25.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:24 smithi130 bash[31108]: cluster 2023-10-11T15:46:24.246337+0000 mgr.smithi111.dafezg (mgr.14195) 218 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:26.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:25 smithi111 bash[24268]: audit 2023-10-11T15:46:25.277516+0000 mon.smithi111 (mon.0) 754 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:46:26.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:25 smithi130 bash[31108]: audit 2023-10-11T15:46:25.277516+0000 mon.smithi111 (mon.0) 754 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:46:27.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:26 smithi111 bash[24268]: cluster 2023-10-11T15:46:26.246941+0000 mgr.smithi111.dafezg (mgr.14195) 219 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:27.376 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:26 smithi130 bash[31108]: cluster 2023-10-11T15:46:26.246941+0000 mgr.smithi111.dafezg (mgr.14195) 219 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:29.354 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:46:29.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:29 smithi130 bash[31108]: cluster 2023-10-11T15:46:28.247523+0000 mgr.smithi111.dafezg (mgr.14195) 220 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:29.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:29 smithi111 bash[24268]: cluster 2023-10-11T15:46:28.247523+0000 mgr.smithi111.dafezg (mgr.14195) 220 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:32.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:31 smithi130 bash[31108]: cluster 2023-10-11T15:46:30.248112+0000 mgr.smithi111.dafezg (mgr.14195) 221 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:32.171 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:31 smithi111 bash[24268]: cluster 2023-10-11T15:46:30.248112+0000 mgr.smithi111.dafezg (mgr.14195) 221 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:32.587 INFO:teuthology.orchestra.run.smithi111.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-11T15:46:32.588 INFO:teuthology.orchestra.run.smithi111.stdout:alertmanager.smithi111 smithi111 *:9093,9094 running (4m) 39s ago 6m 13.9M - 0.25.0 c8568f914cd2 44465c52e933 2023-10-11T15:46:32.588 INFO:teuthology.orchestra.run.smithi111.stdout:ceph-exporter.smithi111 smithi111 running (6m) 39s ago 6m 7875k - 18.2.0-669-ge62d759a 97519c6bda34 9da45cd7b89a 2023-10-11T15:46:32.588 INFO:teuthology.orchestra.run.smithi111.stdout:ceph-exporter.smithi130 smithi130 running (5m) 43s ago 5m 8072k - 18.2.0-669-ge62d759a 97519c6bda34 0caabc473e02 2023-10-11T15:46:32.588 INFO:teuthology.orchestra.run.smithi111.stdout:crash.smithi111 smithi111 running (6m) 39s ago 6m 7132k - 18.2.0-669-ge62d759a 97519c6bda34 101d69e0560e 2023-10-11T15:46:32.588 INFO:teuthology.orchestra.run.smithi111.stdout:crash.smithi130 smithi130 running (5m) 43s ago 5m 7107k - 18.2.0-669-ge62d759a 97519c6bda34 67e90b9fec2f 2023-10-11T15:46:32.589 INFO:teuthology.orchestra.run.smithi111.stdout:grafana.smithi111 smithi111 *:3000 running (4m) 39s ago 5m 73.9M - 9.4.7 2c41d148cca3 4b3fae76869e 2023-10-11T15:46:32.589 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.smithi111.dafezg smithi111 *:9283,8765,8443 running (8m) 39s ago 8m 475M - 18.2.0-669-ge62d759a 97519c6bda34 2818b3e2eb2c 2023-10-11T15:46:32.589 INFO:teuthology.orchestra.run.smithi111.stdout:mgr.smithi130.ukyvex smithi130 *:8443,9283,8765 running (4m) 43s ago 4m 426M - 18.2.0-669-ge62d759a 97519c6bda34 32ff1239e892 2023-10-11T15:46:32.589 INFO:teuthology.orchestra.run.smithi111.stdout:mon.smithi111 smithi111 running (8m) 39s ago 8m 42.8M 2048M 18.2.0-669-ge62d759a 97519c6bda34 c211ccf52da3 2023-10-11T15:46:32.589 INFO:teuthology.orchestra.run.smithi111.stdout:mon.smithi130 smithi130 running (4m) 43s ago 4m 33.4M 2048M 18.2.0-669-ge62d759a 97519c6bda34 9afcc67d2107 2023-10-11T15:46:32.590 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.smithi111 smithi111 *:9100 running (6m) 39s ago 6m 8471k - 1.5.0 0da6a335fe13 88bfd4a60a98 2023-10-11T15:46:32.590 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter.smithi130 smithi130 *:9100 running (4m) 43s ago 5m 8420k - 1.5.0 0da6a335fe13 ff2d4467ebb7 2023-10-11T15:46:32.590 INFO:teuthology.orchestra.run.smithi111.stdout:osd.0 smithi130 running (3m) 43s ago 3m 42.6M 3772M 18.2.0-669-ge62d759a 97519c6bda34 dc5f82cb72d9 2023-10-11T15:46:32.590 INFO:teuthology.orchestra.run.smithi111.stdout:osd.1 smithi111 running (3m) 39s ago 3m 41.3M 3004M 18.2.0-669-ge62d759a 97519c6bda34 3538ca9d7375 2023-10-11T15:46:32.590 INFO:teuthology.orchestra.run.smithi111.stdout:osd.2 smithi130 running (3m) 43s ago 3m 39.2M 3772M 18.2.0-669-ge62d759a 97519c6bda34 fd785af7c50b 2023-10-11T15:46:32.591 INFO:teuthology.orchestra.run.smithi111.stdout:osd.3 smithi111 running (3m) 39s ago 3m 39.4M 3004M 18.2.0-669-ge62d759a 97519c6bda34 80b85a566992 2023-10-11T15:46:32.591 INFO:teuthology.orchestra.run.smithi111.stdout:osd.4 smithi130 running (3m) 43s ago 3m 37.5M 3772M 18.2.0-669-ge62d759a 97519c6bda34 7e77df74b1bf 2023-10-11T15:46:32.591 INFO:teuthology.orchestra.run.smithi111.stdout:osd.5 smithi111 running (2m) 39s ago 3m 36.4M 3004M 18.2.0-669-ge62d759a 97519c6bda34 69d46617d00c 2023-10-11T15:46:32.591 INFO:teuthology.orchestra.run.smithi111.stdout:osd.6 smithi130 running (3m) 43s ago 3m 37.3M 3772M 18.2.0-669-ge62d759a 97519c6bda34 d32677438afe 2023-10-11T15:46:32.591 INFO:teuthology.orchestra.run.smithi111.stdout:osd.7 smithi111 running (2m) 39s ago 2m 40.1M 3004M 18.2.0-669-ge62d759a 97519c6bda34 f57b51598e7d 2023-10-11T15:46:32.592 INFO:teuthology.orchestra.run.smithi111.stdout:prometheus.smithi111 smithi111 *:9095 running (4m) 39s ago 5m 44.2M - 2.43.0 a07b618ecd1d c82d7573bd91 2023-10-11T15:46:33.019 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:32 smithi111 bash[24268]: cluster 2023-10-11T15:46:32.248665+0000 mgr.smithi111.dafezg (mgr.14195) 222 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:33.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:32 smithi111 bash[24268]: audit 2023-10-11T15:46:32.562982+0000 mgr.smithi111.dafezg (mgr.14195) 223 : audit 0 from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:46:33.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:32 smithi130 bash[31108]: cluster 2023-10-11T15:46:32.248665+0000 mgr.smithi111.dafezg (mgr.14195) 222 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:33.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:32 smithi130 bash[31108]: audit 2023-10-11T15:46:32.562982+0000 mgr.smithi111.dafezg (mgr.14195) 223 : audit 0 from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:46:33.413 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-10-11T15:46:35.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:35 smithi130 bash[31108]: cluster 2023-10-11T15:46:34.249195+0000 mgr.smithi111.dafezg (mgr.14195) 224 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:35.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:35 smithi111 bash[24268]: cluster 2023-10-11T15:46:34.249195+0000 mgr.smithi111.dafezg (mgr.14195) 224 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:37.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:36 smithi111 bash[24268]: cluster 2023-10-11T15:46:36.249763+0000 mgr.smithi111.dafezg (mgr.14195) 225 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:37.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:36 smithi130 bash[31108]: cluster 2023-10-11T15:46:36.249763+0000 mgr.smithi111.dafezg (mgr.14195) 225 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:38.160 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:46:39.488 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:39 smithi111 bash[24268]: cluster 2023-10-11T15:46:38.250345+0000 mgr.smithi111.dafezg (mgr.14195) 226 : cluster 0 pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:39.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:39 smithi130 bash[31108]: cluster 2023-10-11T15:46:38.250345+0000 mgr.smithi111.dafezg (mgr.14195) 226 : cluster 0 pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:40.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:40 smithi130 bash[31108]: audit 2023-10-11T15:46:40.277956+0000 mon.smithi111 (mon.0) 755 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:46:40.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:40 smithi111 bash[24268]: audit 2023-10-11T15:46:40.277956+0000 mon.smithi111 (mon.0) 755 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:46:41.341 INFO:teuthology.orchestra.run.smithi111.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-10-11T15:46:41.342 INFO:teuthology.orchestra.run.smithi111.stdout:alertmanager ?:9093,9094 1/1 47s ago 7m count:1 2023-10-11T15:46:41.342 INFO:teuthology.orchestra.run.smithi111.stdout:ceph-exporter 2/2 52s ago 7m * 2023-10-11T15:46:41.342 INFO:teuthology.orchestra.run.smithi111.stdout:crash 2/2 52s ago 7m * 2023-10-11T15:46:41.343 INFO:teuthology.orchestra.run.smithi111.stdout:grafana ?:3000 1/1 47s ago 7m count:1 2023-10-11T15:46:41.343 INFO:teuthology.orchestra.run.smithi111.stdout:mgr 2/2 52s ago 7m count:2 2023-10-11T15:46:41.343 INFO:teuthology.orchestra.run.smithi111.stdout:mon 2/2 52s ago 5m smithi111:172.21.15.111=smithi111;smithi130:172.21.15.130=smithi130;count:2 2023-10-11T15:46:41.343 INFO:teuthology.orchestra.run.smithi111.stdout:node-exporter ?:9100 2/2 52s ago 7m * 2023-10-11T15:46:41.343 INFO:teuthology.orchestra.run.smithi111.stdout:osd.all-available-devices 8 52s ago 4m * 2023-10-11T15:46:41.344 INFO:teuthology.orchestra.run.smithi111.stdout:prometheus ?:9095 1/1 47s ago 7m count:1 2023-10-11T15:46:42.120 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:41 smithi111 bash[24268]: cluster 2023-10-11T15:46:40.250968+0000 mgr.smithi111.dafezg (mgr.14195) 227 : cluster 0 pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:42.121 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-10-11T15:46:42.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:41 smithi130 bash[31108]: cluster 2023-10-11T15:46:40.250968+0000 mgr.smithi111.dafezg (mgr.14195) 227 : cluster 0 pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:43.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:42 smithi130 bash[31108]: audit 2023-10-11T15:46:41.328979+0000 mgr.smithi111.dafezg (mgr.14195) 228 : audit 0 from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:46:43.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:42 smithi130 bash[31108]: cluster 2023-10-11T15:46:42.251457+0000 mgr.smithi111.dafezg (mgr.14195) 229 : cluster 0 pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:43.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:42 smithi111 bash[24268]: audit 2023-10-11T15:46:41.328979+0000 mgr.smithi111.dafezg (mgr.14195) 228 : audit 0 from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:46:43.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:42 smithi111 bash[24268]: cluster 2023-10-11T15:46:42.251457+0000 mgr.smithi111.dafezg (mgr.14195) 229 : cluster 0 pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:45.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:45 smithi130 bash[31108]: cluster 2023-10-11T15:46:44.252081+0000 mgr.smithi111.dafezg (mgr.14195) 230 : cluster 0 pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:45.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:45 smithi111 bash[24268]: cluster 2023-10-11T15:46:44.252081+0000 mgr.smithi111.dafezg (mgr.14195) 230 : cluster 0 pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:46.864 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:46:47.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:46 smithi130 bash[31108]: cluster 2023-10-11T15:46:46.252655+0000 mgr.smithi111.dafezg (mgr.14195) 231 : cluster 0 pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:47.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:46 smithi111 bash[24268]: cluster 2023-10-11T15:46:46.252655+0000 mgr.smithi111.dafezg (mgr.14195) 231 : cluster 0 pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:49.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:49 smithi130 bash[31108]: cluster 2023-10-11T15:46:48.253211+0000 mgr.smithi111.dafezg (mgr.14195) 232 : cluster 0 pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:49.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:49 smithi111 bash[24268]: cluster 2023-10-11T15:46:48.253211+0000 mgr.smithi111.dafezg (mgr.14195) 232 : cluster 0 pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:50.349 INFO:teuthology.orchestra.run.smithi111.stdout:HOST ADDR LABELS STATUS 2023-10-11T15:46:50.350 INFO:teuthology.orchestra.run.smithi111.stdout:smithi111 172.21.15.111 2023-10-11T15:46:50.350 INFO:teuthology.orchestra.run.smithi111.stdout:smithi130 172.21.15.130 2023-10-11T15:46:50.350 INFO:teuthology.orchestra.run.smithi111.stdout:2 hosts in cluster 2023-10-11T15:46:51.182 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-10-11T15:46:51.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:51 smithi111 bash[24268]: cluster 2023-10-11T15:46:50.253768+0000 mgr.smithi111.dafezg (mgr.14195) 233 : cluster 0 pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:51.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:51 smithi111 bash[24268]: audit 2023-10-11T15:46:50.345184+0000 mgr.smithi111.dafezg (mgr.14195) 234 : audit 0 from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:46:51.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:51 smithi130 bash[31108]: cluster 2023-10-11T15:46:50.253768+0000 mgr.smithi111.dafezg (mgr.14195) 233 : cluster 0 pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:51.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:51 smithi130 bash[31108]: audit 2023-10-11T15:46:50.345184+0000 mgr.smithi111.dafezg (mgr.14195) 234 : audit 0 from='client.14494 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:46:53.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:53 smithi130 bash[31108]: cluster 2023-10-11T15:46:52.254434+0000 mgr.smithi111.dafezg (mgr.14195) 235 : cluster 0 pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:53.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:53 smithi111 bash[24268]: cluster 2023-10-11T15:46:52.254434+0000 mgr.smithi111.dafezg (mgr.14195) 235 : cluster 0 pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:54.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:54 smithi130 bash[31108]: audit 2023-10-11T15:46:53.941213+0000 mon.smithi111 (mon.0) 756 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:46:54.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:54 smithi111 bash[24268]: audit 2023-10-11T15:46:53.941213+0000 mon.smithi111 (mon.0) 756 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:46:55.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:55 smithi130 bash[31108]: cluster 2023-10-11T15:46:54.255067+0000 mgr.smithi111.dafezg (mgr.14195) 236 : cluster 0 pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:55.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:55 smithi130 bash[31108]: audit 2023-10-11T15:46:55.278277+0000 mon.smithi111 (mon.0) 757 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:46:55.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:55 smithi111 bash[24268]: cluster 2023-10-11T15:46:54.255067+0000 mgr.smithi111.dafezg (mgr.14195) 236 : cluster 0 pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:55.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:55 smithi111 bash[24268]: audit 2023-10-11T15:46:55.278277+0000 mon.smithi111 (mon.0) 757 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:46:55.924 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:46:57.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:56 smithi130 bash[31108]: cluster 2023-10-11T15:46:56.255512+0000 mgr.smithi111.dafezg (mgr.14195) 237 : cluster 0 pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:57.244 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:56 smithi111 bash[24268]: cluster 2023-10-11T15:46:56.255512+0000 mgr.smithi111.dafezg (mgr.14195) 237 : cluster 0 pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:59.189 INFO:teuthology.orchestra.run.smithi111.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-10-11T15:46:59.190 INFO:teuthology.orchestra.run.smithi111.stdout:smithi111 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620400VZ400BGN 372G No 2m ago Has a FileSystem, LVM detected 2023-10-11T15:46:59.190 INFO:teuthology.orchestra.run.smithi111.stdout:smithi111 /dev/nvme1n1 ssd Linux_3e17592bb77f747cd5a1 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T15:46:59.190 INFO:teuthology.orchestra.run.smithi111.stdout:smithi111 /dev/nvme2n1 ssd Linux_6edcd3a3a539535181d6 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T15:46:59.190 INFO:teuthology.orchestra.run.smithi111.stdout:smithi111 /dev/nvme3n1 ssd Linux_1cb88a261e72795dfeb3 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T15:46:59.191 INFO:teuthology.orchestra.run.smithi111.stdout:smithi111 /dev/nvme4n1 ssd Linux_aca17364e42b77e8db28 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T15:46:59.191 INFO:teuthology.orchestra.run.smithi111.stdout:smithi130 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620500Q1400BGN 372G No 2m ago Has a FileSystem, LVM detected 2023-10-11T15:46:59.191 INFO:teuthology.orchestra.run.smithi111.stdout:smithi130 /dev/nvme1n1 ssd Linux_ec6c5e0bc5844602b3e4 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T15:46:59.191 INFO:teuthology.orchestra.run.smithi111.stdout:smithi130 /dev/nvme2n1 ssd Linux_39f0ff6b67c184002162 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T15:46:59.191 INFO:teuthology.orchestra.run.smithi111.stdout:smithi130 /dev/nvme3n1 ssd Linux_713db761418dd57c1647 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T15:46:59.192 INFO:teuthology.orchestra.run.smithi111.stdout:smithi130 /dev/nvme4n1 ssd Linux_acb60611f2fa5b0ae27f 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T15:46:59.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:46:59 smithi130 bash[31108]: cluster 2023-10-11T15:46:58.255880+0000 mgr.smithi111.dafezg (mgr.14195) 238 : cluster 0 pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:59.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:46:59 smithi111 bash[24268]: cluster 2023-10-11T15:46:58.255880+0000 mgr.smithi111.dafezg (mgr.14195) 238 : cluster 0 pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:46:59.863 INFO:teuthology.run_tasks:Running task vip... 2023-10-11T15:46:59.875 INFO:tasks.vip:Allocating static IPs for each host... 2023-10-11T15:46:59.875 INFO:tasks.vip:peername 172.21.15.111 2023-10-11T15:46:59.879 INFO:tasks.vip:172.21.15.111 in 172.21.0.0/20, pos 3950 2023-10-11T15:46:59.883 INFO:tasks.vip:smithi111.front.sepia.ceph.com static 10.0.15.111, vnet 10.0.0.0/16 2023-10-11T15:46:59.884 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-10-11T15:46:59.885 DEBUG:teuthology.orchestra.run.smithi111:> sudo ip route ls 2023-10-11T15:46:59.901 INFO:teuthology.orchestra.run.smithi111.stdout:default via 172.21.15.254 dev enp3s0f1 2023-10-11T15:46:59.901 INFO:teuthology.orchestra.run.smithi111.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.111 metric 100 2023-10-11T15:46:59.901 INFO:teuthology.orchestra.run.smithi111.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-10-11T15:46:59.902 INFO:teuthology.orchestra.run.smithi111.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.111 2023-10-11T15:46:59.902 INFO:teuthology.orchestra.run.smithi111.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.111 metric 100 2023-10-11T15:46:59.903 INFO:tasks.vip:Configuring 10.0.15.111 on smithi111.front.sepia.ceph.com iface enp3s0f1... 2023-10-11T15:46:59.903 DEBUG:teuthology.orchestra.run.smithi111:> sudo ip addr add 10.0.15.111/16 dev enp3s0f1 2023-10-11T15:46:59.962 INFO:tasks.vip:peername 172.21.15.130 2023-10-11T15:46:59.965 INFO:tasks.vip:172.21.15.130 in 172.21.0.0/20, pos 3969 2023-10-11T15:46:59.969 INFO:tasks.vip:smithi130.front.sepia.ceph.com static 10.0.15.130, vnet 10.0.0.0/16 2023-10-11T15:46:59.970 DEBUG:teuthology.orchestra.run.smithi130:> sudo ip route ls 2023-10-11T15:46:59.984 INFO:teuthology.orchestra.run.smithi130.stdout:default via 172.21.15.254 dev enp3s0f1 2023-10-11T15:46:59.985 INFO:teuthology.orchestra.run.smithi130.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.130 metric 100 2023-10-11T15:46:59.985 INFO:teuthology.orchestra.run.smithi130.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-10-11T15:46:59.985 INFO:teuthology.orchestra.run.smithi130.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.130 2023-10-11T15:46:59.985 INFO:teuthology.orchestra.run.smithi130.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.130 metric 100 2023-10-11T15:46:59.986 INFO:tasks.vip:Configuring 10.0.15.130 on smithi130.front.sepia.ceph.com iface enp3s0f1... 2023-10-11T15:46:59.987 DEBUG:teuthology.orchestra.run.smithi130:> sudo ip addr add 10.0.15.130/16 dev enp3s0f1 2023-10-11T15:47:00.045 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-11T15:47:00.056 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi111.front.sepia.ceph.com 2023-10-11T15:47:00.057 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch device ls --refresh' 2023-10-11T15:47:01.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:00 smithi111 bash[24268]: audit 2023-10-11T15:46:59.180771+0000 mgr.smithi111.dafezg (mgr.14195) 239 : audit 0 from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:47:01.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:00 smithi111 bash[24268]: audit 2023-10-11T15:46:59.638477+0000 mon.smithi111 (mon.0) 758 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:01.021 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:00 smithi111 bash[24268]: audit 2023-10-11T15:46:59.645754+0000 mon.smithi111 (mon.0) 759 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:01.021 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:00 smithi111 bash[24268]: audit 2023-10-11T15:46:59.685558+0000 mon.smithi111 (mon.0) 760 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:01.021 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:00 smithi111 bash[24268]: audit 2023-10-11T15:46:59.692467+0000 mon.smithi111 (mon.0) 761 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:01.021 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:00 smithi111 bash[24268]: audit 2023-10-11T15:47:00.216339+0000 mon.smithi111 (mon.0) 762 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:47:01.022 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:00 smithi111 bash[24268]: audit 2023-10-11T15:47:00.217721+0000 mon.smithi111 (mon.0) 763 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:47:01.022 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:00 smithi111 bash[24268]: audit 2023-10-11T15:47:00.225816+0000 mon.smithi111 (mon.0) 764 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:01.022 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:00 smithi111 bash[24268]: audit 2023-10-11T15:47:00.231252+0000 mon.smithi111 (mon.0) 765 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:47:01.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:00 smithi130 bash[31108]: audit 2023-10-11T15:46:59.180771+0000 mgr.smithi111.dafezg (mgr.14195) 239 : audit 0 from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:47:01.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:00 smithi130 bash[31108]: audit 2023-10-11T15:46:59.638477+0000 mon.smithi111 (mon.0) 758 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:01.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:00 smithi130 bash[31108]: audit 2023-10-11T15:46:59.645754+0000 mon.smithi111 (mon.0) 759 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:01.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:00 smithi130 bash[31108]: audit 2023-10-11T15:46:59.685558+0000 mon.smithi111 (mon.0) 760 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:01.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:00 smithi130 bash[31108]: audit 2023-10-11T15:46:59.692467+0000 mon.smithi111 (mon.0) 761 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:01.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:00 smithi130 bash[31108]: audit 2023-10-11T15:47:00.216339+0000 mon.smithi111 (mon.0) 762 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:47:01.132 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:00 smithi130 bash[31108]: audit 2023-10-11T15:47:00.217721+0000 mon.smithi111 (mon.0) 763 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:47:01.132 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:00 smithi130 bash[31108]: audit 2023-10-11T15:47:00.225816+0000 mon.smithi111 (mon.0) 764 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:01.132 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:00 smithi130 bash[31108]: audit 2023-10-11T15:47:00.231252+0000 mon.smithi111 (mon.0) 765 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:47:01.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:01 smithi111 bash[24268]: cluster 2023-10-11T15:47:00.256360+0000 mgr.smithi111.dafezg (mgr.14195) 240 : cluster 0 pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:47:01.881 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:01 smithi130 bash[31108]: cluster 2023-10-11T15:47:00.256360+0000 mgr.smithi111.dafezg (mgr.14195) 240 : cluster 0 pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:47:04.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:03 smithi111 bash[24268]: cluster 2023-10-11T15:47:02.256771+0000 mgr.smithi111.dafezg (mgr.14195) 241 : cluster 0 pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:47:04.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:03 smithi130 bash[31108]: cluster 2023-10-11T15:47:02.256771+0000 mgr.smithi111.dafezg (mgr.14195) 241 : cluster 0 pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:47:04.801 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:47:05.914 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:05 smithi111 bash[24268]: cluster 2023-10-11T15:47:04.257391+0000 mgr.smithi111.dafezg (mgr.14195) 242 : cluster 0 pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:47:06.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:05 smithi130 bash[31108]: cluster 2023-10-11T15:47:04.257391+0000 mgr.smithi111.dafezg (mgr.14195) 242 : cluster 0 pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:47:07.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:06 smithi130 bash[31108]: cluster 2023-10-11T15:47:06.257990+0000 mgr.smithi111.dafezg (mgr.14195) 243 : cluster 0 pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:47:07.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:06 smithi111 bash[24268]: cluster 2023-10-11T15:47:06.257990+0000 mgr.smithi111.dafezg (mgr.14195) 243 : cluster 0 pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:47:08.128 INFO:teuthology.orchestra.run.smithi111.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-10-11T15:47:08.128 INFO:teuthology.orchestra.run.smithi111.stdout:smithi111 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620400VZ400BGN 372G No 2m ago Has a FileSystem, LVM detected 2023-10-11T15:47:08.128 INFO:teuthology.orchestra.run.smithi111.stdout:smithi111 /dev/nvme1n1 ssd Linux_3e17592bb77f747cd5a1 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T15:47:08.128 INFO:teuthology.orchestra.run.smithi111.stdout:smithi111 /dev/nvme2n1 ssd Linux_6edcd3a3a539535181d6 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T15:47:08.129 INFO:teuthology.orchestra.run.smithi111.stdout:smithi111 /dev/nvme3n1 ssd Linux_1cb88a261e72795dfeb3 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T15:47:08.129 INFO:teuthology.orchestra.run.smithi111.stdout:smithi111 /dev/nvme4n1 ssd Linux_aca17364e42b77e8db28 89.4G No 2m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T15:47:08.129 INFO:teuthology.orchestra.run.smithi111.stdout:smithi130 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620500Q1400BGN 372G No 3m ago Has a FileSystem, LVM detected 2023-10-11T15:47:08.129 INFO:teuthology.orchestra.run.smithi111.stdout:smithi130 /dev/nvme1n1 ssd Linux_ec6c5e0bc5844602b3e4 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T15:47:08.130 INFO:teuthology.orchestra.run.smithi111.stdout:smithi130 /dev/nvme2n1 ssd Linux_39f0ff6b67c184002162 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T15:47:08.130 INFO:teuthology.orchestra.run.smithi111.stdout:smithi130 /dev/nvme3n1 ssd Linux_713db761418dd57c1647 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T15:47:08.130 INFO:teuthology.orchestra.run.smithi111.stdout:smithi130 /dev/nvme4n1 ssd Linux_acb60611f2fa5b0ae27f 89.4G No 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-11T15:47:08.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:08 smithi111 bash[24268]: audit 2023-10-11T15:47:08.155971+0000 mon.smithi111 (mon.0) 766 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:47:08.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:08 smithi130 bash[31108]: audit 2023-10-11T15:47:08.155971+0000 mon.smithi111 (mon.0) 766 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:47:09.024 INFO:teuthology.run_tasks:Running task vip.exec... 2023-10-11T15:47:09.034 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi111.front.sepia.ceph.com 2023-10-11T15:47:09.035 DEBUG:teuthology.orchestra.run.smithi111:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-10-11T15:47:09.050 INFO:teuthology.orchestra.run.smithi111.stderr:+ systemctl stop nfs-server 2023-10-11T15:47:09.173 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi130.front.sepia.ceph.com 2023-10-11T15:47:09.174 DEBUG:teuthology.orchestra.run.smithi130:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-10-11T15:47:09.190 INFO:teuthology.orchestra.run.smithi130.stderr:+ systemctl stop nfs-server 2023-10-11T15:47:09.326 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-11T15:47:09.336 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi111.front.sepia.ceph.com 2023-10-11T15:47:09.336 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2023-10-11T15:47:09.349 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:09 smithi111 bash[24268]: audit 2023-10-11T15:47:08.117358+0000 mgr.smithi111.dafezg (mgr.14195) 244 : audit 0 from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:47:09.350 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:09 smithi111 bash[24268]: cluster 2023-10-11T15:47:08.258554+0000 mgr.smithi111.dafezg (mgr.14195) 245 : cluster 0 pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:47:09.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:09 smithi130 bash[31108]: audit 2023-10-11T15:47:08.117358+0000 mgr.smithi111.dafezg (mgr.14195) 244 : audit 0 from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:47:09.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:09 smithi130 bash[31108]: cluster 2023-10-11T15:47:08.258554+0000 mgr.smithi111.dafezg (mgr.14195) 245 : cluster 0 pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:47:10.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:10 smithi130 bash[31108]: audit 2023-10-11T15:47:10.278626+0000 mon.smithi111 (mon.0) 767 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:47:10.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:10 smithi111 bash[24268]: audit 2023-10-11T15:47:10.278626+0000 mon.smithi111 (mon.0) 767 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:47:11.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:11 smithi130 bash[31108]: cluster 2023-10-11T15:47:10.259145+0000 mgr.smithi111.dafezg (mgr.14195) 246 : cluster 0 pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:47:11.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:11 smithi111 bash[24268]: cluster 2023-10-11T15:47:10.259145+0000 mgr.smithi111.dafezg (mgr.14195) 246 : cluster 0 pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:47:13.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:13 smithi130 bash[31108]: cluster 2023-10-11T15:47:12.259650+0000 mgr.smithi111.dafezg (mgr.14195) 247 : cluster 0 pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:47:13.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:13 smithi111 bash[24268]: cluster 2023-10-11T15:47:12.259650+0000 mgr.smithi111.dafezg (mgr.14195) 247 : cluster 0 pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:47:14.050 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:47:15.125 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:14 smithi111 bash[24268]: audit 2023-10-11T15:47:13.847281+0000 mon.smithi111 (mon.0) 768 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:15.125 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:14 smithi111 bash[24268]: audit 2023-10-11T15:47:13.853874+0000 mon.smithi111 (mon.0) 769 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:15.125 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:14 smithi111 bash[24268]: audit 2023-10-11T15:47:14.175819+0000 mon.smithi111 (mon.0) 770 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:15.126 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:14 smithi111 bash[24268]: audit 2023-10-11T15:47:14.181881+0000 mon.smithi111 (mon.0) 771 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:15.126 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:14 smithi111 bash[24268]: audit 2023-10-11T15:47:14.505981+0000 mon.smithi111 (mon.0) 772 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:15.126 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:14 smithi111 bash[24268]: audit 2023-10-11T15:47:14.513642+0000 mon.smithi111 (mon.0) 773 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:15.126 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:14 smithi111 bash[24268]: audit 2023-10-11T15:47:14.838179+0000 mon.smithi111 (mon.0) 774 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:15.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:14 smithi130 bash[31108]: audit 2023-10-11T15:47:13.847281+0000 mon.smithi111 (mon.0) 768 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:15.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:14 smithi130 bash[31108]: audit 2023-10-11T15:47:13.853874+0000 mon.smithi111 (mon.0) 769 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:15.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:14 smithi130 bash[31108]: audit 2023-10-11T15:47:14.175819+0000 mon.smithi111 (mon.0) 770 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:15.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:14 smithi130 bash[31108]: audit 2023-10-11T15:47:14.181881+0000 mon.smithi111 (mon.0) 771 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:15.132 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:14 smithi130 bash[31108]: audit 2023-10-11T15:47:14.505981+0000 mon.smithi111 (mon.0) 772 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:15.132 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:14 smithi130 bash[31108]: audit 2023-10-11T15:47:14.513642+0000 mon.smithi111 (mon.0) 773 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:15.132 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:14 smithi130 bash[31108]: audit 2023-10-11T15:47:14.838179+0000 mon.smithi111 (mon.0) 774 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:16.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:15 smithi130 bash[31108]: cluster 2023-10-11T15:47:14.260155+0000 mgr.smithi111.dafezg (mgr.14195) 248 : cluster 0 pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:47:16.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:15 smithi130 bash[31108]: audit 2023-10-11T15:47:14.844641+0000 mon.smithi111 (mon.0) 775 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:16.214 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:15 smithi111 bash[24268]: cluster 2023-10-11T15:47:14.260155+0000 mgr.smithi111.dafezg (mgr.14195) 248 : cluster 0 pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:47:16.215 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:15 smithi111 bash[24268]: audit 2023-10-11T15:47:14.844641+0000 mon.smithi111 (mon.0) 775 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:17.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:16 smithi130 bash[31108]: cluster 2023-10-11T15:47:16.260752+0000 mgr.smithi111.dafezg (mgr.14195) 249 : cluster 0 pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:47:17.159 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:16 smithi111 bash[24268]: cluster 2023-10-11T15:47:16.260752+0000 mgr.smithi111.dafezg (mgr.14195) 249 : cluster 0 pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:47:17.578 INFO:teuthology.orchestra.run.smithi111.stdout:Scheduled rgw.foorgw update... 2023-10-11T15:47:18.379 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.111/16' 2023-10-11T15:47:18.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:18 smithi111 bash[24268]: audit 2023-10-11T15:47:17.564950+0000 mgr.smithi111.dafezg (mgr.14195) 250 : audit 0 from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:47:18.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:18 smithi111 bash[24268]: cephadm 2023-10-11T15:47:17.568167+0000 mgr.smithi111.dafezg (mgr.14195) 251 : cephadm 1 Saving service rgw.foorgw spec with placement count:2 2023-10-11T15:47:18.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:18 smithi111 bash[24268]: audit 2023-10-11T15:47:17.574696+0000 mon.smithi111 (mon.0) 776 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:18.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:18 smithi130 bash[31108]: audit 2023-10-11T15:47:17.564950+0000 mgr.smithi111.dafezg (mgr.14195) 250 : audit 0 from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:47:18.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:18 smithi130 bash[31108]: cephadm 2023-10-11T15:47:17.568167+0000 mgr.smithi111.dafezg (mgr.14195) 251 : cephadm 1 Saving service rgw.foorgw spec with placement count:2 2023-10-11T15:47:18.881 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:18 smithi130 bash[31108]: audit 2023-10-11T15:47:17.574696+0000 mon.smithi111 (mon.0) 776 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:19.747 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:19 smithi111 bash[24268]: cluster 2023-10-11T15:47:18.261280+0000 mgr.smithi111.dafezg (mgr.14195) 252 : cluster 0 pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:47:19.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:19 smithi130 bash[31108]: cluster 2023-10-11T15:47:18.261280+0000 mgr.smithi111.dafezg (mgr.14195) 252 : cluster 0 pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:47:21.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:21 smithi130 bash[31108]: cluster 2023-10-11T15:47:20.261828+0000 mgr.smithi111.dafezg (mgr.14195) 253 : cluster 0 pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:47:22.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:21 smithi111 bash[24268]: cluster 2023-10-11T15:47:20.261828+0000 mgr.smithi111.dafezg (mgr.14195) 253 : cluster 0 pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:47:22.769 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:47:23.876 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:23 smithi111 bash[24268]: cluster 2023-10-11T15:47:22.262297+0000 mgr.smithi111.dafezg (mgr.14195) 254 : cluster 0 pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:47:23.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:23 smithi130 bash[31108]: cluster 2023-10-11T15:47:22.262297+0000 mgr.smithi111.dafezg (mgr.14195) 254 : cluster 0 pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:47:25.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:25 smithi130 bash[31108]: cluster 2023-10-11T15:47:24.262671+0000 mgr.smithi111.dafezg (mgr.14195) 255 : cluster 0 pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:47:25.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:25 smithi130 bash[31108]: audit 2023-10-11T15:47:25.278821+0000 mon.smithi111 (mon.0) 777 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:47:25.881 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:25 smithi130 bash[31108]: audit 2023-10-11T15:47:25.335484+0000 mon.smithi111 (mon.0) 778 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:25.881 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:25 smithi130 bash[31108]: audit 2023-10-11T15:47:25.342115+0000 mon.smithi111 (mon.0) 779 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:25.922 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:25 smithi111 bash[24268]: cluster 2023-10-11T15:47:24.262671+0000 mgr.smithi111.dafezg (mgr.14195) 255 : cluster 0 pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:47:25.923 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:25 smithi111 bash[24268]: audit 2023-10-11T15:47:25.278821+0000 mon.smithi111 (mon.0) 777 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:47:25.923 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:25 smithi111 bash[24268]: audit 2023-10-11T15:47:25.335484+0000 mon.smithi111 (mon.0) 778 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:25.923 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:25 smithi111 bash[24268]: audit 2023-10-11T15:47:25.342115+0000 mon.smithi111 (mon.0) 779 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:27.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:26 smithi130 bash[31108]: audit 2023-10-11T15:47:26.066318+0000 mgr.smithi111.dafezg (mgr.14195) 256 : audit 0 from='client.14510 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.111/16", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:47:27.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:26 smithi130 bash[31108]: audit 2023-10-11T15:47:26.068074+0000 mon.smithi111 (mon.0) 780 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-10-11T15:47:27.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:26 smithi130 bash[31108]: cluster 2023-10-11T15:47:26.263232+0000 mgr.smithi111.dafezg (mgr.14195) 257 : cluster 0 pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:47:27.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:26 smithi130 bash[31108]: audit 2023-10-11T15:47:26.517798+0000 mon.smithi111 (mon.0) 781 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:27.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:26 smithi130 bash[31108]: audit 2023-10-11T15:47:26.527395+0000 mon.smithi111 (mon.0) 782 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:27.132 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:26 smithi130 bash[31108]: audit 2023-10-11T15:47:26.529096+0000 mon.smithi111 (mon.0) 783 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:47:27.132 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:26 smithi130 bash[31108]: audit 2023-10-11T15:47:26.530273+0000 mon.smithi111 (mon.0) 784 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:47:27.132 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:26 smithi130 bash[31108]: audit 2023-10-11T15:47:26.538332+0000 mon.smithi111 (mon.0) 785 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:27.132 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:26 smithi130 bash[31108]: audit 2023-10-11T15:47:26.542924+0000 mon.smithi111 (mon.0) 786 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:47:27.132 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:26 smithi130 bash[31108]: audit 2023-10-11T15:47:26.556797+0000 mon.smithi111 (mon.0) 787 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi130.hozjzh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-11T15:47:27.133 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:26 smithi130 bash[31108]: audit 2023-10-11T15:47:26.564644+0000 mon.smithi111 (mon.0) 788 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi130.hozjzh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-11T15:47:27.133 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:26 smithi130 bash[31108]: audit 2023-10-11T15:47:26.571516+0000 mon.smithi111 (mon.0) 789 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:27.133 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:26 smithi130 bash[31108]: audit 2023-10-11T15:47:26.572752+0000 mon.smithi111 (mon.0) 790 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:47:27.133 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:26 smithi130 bash[31108]: cephadm 2023-10-11T15:47:26.573995+0000 mgr.smithi111.dafezg (mgr.14195) 258 : cephadm 1 Deploying daemon rgw.foorgw.smithi130.hozjzh on smithi130 2023-10-11T15:47:27.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:26 smithi111 bash[24268]: audit 2023-10-11T15:47:26.066318+0000 mgr.smithi111.dafezg (mgr.14195) 256 : audit 0 from='client.14510 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.111/16", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:47:27.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:26 smithi111 bash[24268]: audit 2023-10-11T15:47:26.068074+0000 mon.smithi111 (mon.0) 780 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-10-11T15:47:27.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:26 smithi111 bash[24268]: cluster 2023-10-11T15:47:26.263232+0000 mgr.smithi111.dafezg (mgr.14195) 257 : cluster 0 pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:47:27.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:26 smithi111 bash[24268]: audit 2023-10-11T15:47:26.517798+0000 mon.smithi111 (mon.0) 781 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:27.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:26 smithi111 bash[24268]: audit 2023-10-11T15:47:26.527395+0000 mon.smithi111 (mon.0) 782 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:27.272 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:26 smithi111 bash[24268]: audit 2023-10-11T15:47:26.529096+0000 mon.smithi111 (mon.0) 783 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:47:27.272 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:26 smithi111 bash[24268]: audit 2023-10-11T15:47:26.530273+0000 mon.smithi111 (mon.0) 784 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:47:27.272 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:26 smithi111 bash[24268]: audit 2023-10-11T15:47:26.538332+0000 mon.smithi111 (mon.0) 785 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:27.272 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:26 smithi111 bash[24268]: audit 2023-10-11T15:47:26.542924+0000 mon.smithi111 (mon.0) 786 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:47:27.272 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:26 smithi111 bash[24268]: audit 2023-10-11T15:47:26.556797+0000 mon.smithi111 (mon.0) 787 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi130.hozjzh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-11T15:47:27.273 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:26 smithi111 bash[24268]: audit 2023-10-11T15:47:26.564644+0000 mon.smithi111 (mon.0) 788 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi130.hozjzh", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-11T15:47:27.273 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:26 smithi111 bash[24268]: audit 2023-10-11T15:47:26.571516+0000 mon.smithi111 (mon.0) 789 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:27.273 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:26 smithi111 bash[24268]: audit 2023-10-11T15:47:26.572752+0000 mon.smithi111 (mon.0) 790 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:47:27.273 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:26 smithi111 bash[24268]: cephadm 2023-10-11T15:47:26.573995+0000 mgr.smithi111.dafezg (mgr.14195) 258 : cephadm 1 Deploying daemon rgw.foorgw.smithi130.hozjzh on smithi130 2023-10-11T15:47:27.892 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:27 smithi111 bash[24268]: audit 2023-10-11T15:47:26.878326+0000 mon.smithi111 (mon.0) 791 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2023-10-11T15:47:27.892 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:27 smithi111 bash[24268]: cluster 2023-10-11T15:47:26.878399+0000 mon.smithi111 (mon.0) 792 : cluster 0 osdmap e47: 8 total, 8 up, 8 in 2023-10-11T15:47:27.892 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:27 smithi111 bash[24268]: audit 2023-10-11T15:47:26.881615+0000 mon.smithi111 (mon.0) 793 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-10-11T15:47:27.973 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:27 smithi130 bash[31108]: audit 2023-10-11T15:47:26.878326+0000 mon.smithi111 (mon.0) 791 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2023-10-11T15:47:27.973 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:27 smithi130 bash[31108]: cluster 2023-10-11T15:47:26.878399+0000 mon.smithi111 (mon.0) 792 : cluster 0 osdmap e47: 8 total, 8 up, 8 in 2023-10-11T15:47:27.973 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:27 smithi130 bash[31108]: audit 2023-10-11T15:47:26.881615+0000 mon.smithi111 (mon.0) 793 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-10-11T15:47:28.816 INFO:teuthology.run_tasks:Running task vip.exec... 2023-10-11T15:47:28.827 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi111.front.sepia.ceph.com 2023-10-11T15:47:28.828 DEBUG:teuthology.orchestra.run.smithi111:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2023-10-11T15:47:28.842 INFO:teuthology.orchestra.run.smithi111.stderr:+ dnf install -y python3-boto3 2023-10-11T15:47:28.843 INFO:teuthology.orchestra.run.smithi111.stderr:bash: dnf: command not found 2023-10-11T15:47:28.844 INFO:teuthology.orchestra.run.smithi111.stderr:+ apt install -y python3-boto3 2023-10-11T15:47:28.861 INFO:teuthology.orchestra.run.smithi111.stderr: 2023-10-11T15:47:28.861 INFO:teuthology.orchestra.run.smithi111.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2023-10-11T15:47:28.862 INFO:teuthology.orchestra.run.smithi111.stderr: 2023-10-11T15:47:28.917 INFO:teuthology.orchestra.run.smithi111.stdout:Reading package lists... 2023-10-11T15:47:29.126 INFO:teuthology.orchestra.run.smithi111.stdout:Building dependency tree... 2023-10-11T15:47:29.127 INFO:teuthology.orchestra.run.smithi111.stdout:Reading state information... 2023-10-11T15:47:29.163 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:28 smithi130 bash[31108]: audit 2023-10-11T15:47:27.883595+0000 mon.smithi111 (mon.0) 794 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-10-11T15:47:29.164 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:28 smithi130 bash[31108]: cluster 2023-10-11T15:47:27.883982+0000 mon.smithi111 (mon.0) 795 : cluster 0 osdmap e48: 8 total, 8 up, 8 in 2023-10-11T15:47:29.164 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:28 smithi130 bash[31108]: cephadm 2023-10-11T15:47:27.918327+0000 mgr.smithi111.dafezg (mgr.14195) 259 : cephadm 1 Saving service nfs.foo spec with placement count:1 2023-10-11T15:47:29.164 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:28 smithi130 bash[31108]: audit 2023-10-11T15:47:27.923140+0000 mon.smithi111 (mon.0) 796 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:29.164 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:28 smithi130 bash[31108]: cephadm 2023-10-11T15:47:27.925241+0000 mgr.smithi111.dafezg (mgr.14195) 260 : cephadm 1 Saving service ingress.nfs.foo spec with placement count:2 2023-10-11T15:47:29.165 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:28 smithi130 bash[31108]: audit 2023-10-11T15:47:27.929920+0000 mon.smithi111 (mon.0) 797 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:29.165 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:28 smithi130 bash[31108]: cluster 2023-10-11T15:47:28.263872+0000 mgr.smithi111.dafezg (mgr.14195) 261 : cluster 0 pgmap v225: 33 pgs: 31 unknown, 2 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:47:29.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:28 smithi111 bash[24268]: audit 2023-10-11T15:47:27.883595+0000 mon.smithi111 (mon.0) 794 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-10-11T15:47:29.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:28 smithi111 bash[24268]: cluster 2023-10-11T15:47:27.883982+0000 mon.smithi111 (mon.0) 795 : cluster 0 osdmap e48: 8 total, 8 up, 8 in 2023-10-11T15:47:29.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:28 smithi111 bash[24268]: cephadm 2023-10-11T15:47:27.918327+0000 mgr.smithi111.dafezg (mgr.14195) 259 : cephadm 1 Saving service nfs.foo spec with placement count:1 2023-10-11T15:47:29.273 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:28 smithi111 bash[24268]: audit 2023-10-11T15:47:27.923140+0000 mon.smithi111 (mon.0) 796 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:29.273 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:28 smithi111 bash[24268]: cephadm 2023-10-11T15:47:27.925241+0000 mgr.smithi111.dafezg (mgr.14195) 260 : cephadm 1 Saving service ingress.nfs.foo spec with placement count:2 2023-10-11T15:47:29.274 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:28 smithi111 bash[24268]: audit 2023-10-11T15:47:27.929920+0000 mon.smithi111 (mon.0) 797 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:29.274 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:28 smithi111 bash[24268]: cluster 2023-10-11T15:47:28.263872+0000 mgr.smithi111.dafezg (mgr.14195) 261 : cluster 0 pgmap v225: 33 pgs: 31 unknown, 2 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:47:29.354 INFO:teuthology.orchestra.run.smithi111.stdout:The following additional packages will be installed: 2023-10-11T15:47:29.355 INFO:teuthology.orchestra.run.smithi111.stdout: docutils-common libpaper-utils libpaper1 python3-botocore python3-docutils 2023-10-11T15:47:29.355 INFO:teuthology.orchestra.run.smithi111.stdout: python3-jmespath python3-pygments python3-roman python3-s3transfer 2023-10-11T15:47:29.356 INFO:teuthology.orchestra.run.smithi111.stdout:Suggested packages: 2023-10-11T15:47:29.357 INFO:teuthology.orchestra.run.smithi111.stdout: docutils-doc fonts-linuxlibertine | ttf-linux-libertine texlive-lang-french 2023-10-11T15:47:29.357 INFO:teuthology.orchestra.run.smithi111.stdout: texlive-latex-base texlive-latex-recommended python-pygments-doc 2023-10-11T15:47:29.394 INFO:teuthology.orchestra.run.smithi111.stdout:The following NEW packages will be installed: 2023-10-11T15:47:29.396 INFO:teuthology.orchestra.run.smithi111.stdout: docutils-common libpaper-utils libpaper1 python3-boto3 python3-botocore 2023-10-11T15:47:29.396 INFO:teuthology.orchestra.run.smithi111.stdout: python3-docutils python3-jmespath python3-pygments python3-roman 2023-10-11T15:47:29.397 INFO:teuthology.orchestra.run.smithi111.stdout: python3-s3transfer 2023-10-11T15:47:29.582 INFO:teuthology.orchestra.run.smithi111.stdout:0 upgraded, 10 newly installed, 0 to remove and 256 not upgraded. 2023-10-11T15:47:29.582 INFO:teuthology.orchestra.run.smithi111.stdout:Need to get 4,480 kB of archives. 2023-10-11T15:47:29.583 INFO:teuthology.orchestra.run.smithi111.stdout:After this operation, 53.0 MB of additional disk space will be used. 2023-10-11T15:47:29.583 INFO:teuthology.orchestra.run.smithi111.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 docutils-common all 0.16+dfsg-2 [116 kB] 2023-10-11T15:47:29.989 INFO:teuthology.orchestra.run.smithi111.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libpaper1 amd64 1.1.28 [13.0 kB] 2023-10-11T15:47:29.995 INFO:teuthology.orchestra.run.smithi111.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libpaper-utils amd64 1.1.28 [8,400 B] 2023-10-11T15:47:29.999 INFO:teuthology.orchestra.run.smithi111.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-roman all 2.0.0-3build1 [8,728 B] 2023-10-11T15:47:30.005 INFO:teuthology.orchestra.run.smithi111.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-docutils all 0.16+dfsg-2 [368 kB] 2023-10-11T15:47:30.175 INFO:teuthology.orchestra.run.smithi111.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-jmespath all 0.9.4-2ubuntu1 [21.5 kB] 2023-10-11T15:47:30.179 INFO:teuthology.orchestra.run.smithi111.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-botocore all 1.16.19+repack-1ubuntu0.20.04.1 [3,255 kB] 2023-10-11T15:47:30.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:29 smithi111 bash[24268]: cluster 2023-10-11T15:47:28.894724+0000 mon.smithi111 (mon.0) 798 : cluster 0 osdmap e49: 8 total, 8 up, 8 in 2023-10-11T15:47:30.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:29 smithi111 bash[24268]: audit 2023-10-11T15:47:29.198760+0000 mon.smithi111 (mon.0) 799 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:30.272 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:29 smithi111 bash[24268]: audit 2023-10-11T15:47:29.207512+0000 mon.smithi111 (mon.0) 800 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:30.272 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:29 smithi111 bash[24268]: audit 2023-10-11T15:47:29.253496+0000 mon.smithi111 (mon.0) 801 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:30.272 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:29 smithi111 bash[24268]: audit 2023-10-11T15:47:29.254551+0000 mon.smithi111 (mon.0) 802 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi111.grigfd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-11T15:47:30.272 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:29 smithi111 bash[24268]: audit 2023-10-11T15:47:29.261072+0000 mon.smithi111 (mon.0) 803 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi111.grigfd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-11T15:47:30.272 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:29 smithi111 bash[24268]: audit 2023-10-11T15:47:29.269734+0000 mon.smithi111 (mon.0) 804 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:30.273 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:29 smithi111 bash[24268]: audit 2023-10-11T15:47:29.271054+0000 mon.smithi111 (mon.0) 805 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:47:30.273 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:29 smithi111 bash[24268]: cephadm 2023-10-11T15:47:29.272226+0000 mgr.smithi111.dafezg (mgr.14195) 262 : cephadm 1 Deploying daemon rgw.foorgw.smithi111.grigfd on smithi111 2023-10-11T15:47:30.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:29 smithi130 bash[31108]: cluster 2023-10-11T15:47:28.894724+0000 mon.smithi111 (mon.0) 798 : cluster 0 osdmap e49: 8 total, 8 up, 8 in 2023-10-11T15:47:30.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:29 smithi130 bash[31108]: audit 2023-10-11T15:47:29.198760+0000 mon.smithi111 (mon.0) 799 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:30.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:29 smithi130 bash[31108]: audit 2023-10-11T15:47:29.207512+0000 mon.smithi111 (mon.0) 800 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:30.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:29 smithi130 bash[31108]: audit 2023-10-11T15:47:29.253496+0000 mon.smithi111 (mon.0) 801 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:30.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:29 smithi130 bash[31108]: audit 2023-10-11T15:47:29.254551+0000 mon.smithi111 (mon.0) 802 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi111.grigfd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-11T15:47:30.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:29 smithi130 bash[31108]: audit 2023-10-11T15:47:29.261072+0000 mon.smithi111 (mon.0) 803 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi111.grigfd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-11T15:47:30.382 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:29 smithi130 bash[31108]: audit 2023-10-11T15:47:29.269734+0000 mon.smithi111 (mon.0) 804 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:30.382 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:29 smithi130 bash[31108]: audit 2023-10-11T15:47:29.271054+0000 mon.smithi111 (mon.0) 805 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:47:30.382 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:29 smithi130 bash[31108]: cephadm 2023-10-11T15:47:29.272226+0000 mgr.smithi111.dafezg (mgr.14195) 262 : cephadm 1 Deploying daemon rgw.foorgw.smithi111.grigfd on smithi111 2023-10-11T15:47:30.424 INFO:teuthology.orchestra.run.smithi111.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-s3transfer all 0.3.3-1 [46.6 kB] 2023-10-11T15:47:30.425 INFO:teuthology.orchestra.run.smithi111.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-boto3 all 1.9.253-1 [63.7 kB] 2023-10-11T15:47:30.427 INFO:teuthology.orchestra.run.smithi111.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pygments all 2.3.1+dfsg-1ubuntu2.2 [579 kB] 2023-10-11T15:47:30.741 INFO:teuthology.orchestra.run.smithi111.stderr:debconf: unable to initialize frontend: Dialog 2023-10-11T15:47:30.741 INFO:teuthology.orchestra.run.smithi111.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2023-10-11T15:47:30.741 INFO:teuthology.orchestra.run.smithi111.stderr:debconf: falling back to frontend: Readline 2023-10-11T15:47:30.787 INFO:teuthology.orchestra.run.smithi111.stderr:debconf: unable to initialize frontend: Readline 2023-10-11T15:47:30.788 INFO:teuthology.orchestra.run.smithi111.stderr:debconf: (This frontend requires a controlling tty.) 2023-10-11T15:47:30.788 INFO:teuthology.orchestra.run.smithi111.stderr:debconf: falling back to frontend: Teletype 2023-10-11T15:47:30.792 INFO:teuthology.orchestra.run.smithi111.stderr:dpkg-preconfigure: unable to re-open stdin: 2023-10-11T15:47:30.845 INFO:teuthology.orchestra.run.smithi111.stdout:Fetched 4,480 kB in 1s (4,316 kB/s) 2023-10-11T15:47:31.084 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:30 smithi111 bash[24268]: cluster 2023-10-11T15:47:29.945994+0000 mon.smithi111 (mon.0) 806 : cluster 0 mgrmap e20: smithi111.dafezg(active, since 6m), standbys: smithi130.ukyvex 2023-10-11T15:47:31.085 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:30 smithi111 bash[24268]: cluster 2023-10-11T15:47:30.264655+0000 mgr.smithi111.dafezg (mgr.14195) 263 : cluster 0 pgmap v227: 33 pgs: 33 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T15:47:31.211 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package docutils-common. 2023-10-11T15:47:31.255 INFO:teuthology.orchestra.run.smithi111.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 ... 112643 files and directories currently installed.) 2023-10-11T15:47:31.259 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../0-docutils-common_0.16+dfsg-2_all.deb ... 2023-10-11T15:47:31.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:30 smithi130 bash[31108]: cluster 2023-10-11T15:47:29.945994+0000 mon.smithi111 (mon.0) 806 : cluster 0 mgrmap e20: smithi111.dafezg(active, since 6m), standbys: smithi130.ukyvex 2023-10-11T15:47:31.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:30 smithi130 bash[31108]: cluster 2023-10-11T15:47:30.264655+0000 mgr.smithi111.dafezg (mgr.14195) 263 : cluster 0 pgmap v227: 33 pgs: 33 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T15:47:32.035 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking docutils-common (0.16+dfsg-2) ... 2023-10-11T15:47:32.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:31 smithi111 bash[24268]: cluster 2023-10-11T15:47:30.944856+0000 mon.smithi111 (mon.0) 807 : cluster 0 osdmap e50: 8 total, 8 up, 8 in 2023-10-11T15:47:32.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:31 smithi111 bash[24268]: audit 2023-10-11T15:47:30.954853+0000 mon.smithi111 (mon.0) 808 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi130.hozjzh' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-10-11T15:47:32.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:31 smithi111 bash[24268]: audit 2023-10-11T15:47:30.955111+0000 mon.smithi130 (mon.1) 22 : audit 1 from='client.? 172.21.15.130:0/3184413151' entity='client.rgw.foorgw.smithi130.hozjzh' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-10-11T15:47:32.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:31 smithi130 bash[31108]: cluster 2023-10-11T15:47:30.944856+0000 mon.smithi111 (mon.0) 807 : cluster 0 osdmap e50: 8 total, 8 up, 8 in 2023-10-11T15:47:32.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:31 smithi130 bash[31108]: audit 2023-10-11T15:47:30.954853+0000 mon.smithi111 (mon.0) 808 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi130.hozjzh' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-10-11T15:47:32.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:31 smithi130 bash[31108]: audit 2023-10-11T15:47:30.955111+0000 mon.smithi130 (mon.1) 22 : audit 1 from='client.? 172.21.15.130:0/3184413151' entity='client.rgw.foorgw.smithi130.hozjzh' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-10-11T15:47:32.864 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package libpaper1:amd64. 2023-10-11T15:47:32.875 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../1-libpaper1_1.1.28_amd64.deb ... 2023-10-11T15:47:33.098 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking libpaper1:amd64 (1.1.28) ... 2023-10-11T15:47:33.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:32 smithi111 bash[24268]: audit 2023-10-11T15:47:31.959763+0000 mon.smithi111 (mon.0) 809 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi130.hozjzh' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-10-11T15:47:33.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:32 smithi111 bash[24268]: cluster 2023-10-11T15:47:31.959876+0000 mon.smithi111 (mon.0) 810 : cluster 0 osdmap e51: 8 total, 8 up, 8 in 2023-10-11T15:47:33.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:32 smithi111 bash[24268]: cluster 2023-10-11T15:47:32.265221+0000 mgr.smithi111.dafezg (mgr.14195) 264 : cluster 0 pgmap v230: 65 pgs: 32 unknown, 33 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T15:47:33.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:32 smithi111 bash[24268]: audit 2023-10-11T15:47:32.900570+0000 mon.smithi111 (mon.0) 811 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:33.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:32 smithi111 bash[24268]: audit 2023-10-11T15:47:32.907059+0000 mon.smithi111 (mon.0) 812 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:33.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:32 smithi111 bash[24268]: audit 2023-10-11T15:47:32.948866+0000 mon.smithi111 (mon.0) 813 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:33.272 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:32 smithi111 bash[24268]: audit 2023-10-11T15:47:32.953828+0000 mon.smithi111 (mon.0) 814 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:33.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:32 smithi130 bash[31108]: audit 2023-10-11T15:47:31.959763+0000 mon.smithi111 (mon.0) 809 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi130.hozjzh' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-10-11T15:47:33.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:32 smithi130 bash[31108]: cluster 2023-10-11T15:47:31.959876+0000 mon.smithi111 (mon.0) 810 : cluster 0 osdmap e51: 8 total, 8 up, 8 in 2023-10-11T15:47:33.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:32 smithi130 bash[31108]: cluster 2023-10-11T15:47:32.265221+0000 mgr.smithi111.dafezg (mgr.14195) 264 : cluster 0 pgmap v230: 65 pgs: 32 unknown, 33 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T15:47:33.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:32 smithi130 bash[31108]: audit 2023-10-11T15:47:32.900570+0000 mon.smithi111 (mon.0) 811 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:33.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:32 smithi130 bash[31108]: audit 2023-10-11T15:47:32.907059+0000 mon.smithi111 (mon.0) 812 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:33.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:32 smithi130 bash[31108]: audit 2023-10-11T15:47:32.948866+0000 mon.smithi111 (mon.0) 813 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:33.382 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:32 smithi130 bash[31108]: audit 2023-10-11T15:47:32.953828+0000 mon.smithi111 (mon.0) 814 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:33.981 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:33 smithi130 bash[31108]: cephadm 2023-10-11T15:47:32.950084+0000 mgr.smithi111.dafezg (mgr.14195) 265 : cephadm 1 Saving service rgw.foorgw spec with placement count:2 2023-10-11T15:47:33.981 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:33 smithi130 bash[31108]: cluster 2023-10-11T15:47:32.966939+0000 mon.smithi111 (mon.0) 815 : cluster 0 osdmap e52: 8 total, 8 up, 8 in 2023-10-11T15:47:33.982 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:33 smithi130 bash[31108]: audit 2023-10-11T15:47:32.967051+0000 mon.smithi111 (mon.0) 816 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:33.982 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:33 smithi130 bash[31108]: audit 2023-10-11T15:47:32.969650+0000 mon.smithi130 (mon.1) 23 : audit 1 from='client.? 172.21.15.130:0/3184413151' entity='client.rgw.foorgw.smithi130.hozjzh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-10-11T15:47:33.983 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:33 smithi130 bash[31108]: audit 2023-10-11T15:47:32.972132+0000 mon.smithi111 (mon.0) 817 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi130.hozjzh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-10-11T15:47:33.983 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:33 smithi130 bash[31108]: audit 2023-10-11T15:47:33.034605+0000 mon.smithi111 (mon.0) 818 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:47:34.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:33 smithi111 bash[24268]: cephadm 2023-10-11T15:47:32.950084+0000 mgr.smithi111.dafezg (mgr.14195) 265 : cephadm 1 Saving service rgw.foorgw spec with placement count:2 2023-10-11T15:47:34.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:33 smithi111 bash[24268]: cluster 2023-10-11T15:47:32.966939+0000 mon.smithi111 (mon.0) 815 : cluster 0 osdmap e52: 8 total, 8 up, 8 in 2023-10-11T15:47:34.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:33 smithi111 bash[24268]: audit 2023-10-11T15:47:32.967051+0000 mon.smithi111 (mon.0) 816 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:34.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:33 smithi111 bash[24268]: audit 2023-10-11T15:47:32.969650+0000 mon.smithi130 (mon.1) 23 : audit 1 from='client.? 172.21.15.130:0/3184413151' entity='client.rgw.foorgw.smithi130.hozjzh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-10-11T15:47:34.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:33 smithi111 bash[24268]: audit 2023-10-11T15:47:32.972132+0000 mon.smithi111 (mon.0) 817 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi130.hozjzh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-10-11T15:47:34.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:33 smithi111 bash[24268]: audit 2023-10-11T15:47:33.034605+0000 mon.smithi111 (mon.0) 818 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:47:34.306 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package libpaper-utils. 2023-10-11T15:47:34.319 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../2-libpaper-utils_1.1.28_amd64.deb ... 2023-10-11T15:47:34.407 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking libpaper-utils (1.1.28) ... 2023-10-11T15:47:34.861 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-roman. 2023-10-11T15:47:34.873 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../3-python3-roman_2.0.0-3build1_all.deb ... 2023-10-11T15:47:34.911 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-roman (2.0.0-3build1) ... 2023-10-11T15:47:35.218 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-docutils. 2023-10-11T15:47:35.231 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../4-python3-docutils_0.16+dfsg-2_all.deb ... 2023-10-11T15:47:35.276 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-docutils (0.16+dfsg-2) ... 2023-10-11T15:47:35.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:35 smithi130 bash[31108]: audit 2023-10-11T15:47:33.970767+0000 mon.smithi111 (mon.0) 819 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi130.hozjzh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-10-11T15:47:35.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:35 smithi130 bash[31108]: cluster 2023-10-11T15:47:33.971038+0000 mon.smithi111 (mon.0) 820 : cluster 0 osdmap e53: 8 total, 8 up, 8 in 2023-10-11T15:47:35.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:35 smithi111 bash[24268]: audit 2023-10-11T15:47:33.970767+0000 mon.smithi111 (mon.0) 819 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi130.hozjzh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-10-11T15:47:35.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:35 smithi111 bash[24268]: cluster 2023-10-11T15:47:33.971038+0000 mon.smithi111 (mon.0) 820 : cluster 0 osdmap e53: 8 total, 8 up, 8 in 2023-10-11T15:47:35.655 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-jmespath. 2023-10-11T15:47:35.668 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../5-python3-jmespath_0.9.4-2ubuntu1_all.deb ... 2023-10-11T15:47:35.718 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-jmespath (0.9.4-2ubuntu1) ... 2023-10-11T15:47:36.026 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-botocore. 2023-10-11T15:47:36.039 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../6-python3-botocore_1.16.19+repack-1ubuntu0.20.04.1_all.deb ... 2023-10-11T15:47:36.076 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-botocore (1.16.19+repack-1ubuntu0.20.04.1) ... 2023-10-11T15:47:36.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:36 smithi111 bash[24268]: cluster 2023-10-11T15:47:34.266076+0000 mgr.smithi111.dafezg (mgr.14195) 266 : cluster 0 pgmap v233: 97 pgs: 11 creating+peering, 81 active+clean, 5 unknown; 578 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T15:47:36.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:36 smithi111 bash[24268]: cluster 2023-10-11T15:47:35.140572+0000 mon.smithi111 (mon.0) 821 : cluster 0 osdmap e54: 8 total, 8 up, 8 in 2023-10-11T15:47:36.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:36 smithi111 bash[24268]: audit 2023-10-11T15:47:35.143360+0000 mon.smithi130 (mon.1) 24 : audit 1 from='client.? 172.21.15.130:0/3184413151' entity='client.rgw.foorgw.smithi130.hozjzh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-10-11T15:47:36.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:36 smithi111 bash[24268]: audit 2023-10-11T15:47:35.143741+0000 mon.smithi111 (mon.0) 822 : audit 1 from='client.? 172.21.15.111:0/3997538145' entity='client.rgw.foorgw.smithi111.grigfd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-10-11T15:47:36.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:36 smithi111 bash[24268]: audit 2023-10-11T15:47:35.147945+0000 mon.smithi111 (mon.0) 823 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi130.hozjzh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-10-11T15:47:36.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:36 smithi111 bash[24268]: audit 2023-10-11T15:47:35.189535+0000 mon.smithi111 (mon.0) 824 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:36.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:36 smithi130 bash[31108]: cluster 2023-10-11T15:47:34.266076+0000 mgr.smithi111.dafezg (mgr.14195) 266 : cluster 0 pgmap v233: 97 pgs: 11 creating+peering, 81 active+clean, 5 unknown; 578 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 767 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T15:47:36.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:36 smithi130 bash[31108]: cluster 2023-10-11T15:47:35.140572+0000 mon.smithi111 (mon.0) 821 : cluster 0 osdmap e54: 8 total, 8 up, 8 in 2023-10-11T15:47:36.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:36 smithi130 bash[31108]: audit 2023-10-11T15:47:35.143360+0000 mon.smithi130 (mon.1) 24 : audit 1 from='client.? 172.21.15.130:0/3184413151' entity='client.rgw.foorgw.smithi130.hozjzh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-10-11T15:47:36.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:36 smithi130 bash[31108]: audit 2023-10-11T15:47:35.143741+0000 mon.smithi111 (mon.0) 822 : audit 1 from='client.? 172.21.15.111:0/3997538145' entity='client.rgw.foorgw.smithi111.grigfd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-10-11T15:47:36.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:36 smithi130 bash[31108]: audit 2023-10-11T15:47:35.147945+0000 mon.smithi111 (mon.0) 823 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi130.hozjzh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-10-11T15:47:36.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:36 smithi130 bash[31108]: audit 2023-10-11T15:47:35.189535+0000 mon.smithi111 (mon.0) 824 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:37.323 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-s3transfer. 2023-10-11T15:47:37.338 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../7-python3-s3transfer_0.3.3-1_all.deb ... 2023-10-11T15:47:37.389 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-s3transfer (0.3.3-1) ... 2023-10-11T15:47:37.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:37 smithi111 bash[24268]: audit 2023-10-11T15:47:36.143448+0000 mon.smithi111 (mon.0) 825 : audit 1 from='client.? 172.21.15.111:0/3997538145' entity='client.rgw.foorgw.smithi111.grigfd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-10-11T15:47:37.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:37 smithi111 bash[24268]: audit 2023-10-11T15:47:36.143675+0000 mon.smithi111 (mon.0) 826 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi130.hozjzh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-10-11T15:47:37.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:37 smithi111 bash[24268]: cluster 2023-10-11T15:47:36.143892+0000 mon.smithi111 (mon.0) 827 : cluster 0 osdmap e55: 8 total, 8 up, 8 in 2023-10-11T15:47:37.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:37 smithi130 bash[31108]: audit 2023-10-11T15:47:36.143448+0000 mon.smithi111 (mon.0) 825 : audit 1 from='client.? 172.21.15.111:0/3997538145' entity='client.rgw.foorgw.smithi111.grigfd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-10-11T15:47:37.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:37 smithi130 bash[31108]: audit 2023-10-11T15:47:36.143675+0000 mon.smithi111 (mon.0) 826 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi130.hozjzh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-10-11T15:47:37.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:37 smithi130 bash[31108]: cluster 2023-10-11T15:47:36.143892+0000 mon.smithi111 (mon.0) 827 : cluster 0 osdmap e55: 8 total, 8 up, 8 in 2023-10-11T15:47:37.762 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-boto3. 2023-10-11T15:47:37.776 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../8-python3-boto3_1.9.253-1_all.deb ... 2023-10-11T15:47:37.829 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-boto3 (1.9.253-1) ... 2023-10-11T15:47:38.217 INFO:teuthology.orchestra.run.smithi111.stdout:Selecting previously unselected package python3-pygments. 2023-10-11T15:47:38.232 INFO:teuthology.orchestra.run.smithi111.stdout:Preparing to unpack .../9-python3-pygments_2.3.1+dfsg-1ubuntu2.2_all.deb ... 2023-10-11T15:47:38.284 INFO:teuthology.orchestra.run.smithi111.stdout:Unpacking python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... 2023-10-11T15:47:38.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:38 smithi111 bash[24268]: cluster 2023-10-11T15:47:36.266815+0000 mgr.smithi111.dafezg (mgr.14195) 267 : cluster 0 pgmap v236: 129 pgs: 32 unknown, 11 creating+peering, 86 active+clean; 578 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1023 B/s wr, 2 op/s 2023-10-11T15:47:38.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:38 smithi111 bash[24268]: cluster 2023-10-11T15:47:37.160441+0000 mon.smithi111 (mon.0) 828 : cluster 0 osdmap e56: 8 total, 8 up, 8 in 2023-10-11T15:47:38.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:38 smithi111 bash[24268]: audit 2023-10-11T15:47:37.161885+0000 mon.smithi111 (mon.0) 829 : audit 1 from='client.? 172.21.15.111:0/3009688488' entity='client.rgw.foorgw.smithi111.grigfd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-10-11T15:47:38.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:38 smithi111 bash[24268]: audit 2023-10-11T15:47:37.163503+0000 mon.smithi130 (mon.1) 25 : audit 1 from='client.? 172.21.15.130:0/1287617368' entity='client.rgw.foorgw.smithi130.hozjzh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-10-11T15:47:38.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:38 smithi111 bash[24268]: audit 2023-10-11T15:47:37.165516+0000 mon.smithi111 (mon.0) 830 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi130.hozjzh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-10-11T15:47:38.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:38 smithi130 bash[31108]: cluster 2023-10-11T15:47:36.266815+0000 mgr.smithi111.dafezg (mgr.14195) 267 : cluster 0 pgmap v236: 129 pgs: 32 unknown, 11 creating+peering, 86 active+clean; 578 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 1.5 KiB/s rd, 1023 B/s wr, 2 op/s 2023-10-11T15:47:38.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:38 smithi130 bash[31108]: cluster 2023-10-11T15:47:37.160441+0000 mon.smithi111 (mon.0) 828 : cluster 0 osdmap e56: 8 total, 8 up, 8 in 2023-10-11T15:47:38.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:38 smithi130 bash[31108]: audit 2023-10-11T15:47:37.161885+0000 mon.smithi111 (mon.0) 829 : audit 1 from='client.? 172.21.15.111:0/3009688488' entity='client.rgw.foorgw.smithi111.grigfd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-10-11T15:47:38.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:38 smithi130 bash[31108]: audit 2023-10-11T15:47:37.163503+0000 mon.smithi130 (mon.1) 25 : audit 1 from='client.? 172.21.15.130:0/1287617368' entity='client.rgw.foorgw.smithi130.hozjzh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-10-11T15:47:38.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:38 smithi130 bash[31108]: audit 2023-10-11T15:47:37.165516+0000 mon.smithi111 (mon.0) 830 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi130.hozjzh' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-10-11T15:47:38.781 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up libpaper1:amd64 (1.1.28) ... 2023-10-11T15:47:38.968 INFO:teuthology.orchestra.run.smithi111.stdout:debconf: unable to initialize frontend: Dialog 2023-10-11T15:47:38.968 INFO:teuthology.orchestra.run.smithi111.stdout:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2023-10-11T15:47:38.968 INFO:teuthology.orchestra.run.smithi111.stdout:debconf: falling back to frontend: Readline 2023-10-11T15:47:39.190 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-10-11T15:47:39.191 INFO:teuthology.orchestra.run.smithi111.stdout:Creating config file /etc/papersize with new version 2023-10-11T15:47:39.431 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up libpaper-utils (1.1.28) ... 2023-10-11T15:47:39.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:39 smithi111 bash[24268]: audit 2023-10-11T15:47:38.169141+0000 mon.smithi111 (mon.0) 831 : audit 1 from='client.? 172.21.15.111:0/3009688488' entity='client.rgw.foorgw.smithi111.grigfd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-10-11T15:47:39.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:39 smithi111 bash[24268]: audit 2023-10-11T15:47:38.169305+0000 mon.smithi111 (mon.0) 832 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi130.hozjzh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-10-11T15:47:39.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:39 smithi111 bash[24268]: cluster 2023-10-11T15:47:38.169615+0000 mon.smithi111 (mon.0) 833 : cluster 0 osdmap e57: 8 total, 8 up, 8 in 2023-10-11T15:47:39.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:39 smithi111 bash[24268]: audit 2023-10-11T15:47:38.174617+0000 mon.smithi130 (mon.1) 26 : audit 1 from='client.? 172.21.15.130:0/1287617368' entity='client.rgw.foorgw.smithi130.hozjzh' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-11T15:47:39.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:39 smithi111 bash[24268]: audit 2023-10-11T15:47:38.175313+0000 mon.smithi111 (mon.0) 834 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi130.hozjzh' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-11T15:47:39.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:39 smithi111 bash[24268]: audit 2023-10-11T15:47:38.177960+0000 mon.smithi111 (mon.0) 835 : audit 1 from='client.? 172.21.15.111:0/3009688488' entity='client.rgw.foorgw.smithi111.grigfd' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-11T15:47:39.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:39 smithi111 bash[24268]: cluster 2023-10-11T15:47:38.267584+0000 mgr.smithi111.dafezg (mgr.14195) 268 : cluster 0 pgmap v239: 161 pgs: 58 unknown, 9 creating+peering, 94 active+clean; 578 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T15:47:39.522 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:39 smithi111 bash[24268]: audit 2023-10-11T15:47:38.777014+0000 mon.smithi111 (mon.0) 836 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:39.522 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:39 smithi111 bash[24268]: audit 2023-10-11T15:47:38.785102+0000 mon.smithi111 (mon.0) 837 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:39.566 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-roman (2.0.0-3build1) ... 2023-10-11T15:47:39.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:39 smithi130 bash[31108]: audit 2023-10-11T15:47:38.169141+0000 mon.smithi111 (mon.0) 831 : audit 1 from='client.? 172.21.15.111:0/3009688488' entity='client.rgw.foorgw.smithi111.grigfd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-10-11T15:47:39.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:39 smithi130 bash[31108]: audit 2023-10-11T15:47:38.169305+0000 mon.smithi111 (mon.0) 832 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi130.hozjzh' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-10-11T15:47:39.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:39 smithi130 bash[31108]: cluster 2023-10-11T15:47:38.169615+0000 mon.smithi111 (mon.0) 833 : cluster 0 osdmap e57: 8 total, 8 up, 8 in 2023-10-11T15:47:39.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:39 smithi130 bash[31108]: audit 2023-10-11T15:47:38.174617+0000 mon.smithi130 (mon.1) 26 : audit 1 from='client.? 172.21.15.130:0/1287617368' entity='client.rgw.foorgw.smithi130.hozjzh' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-11T15:47:39.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:39 smithi130 bash[31108]: audit 2023-10-11T15:47:38.175313+0000 mon.smithi111 (mon.0) 834 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi130.hozjzh' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-11T15:47:39.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:39 smithi130 bash[31108]: audit 2023-10-11T15:47:38.177960+0000 mon.smithi111 (mon.0) 835 : audit 1 from='client.? 172.21.15.111:0/3009688488' entity='client.rgw.foorgw.smithi111.grigfd' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-11T15:47:39.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:39 smithi130 bash[31108]: cluster 2023-10-11T15:47:38.267584+0000 mgr.smithi111.dafezg (mgr.14195) 268 : cluster 0 pgmap v239: 161 pgs: 58 unknown, 9 creating+peering, 94 active+clean; 578 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T15:47:39.632 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:39 smithi130 bash[31108]: audit 2023-10-11T15:47:38.777014+0000 mon.smithi111 (mon.0) 836 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:39.632 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:39 smithi130 bash[31108]: audit 2023-10-11T15:47:38.785102+0000 mon.smithi111 (mon.0) 837 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:39.872 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-pygments (2.3.1+dfsg-1ubuntu2.2) ... 2023-10-11T15:47:40.486 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-jmespath (0.9.4-2ubuntu1) ... 2023-10-11T15:47:40.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:40 smithi111 bash[24268]: audit 2023-10-11T15:47:39.178395+0000 mon.smithi111 (mon.0) 838 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi130.hozjzh' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-10-11T15:47:40.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:40 smithi111 bash[24268]: audit 2023-10-11T15:47:39.178497+0000 mon.smithi111 (mon.0) 839 : audit 1 from='client.? 172.21.15.111:0/3009688488' entity='client.rgw.foorgw.smithi111.grigfd' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-10-11T15:47:40.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:40 smithi111 bash[24268]: cluster 2023-10-11T15:47:39.178560+0000 mon.smithi111 (mon.0) 840 : cluster 0 osdmap e58: 8 total, 8 up, 8 in 2023-10-11T15:47:40.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:40 smithi130 bash[31108]: audit 2023-10-11T15:47:39.178395+0000 mon.smithi111 (mon.0) 838 : audit 1 from='client.? ' entity='client.rgw.foorgw.smithi130.hozjzh' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-10-11T15:47:40.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:40 smithi130 bash[31108]: audit 2023-10-11T15:47:39.178497+0000 mon.smithi111 (mon.0) 839 : audit 1 from='client.? 172.21.15.111:0/3009688488' entity='client.rgw.foorgw.smithi111.grigfd' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-10-11T15:47:40.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:40 smithi130 bash[31108]: cluster 2023-10-11T15:47:39.178560+0000 mon.smithi111 (mon.0) 840 : cluster 0 osdmap e58: 8 total, 8 up, 8 in 2023-10-11T15:47:40.790 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up docutils-common (0.16+dfsg-2) ... 2023-10-11T15:47:41.116 INFO:teuthology.orchestra.run.smithi111.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-10-11T15:47:41.400 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:41 smithi111 bash[24268]: cluster 2023-10-11T15:47:40.268290+0000 mgr.smithi111.dafezg (mgr.14195) 269 : cluster 0 pgmap v241: 161 pgs: 2 creating+peering, 159 active+clean; 578 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 9.4 KiB/s rd, 744 B/s wr, 18 op/s 2023-10-11T15:47:41.400 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:41 smithi111 bash[24268]: audit 2023-10-11T15:47:40.278935+0000 mon.smithi111 (mon.0) 841 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:47:41.401 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:41 smithi111 bash[24268]: audit 2023-10-11T15:47:40.376938+0000 mon.smithi111 (mon.0) 842 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:41.401 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:41 smithi111 bash[24268]: audit 2023-10-11T15:47:40.387519+0000 mon.smithi111 (mon.0) 843 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:41.401 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:41 smithi111 bash[24268]: audit 2023-10-11T15:47:40.389423+0000 mon.smithi111 (mon.0) 844 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:47:41.402 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:41 smithi111 bash[24268]: audit 2023-10-11T15:47:40.390548+0000 mon.smithi111 (mon.0) 845 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:47:41.402 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:41 smithi111 bash[24268]: cephadm 2023-10-11T15:47:40.395309+0000 mgr.smithi111.dafezg (mgr.14195) 270 : cephadm 1 Checking dashboard <-> RGW credentials 2023-10-11T15:47:41.402 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:41 smithi111 bash[24268]: audit 2023-10-11T15:47:40.835916+0000 mon.smithi111 (mon.0) 846 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:41.402 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:41 smithi111 bash[24268]: audit 2023-10-11T15:47:40.847944+0000 mon.smithi111 (mon.0) 847 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:41.402 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:41 smithi111 bash[24268]: audit 2023-10-11T15:47:40.861530+0000 mon.smithi111 (mon.0) 848 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:41.403 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:41 smithi111 bash[24268]: audit 2023-10-11T15:47:40.868895+0000 mon.smithi111 (mon.0) 849 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:47:41.403 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:41 smithi111 bash[24268]: audit 2023-10-11T15:47:40.892094+0000 mon.smithi111 (mon.0) 850 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:41.403 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:41 smithi111 bash[24268]: audit 2023-10-11T15:47:40.894581+0000 mon.smithi111 (mon.0) 851 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi111.wmmzsp", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-11T15:47:41.403 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:41 smithi111 bash[24268]: audit 2023-10-11T15:47:40.899391+0000 mon.smithi111 (mon.0) 852 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi111.wmmzsp", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-11T15:47:41.403 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:41 smithi111 bash[24268]: audit 2023-10-11T15:47:40.900624+0000 mon.smithi111 (mon.0) 853 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-10-11T15:47:41.404 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:41 smithi111 bash[24268]: audit 2023-10-11T15:47:40.905080+0000 mon.smithi111 (mon.0) 854 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-10-11T15:47:41.404 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:41 smithi111 bash[24268]: audit 2023-10-11T15:47:40.906649+0000 mon.smithi111 (mon.0) 855 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:47:41.404 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:41 smithi111 bash[24268]: audit 2023-10-11T15:47:40.970240+0000 mon.smithi111 (mon.0) 856 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-11T15:47:41.404 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:41 smithi111 bash[24268]: audit 2023-10-11T15:47:40.975575+0000 mon.smithi111 (mon.0) 857 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-11T15:47:41.404 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:41 smithi111 bash[24268]: audit 2023-10-11T15:47:41.051446+0000 mon.smithi111 (mon.0) 858 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi111.wmmzsp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-11T15:47:41.405 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:41 smithi111 bash[24268]: audit 2023-10-11T15:47:41.059459+0000 mon.smithi111 (mon.0) 859 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi111.wmmzsp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-11T15:47:41.405 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:41 smithi111 bash[24268]: audit 2023-10-11T15:47:41.066733+0000 mon.smithi111 (mon.0) 860 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:47:41.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:41 smithi130 bash[31108]: cluster 2023-10-11T15:47:40.268290+0000 mgr.smithi111.dafezg (mgr.14195) 269 : cluster 0 pgmap v241: 161 pgs: 2 creating+peering, 159 active+clean; 578 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 9.4 KiB/s rd, 744 B/s wr, 18 op/s 2023-10-11T15:47:41.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:41 smithi130 bash[31108]: audit 2023-10-11T15:47:40.278935+0000 mon.smithi111 (mon.0) 841 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:47:41.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:41 smithi130 bash[31108]: audit 2023-10-11T15:47:40.376938+0000 mon.smithi111 (mon.0) 842 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:41.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:41 smithi130 bash[31108]: audit 2023-10-11T15:47:40.387519+0000 mon.smithi111 (mon.0) 843 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:41.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:41 smithi130 bash[31108]: audit 2023-10-11T15:47:40.389423+0000 mon.smithi111 (mon.0) 844 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:47:41.632 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:41 smithi130 bash[31108]: audit 2023-10-11T15:47:40.390548+0000 mon.smithi111 (mon.0) 845 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:47:41.632 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:41 smithi130 bash[31108]: cephadm 2023-10-11T15:47:40.395309+0000 mgr.smithi111.dafezg (mgr.14195) 270 : cephadm 1 Checking dashboard <-> RGW credentials 2023-10-11T15:47:41.632 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:41 smithi130 bash[31108]: audit 2023-10-11T15:47:40.835916+0000 mon.smithi111 (mon.0) 846 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:41.632 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:41 smithi130 bash[31108]: audit 2023-10-11T15:47:40.847944+0000 mon.smithi111 (mon.0) 847 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:41.632 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:41 smithi130 bash[31108]: audit 2023-10-11T15:47:40.861530+0000 mon.smithi111 (mon.0) 848 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:41.633 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:41 smithi130 bash[31108]: audit 2023-10-11T15:47:40.868895+0000 mon.smithi111 (mon.0) 849 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:47:41.633 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:41 smithi130 bash[31108]: audit 2023-10-11T15:47:40.892094+0000 mon.smithi111 (mon.0) 850 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:41.633 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:41 smithi130 bash[31108]: audit 2023-10-11T15:47:40.894581+0000 mon.smithi111 (mon.0) 851 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi111.wmmzsp", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-11T15:47:41.633 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:41 smithi130 bash[31108]: audit 2023-10-11T15:47:40.899391+0000 mon.smithi111 (mon.0) 852 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi111.wmmzsp", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-11T15:47:41.633 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:41 smithi130 bash[31108]: audit 2023-10-11T15:47:40.900624+0000 mon.smithi111 (mon.0) 853 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-10-11T15:47:41.634 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:41 smithi130 bash[31108]: audit 2023-10-11T15:47:40.905080+0000 mon.smithi111 (mon.0) 854 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-10-11T15:47:41.634 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:41 smithi130 bash[31108]: audit 2023-10-11T15:47:40.906649+0000 mon.smithi111 (mon.0) 855 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:47:41.634 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:41 smithi130 bash[31108]: audit 2023-10-11T15:47:40.970240+0000 mon.smithi111 (mon.0) 856 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-11T15:47:41.634 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:41 smithi130 bash[31108]: audit 2023-10-11T15:47:40.975575+0000 mon.smithi111 (mon.0) 857 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-11T15:47:41.634 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:41 smithi130 bash[31108]: audit 2023-10-11T15:47:41.051446+0000 mon.smithi111 (mon.0) 858 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi111.wmmzsp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-11T15:47:41.635 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:41 smithi130 bash[31108]: audit 2023-10-11T15:47:41.059459+0000 mon.smithi111 (mon.0) 859 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi111.wmmzsp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-11T15:47:41.635 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:41 smithi130 bash[31108]: audit 2023-10-11T15:47:41.066733+0000 mon.smithi111 (mon.0) 860 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:47:42.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:42 smithi111 bash[24268]: cephadm 2023-10-11T15:47:40.893485+0000 mgr.smithi111.dafezg (mgr.14195) 271 : cephadm 1 Creating key for client.nfs.foo.0.0.smithi111.wmmzsp 2023-10-11T15:47:42.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:42 smithi111 bash[24268]: cephadm 2023-10-11T15:47:40.900202+0000 mgr.smithi111.dafezg (mgr.14195) 272 : cephadm 1 Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-11T15:47:42.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:42 smithi111 bash[24268]: cephadm 2023-10-11T15:47:41.050708+0000 mgr.smithi111.dafezg (mgr.14195) 273 : cephadm 1 Rados config object exists: conf-nfs.foo 2023-10-11T15:47:42.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:42 smithi111 bash[24268]: cephadm 2023-10-11T15:47:41.050880+0000 mgr.smithi111.dafezg (mgr.14195) 274 : cephadm 1 Creating key for client.nfs.foo.0.0.smithi111.wmmzsp-rgw 2023-10-11T15:47:42.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:42 smithi111 bash[24268]: cephadm 2023-10-11T15:47:41.060870+0000 mgr.smithi111.dafezg (mgr.14195) 275 : cephadm 3 Bind address in nfs.foo.0.0.smithi111.wmmzsp's ganesha conf is defaulting to empty 2023-10-11T15:47:42.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:42 smithi111 bash[24268]: cephadm 2023-10-11T15:47:41.068671+0000 mgr.smithi111.dafezg (mgr.14195) 276 : cephadm 1 Deploying daemon nfs.foo.0.0.smithi111.wmmzsp on smithi111 2023-10-11T15:47:42.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:42 smithi130 bash[31108]: cephadm 2023-10-11T15:47:40.893485+0000 mgr.smithi111.dafezg (mgr.14195) 271 : cephadm 1 Creating key for client.nfs.foo.0.0.smithi111.wmmzsp 2023-10-11T15:47:42.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:42 smithi130 bash[31108]: cephadm 2023-10-11T15:47:40.900202+0000 mgr.smithi111.dafezg (mgr.14195) 272 : cephadm 1 Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-11T15:47:42.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:42 smithi130 bash[31108]: cephadm 2023-10-11T15:47:41.050708+0000 mgr.smithi111.dafezg (mgr.14195) 273 : cephadm 1 Rados config object exists: conf-nfs.foo 2023-10-11T15:47:42.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:42 smithi130 bash[31108]: cephadm 2023-10-11T15:47:41.050880+0000 mgr.smithi111.dafezg (mgr.14195) 274 : cephadm 1 Creating key for client.nfs.foo.0.0.smithi111.wmmzsp-rgw 2023-10-11T15:47:42.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:42 smithi130 bash[31108]: cephadm 2023-10-11T15:47:41.060870+0000 mgr.smithi111.dafezg (mgr.14195) 275 : cephadm 3 Bind address in nfs.foo.0.0.smithi111.wmmzsp's ganesha conf is defaulting to empty 2023-10-11T15:47:42.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:42 smithi130 bash[31108]: cephadm 2023-10-11T15:47:41.068671+0000 mgr.smithi111.dafezg (mgr.14195) 276 : cephadm 1 Deploying daemon nfs.foo.0.0.smithi111.wmmzsp on smithi111 2023-10-11T15:47:42.814 INFO:teuthology.orchestra.run.smithi111.stdout:Processing triggers for shared-mime-info (1.15-1) ... 2023-10-11T15:47:43.457 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:43 smithi111 bash[24268]: cluster 2023-10-11T15:47:42.269098+0000 mgr.smithi111.dafezg (mgr.14195) 277 : cluster 0 pgmap v242: 161 pgs: 2 creating+peering, 159 active+clean; 578 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 511 B/s wr, 12 op/s 2023-10-11T15:47:43.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:43 smithi130 bash[31108]: cluster 2023-10-11T15:47:42.269098+0000 mgr.smithi111.dafezg (mgr.14195) 277 : cluster 0 pgmap v242: 161 pgs: 2 creating+peering, 159 active+clean; 578 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 6.5 KiB/s rd, 511 B/s wr, 12 op/s 2023-10-11T15:47:45.379 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:45 smithi111 bash[24268]: cluster 2023-10-11T15:47:44.270343+0000 mgr.smithi111.dafezg (mgr.14195) 278 : cluster 0 pgmap v243: 161 pgs: 161 active+clean; 582 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 151 KiB/s rd, 5.2 KiB/s wr, 292 op/s 2023-10-11T15:47:45.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:45 smithi130 bash[31108]: cluster 2023-10-11T15:47:44.270343+0000 mgr.smithi111.dafezg (mgr.14195) 278 : cluster 0 pgmap v243: 161 pgs: 161 active+clean; 582 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 151 KiB/s rd, 5.2 KiB/s wr, 292 op/s 2023-10-11T15:47:46.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:46 smithi130 bash[31108]: audit 2023-10-11T15:47:45.354591+0000 mon.smithi111 (mon.0) 861 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:46.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:46 smithi130 bash[31108]: audit 2023-10-11T15:47:45.363274+0000 mon.smithi111 (mon.0) 862 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:46.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:46 smithi130 bash[31108]: audit 2023-10-11T15:47:45.401784+0000 mon.smithi111 (mon.0) 863 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:46.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:46 smithi130 bash[31108]: audit 2023-10-11T15:47:45.437636+0000 mon.smithi111 (mon.0) 864 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:46.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:46 smithi130 bash[31108]: audit 2023-10-11T15:47:45.446133+0000 mon.smithi111 (mon.0) 865 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:46.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:46 smithi130 bash[31108]: cephadm 2023-10-11T15:47:45.461364+0000 mgr.smithi111.dafezg (mgr.14195) 279 : cephadm 1 Deploying daemon haproxy.nfs.foo.smithi111.umrvow on smithi111 2023-10-11T15:47:46.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:46 smithi111 bash[24268]: audit 2023-10-11T15:47:45.354591+0000 mon.smithi111 (mon.0) 861 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:46.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:46 smithi111 bash[24268]: audit 2023-10-11T15:47:45.363274+0000 mon.smithi111 (mon.0) 862 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:46.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:46 smithi111 bash[24268]: audit 2023-10-11T15:47:45.401784+0000 mon.smithi111 (mon.0) 863 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:46.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:46 smithi111 bash[24268]: audit 2023-10-11T15:47:45.437636+0000 mon.smithi111 (mon.0) 864 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:46.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:46 smithi111 bash[24268]: audit 2023-10-11T15:47:45.446133+0000 mon.smithi111 (mon.0) 865 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:46.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:46 smithi111 bash[24268]: cephadm 2023-10-11T15:47:45.461364+0000 mgr.smithi111.dafezg (mgr.14195) 279 : cephadm 1 Deploying daemon haproxy.nfs.foo.smithi111.umrvow on smithi111 2023-10-11T15:47:47.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:47 smithi111 bash[24268]: cluster 2023-10-11T15:47:46.270945+0000 mgr.smithi111.dafezg (mgr.14195) 280 : cluster 0 pgmap v244: 161 pgs: 161 active+clean; 582 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 133 KiB/s rd, 4.7 KiB/s wr, 257 op/s 2023-10-11T15:47:47.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:47 smithi130 bash[31108]: cluster 2023-10-11T15:47:46.270945+0000 mgr.smithi111.dafezg (mgr.14195) 280 : cluster 0 pgmap v244: 161 pgs: 161 active+clean; 582 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 133 KiB/s rd, 4.7 KiB/s wr, 257 op/s 2023-10-11T15:47:49.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:49 smithi130 bash[31108]: cluster 2023-10-11T15:47:48.271744+0000 mgr.smithi111.dafezg (mgr.14195) 281 : cluster 0 pgmap v245: 161 pgs: 161 active+clean; 582 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 3.8 KiB/s wr, 208 op/s 2023-10-11T15:47:49.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:49 smithi111 bash[24268]: cluster 2023-10-11T15:47:48.271744+0000 mgr.smithi111.dafezg (mgr.14195) 281 : cluster 0 pgmap v245: 161 pgs: 161 active+clean; 582 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s rd, 3.8 KiB/s wr, 208 op/s 2023-10-11T15:47:51.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:51 smithi111 bash[24268]: audit 2023-10-11T15:47:50.202565+0000 mon.smithi111 (mon.0) 866 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:51.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:51 smithi111 bash[24268]: cluster 2023-10-11T15:47:50.273429+0000 mgr.smithi111.dafezg (mgr.14195) 282 : cluster 0 pgmap v246: 161 pgs: 161 active+clean; 582 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 98 KiB/s rd, 4.0 KiB/s wr, 189 op/s 2023-10-11T15:47:51.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:51 smithi130 bash[31108]: audit 2023-10-11T15:47:50.202565+0000 mon.smithi111 (mon.0) 866 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:51.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:51 smithi130 bash[31108]: cluster 2023-10-11T15:47:50.273429+0000 mgr.smithi111.dafezg (mgr.14195) 282 : cluster 0 pgmap v246: 161 pgs: 161 active+clean; 582 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 98 KiB/s rd, 4.0 KiB/s wr, 189 op/s 2023-10-11T15:47:53.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:53 smithi130 bash[31108]: cluster 2023-10-11T15:47:52.273912+0000 mgr.smithi111.dafezg (mgr.14195) 283 : cluster 0 pgmap v247: 161 pgs: 161 active+clean; 582 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 87 KiB/s rd, 3.4 KiB/s wr, 168 op/s 2023-10-11T15:47:53.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:53 smithi111 bash[24268]: cluster 2023-10-11T15:47:52.273912+0000 mgr.smithi111.dafezg (mgr.14195) 283 : cluster 0 pgmap v247: 161 pgs: 161 active+clean; 582 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 87 KiB/s rd, 3.4 KiB/s wr, 168 op/s 2023-10-11T15:47:55.465 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:55 smithi111 bash[24268]: cluster 2023-10-11T15:47:54.275466+0000 mgr.smithi111.dafezg (mgr.14195) 284 : cluster 0 pgmap v248: 161 pgs: 161 active+clean; 582 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 87 KiB/s rd, 3.4 KiB/s wr, 168 op/s 2023-10-11T15:47:55.466 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:55 smithi111 bash[24268]: audit 2023-10-11T15:47:55.279190+0000 mon.smithi111 (mon.0) 867 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:47:55.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:55 smithi130 bash[31108]: cluster 2023-10-11T15:47:54.275466+0000 mgr.smithi111.dafezg (mgr.14195) 284 : cluster 0 pgmap v248: 161 pgs: 161 active+clean; 582 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 87 KiB/s rd, 3.4 KiB/s wr, 168 op/s 2023-10-11T15:47:55.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:55 smithi130 bash[31108]: audit 2023-10-11T15:47:55.279190+0000 mon.smithi111 (mon.0) 867 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:47:57.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:57 smithi130 bash[31108]: audit 2023-10-11T15:47:56.069558+0000 mon.smithi111 (mon.0) 868 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:57.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:57 smithi130 bash[31108]: audit 2023-10-11T15:47:56.078272+0000 mon.smithi111 (mon.0) 869 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:57.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:57 smithi130 bash[31108]: audit 2023-10-11T15:47:56.117333+0000 mon.smithi111 (mon.0) 870 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:57.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:57 smithi130 bash[31108]: cephadm 2023-10-11T15:47:56.121788+0000 mgr.smithi111.dafezg (mgr.14195) 285 : cephadm 1 Deploying daemon haproxy.nfs.foo.smithi130.tylfdz on smithi130 2023-10-11T15:47:57.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:57 smithi130 bash[31108]: cluster 2023-10-11T15:47:56.276038+0000 mgr.smithi111.dafezg (mgr.14195) 286 : cluster 0 pgmap v249: 161 pgs: 161 active+clean; 582 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 597 B/s wr, 1 op/s 2023-10-11T15:47:57.532 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:57 smithi111 bash[24268]: audit 2023-10-11T15:47:56.069558+0000 mon.smithi111 (mon.0) 868 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:57.533 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:57 smithi111 bash[24268]: audit 2023-10-11T15:47:56.078272+0000 mon.smithi111 (mon.0) 869 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:57.533 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:57 smithi111 bash[24268]: audit 2023-10-11T15:47:56.117333+0000 mon.smithi111 (mon.0) 870 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:47:57.533 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:57 smithi111 bash[24268]: cephadm 2023-10-11T15:47:56.121788+0000 mgr.smithi111.dafezg (mgr.14195) 285 : cephadm 1 Deploying daemon haproxy.nfs.foo.smithi130.tylfdz on smithi130 2023-10-11T15:47:57.533 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:57 smithi111 bash[24268]: cluster 2023-10-11T15:47:56.276038+0000 mgr.smithi111.dafezg (mgr.14195) 286 : cluster 0 pgmap v249: 161 pgs: 161 active+clean; 582 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 597 B/s wr, 1 op/s 2023-10-11T15:47:59.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:47:59 smithi130 bash[31108]: cluster 2023-10-11T15:47:58.276837+0000 mgr.smithi111.dafezg (mgr.14195) 287 : cluster 0 pgmap v250: 161 pgs: 161 active+clean; 582 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T15:47:59.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:47:59 smithi111 bash[24268]: cluster 2023-10-11T15:47:58.276837+0000 mgr.smithi111.dafezg (mgr.14195) 287 : cluster 0 pgmap v250: 161 pgs: 161 active+clean; 582 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T15:48:01.632 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:01 smithi130 bash[31108]: cluster 2023-10-11T15:48:00.278450+0000 mgr.smithi111.dafezg (mgr.14195) 288 : cluster 0 pgmap v251: 161 pgs: 161 active+clean; 582 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T15:48:01.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:01 smithi111 bash[24268]: cluster 2023-10-11T15:48:00.278450+0000 mgr.smithi111.dafezg (mgr.14195) 288 : cluster 0 pgmap v251: 161 pgs: 161 active+clean; 582 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T15:48:03.458 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:03 smithi130 bash[31108]: cluster 2023-10-11T15:48:02.279182+0000 mgr.smithi111.dafezg (mgr.14195) 289 : cluster 0 pgmap v252: 161 pgs: 161 active+clean; 582 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T15:48:03.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:03 smithi111 bash[24268]: cluster 2023-10-11T15:48:02.279182+0000 mgr.smithi111.dafezg (mgr.14195) 289 : cluster 0 pgmap v252: 161 pgs: 161 active+clean; 582 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T15:48:05.021 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:04 smithi111 bash[24268]: audit 2023-10-11T15:48:03.751391+0000 mon.smithi111 (mon.0) 871 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:05.021 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:04 smithi111 bash[24268]: audit 2023-10-11T15:48:03.758928+0000 mon.smithi111 (mon.0) 872 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:05.021 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:04 smithi111 bash[24268]: audit 2023-10-11T15:48:03.813895+0000 mon.smithi111 (mon.0) 873 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:05.021 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:04 smithi111 bash[24268]: audit 2023-10-11T15:48:03.820965+0000 mon.smithi111 (mon.0) 874 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:05.022 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:04 smithi111 bash[24268]: cephadm 2023-10-11T15:48:03.821677+0000 mgr.smithi111.dafezg (mgr.14195) 290 : cephadm 1 10.0.31.111 is in 10.0.0.0/16 on smithi130 interface enp3s0f1 2023-10-11T15:48:05.022 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:04 smithi111 bash[24268]: cephadm 2023-10-11T15:48:03.821886+0000 mgr.smithi111.dafezg (mgr.14195) 291 : cephadm 1 10.0.31.111 is in 10.0.0.0/16 on smithi111 interface enp3s0f1 2023-10-11T15:48:05.022 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:04 smithi111 bash[24268]: cephadm 2023-10-11T15:48:03.830893+0000 mgr.smithi111.dafezg (mgr.14195) 292 : cephadm 1 Deploying daemon keepalived.nfs.foo.smithi130.brxfts on smithi130 2023-10-11T15:48:05.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:04 smithi130 bash[31108]: audit 2023-10-11T15:48:03.751391+0000 mon.smithi111 (mon.0) 871 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:05.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:04 smithi130 bash[31108]: audit 2023-10-11T15:48:03.758928+0000 mon.smithi111 (mon.0) 872 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:05.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:04 smithi130 bash[31108]: audit 2023-10-11T15:48:03.813895+0000 mon.smithi111 (mon.0) 873 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:05.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:04 smithi130 bash[31108]: audit 2023-10-11T15:48:03.820965+0000 mon.smithi111 (mon.0) 874 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:05.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:04 smithi130 bash[31108]: cephadm 2023-10-11T15:48:03.821677+0000 mgr.smithi111.dafezg (mgr.14195) 290 : cephadm 1 10.0.31.111 is in 10.0.0.0/16 on smithi130 interface enp3s0f1 2023-10-11T15:48:05.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:04 smithi130 bash[31108]: cephadm 2023-10-11T15:48:03.821886+0000 mgr.smithi111.dafezg (mgr.14195) 291 : cephadm 1 10.0.31.111 is in 10.0.0.0/16 on smithi111 interface enp3s0f1 2023-10-11T15:48:05.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:04 smithi130 bash[31108]: cephadm 2023-10-11T15:48:03.830893+0000 mgr.smithi111.dafezg (mgr.14195) 292 : cephadm 1 Deploying daemon keepalived.nfs.foo.smithi130.brxfts on smithi130 2023-10-11T15:48:06.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:05 smithi130 bash[31108]: cluster 2023-10-11T15:48:04.280104+0000 mgr.smithi111.dafezg (mgr.14195) 293 : cluster 0 pgmap v253: 161 pgs: 161 active+clean; 582 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T15:48:06.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:05 smithi111 bash[24268]: cluster 2023-10-11T15:48:04.280104+0000 mgr.smithi111.dafezg (mgr.14195) 293 : cluster 0 pgmap v253: 161 pgs: 161 active+clean; 582 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-11T15:48:07.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:06 smithi111 bash[24268]: cluster 2023-10-11T15:48:06.280702+0000 mgr.smithi111.dafezg (mgr.14195) 294 : cluster 0 pgmap v254: 161 pgs: 161 active+clean; 582 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T15:48:07.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:06 smithi130 bash[31108]: cluster 2023-10-11T15:48:06.280702+0000 mgr.smithi111.dafezg (mgr.14195) 294 : cluster 0 pgmap v254: 161 pgs: 161 active+clean; 582 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T15:48:09.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:09 smithi130 bash[31108]: cluster 2023-10-11T15:48:08.281459+0000 mgr.smithi111.dafezg (mgr.14195) 295 : cluster 0 pgmap v255: 161 pgs: 161 active+clean; 582 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T15:48:09.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:09 smithi111 bash[24268]: cluster 2023-10-11T15:48:08.281459+0000 mgr.smithi111.dafezg (mgr.14195) 295 : cluster 0 pgmap v255: 161 pgs: 161 active+clean; 582 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T15:48:10.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:10 smithi130 bash[31108]: audit 2023-10-11T15:48:10.235622+0000 mon.smithi111 (mon.0) 875 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.19", "id": [4, 6]}]: dispatch 2023-10-11T15:48:10.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:10 smithi130 bash[31108]: audit 2023-10-11T15:48:10.282055+0000 mon.smithi111 (mon.0) 876 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:48:10.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:10 smithi111 bash[24268]: audit 2023-10-11T15:48:10.235622+0000 mon.smithi111 (mon.0) 875 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.19", "id": [4, 6]}]: dispatch 2023-10-11T15:48:10.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:10 smithi111 bash[24268]: audit 2023-10-11T15:48:10.282055+0000 mon.smithi111 (mon.0) 876 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:48:10.996 INFO:teuthology.orchestra.run.smithi111.stdout:Processing triggers for sgml-base (1.29.1) ... 2023-10-11T15:48:11.204 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-docutils (0.16+dfsg-2) ... 2023-10-11T15:48:11.625 INFO:teuthology.orchestra.run.smithi111.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst-buildhtml to provide /usr/bin/rst-buildhtml (rst-buildhtml) in auto mode 2023-10-11T15:48:11.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:11 smithi130 bash[31108]: cluster 2023-10-11T15:48:10.282656+0000 mgr.smithi111.dafezg (mgr.14195) 296 : cluster 0 pgmap v256: 161 pgs: 161 active+clean; 582 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T15:48:11.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:11 smithi130 bash[31108]: audit 2023-10-11T15:48:10.350269+0000 mon.smithi111 (mon.0) 877 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.19", "id": [4, 6]}]': finished 2023-10-11T15:48:11.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:11 smithi130 bash[31108]: cluster 2023-10-11T15:48:10.350369+0000 mon.smithi111 (mon.0) 878 : cluster 0 osdmap e59: 8 total, 8 up, 8 in 2023-10-11T15:48:11.674 INFO:teuthology.orchestra.run.smithi111.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html to provide /usr/bin/rst2html (rst2html) in auto mode 2023-10-11T15:48:11.724 INFO:teuthology.orchestra.run.smithi111.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html4 to provide /usr/bin/rst2html4 (rst2html4) in auto mode 2023-10-11T15:48:11.750 INFO:teuthology.orchestra.run.smithi111.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2html5 to provide /usr/bin/rst2html5 (rst2html5) in auto mode 2023-10-11T15:48:11.765 INFO:teuthology.orchestra.run.smithi111.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2latex to provide /usr/bin/rst2latex (rst2latex) in auto mode 2023-10-11T15:48:11.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:11 smithi111 bash[24268]: cluster 2023-10-11T15:48:10.282656+0000 mgr.smithi111.dafezg (mgr.14195) 296 : cluster 0 pgmap v256: 161 pgs: 161 active+clean; 582 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T15:48:11.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:11 smithi111 bash[24268]: audit 2023-10-11T15:48:10.350269+0000 mon.smithi111 (mon.0) 877 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.19", "id": [4, 6]}]': finished 2023-10-11T15:48:11.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:11 smithi111 bash[24268]: cluster 2023-10-11T15:48:10.350369+0000 mon.smithi111 (mon.0) 878 : cluster 0 osdmap e59: 8 total, 8 up, 8 in 2023-10-11T15:48:11.784 INFO:teuthology.orchestra.run.smithi111.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2man to provide /usr/bin/rst2man (rst2man) in auto mode 2023-10-11T15:48:11.809 INFO:teuthology.orchestra.run.smithi111.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt to provide /usr/bin/rst2odt (rst2odt) in auto mode 2023-10-11T15:48:11.835 INFO:teuthology.orchestra.run.smithi111.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt_prepstyles to provide /usr/bin/rst2odt_prepstyles (rst2odt_prepstyles) in auto mode 2023-10-11T15:48:11.860 INFO:teuthology.orchestra.run.smithi111.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2pseudoxml to provide /usr/bin/rst2pseudoxml (rst2pseudoxml) in auto mode 2023-10-11T15:48:11.885 INFO:teuthology.orchestra.run.smithi111.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2s5 to provide /usr/bin/rst2s5 (rst2s5) in auto mode 2023-10-11T15:48:11.919 INFO:teuthology.orchestra.run.smithi111.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2xetex to provide /usr/bin/rst2xetex (rst2xetex) in auto mode 2023-10-11T15:48:11.944 INFO:teuthology.orchestra.run.smithi111.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rst2xml to provide /usr/bin/rst2xml (rst2xml) in auto mode 2023-10-11T15:48:11.979 INFO:teuthology.orchestra.run.smithi111.stdout:update-alternatives: using /usr/share/docutils/scripts/python3/rstpep2html to provide /usr/bin/rstpep2html (rstpep2html) in auto mode 2023-10-11T15:48:12.373 INFO:teuthology.orchestra.run.smithi111.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-10-11T15:48:12.542 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-botocore (1.16.19+repack-1ubuntu0.20.04.1) ... 2023-10-11T15:48:12.902 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-s3transfer (0.3.3-1) ... 2023-10-11T15:48:13.203 INFO:teuthology.orchestra.run.smithi111.stdout:Setting up python3-boto3 (1.9.253-1) ... 2023-10-11T15:48:13.461 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:13 smithi130 bash[31108]: cluster 2023-10-11T15:48:12.283279+0000 mgr.smithi111.dafezg (mgr.14195) 297 : cluster 0 pgmap v258: 161 pgs: 161 active+clean; 582 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-11T15:48:13.461 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:13 smithi130 bash[31108]: cluster 2023-10-11T15:48:12.361498+0000 mon.smithi111 (mon.0) 879 : cluster 0 osdmap e60: 8 total, 8 up, 8 in 2023-10-11T15:48:13.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:13 smithi111 bash[24268]: cluster 2023-10-11T15:48:12.283279+0000 mgr.smithi111.dafezg (mgr.14195) 297 : cluster 0 pgmap v258: 161 pgs: 161 active+clean; 582 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-11T15:48:13.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:13 smithi111 bash[24268]: cluster 2023-10-11T15:48:12.361498+0000 mon.smithi111 (mon.0) 879 : cluster 0 osdmap e60: 8 total, 8 up, 8 in 2023-10-11T15:48:13.839 DEBUG:teuthology.orchestra.run.smithi111:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c '/home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json' 2023-10-11T15:48:13.897 INFO:teuthology.orchestra.run.smithi111.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2023-10-11T15:48:14.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:14 smithi130 bash[31108]: audit 2023-10-11T15:48:13.745153+0000 mon.smithi111 (mon.0) 880 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:14.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:14 smithi130 bash[31108]: audit 2023-10-11T15:48:13.756162+0000 mon.smithi111 (mon.0) 881 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:14.881 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:14 smithi130 bash[31108]: audit 2023-10-11T15:48:13.771788+0000 mon.smithi111 (mon.0) 882 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:14.881 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:14 smithi130 bash[31108]: cephadm 2023-10-11T15:48:13.774178+0000 mgr.smithi111.dafezg (mgr.14195) 298 : cephadm 1 10.0.31.111 is in 10.0.0.0/16 on smithi111 interface enp3s0f1 2023-10-11T15:48:14.881 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:14 smithi130 bash[31108]: cephadm 2023-10-11T15:48:13.774326+0000 mgr.smithi111.dafezg (mgr.14195) 299 : cephadm 1 10.0.31.111 is in 10.0.0.0/16 on smithi130 interface enp3s0f1 2023-10-11T15:48:14.881 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:14 smithi130 bash[31108]: cephadm 2023-10-11T15:48:13.775041+0000 mgr.smithi111.dafezg (mgr.14195) 300 : cephadm 1 Deploying daemon keepalived.nfs.foo.smithi111.apzeiw on smithi111 2023-10-11T15:48:15.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:14 smithi111 bash[24268]: audit 2023-10-11T15:48:13.745153+0000 mon.smithi111 (mon.0) 880 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:15.021 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:14 smithi111 bash[24268]: audit 2023-10-11T15:48:13.756162+0000 mon.smithi111 (mon.0) 881 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:15.021 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:14 smithi111 bash[24268]: audit 2023-10-11T15:48:13.771788+0000 mon.smithi111 (mon.0) 882 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:15.021 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:14 smithi111 bash[24268]: cephadm 2023-10-11T15:48:13.774178+0000 mgr.smithi111.dafezg (mgr.14195) 298 : cephadm 1 10.0.31.111 is in 10.0.0.0/16 on smithi111 interface enp3s0f1 2023-10-11T15:48:15.022 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:14 smithi111 bash[24268]: cephadm 2023-10-11T15:48:13.774326+0000 mgr.smithi111.dafezg (mgr.14195) 299 : cephadm 1 10.0.31.111 is in 10.0.0.0/16 on smithi130 interface enp3s0f1 2023-10-11T15:48:15.022 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:14 smithi111 bash[24268]: cephadm 2023-10-11T15:48:13.775041+0000 mgr.smithi111.dafezg (mgr.14195) 300 : cephadm 1 Deploying daemon keepalived.nfs.foo.smithi111.apzeiw on smithi111 2023-10-11T15:48:16.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:15 smithi111 bash[24268]: cluster 2023-10-11T15:48:14.284815+0000 mgr.smithi111.dafezg (mgr.14195) 301 : cluster 0 pgmap v260: 161 pgs: 161 active+clean; 582 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-10-11T15:48:16.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:15 smithi130 bash[31108]: cluster 2023-10-11T15:48:14.284815+0000 mgr.smithi111.dafezg (mgr.14195) 301 : cluster 0 pgmap v260: 161 pgs: 161 active+clean; 582 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-10-11T15:48:17.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:16 smithi111 bash[24268]: cluster 2023-10-11T15:48:16.285524+0000 mgr.smithi111.dafezg (mgr.14195) 302 : cluster 0 pgmap v261: 161 pgs: 161 active+clean; 582 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-10-11T15:48:17.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:16 smithi130 bash[31108]: cluster 2023-10-11T15:48:16.285524+0000 mgr.smithi111.dafezg (mgr.14195) 302 : cluster 0 pgmap v261: 161 pgs: 161 active+clean; 582 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-10-11T15:48:18.632 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 2023-10-11T15:48:19.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:19 smithi130 bash[31108]: cluster 2023-10-11T15:48:18.286139+0000 mgr.smithi111.dafezg (mgr.14195) 303 : cluster 0 pgmap v262: 161 pgs: 161 active+clean; 582 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-10-11T15:48:19.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:19 smithi111 bash[24268]: cluster 2023-10-11T15:48:18.286139+0000 mgr.smithi111.dafezg (mgr.14195) 303 : cluster 0 pgmap v262: 161 pgs: 161 active+clean; 582 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 127 B/s rd, 0 op/s 2023-10-11T15:48:21.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:21 smithi130 bash[31108]: cluster 2023-10-11T15:48:20.287132+0000 mgr.smithi111.dafezg (mgr.14195) 304 : cluster 0 pgmap v263: 161 pgs: 161 active+clean; 582 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-10-11T15:48:21.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:21 smithi111 bash[24268]: cluster 2023-10-11T15:48:20.287132+0000 mgr.smithi111.dafezg (mgr.14195) 304 : cluster 0 pgmap v263: 161 pgs: 161 active+clean; 582 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 103 B/s rd, 0 op/s 2023-10-11T15:48:22.717 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:48:23.445 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:23 smithi111 bash[24268]: cluster 2023-10-11T15:48:22.287659+0000 mgr.smithi111.dafezg (mgr.14195) 305 : cluster 0 pgmap v264: 161 pgs: 161 active+clean; 582 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-11T15:48:23.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:23 smithi130 bash[31108]: cluster 2023-10-11T15:48:22.287659+0000 mgr.smithi111.dafezg (mgr.14195) 305 : cluster 0 pgmap v264: 161 pgs: 161 active+clean; 582 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-11T15:48:25.020 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:24 smithi111 bash[24268]: audit 2023-10-11T15:48:23.758200+0000 mon.smithi111 (mon.0) 883 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:25.021 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:24 smithi111 bash[24268]: audit 2023-10-11T15:48:23.766767+0000 mon.smithi111 (mon.0) 884 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:25.021 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:24 smithi111 bash[24268]: audit 2023-10-11T15:48:23.821637+0000 mon.smithi111 (mon.0) 885 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:25.021 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:24 smithi111 bash[24268]: audit 2023-10-11T15:48:23.826545+0000 mon.smithi111 (mon.0) 886 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:25.021 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:24 smithi111 bash[24268]: audit 2023-10-11T15:48:23.893479+0000 mon.smithi111 (mon.0) 887 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:48:25.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:24 smithi130 bash[31108]: audit 2023-10-11T15:48:23.758200+0000 mon.smithi111 (mon.0) 883 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:25.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:24 smithi130 bash[31108]: audit 2023-10-11T15:48:23.766767+0000 mon.smithi111 (mon.0) 884 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:25.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:24 smithi130 bash[31108]: audit 2023-10-11T15:48:23.821637+0000 mon.smithi111 (mon.0) 885 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:25.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:24 smithi130 bash[31108]: audit 2023-10-11T15:48:23.826545+0000 mon.smithi111 (mon.0) 886 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:25.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:24 smithi130 bash[31108]: audit 2023-10-11T15:48:23.893479+0000 mon.smithi111 (mon.0) 887 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:48:26.021 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:25 smithi111 bash[24268]: cluster 2023-10-11T15:48:24.289191+0000 mgr.smithi111.dafezg (mgr.14195) 306 : cluster 0 pgmap v265: 161 pgs: 161 active+clean; 582 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-10-11T15:48:26.021 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:25 smithi111 bash[24268]: audit 2023-10-11T15:48:25.221422+0000 mon.smithi111 (mon.0) 888 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:26.022 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:25 smithi111 bash[24268]: audit 2023-10-11T15:48:25.282100+0000 mon.smithi111 (mon.0) 889 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:48:26.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:25 smithi130 bash[31108]: cluster 2023-10-11T15:48:24.289191+0000 mgr.smithi111.dafezg (mgr.14195) 306 : cluster 0 pgmap v265: 161 pgs: 161 active+clean; 582 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-10-11T15:48:26.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:25 smithi130 bash[31108]: audit 2023-10-11T15:48:25.221422+0000 mon.smithi111 (mon.0) 888 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:26.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:25 smithi130 bash[31108]: audit 2023-10-11T15:48:25.282100+0000 mon.smithi111 (mon.0) 889 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:48:26.851 INFO:teuthology.orchestra.run.smithi111.stderr:Using ceph image with id '97519c6bda34' and tag 'e62d759a6de3042e046d7d9889d2209cbc674fbd' created on 2023-10-11 00:20:24 +0000 UTC 2023-10-11T15:48:26.851 INFO:teuthology.orchestra.run.smithi111.stderr:quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:aeb8b5d593023cb94c8b2528108cc1243ad44cf3a413e0001b90414a9b93dbee 2023-10-11T15:48:27.273 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:26 smithi111 bash[24268]: cluster 2023-10-11T15:48:26.290074+0000 mgr.smithi111.dafezg (mgr.14195) 307 : cluster 0 pgmap v266: 161 pgs: 161 active+clean; 582 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T15:48:27.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:26 smithi130 bash[31108]: cluster 2023-10-11T15:48:26.290074+0000 mgr.smithi111.dafezg (mgr.14195) 307 : cluster 0 pgmap v266: 161 pgs: 161 active+clean; 582 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T15:48:29.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:29 smithi130 bash[31108]: cluster 2023-10-11T15:48:28.290916+0000 mgr.smithi111.dafezg (mgr.14195) 308 : cluster 0 pgmap v267: 161 pgs: 161 active+clean; 582 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T15:48:29.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:29 smithi111 bash[24268]: cluster 2023-10-11T15:48:28.290916+0000 mgr.smithi111.dafezg (mgr.14195) 308 : cluster 0 pgmap v267: 161 pgs: 161 active+clean; 582 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T15:48:30.882 INFO:teuthology.run_tasks:Running task python... 2023-10-11T15:48:30.895 INFO:tasks.python:Running python on role host.a host ubuntu@smithi111.front.sepia.ceph.com 2023-10-11T15:48:30.895 INFO:tasks.python:import boto3 import json with open('/tmp/user.json', 'rt') as f: info = json.loads(f.read()) s3 = boto3.resource( 's3', aws_access_key_id=info['keys'][0]['access_key'], aws_secret_access_key=info['keys'][0]['secret_key'], endpoint_url='http://localhost:8800', ) bucket = s3.Bucket('foobucket') bucket.create() bucket.put_object(Key='myobject', Body='thebody') 2023-10-11T15:48:30.895 DEBUG:teuthology.orchestra.run.smithi111:> sudo TESTDIR=/home/ubuntu/cephtest python3 2023-10-11T15:48:31.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:31 smithi111 bash[24268]: audit 2023-10-11T15:48:30.041819+0000 mon.smithi111 (mon.0) 890 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:31.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:31 smithi111 bash[24268]: audit 2023-10-11T15:48:30.053415+0000 mon.smithi111 (mon.0) 891 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:31.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:31 smithi111 bash[24268]: cluster 2023-10-11T15:48:30.291757+0000 mgr.smithi111.dafezg (mgr.14195) 309 : cluster 0 pgmap v268: 161 pgs: 161 active+clean; 582 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T15:48:31.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:31 smithi130 bash[31108]: audit 2023-10-11T15:48:30.041819+0000 mon.smithi111 (mon.0) 890 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:31.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:31 smithi130 bash[31108]: audit 2023-10-11T15:48:30.053415+0000 mon.smithi111 (mon.0) 891 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:31.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:31 smithi130 bash[31108]: cluster 2023-10-11T15:48:30.291757+0000 mgr.smithi111.dafezg (mgr.14195) 309 : cluster 0 pgmap v268: 161 pgs: 161 active+clean; 582 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T15:48:32.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:32 smithi111 bash[24268]: audit 2023-10-11T15:48:31.216351+0000 mon.smithi111 (mon.0) 892 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:32.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:32 smithi111 bash[24268]: audit 2023-10-11T15:48:31.226693+0000 mon.smithi111 (mon.0) 893 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:32.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:32 smithi111 bash[24268]: audit 2023-10-11T15:48:31.743001+0000 mon.smithi111 (mon.0) 894 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:48:32.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:32 smithi111 bash[24268]: audit 2023-10-11T15:48:31.744805+0000 mon.smithi111 (mon.0) 895 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:48:32.522 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:32 smithi111 bash[24268]: audit 2023-10-11T15:48:31.753592+0000 mon.smithi111 (mon.0) 896 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:32.522 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:32 smithi111 bash[24268]: audit 2023-10-11T15:48:31.757592+0000 mon.smithi111 (mon.0) 897 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:48:32.522 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:32 smithi111 bash[24268]: audit 2023-10-11T15:48:31.777640+0000 mon.smithi111 (mon.0) 898 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:32.522 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:32 smithi111 bash[24268]: cephadm 2023-10-11T15:48:31.846966+0000 mgr.smithi111.dafezg (mgr.14195) 310 : cephadm 1 Reconfiguring prometheus.smithi111 (dependencies changed)... 2023-10-11T15:48:32.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:32 smithi130 bash[31108]: audit 2023-10-11T15:48:31.216351+0000 mon.smithi111 (mon.0) 892 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:32.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:32 smithi130 bash[31108]: audit 2023-10-11T15:48:31.226693+0000 mon.smithi111 (mon.0) 893 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:32.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:32 smithi130 bash[31108]: audit 2023-10-11T15:48:31.743001+0000 mon.smithi111 (mon.0) 894 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:48:32.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:32 smithi130 bash[31108]: audit 2023-10-11T15:48:31.744805+0000 mon.smithi111 (mon.0) 895 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:48:32.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:32 smithi130 bash[31108]: audit 2023-10-11T15:48:31.753592+0000 mon.smithi111 (mon.0) 896 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:32.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:32 smithi130 bash[31108]: audit 2023-10-11T15:48:31.757592+0000 mon.smithi111 (mon.0) 897 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:48:32.632 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:32 smithi130 bash[31108]: audit 2023-10-11T15:48:31.777640+0000 mon.smithi111 (mon.0) 898 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:32.632 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:32 smithi130 bash[31108]: cephadm 2023-10-11T15:48:31.846966+0000 mgr.smithi111.dafezg (mgr.14195) 310 : cephadm 1 Reconfiguring prometheus.smithi111 (dependencies changed)... 2023-10-11T15:48:33.491 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:33 smithi111 bash[24268]: cephadm 2023-10-11T15:48:32.084637+0000 mgr.smithi111.dafezg (mgr.14195) 311 : cephadm 1 Reconfiguring daemon prometheus.smithi111 on smithi111 2023-10-11T15:48:33.491 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:33 smithi111 bash[24268]: cluster 2023-10-11T15:48:32.232544+0000 mon.smithi111 (mon.0) 899 : cluster 0 osdmap e61: 8 total, 8 up, 8 in 2023-10-11T15:48:33.491 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:33 smithi111 bash[24268]: audit 2023-10-11T15:48:32.233879+0000 mon.smithi111 (mon.0) 900 : audit 1 from='client.? 172.21.15.111:0/3997538145' entity='client.rgw.foorgw.smithi111.grigfd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2023-10-11T15:48:33.492 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:33 smithi111 bash[24268]: cluster 2023-10-11T15:48:32.292261+0000 mgr.smithi111.dafezg (mgr.14195) 312 : cluster 0 pgmap v270: 193 pgs: 32 unknown, 161 active+clean; 582 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-11T15:48:33.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:33 smithi130 bash[31108]: cephadm 2023-10-11T15:48:32.084637+0000 mgr.smithi111.dafezg (mgr.14195) 311 : cephadm 1 Reconfiguring daemon prometheus.smithi111 on smithi111 2023-10-11T15:48:33.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:33 smithi130 bash[31108]: cluster 2023-10-11T15:48:32.232544+0000 mon.smithi111 (mon.0) 899 : cluster 0 osdmap e61: 8 total, 8 up, 8 in 2023-10-11T15:48:33.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:33 smithi130 bash[31108]: audit 2023-10-11T15:48:32.233879+0000 mon.smithi111 (mon.0) 900 : audit 1 from='client.? 172.21.15.111:0/3997538145' entity='client.rgw.foorgw.smithi111.grigfd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2023-10-11T15:48:33.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:33 smithi130 bash[31108]: cluster 2023-10-11T15:48:32.292261+0000 mgr.smithi111.dafezg (mgr.14195) 312 : cluster 0 pgmap v270: 193 pgs: 32 unknown, 161 active+clean; 582 KiB data, 222 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-11T15:48:34.250 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:34 smithi111 bash[24268]: audit 2023-10-11T15:48:33.238154+0000 mon.smithi111 (mon.0) 901 : audit 1 from='client.? 172.21.15.111:0/3997538145' entity='client.rgw.foorgw.smithi111.grigfd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2023-10-11T15:48:34.250 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:34 smithi111 bash[24268]: cluster 2023-10-11T15:48:33.238586+0000 mon.smithi111 (mon.0) 902 : cluster 0 osdmap e62: 8 total, 8 up, 8 in 2023-10-11T15:48:34.250 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:34 smithi111 bash[24268]: audit 2023-10-11T15:48:33.255015+0000 mon.smithi111 (mon.0) 903 : audit 1 from='client.? 172.21.15.111:0/3997538145' entity='client.rgw.foorgw.smithi111.grigfd' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-11T15:48:34.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:34 smithi130 bash[31108]: audit 2023-10-11T15:48:33.238154+0000 mon.smithi111 (mon.0) 901 : audit 1 from='client.? 172.21.15.111:0/3997538145' entity='client.rgw.foorgw.smithi111.grigfd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2023-10-11T15:48:34.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:34 smithi130 bash[31108]: cluster 2023-10-11T15:48:33.238586+0000 mon.smithi111 (mon.0) 902 : cluster 0 osdmap e62: 8 total, 8 up, 8 in 2023-10-11T15:48:34.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:34 smithi130 bash[31108]: audit 2023-10-11T15:48:33.255015+0000 mon.smithi111 (mon.0) 903 : audit 1 from='client.? 172.21.15.111:0/3997538145' entity='client.rgw.foorgw.smithi111.grigfd' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-10-11T15:48:35.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:35 smithi130 bash[31108]: audit 2023-10-11T15:48:34.243202+0000 mon.smithi111 (mon.0) 904 : audit 1 from='client.? 172.21.15.111:0/3997538145' entity='client.rgw.foorgw.smithi111.grigfd' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-10-11T15:48:35.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:35 smithi130 bash[31108]: cluster 2023-10-11T15:48:34.243559+0000 mon.smithi111 (mon.0) 905 : cluster 0 osdmap e63: 8 total, 8 up, 8 in 2023-10-11T15:48:35.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:35 smithi130 bash[31108]: cluster 2023-10-11T15:48:34.292748+0000 mgr.smithi111.dafezg (mgr.14195) 313 : cluster 0 pgmap v273: 193 pgs: 3 creating+peering, 2 unknown, 188 active+clean; 582 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 341 B/s wr, 1 op/s 2023-10-11T15:48:35.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:35 smithi111 bash[24268]: audit 2023-10-11T15:48:34.243202+0000 mon.smithi111 (mon.0) 904 : audit 1 from='client.? 172.21.15.111:0/3997538145' entity='client.rgw.foorgw.smithi111.grigfd' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-10-11T15:48:35.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:35 smithi111 bash[24268]: cluster 2023-10-11T15:48:34.243559+0000 mon.smithi111 (mon.0) 905 : cluster 0 osdmap e63: 8 total, 8 up, 8 in 2023-10-11T15:48:35.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:35 smithi111 bash[24268]: cluster 2023-10-11T15:48:34.292748+0000 mgr.smithi111.dafezg (mgr.14195) 313 : cluster 0 pgmap v273: 193 pgs: 3 creating+peering, 2 unknown, 188 active+clean; 582 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 341 B/s wr, 1 op/s 2023-10-11T15:48:36.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:36 smithi111 bash[24268]: cluster 2023-10-11T15:48:35.259503+0000 mon.smithi111 (mon.0) 906 : cluster 0 osdmap e64: 8 total, 8 up, 8 in 2023-10-11T15:48:36.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:36 smithi111 bash[24268]: audit 2023-10-11T15:48:35.263160+0000 mon.smithi111 (mon.0) 907 : audit 1 from='client.? 172.21.15.111:0/3009688488' entity='client.rgw.foorgw.smithi111.grigfd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-10-11T15:48:36.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:36 smithi130 bash[31108]: cluster 2023-10-11T15:48:35.259503+0000 mon.smithi111 (mon.0) 906 : cluster 0 osdmap e64: 8 total, 8 up, 8 in 2023-10-11T15:48:36.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:36 smithi130 bash[31108]: audit 2023-10-11T15:48:35.263160+0000 mon.smithi111 (mon.0) 907 : audit 1 from='client.? 172.21.15.111:0/3009688488' entity='client.rgw.foorgw.smithi111.grigfd' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2023-10-11T15:48:37.328 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:37 smithi111 bash[24268]: audit 2023-10-11T15:48:36.263779+0000 mon.smithi111 (mon.0) 908 : audit 1 from='client.? 172.21.15.111:0/3009688488' entity='client.rgw.foorgw.smithi111.grigfd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2023-10-11T15:48:37.328 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:37 smithi111 bash[24268]: cluster 2023-10-11T15:48:36.264316+0000 mon.smithi111 (mon.0) 909 : cluster 0 osdmap e65: 8 total, 8 up, 8 in 2023-10-11T15:48:37.328 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:37 smithi111 bash[24268]: audit 2023-10-11T15:48:36.268067+0000 mon.smithi111 (mon.0) 910 : audit 1 from='client.? 172.21.15.111:0/3009688488' entity='client.rgw.foorgw.smithi111.grigfd' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.data", "var": "bulk", "val": "true"}]: dispatch 2023-10-11T15:48:37.329 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:37 smithi111 bash[24268]: cluster 2023-10-11T15:48:36.293817+0000 mgr.smithi111.dafezg (mgr.14195) 314 : cluster 0 pgmap v276: 225 pgs: 32 unknown, 3 creating+peering, 190 active+clean; 582 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 511 B/s wr, 2 op/s 2023-10-11T15:48:37.329 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:37 smithi111 bash[24268]: audit 2023-10-11T15:48:37.265707+0000 mon.smithi111 (mon.0) 911 : audit 1 from='client.? 172.21.15.111:0/3009688488' entity='client.rgw.foorgw.smithi111.grigfd' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.data", "var": "bulk", "val": "true"}]': finished 2023-10-11T15:48:37.340 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-11T15:48:37.350 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi111.front.sepia.ceph.com 2023-10-11T15:48:37.351 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- bash -c 'ceph nfs export create rgw --bucket foobucket --cluster-id foo --pseudo-path /foobucket' 2023-10-11T15:48:37.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:37 smithi130 bash[31108]: audit 2023-10-11T15:48:36.263779+0000 mon.smithi111 (mon.0) 908 : audit 1 from='client.? 172.21.15.111:0/3009688488' entity='client.rgw.foorgw.smithi111.grigfd' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2023-10-11T15:48:37.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:37 smithi130 bash[31108]: cluster 2023-10-11T15:48:36.264316+0000 mon.smithi111 (mon.0) 909 : cluster 0 osdmap e65: 8 total, 8 up, 8 in 2023-10-11T15:48:37.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:37 smithi130 bash[31108]: audit 2023-10-11T15:48:36.268067+0000 mon.smithi111 (mon.0) 910 : audit 1 from='client.? 172.21.15.111:0/3009688488' entity='client.rgw.foorgw.smithi111.grigfd' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.data", "var": "bulk", "val": "true"}]: dispatch 2023-10-11T15:48:37.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:37 smithi130 bash[31108]: cluster 2023-10-11T15:48:36.293817+0000 mgr.smithi111.dafezg (mgr.14195) 314 : cluster 0 pgmap v276: 225 pgs: 32 unknown, 3 creating+peering, 190 active+clean; 582 KiB data, 226 MiB used, 715 GiB / 715 GiB avail; 2.0 KiB/s rd, 511 B/s wr, 2 op/s 2023-10-11T15:48:37.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:37 smithi130 bash[31108]: audit 2023-10-11T15:48:37.265707+0000 mon.smithi111 (mon.0) 911 : audit 1 from='client.? 172.21.15.111:0/3009688488' entity='client.rgw.foorgw.smithi111.grigfd' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.data", "var": "bulk", "val": "true"}]': finished 2023-10-11T15:48:38.595 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:38 smithi111 bash[24268]: cluster 2023-10-11T15:48:37.265781+0000 mon.smithi111 (mon.0) 912 : cluster 0 osdmap e66: 8 total, 8 up, 8 in 2023-10-11T15:48:38.595 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:38 smithi111 bash[24268]: audit 2023-10-11T15:48:37.306232+0000 mon.smithi111 (mon.0) 913 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:38.595 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:38 smithi111 bash[24268]: audit 2023-10-11T15:48:37.316716+0000 mon.smithi111 (mon.0) 914 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:38.596 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:38 smithi111 bash[24268]: audit 2023-10-11T15:48:37.367746+0000 mon.smithi111 (mon.0) 915 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T15:48:38.596 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:38 smithi111 bash[24268]: audit 2023-10-11T15:48:37.368298+0000 mgr.smithi111.dafezg (mgr.14195) 315 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T15:48:38.596 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:38 smithi111 bash[24268]: audit 2023-10-11T15:48:37.378411+0000 mon.smithi111 (mon.0) 916 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:48:38.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:38 smithi130 bash[31108]: cluster 2023-10-11T15:48:37.265781+0000 mon.smithi111 (mon.0) 912 : cluster 0 osdmap e66: 8 total, 8 up, 8 in 2023-10-11T15:48:38.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:38 smithi130 bash[31108]: audit 2023-10-11T15:48:37.306232+0000 mon.smithi111 (mon.0) 913 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:38.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:38 smithi130 bash[31108]: audit 2023-10-11T15:48:37.316716+0000 mon.smithi111 (mon.0) 914 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:38.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:38 smithi130 bash[31108]: audit 2023-10-11T15:48:37.367746+0000 mon.smithi111 (mon.0) 915 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T15:48:38.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:38 smithi130 bash[31108]: audit 2023-10-11T15:48:37.368298+0000 mgr.smithi111.dafezg (mgr.14195) 315 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-11T15:48:38.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:38 smithi130 bash[31108]: audit 2023-10-11T15:48:37.378411+0000 mon.smithi111 (mon.0) 916 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:48:39.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:39 smithi130 bash[31108]: cluster 2023-10-11T15:48:38.294797+0000 mgr.smithi111.dafezg (mgr.14195) 316 : cluster 0 pgmap v278: 225 pgs: 27 unknown, 198 active+clean; 582 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 757 B/s rd, 252 B/s wr, 1 op/s 2023-10-11T15:48:39.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:39 smithi111 bash[24268]: cluster 2023-10-11T15:48:38.294797+0000 mgr.smithi111.dafezg (mgr.14195) 316 : cluster 0 pgmap v278: 225 pgs: 27 unknown, 198 active+clean; 582 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 757 B/s rd, 252 B/s wr, 1 op/s 2023-10-11T15:48:40.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:40 smithi130 bash[31108]: audit 2023-10-11T15:48:40.283033+0000 mon.smithi111 (mon.0) 917 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:48:40.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:40 smithi111 bash[24268]: audit 2023-10-11T15:48:40.283033+0000 mon.smithi111 (mon.0) 917 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:48:41.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:41 smithi111 bash[24268]: cluster 2023-10-11T15:48:40.296083+0000 mgr.smithi111.dafezg (mgr.14195) 317 : cluster 0 pgmap v279: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1023 B/s wr, 6 op/s 2023-10-11T15:48:41.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:41 smithi130 bash[31108]: cluster 2023-10-11T15:48:40.296083+0000 mgr.smithi111.dafezg (mgr.14195) 317 : cluster 0 pgmap v279: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 1023 B/s wr, 6 op/s 2023-10-11T15:48:43.101 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:48:43.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:43 smithi111 bash[24268]: cluster 2023-10-11T15:48:42.296980+0000 mgr.smithi111.dafezg (mgr.14195) 318 : cluster 0 pgmap v280: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 872 B/s rd, 872 B/s wr, 5 op/s 2023-10-11T15:48:43.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:43 smithi130 bash[31108]: cluster 2023-10-11T15:48:42.296980+0000 mgr.smithi111.dafezg (mgr.14195) 318 : cluster 0 pgmap v280: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 872 B/s rd, 872 B/s wr, 5 op/s 2023-10-11T15:48:44.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:44 smithi111 bash[24268]: audit 2023-10-11T15:48:43.475168+0000 mon.smithi111 (mon.0) 918 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:44.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:44 smithi111 bash[24268]: audit 2023-10-11T15:48:43.488675+0000 mon.smithi111 (mon.0) 919 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:44.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:44 smithi130 bash[31108]: audit 2023-10-11T15:48:43.475168+0000 mon.smithi111 (mon.0) 918 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:44.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:44 smithi130 bash[31108]: audit 2023-10-11T15:48:43.488675+0000 mon.smithi111 (mon.0) 919 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:45.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:45 smithi130 bash[31108]: cluster 2023-10-11T15:48:44.298539+0000 mgr.smithi111.dafezg (mgr.14195) 319 : cluster 0 pgmap v281: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1019 B/s rd, 1019 B/s wr, 5 op/s 2023-10-11T15:48:45.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:45 smithi130 bash[31108]: audit 2023-10-11T15:48:44.979272+0000 mon.smithi111 (mon.0) 920 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:45.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:45 smithi130 bash[31108]: audit 2023-10-11T15:48:44.988848+0000 mon.smithi111 (mon.0) 921 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:45.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:45 smithi130 bash[31108]: audit 2023-10-11T15:48:44.991046+0000 mon.smithi111 (mon.0) 922 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:48:45.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:45 smithi130 bash[31108]: audit 2023-10-11T15:48:44.992565+0000 mon.smithi111 (mon.0) 923 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:48:45.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:45 smithi130 bash[31108]: audit 2023-10-11T15:48:45.267278+0000 mon.smithi111 (mon.0) 924 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:45.632 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:45 smithi130 bash[31108]: audit 2023-10-11T15:48:45.273526+0000 mon.smithi111 (mon.0) 925 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:48:45.632 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:45 smithi130 bash[31108]: audit 2023-10-11T15:48:45.292769+0000 mon.smithi111 (mon.0) 926 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:45.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:45 smithi111 bash[24268]: cluster 2023-10-11T15:48:44.298539+0000 mgr.smithi111.dafezg (mgr.14195) 319 : cluster 0 pgmap v281: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1019 B/s rd, 1019 B/s wr, 5 op/s 2023-10-11T15:48:45.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:45 smithi111 bash[24268]: audit 2023-10-11T15:48:44.979272+0000 mon.smithi111 (mon.0) 920 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:45.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:45 smithi111 bash[24268]: audit 2023-10-11T15:48:44.988848+0000 mon.smithi111 (mon.0) 921 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:45.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:45 smithi111 bash[24268]: audit 2023-10-11T15:48:44.991046+0000 mon.smithi111 (mon.0) 922 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:48:45.772 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:45 smithi111 bash[24268]: audit 2023-10-11T15:48:44.992565+0000 mon.smithi111 (mon.0) 923 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:48:45.772 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:45 smithi111 bash[24268]: audit 2023-10-11T15:48:45.267278+0000 mon.smithi111 (mon.0) 924 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:45.772 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:45 smithi111 bash[24268]: audit 2023-10-11T15:48:45.273526+0000 mon.smithi111 (mon.0) 925 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:48:45.772 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:45 smithi111 bash[24268]: audit 2023-10-11T15:48:45.292769+0000 mon.smithi111 (mon.0) 926 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:48:46.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:46 smithi111 bash[24268]: cephadm 2023-10-11T15:48:45.000312+0000 mgr.smithi111.dafezg (mgr.14195) 320 : cephadm 1 Checking dashboard <-> RGW credentials 2023-10-11T15:48:46.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:46 smithi130 bash[31108]: cephadm 2023-10-11T15:48:45.000312+0000 mgr.smithi111.dafezg (mgr.14195) 320 : cephadm 1 Checking dashboard <-> RGW credentials 2023-10-11T15:48:46.983 INFO:teuthology.orchestra.run.smithi111.stdout:{ 2023-10-11T15:48:46.983 INFO:teuthology.orchestra.run.smithi111.stdout: "bind": "/foobucket", 2023-10-11T15:48:46.983 INFO:teuthology.orchestra.run.smithi111.stdout: "cluster": "foo", 2023-10-11T15:48:46.983 INFO:teuthology.orchestra.run.smithi111.stdout: "mode": "RW", 2023-10-11T15:48:46.984 INFO:teuthology.orchestra.run.smithi111.stdout: "path": "foobucket", 2023-10-11T15:48:46.984 INFO:teuthology.orchestra.run.smithi111.stdout: "squash": "none" 2023-10-11T15:48:46.984 INFO:teuthology.orchestra.run.smithi111.stdout:} 2023-10-11T15:48:47.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:47 smithi111 bash[24268]: cluster 2023-10-11T15:48:46.299386+0000 mgr.smithi111.dafezg (mgr.14195) 321 : cluster 0 pgmap v282: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 818 B/s wr, 4 op/s 2023-10-11T15:48:47.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:47 smithi111 bash[24268]: audit 2023-10-11T15:48:46.576061+0000 mgr.smithi111.dafezg (mgr.14195) 322 : audit 0 from='client.14634 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:48:47.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:47 smithi130 bash[31108]: cluster 2023-10-11T15:48:46.299386+0000 mgr.smithi111.dafezg (mgr.14195) 321 : cluster 0 pgmap v282: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 818 B/s rd, 818 B/s wr, 4 op/s 2023-10-11T15:48:47.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:47 smithi130 bash[31108]: audit 2023-10-11T15:48:46.576061+0000 mgr.smithi111.dafezg (mgr.14195) 322 : audit 0 from='client.14634 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2023-10-11T15:48:48.493 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-10-11T15:48:48.508 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-10-11T15:48:48.509 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T15:48:49.770 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:49 smithi111 bash[24268]: cluster 2023-10-11T15:48:48.300663+0000 mgr.smithi111.dafezg (mgr.14195) 323 : cluster 0 pgmap v283: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 742 B/s wr, 4 op/s 2023-10-11T15:48:49.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:49 smithi130 bash[31108]: cluster 2023-10-11T15:48:48.300663+0000 mgr.smithi111.dafezg (mgr.14195) 323 : cluster 0 pgmap v283: 225 pgs: 225 active+clean; 583 KiB data, 230 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 742 B/s wr, 4 op/s 2023-10-11T15:48:51.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:51 smithi111 bash[24268]: cluster 2023-10-11T15:48:50.302995+0000 mgr.smithi111.dafezg (mgr.14195) 324 : cluster 0 pgmap v284: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 767 B/s wr, 7 op/s 2023-10-11T15:48:51.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:51 smithi130 bash[31108]: cluster 2023-10-11T15:48:50.302995+0000 mgr.smithi111.dafezg (mgr.14195) 324 : cluster 0 pgmap v284: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 4.7 KiB/s rd, 767 B/s wr, 7 op/s 2023-10-11T15:48:53.271 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:48:53.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:53 smithi111 bash[24268]: cluster 2023-10-11T15:48:52.303642+0000 mgr.smithi111.dafezg (mgr.14195) 325 : cluster 0 pgmap v285: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 4.3 KiB/s rd, 341 B/s wr, 4 op/s 2023-10-11T15:48:53.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:53 smithi130 bash[31108]: cluster 2023-10-11T15:48:52.303642+0000 mgr.smithi111.dafezg (mgr.14195) 325 : cluster 0 pgmap v285: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 4.3 KiB/s rd, 341 B/s wr, 4 op/s 2023-10-11T15:48:55.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:55 smithi111 bash[24268]: cluster 2023-10-11T15:48:54.305574+0000 mgr.smithi111.dafezg (mgr.14195) 326 : cluster 0 pgmap v286: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 4.3 KiB/s rd, 341 B/s wr, 4 op/s 2023-10-11T15:48:55.772 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:55 smithi111 bash[24268]: audit 2023-10-11T15:48:55.284020+0000 mon.smithi111 (mon.0) 927 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:48:55.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:55 smithi130 bash[31108]: cluster 2023-10-11T15:48:54.305574+0000 mgr.smithi111.dafezg (mgr.14195) 326 : cluster 0 pgmap v286: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 4.3 KiB/s rd, 341 B/s wr, 4 op/s 2023-10-11T15:48:55.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:55 smithi130 bash[31108]: audit 2023-10-11T15:48:55.284020+0000 mon.smithi111 (mon.0) 927 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:48:56.609 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-10-11T15:48:56.609 INFO:teuthology.orchestra.run.smithi111.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:39:24.681129Z", "last_refresh": "2023-10-11T15:48:44.970765Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:41:25.091479Z 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": "2023-10-11T15:39:15.553348Z", "last_refresh": "2023-10-11T15:48:43.465340Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:41:27.939747Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:39:13.588653Z", "last_refresh": "2023-10-11T15:48:43.465479Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:39:19.708776Z", "last_refresh": "2023-10-11T15:48:44.970863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:47:27.930310Z 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.111/16"}, "status": {"created": "2023-10-11T15:47:27.925260Z", "last_refresh": "2023-10-11T15:48:43.466476Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.111/16"}}, {"events": ["2023-10-11T15:41:32.714585Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:39:11.584295Z", "last_refresh": "2023-10-11T15:48:43.465706Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:41:11.384378Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi111:172.21.15.111=smithi111", "smithi130:172.21.15.130=smithi130"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:41:11.379972Z", "last_refresh": "2023-10-11T15:48:43.465817Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:47:27.923478Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-10-11T15:47:27.918464Z", "last_refresh": "2023-10-11T15:48:44.971548Z", "ports": [12049], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:41:29.020594Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:39:22.217992Z", "last_refresh": "2023-10-11T15:48:43.465594Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:42:07.679234Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-11T15:42:07.673381Z", "last_refresh": "2023-10-11T15:48:43.465928Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:41:39.075508Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:39:17.649049Z", "last_refresh": "2023-10-11T15:48:44.970960Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:47:17.575154Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-10-11T15:47:32.950117Z", "last_refresh": "2023-10-11T15:48:43.466365Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T15:48:57.270 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:56 smithi111 bash[24268]: cluster 2023-10-11T15:48:56.306631+0000 mgr.smithi111.dafezg (mgr.14195) 327 : cluster 0 pgmap v287: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 170 B/s wr, 4 op/s 2023-10-11T15:48:57.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:56 smithi111 bash[24268]: audit 2023-10-11T15:48:56.593649+0000 mgr.smithi111.dafezg (mgr.14195) 328 : audit 0 from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T15:48:57.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:56 smithi130 bash[31108]: cluster 2023-10-11T15:48:56.306631+0000 mgr.smithi111.dafezg (mgr.14195) 327 : cluster 0 pgmap v287: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 170 B/s wr, 4 op/s 2023-10-11T15:48:57.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:56 smithi130 bash[31108]: audit 2023-10-11T15:48:56.593649+0000 mgr.smithi111.dafezg (mgr.14195) 328 : audit 0 from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T15:48:57.497 INFO:tasks.cephadm:nfs.foo has 1/1 2023-10-11T15:48:57.497 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-10-11T15:48:57.510 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-10-11T15:48:57.511 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e62d759a6de3042e046d7d9889d2209cbc674fbd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-11T15:48:59.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:48:59 smithi130 bash[31108]: cluster 2023-10-11T15:48:58.307577+0000 mgr.smithi111.dafezg (mgr.14195) 329 : cluster 0 pgmap v288: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 170 B/s wr, 4 op/s 2023-10-11T15:48:59.646 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:48:59 smithi111 bash[24268]: cluster 2023-10-11T15:48:58.307577+0000 mgr.smithi111.dafezg (mgr.14195) 329 : cluster 0 pgmap v288: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 4.2 KiB/s rd, 170 B/s wr, 4 op/s 2023-10-11T15:49:01.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:01 smithi130 bash[31108]: cluster 2023-10-11T15:49:00.309384+0000 mgr.smithi111.dafezg (mgr.14195) 330 : cluster 0 pgmap v289: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 170 B/s wr, 4 op/s 2023-10-11T15:49:01.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:01 smithi111 bash[24268]: cluster 2023-10-11T15:49:00.309384+0000 mgr.smithi111.dafezg (mgr.14195) 330 : cluster 0 pgmap v289: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 3.9 KiB/s rd, 170 B/s wr, 4 op/s 2023-10-11T15:49:02.278 INFO:teuthology.orchestra.run.smithi111.stderr:Inferring config /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/mon.smithi111/config 2023-10-11T15:49:03.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:03 smithi130 bash[31108]: cluster 2023-10-11T15:49:02.310156+0000 mgr.smithi111.dafezg (mgr.14195) 331 : cluster 0 pgmap v290: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T15:49:03.699 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:03 smithi111 bash[24268]: cluster 2023-10-11T15:49:02.310156+0000 mgr.smithi111.dafezg (mgr.14195) 331 : cluster 0 pgmap v290: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T15:49:05.520 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:05 smithi111 bash[24268]: cluster 2023-10-11T15:49:04.311608+0000 mgr.smithi111.dafezg (mgr.14195) 332 : cluster 0 pgmap v291: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:49:05.733 INFO:teuthology.orchestra.run.smithi111.stdout: 2023-10-11T15:49:05.734 INFO:teuthology.orchestra.run.smithi111.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-11T15:39:24.681129Z", "last_refresh": "2023-10-11T15:48:44.970765Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:41:25.091479Z 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": "2023-10-11T15:39:15.553348Z", "last_refresh": "2023-10-11T15:48:43.465340Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:41:27.939747Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-11T15:39:13.588653Z", "last_refresh": "2023-10-11T15:48:43.465479Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-11T15:39:19.708776Z", "last_refresh": "2023-10-11T15:48:44.970863Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:47:27.930310Z 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.111/16"}, "status": {"created": "2023-10-11T15:47:27.925260Z", "last_refresh": "2023-10-11T15:48:43.466476Z", "ports": [2049, 9049], "running": 4, "size": 4, "virtual_ip": "10.0.31.111/16"}}, {"events": ["2023-10-11T15:41:32.714585Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-11T15:39:11.584295Z", "last_refresh": "2023-10-11T15:48:43.465706Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:41:11.384378Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi111:172.21.15.111=smithi111", "smithi130:172.21.15.130=smithi130"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-11T15:41:11.379972Z", "last_refresh": "2023-10-11T15:48:43.465817Z", "running": 2, "size": 2}}, {"events": ["2023-10-11T15:47:27.923478Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-10-11T15:47:27.918464Z", "last_refresh": "2023-10-11T15:48:44.971548Z", "ports": [12049], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:41:29.020594Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-11T15:39:22.217992Z", "last_refresh": "2023-10-11T15:48:43.465594Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-11T15:42:07.679234Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-11T15:42:07.673381Z", "last_refresh": "2023-10-11T15:48:43.465928Z", "running": 8, "size": 8}}, {"events": ["2023-10-11T15:41:39.075508Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-11T15:39:17.649049Z", "last_refresh": "2023-10-11T15:48:44.970960Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-10-11T15:47:17.575154Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2023-10-11T15:47:32.950117Z", "last_refresh": "2023-10-11T15:48:43.466365Z", "ports": [8800], "running": 2, "size": 2}}] 2023-10-11T15:49:05.813 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:05 smithi130 bash[31108]: cluster 2023-10-11T15:49:04.311608+0000 mgr.smithi111.dafezg (mgr.14195) 332 : cluster 0 pgmap v291: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:49:06.593 INFO:tasks.cephadm:ingress.nfs.foo has 4/4 2023-10-11T15:49:06.593 INFO:teuthology.run_tasks:Running task vip.exec... 2023-10-11T15:49:06.606 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi111.front.sepia.ceph.com 2023-10-11T15:49:06.607 DEBUG:teuthology.orchestra.run.smithi111:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-10-11T15:49:06.622 INFO:teuthology.orchestra.run.smithi111.stderr:+ mkdir /mnt/foo 2023-10-11T15:49:06.637 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:06 smithi111 bash[24268]: audit 2023-10-11T15:49:05.716301+0000 mgr.smithi111.dafezg (mgr.14195) 333 : audit 0 from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T15:49:06.638 DEBUG:teuthology.orchestra.run.smithi111:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 5' 2023-10-11T15:49:06.698 INFO:teuthology.orchestra.run.smithi111.stderr:+ sleep 5 2023-10-11T15:49:06.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:06 smithi130 bash[31108]: audit 2023-10-11T15:49:05.716301+0000 mgr.smithi111.dafezg (mgr.14195) 333 : audit 0 from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-11T15:49:07.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:07 smithi111 bash[24268]: cluster 2023-10-11T15:49:06.312541+0000 mgr.smithi111.dafezg (mgr.14195) 334 : cluster 0 pgmap v292: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:49:07.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:07 smithi130 bash[31108]: cluster 2023-10-11T15:49:06.312541+0000 mgr.smithi111.dafezg (mgr.14195) 334 : cluster 0 pgmap v292: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:49:09.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:09 smithi111 bash[24268]: cluster 2023-10-11T15:49:08.313455+0000 mgr.smithi111.dafezg (mgr.14195) 335 : cluster 0 pgmap v293: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:49:09.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:09 smithi130 bash[31108]: cluster 2023-10-11T15:49:08.313455+0000 mgr.smithi111.dafezg (mgr.14195) 335 : cluster 0 pgmap v293: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:49:10.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:10 smithi111 bash[24268]: audit 2023-10-11T15:49:10.283675+0000 mon.smithi111 (mon.0) 928 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:49:10.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:10 smithi111 bash[24268]: audit 2023-10-11T15:49:10.360749+0000 mon.smithi111 (mon.0) 929 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.1", "id": [5, 3]}]: dispatch 2023-10-11T15:49:10.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:10 smithi130 bash[31108]: audit 2023-10-11T15:49:10.283675+0000 mon.smithi111 (mon.0) 928 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:49:10.881 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:10 smithi130 bash[31108]: audit 2023-10-11T15:49:10.360749+0000 mon.smithi111 (mon.0) 929 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.1", "id": [5, 3]}]: dispatch 2023-10-11T15:49:11.700 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:11 smithi111 bash[24268]: cluster 2023-10-11T15:49:10.315668+0000 mgr.smithi111.dafezg (mgr.14195) 336 : cluster 0 pgmap v294: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T15:49:11.700 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:11 smithi111 bash[24268]: audit 2023-10-11T15:49:10.399140+0000 mon.smithi111 (mon.0) 930 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.1", "id": [5, 3]}]': finished 2023-10-11T15:49:11.701 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:11 smithi111 bash[24268]: cluster 2023-10-11T15:49:10.399243+0000 mon.smithi111 (mon.0) 931 : cluster 0 osdmap e67: 8 total, 8 up, 8 in 2023-10-11T15:49:11.702 DEBUG:teuthology.orchestra.run.smithi111:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mount -t nfs 10.0.31.111:/foobucket /mnt/foo' 2023-10-11T15:49:11.759 INFO:teuthology.orchestra.run.smithi111.stderr:+ mount -t nfs 10.0.31.111:/foobucket /mnt/foo 2023-10-11T15:49:11.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:11 smithi130 bash[31108]: cluster 2023-10-11T15:49:10.315668+0000 mgr.smithi111.dafezg (mgr.14195) 336 : cluster 0 pgmap v294: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T15:49:11.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:11 smithi130 bash[31108]: audit 2023-10-11T15:49:10.399140+0000 mon.smithi111 (mon.0) 930 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.1", "id": [5, 3]}]': finished 2023-10-11T15:49:11.881 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:11 smithi130 bash[31108]: cluster 2023-10-11T15:49:10.399243+0000 mon.smithi111 (mon.0) 931 : cluster 0 osdmap e67: 8 total, 8 up, 8 in 2023-10-11T15:49:12.734 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:12 smithi111 bash[24268]: cluster 2023-10-11T15:49:11.403341+0000 mon.smithi111 (mon.0) 932 : cluster 0 osdmap e68: 8 total, 8 up, 8 in 2023-10-11T15:49:12.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:12 smithi130 bash[31108]: cluster 2023-10-11T15:49:11.403341+0000 mon.smithi111 (mon.0) 932 : cluster 0 osdmap e68: 8 total, 8 up, 8 in 2023-10-11T15:49:13.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:13 smithi111 bash[24268]: cluster 2023-10-11T15:49:12.316506+0000 mgr.smithi111.dafezg (mgr.14195) 337 : cluster 0 pgmap v297: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 383 B/s wr, 0 op/s 2023-10-11T15:49:13.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:13 smithi130 bash[31108]: cluster 2023-10-11T15:49:12.316506+0000 mgr.smithi111.dafezg (mgr.14195) 337 : cluster 0 pgmap v297: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 383 B/s wr, 0 op/s 2023-10-11T15:49:15.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:15 smithi111 bash[24268]: cluster 2023-10-11T15:49:14.318541+0000 mgr.smithi111.dafezg (mgr.14195) 338 : cluster 0 pgmap v298: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 383 B/s wr, 1 op/s 2023-10-11T15:49:15.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:15 smithi130 bash[31108]: cluster 2023-10-11T15:49:14.318541+0000 mgr.smithi111.dafezg (mgr.14195) 338 : cluster 0 pgmap v298: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 383 B/s wr, 1 op/s 2023-10-11T15:49:17.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:16 smithi111 bash[24268]: cluster 2023-10-11T15:49:16.319504+0000 mgr.smithi111.dafezg (mgr.14195) 339 : cluster 0 pgmap v299: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 383 B/s wr, 1 op/s 2023-10-11T15:49:17.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:16 smithi130 bash[31108]: cluster 2023-10-11T15:49:16.319504+0000 mgr.smithi111.dafezg (mgr.14195) 339 : cluster 0 pgmap v299: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 639 B/s rd, 383 B/s wr, 1 op/s 2023-10-11T15:49:19.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:19 smithi111 bash[24268]: cluster 2023-10-11T15:49:18.320492+0000 mgr.smithi111.dafezg (mgr.14195) 340 : cluster 0 pgmap v300: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T15:49:19.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:19 smithi130 bash[31108]: cluster 2023-10-11T15:49:18.320492+0000 mgr.smithi111.dafezg (mgr.14195) 340 : cluster 0 pgmap v300: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T15:49:21.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:21 smithi130 bash[31108]: cluster 2023-10-11T15:49:20.322499+0000 mgr.smithi111.dafezg (mgr.14195) 341 : cluster 0 pgmap v301: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T15:49:21.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:21 smithi111 bash[24268]: cluster 2023-10-11T15:49:20.322499+0000 mgr.smithi111.dafezg (mgr.14195) 341 : cluster 0 pgmap v301: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T15:49:23.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:23 smithi111 bash[24268]: cluster 2023-10-11T15:49:22.323329+0000 mgr.smithi111.dafezg (mgr.14195) 342 : cluster 0 pgmap v302: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T15:49:23.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:23 smithi130 bash[31108]: cluster 2023-10-11T15:49:22.323329+0000 mgr.smithi111.dafezg (mgr.14195) 342 : cluster 0 pgmap v302: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T15:49:25.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:25 smithi111 bash[24268]: cluster 2023-10-11T15:49:24.324767+0000 mgr.smithi111.dafezg (mgr.14195) 343 : cluster 0 pgmap v303: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T15:49:25.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:25 smithi111 bash[24268]: audit 2023-10-11T15:49:25.284169+0000 mon.smithi111 (mon.0) 933 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:49:25.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:25 smithi130 bash[31108]: cluster 2023-10-11T15:49:24.324767+0000 mgr.smithi111.dafezg (mgr.14195) 343 : cluster 0 pgmap v303: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T15:49:25.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:25 smithi130 bash[31108]: audit 2023-10-11T15:49:25.284169+0000 mon.smithi111 (mon.0) 933 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:49:27.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:26 smithi111 bash[24268]: cluster 2023-10-11T15:49:26.325704+0000 mgr.smithi111.dafezg (mgr.14195) 344 : cluster 0 pgmap v304: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T15:49:27.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:26 smithi130 bash[31108]: cluster 2023-10-11T15:49:26.325704+0000 mgr.smithi111.dafezg (mgr.14195) 344 : cluster 0 pgmap v304: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T15:49:29.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:29 smithi111 bash[24268]: cluster 2023-10-11T15:49:28.326703+0000 mgr.smithi111.dafezg (mgr.14195) 345 : cluster 0 pgmap v305: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T15:49:29.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:29 smithi130 bash[31108]: cluster 2023-10-11T15:49:28.326703+0000 mgr.smithi111.dafezg (mgr.14195) 345 : cluster 0 pgmap v305: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-11T15:49:31.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:31 smithi111 bash[24268]: cluster 2023-10-11T15:49:30.328794+0000 mgr.smithi111.dafezg (mgr.14195) 346 : cluster 0 pgmap v306: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:49:31.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:31 smithi130 bash[31108]: cluster 2023-10-11T15:49:30.328794+0000 mgr.smithi111.dafezg (mgr.14195) 346 : cluster 0 pgmap v306: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:49:33.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:33 smithi111 bash[24268]: cluster 2023-10-11T15:49:32.329451+0000 mgr.smithi111.dafezg (mgr.14195) 347 : cluster 0 pgmap v307: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:49:33.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:33 smithi130 bash[31108]: cluster 2023-10-11T15:49:32.329451+0000 mgr.smithi111.dafezg (mgr.14195) 347 : cluster 0 pgmap v307: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:49:35.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:35 smithi111 bash[24268]: cluster 2023-10-11T15:49:34.331484+0000 mgr.smithi111.dafezg (mgr.14195) 348 : cluster 0 pgmap v308: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T15:49:35.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:35 smithi130 bash[31108]: cluster 2023-10-11T15:49:34.331484+0000 mgr.smithi111.dafezg (mgr.14195) 348 : cluster 0 pgmap v308: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T15:49:37.183 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:36 smithi111 bash[24268]: cluster 2023-10-11T15:49:36.332423+0000 mgr.smithi111.dafezg (mgr.14195) 349 : cluster 0 pgmap v309: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T15:49:37.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:36 smithi130 bash[31108]: cluster 2023-10-11T15:49:36.332423+0000 mgr.smithi111.dafezg (mgr.14195) 349 : cluster 0 pgmap v309: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T15:49:39.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:39 smithi111 bash[24268]: cluster 2023-10-11T15:49:38.333438+0000 mgr.smithi111.dafezg (mgr.14195) 350 : cluster 0 pgmap v310: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T15:49:39.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:39 smithi130 bash[31108]: cluster 2023-10-11T15:49:38.333438+0000 mgr.smithi111.dafezg (mgr.14195) 350 : cluster 0 pgmap v310: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T15:49:40.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:40 smithi111 bash[24268]: audit 2023-10-11T15:49:40.285151+0000 mon.smithi111 (mon.0) 934 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:49:40.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:40 smithi130 bash[31108]: audit 2023-10-11T15:49:40.285151+0000 mon.smithi111 (mon.0) 934 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:49:41.675 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:41 smithi130 bash[31108]: cluster 2023-10-11T15:49:40.335378+0000 mgr.smithi111.dafezg (mgr.14195) 351 : cluster 0 pgmap v311: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T15:49:41.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:41 smithi111 bash[24268]: cluster 2023-10-11T15:49:40.335378+0000 mgr.smithi111.dafezg (mgr.14195) 351 : cluster 0 pgmap v311: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T15:49:43.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:43 smithi111 bash[24268]: cluster 2023-10-11T15:49:42.336179+0000 mgr.smithi111.dafezg (mgr.14195) 352 : cluster 0 pgmap v312: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:49:43.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:43 smithi130 bash[31108]: cluster 2023-10-11T15:49:42.336179+0000 mgr.smithi111.dafezg (mgr.14195) 352 : cluster 0 pgmap v312: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:49:45.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:45 smithi111 bash[24268]: cluster 2023-10-11T15:49:44.338207+0000 mgr.smithi111.dafezg (mgr.14195) 353 : cluster 0 pgmap v313: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:49:45.772 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:45 smithi111 bash[24268]: audit 2023-10-11T15:49:45.372220+0000 mon.smithi111 (mon.0) 935 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:49:45.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:45 smithi130 bash[31108]: cluster 2023-10-11T15:49:44.338207+0000 mgr.smithi111.dafezg (mgr.14195) 353 : cluster 0 pgmap v313: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:49:45.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:45 smithi130 bash[31108]: audit 2023-10-11T15:49:45.372220+0000 mon.smithi111 (mon.0) 935 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:49:47.021 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:46 smithi111 bash[24268]: audit 2023-10-11T15:49:45.751758+0000 mon.smithi111 (mon.0) 936 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:49:47.021 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:46 smithi111 bash[24268]: audit 2023-10-11T15:49:45.764849+0000 mon.smithi111 (mon.0) 937 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:49:47.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:46 smithi130 bash[31108]: audit 2023-10-11T15:49:45.751758+0000 mon.smithi111 (mon.0) 936 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:49:47.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:46 smithi130 bash[31108]: audit 2023-10-11T15:49:45.764849+0000 mon.smithi111 (mon.0) 937 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:49:48.021 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:47 smithi111 bash[24268]: cluster 2023-10-11T15:49:46.339228+0000 mgr.smithi111.dafezg (mgr.14195) 354 : cluster 0 pgmap v314: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T15:49:48.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:47 smithi130 bash[31108]: cluster 2023-10-11T15:49:46.339228+0000 mgr.smithi111.dafezg (mgr.14195) 354 : cluster 0 pgmap v314: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T15:49:50.021 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:49 smithi111 bash[24268]: cluster 2023-10-11T15:49:48.340202+0000 mgr.smithi111.dafezg (mgr.14195) 355 : cluster 0 pgmap v315: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T15:49:50.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:49 smithi130 bash[31108]: cluster 2023-10-11T15:49:48.340202+0000 mgr.smithi111.dafezg (mgr.14195) 355 : cluster 0 pgmap v315: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T15:49:52.021 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:51 smithi111 bash[24268]: cluster 2023-10-11T15:49:50.342291+0000 mgr.smithi111.dafezg (mgr.14195) 356 : cluster 0 pgmap v316: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T15:49:52.022 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:51 smithi111 bash[24268]: audit 2023-10-11T15:49:51.419973+0000 mon.smithi111 (mon.0) 938 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:49:52.022 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:51 smithi111 bash[24268]: audit 2023-10-11T15:49:51.428367+0000 mon.smithi111 (mon.0) 939 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:49:52.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:51 smithi130 bash[31108]: cluster 2023-10-11T15:49:50.342291+0000 mgr.smithi111.dafezg (mgr.14195) 356 : cluster 0 pgmap v316: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T15:49:52.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:51 smithi130 bash[31108]: audit 2023-10-11T15:49:51.419973+0000 mon.smithi111 (mon.0) 938 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:49:52.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:51 smithi130 bash[31108]: audit 2023-10-11T15:49:51.428367+0000 mon.smithi111 (mon.0) 939 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:49:54.021 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:53 smithi111 bash[24268]: cluster 2023-10-11T15:49:52.343039+0000 mgr.smithi111.dafezg (mgr.14195) 357 : cluster 0 pgmap v317: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T15:49:54.022 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:53 smithi111 bash[24268]: audit 2023-10-11T15:49:52.714883+0000 mon.smithi111 (mon.0) 940 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:49:54.022 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:53 smithi111 bash[24268]: audit 2023-10-11T15:49:52.726442+0000 mon.smithi111 (mon.0) 941 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:49:54.023 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:53 smithi111 bash[24268]: audit 2023-10-11T15:49:53.251166+0000 mon.smithi111 (mon.0) 942 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:49:54.023 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:53 smithi111 bash[24268]: audit 2023-10-11T15:49:53.253010+0000 mon.smithi111 (mon.0) 943 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:49:54.023 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:53 smithi111 bash[24268]: audit 2023-10-11T15:49:53.264560+0000 mon.smithi111 (mon.0) 944 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:49:54.024 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:53 smithi111 bash[24268]: audit 2023-10-11T15:49:53.268677+0000 mon.smithi111 (mon.0) 945 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:49:54.024 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:53 smithi111 bash[24268]: audit 2023-10-11T15:49:53.289340+0000 mon.smithi111 (mon.0) 946 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:49:54.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:53 smithi130 bash[31108]: cluster 2023-10-11T15:49:52.343039+0000 mgr.smithi111.dafezg (mgr.14195) 357 : cluster 0 pgmap v317: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T15:49:54.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:53 smithi130 bash[31108]: audit 2023-10-11T15:49:52.714883+0000 mon.smithi111 (mon.0) 940 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:49:54.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:53 smithi130 bash[31108]: audit 2023-10-11T15:49:52.726442+0000 mon.smithi111 (mon.0) 941 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:49:54.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:53 smithi130 bash[31108]: audit 2023-10-11T15:49:53.251166+0000 mon.smithi111 (mon.0) 942 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:49:54.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:53 smithi130 bash[31108]: audit 2023-10-11T15:49:53.253010+0000 mon.smithi111 (mon.0) 943 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:49:54.131 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:53 smithi130 bash[31108]: audit 2023-10-11T15:49:53.264560+0000 mon.smithi111 (mon.0) 944 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:49:54.132 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:53 smithi130 bash[31108]: audit 2023-10-11T15:49:53.268677+0000 mon.smithi111 (mon.0) 945 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:49:54.132 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:53 smithi130 bash[31108]: audit 2023-10-11T15:49:53.289340+0000 mon.smithi111 (mon.0) 946 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:49:56.021 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:55 smithi111 bash[24268]: cluster 2023-10-11T15:49:54.344958+0000 mgr.smithi111.dafezg (mgr.14195) 358 : cluster 0 pgmap v318: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:49:56.021 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:55 smithi111 bash[24268]: audit 2023-10-11T15:49:55.285258+0000 mon.smithi111 (mon.0) 947 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:49:56.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:55 smithi130 bash[31108]: cluster 2023-10-11T15:49:54.344958+0000 mgr.smithi111.dafezg (mgr.14195) 358 : cluster 0 pgmap v318: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:49:56.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:55 smithi130 bash[31108]: audit 2023-10-11T15:49:55.285258+0000 mon.smithi111 (mon.0) 947 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:49:57.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:56 smithi111 bash[24268]: cluster 2023-10-11T15:49:56.345877+0000 mgr.smithi111.dafezg (mgr.14195) 359 : cluster 0 pgmap v319: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:49:57.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:56 smithi130 bash[31108]: cluster 2023-10-11T15:49:56.345877+0000 mgr.smithi111.dafezg (mgr.14195) 359 : cluster 0 pgmap v319: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:49:59.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:49:59 smithi111 bash[24268]: cluster 2023-10-11T15:49:58.346827+0000 mgr.smithi111.dafezg (mgr.14195) 360 : cluster 0 pgmap v320: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:49:59.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:49:59 smithi130 bash[31108]: cluster 2023-10-11T15:49:58.346827+0000 mgr.smithi111.dafezg (mgr.14195) 360 : cluster 0 pgmap v320: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:50:00.691 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:50:00 smithi111 bash[24268]: cluster 2023-10-11T15:50:00.000175+0000 mon.smithi111 (mon.0) 948 : cluster 1 overall HEALTH_OK 2023-10-11T15:50:00.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:50:00 smithi130 bash[31108]: cluster 2023-10-11T15:50:00.000175+0000 mon.smithi111 (mon.0) 948 : cluster 1 overall HEALTH_OK 2023-10-11T15:50:01.694 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:50:01 smithi111 bash[24268]: cluster 2023-10-11T15:50:00.349016+0000 mgr.smithi111.dafezg (mgr.14195) 361 : cluster 0 pgmap v321: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T15:50:01.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:50:01 smithi130 bash[31108]: cluster 2023-10-11T15:50:00.349016+0000 mgr.smithi111.dafezg (mgr.14195) 361 : cluster 0 pgmap v321: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T15:50:03.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:50:03 smithi111 bash[24268]: cluster 2023-10-11T15:50:02.349846+0000 mgr.smithi111.dafezg (mgr.14195) 362 : cluster 0 pgmap v322: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 426 B/s wr, 0 op/s 2023-10-11T15:50:03.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:50:03 smithi130 bash[31108]: cluster 2023-10-11T15:50:02.349846+0000 mgr.smithi111.dafezg (mgr.14195) 362 : cluster 0 pgmap v322: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 426 B/s wr, 0 op/s 2023-10-11T15:50:05.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:50:05 smithi111 bash[24268]: cluster 2023-10-11T15:50:04.351968+0000 mgr.smithi111.dafezg (mgr.14195) 363 : cluster 0 pgmap v323: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T15:50:05.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:50:05 smithi130 bash[31108]: cluster 2023-10-11T15:50:04.351968+0000 mgr.smithi111.dafezg (mgr.14195) 363 : cluster 0 pgmap v323: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T15:50:07.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:50:06 smithi111 bash[24268]: cluster 2023-10-11T15:50:06.352897+0000 mgr.smithi111.dafezg (mgr.14195) 364 : cluster 0 pgmap v324: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:50:07.273 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:50:06 smithi130 bash[31108]: cluster 2023-10-11T15:50:06.352897+0000 mgr.smithi111.dafezg (mgr.14195) 364 : cluster 0 pgmap v324: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:50:09.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:50:09 smithi111 bash[24268]: cluster 2023-10-11T15:50:08.353873+0000 mgr.smithi111.dafezg (mgr.14195) 365 : cluster 0 pgmap v325: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:50:09.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:50:09 smithi130 bash[31108]: cluster 2023-10-11T15:50:08.353873+0000 mgr.smithi111.dafezg (mgr.14195) 365 : cluster 0 pgmap v325: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:50:10.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:50:10 smithi111 bash[24268]: audit 2023-10-11T15:50:10.285590+0000 mon.smithi111 (mon.0) 949 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:50:10.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:50:10 smithi130 bash[31108]: audit 2023-10-11T15:50:10.285590+0000 mon.smithi111 (mon.0) 949 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:50:11.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:50:11 smithi111 bash[24268]: cluster 2023-10-11T15:50:10.355556+0000 mgr.smithi111.dafezg (mgr.14195) 366 : cluster 0 pgmap v326: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:50:11.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:50:11 smithi130 bash[31108]: cluster 2023-10-11T15:50:10.355556+0000 mgr.smithi111.dafezg (mgr.14195) 366 : cluster 0 pgmap v326: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 255 B/s wr, 0 op/s 2023-10-11T15:50:13.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:50:13 smithi111 bash[24268]: cluster 2023-10-11T15:50:12.356357+0000 mgr.smithi111.dafezg (mgr.14195) 367 : cluster 0 pgmap v327: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T15:50:13.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:50:13 smithi130 bash[31108]: cluster 2023-10-11T15:50:12.356357+0000 mgr.smithi111.dafezg (mgr.14195) 367 : cluster 0 pgmap v327: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T15:50:15.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:50:15 smithi111 bash[24268]: cluster 2023-10-11T15:50:14.358232+0000 mgr.smithi111.dafezg (mgr.14195) 368 : cluster 0 pgmap v328: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T15:50:15.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:50:15 smithi130 bash[31108]: cluster 2023-10-11T15:50:14.358232+0000 mgr.smithi111.dafezg (mgr.14195) 368 : cluster 0 pgmap v328: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T15:50:17.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:50:16 smithi111 bash[24268]: cluster 2023-10-11T15:50:16.359255+0000 mgr.smithi111.dafezg (mgr.14195) 369 : cluster 0 pgmap v329: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T15:50:17.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:50:16 smithi130 bash[31108]: cluster 2023-10-11T15:50:16.359255+0000 mgr.smithi111.dafezg (mgr.14195) 369 : cluster 0 pgmap v329: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T15:50:19.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:50:19 smithi111 bash[24268]: cluster 2023-10-11T15:50:18.360211+0000 mgr.smithi111.dafezg (mgr.14195) 370 : cluster 0 pgmap v330: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T15:50:19.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:50:19 smithi130 bash[31108]: cluster 2023-10-11T15:50:18.360211+0000 mgr.smithi111.dafezg (mgr.14195) 370 : cluster 0 pgmap v330: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T15:50:21.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:50:21 smithi111 bash[24268]: cluster 2023-10-11T15:50:20.362199+0000 mgr.smithi111.dafezg (mgr.14195) 371 : cluster 0 pgmap v331: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T15:50:21.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:50:21 smithi130 bash[31108]: cluster 2023-10-11T15:50:20.362199+0000 mgr.smithi111.dafezg (mgr.14195) 371 : cluster 0 pgmap v331: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T15:50:23.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:50:23 smithi111 bash[24268]: cluster 2023-10-11T15:50:22.363006+0000 mgr.smithi111.dafezg (mgr.14195) 372 : cluster 0 pgmap v332: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T15:50:23.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:50:23 smithi130 bash[31108]: cluster 2023-10-11T15:50:22.363006+0000 mgr.smithi111.dafezg (mgr.14195) 372 : cluster 0 pgmap v332: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 852 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T15:50:25.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:50:25 smithi111 bash[24268]: cluster 2023-10-11T15:50:24.364990+0000 mgr.smithi111.dafezg (mgr.14195) 373 : cluster 0 pgmap v333: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T15:50:25.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:50:25 smithi111 bash[24268]: audit 2023-10-11T15:50:25.286122+0000 mon.smithi111 (mon.0) 950 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:50:25.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:50:25 smithi130 bash[31108]: cluster 2023-10-11T15:50:24.364990+0000 mgr.smithi111.dafezg (mgr.14195) 373 : cluster 0 pgmap v333: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2023-10-11T15:50:25.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:50:25 smithi130 bash[31108]: audit 2023-10-11T15:50:25.286122+0000 mon.smithi111 (mon.0) 950 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:50:27.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:50:26 smithi111 bash[24268]: cluster 2023-10-11T15:50:26.365945+0000 mgr.smithi111.dafezg (mgr.14195) 374 : cluster 0 pgmap v334: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T15:50:27.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:50:26 smithi130 bash[31108]: cluster 2023-10-11T15:50:26.365945+0000 mgr.smithi111.dafezg (mgr.14195) 374 : cluster 0 pgmap v334: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T15:50:29.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:50:29 smithi111 bash[24268]: cluster 2023-10-11T15:50:28.366960+0000 mgr.smithi111.dafezg (mgr.14195) 375 : cluster 0 pgmap v335: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 426 B/s wr, 0 op/s 2023-10-11T15:50:29.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:50:29 smithi130 bash[31108]: cluster 2023-10-11T15:50:28.366960+0000 mgr.smithi111.dafezg (mgr.14195) 375 : cluster 0 pgmap v335: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 426 B/s wr, 0 op/s 2023-10-11T15:50:31.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:50:31 smithi111 bash[24268]: cluster 2023-10-11T15:50:30.369129+0000 mgr.smithi111.dafezg (mgr.14195) 376 : cluster 0 pgmap v336: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T15:50:31.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:50:31 smithi130 bash[31108]: cluster 2023-10-11T15:50:30.369129+0000 mgr.smithi111.dafezg (mgr.14195) 376 : cluster 0 pgmap v336: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 596 B/s rd, 426 B/s wr, 1 op/s 2023-10-11T15:50:33.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:50:33 smithi111 bash[24268]: cluster 2023-10-11T15:50:32.369842+0000 mgr.smithi111.dafezg (mgr.14195) 377 : cluster 0 pgmap v337: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T15:50:33.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:50:33 smithi130 bash[31108]: cluster 2023-10-11T15:50:32.369842+0000 mgr.smithi111.dafezg (mgr.14195) 377 : cluster 0 pgmap v337: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T15:50:35.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:50:35 smithi111 bash[24268]: cluster 2023-10-11T15:50:34.371855+0000 mgr.smithi111.dafezg (mgr.14195) 378 : cluster 0 pgmap v338: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T15:50:35.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:50:35 smithi130 bash[31108]: cluster 2023-10-11T15:50:34.371855+0000 mgr.smithi111.dafezg (mgr.14195) 378 : cluster 0 pgmap v338: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T15:50:37.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:50:36 smithi111 bash[24268]: cluster 2023-10-11T15:50:36.372870+0000 mgr.smithi111.dafezg (mgr.14195) 379 : cluster 0 pgmap v339: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T15:50:37.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:50:36 smithi130 bash[31108]: cluster 2023-10-11T15:50:36.372870+0000 mgr.smithi111.dafezg (mgr.14195) 379 : cluster 0 pgmap v339: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T15:50:39.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:50:39 smithi111 bash[24268]: cluster 2023-10-11T15:50:38.373834+0000 mgr.smithi111.dafezg (mgr.14195) 380 : cluster 0 pgmap v340: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T15:50:39.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:50:39 smithi130 bash[31108]: cluster 2023-10-11T15:50:38.373834+0000 mgr.smithi111.dafezg (mgr.14195) 380 : cluster 0 pgmap v340: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T15:50:40.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:50:40 smithi111 bash[24268]: audit 2023-10-11T15:50:40.286640+0000 mon.smithi111 (mon.0) 951 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:50:40.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:50:40 smithi130 bash[31108]: audit 2023-10-11T15:50:40.286640+0000 mon.smithi111 (mon.0) 951 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:50:41.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:50:41 smithi111 bash[24268]: cluster 2023-10-11T15:50:40.375836+0000 mgr.smithi111.dafezg (mgr.14195) 381 : cluster 0 pgmap v341: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T15:50:41.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:50:41 smithi130 bash[31108]: cluster 2023-10-11T15:50:40.375836+0000 mgr.smithi111.dafezg (mgr.14195) 381 : cluster 0 pgmap v341: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T15:50:43.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:50:43 smithi111 bash[24268]: cluster 2023-10-11T15:50:42.376643+0000 mgr.smithi111.dafezg (mgr.14195) 382 : cluster 0 pgmap v342: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T15:50:43.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:50:43 smithi130 bash[31108]: cluster 2023-10-11T15:50:42.376643+0000 mgr.smithi111.dafezg (mgr.14195) 382 : cluster 0 pgmap v342: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T15:50:45.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:50:45 smithi111 bash[24268]: cluster 2023-10-11T15:50:44.378594+0000 mgr.smithi111.dafezg (mgr.14195) 383 : cluster 0 pgmap v343: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 511 B/s wr, 2 op/s 2023-10-11T15:50:45.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:50:45 smithi130 bash[31108]: cluster 2023-10-11T15:50:44.378594+0000 mgr.smithi111.dafezg (mgr.14195) 383 : cluster 0 pgmap v343: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 511 B/s wr, 2 op/s 2023-10-11T15:50:47.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:50:46 smithi111 bash[24268]: cluster 2023-10-11T15:50:46.379561+0000 mgr.smithi111.dafezg (mgr.14195) 384 : cluster 0 pgmap v344: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 511 B/s wr, 2 op/s 2023-10-11T15:50:47.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:50:46 smithi130 bash[31108]: cluster 2023-10-11T15:50:46.379561+0000 mgr.smithi111.dafezg (mgr.14195) 384 : cluster 0 pgmap v344: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 511 B/s wr, 2 op/s 2023-10-11T15:50:49.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:50:49 smithi111 bash[24268]: cluster 2023-10-11T15:50:48.380554+0000 mgr.smithi111.dafezg (mgr.14195) 385 : cluster 0 pgmap v345: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 511 B/s wr, 2 op/s 2023-10-11T15:50:49.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:50:49 smithi130 bash[31108]: cluster 2023-10-11T15:50:48.380554+0000 mgr.smithi111.dafezg (mgr.14195) 385 : cluster 0 pgmap v345: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s rd, 511 B/s wr, 2 op/s 2023-10-11T15:50:51.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:50:51 smithi111 bash[24268]: cluster 2023-10-11T15:50:50.382565+0000 mgr.smithi111.dafezg (mgr.14195) 386 : cluster 0 pgmap v346: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 596 B/s wr, 2 op/s 2023-10-11T15:50:51.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:50:51 smithi130 bash[31108]: cluster 2023-10-11T15:50:50.382565+0000 mgr.smithi111.dafezg (mgr.14195) 386 : cluster 0 pgmap v346: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 2.1 KiB/s rd, 596 B/s wr, 2 op/s 2023-10-11T15:50:53.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:50:53 smithi130 bash[31108]: cluster 2023-10-11T15:50:52.383383+0000 mgr.smithi111.dafezg (mgr.14195) 387 : cluster 0 pgmap v347: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 511 B/s wr, 2 op/s 2023-10-11T15:50:53.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:50:53 smithi130 bash[31108]: audit 2023-10-11T15:50:53.367839+0000 mon.smithi111 (mon.0) 952 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:50:53.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:50:53 smithi111 bash[24268]: cluster 2023-10-11T15:50:52.383383+0000 mgr.smithi111.dafezg (mgr.14195) 387 : cluster 0 pgmap v347: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 511 B/s wr, 2 op/s 2023-10-11T15:50:53.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:50:53 smithi111 bash[24268]: audit 2023-10-11T15:50:53.367839+0000 mon.smithi111 (mon.0) 952 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:50:55.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:50:55 smithi111 bash[24268]: cluster 2023-10-11T15:50:54.385366+0000 mgr.smithi111.dafezg (mgr.14195) 388 : cluster 0 pgmap v348: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 511 B/s wr, 2 op/s 2023-10-11T15:50:55.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:50:55 smithi111 bash[24268]: audit 2023-10-11T15:50:55.287168+0000 mon.smithi111 (mon.0) 953 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:50:55.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:50:55 smithi130 bash[31108]: cluster 2023-10-11T15:50:54.385366+0000 mgr.smithi111.dafezg (mgr.14195) 388 : cluster 0 pgmap v348: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s rd, 511 B/s wr, 2 op/s 2023-10-11T15:50:55.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:50:55 smithi130 bash[31108]: audit 2023-10-11T15:50:55.287168+0000 mon.smithi111 (mon.0) 953 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:50:57.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:50:56 smithi111 bash[24268]: cluster 2023-10-11T15:50:56.386361+0000 mgr.smithi111.dafezg (mgr.14195) 389 : cluster 0 pgmap v349: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T15:50:57.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:50:56 smithi130 bash[31108]: cluster 2023-10-11T15:50:56.386361+0000 mgr.smithi111.dafezg (mgr.14195) 389 : cluster 0 pgmap v349: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T15:50:59.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:50:59 smithi111 bash[24268]: cluster 2023-10-11T15:50:58.387327+0000 mgr.smithi111.dafezg (mgr.14195) 390 : cluster 0 pgmap v350: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T15:50:59.521 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:50:59 smithi111 bash[24268]: audit 2023-10-11T15:50:59.416442+0000 mon.smithi111 (mon.0) 954 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:50:59.522 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:50:59 smithi111 bash[24268]: audit 2023-10-11T15:50:59.426970+0000 mon.smithi111 (mon.0) 955 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:50:59.881 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:50:59 smithi130 bash[31108]: cluster 2023-10-11T15:50:58.387327+0000 mgr.smithi111.dafezg (mgr.14195) 390 : cluster 0 pgmap v350: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T15:50:59.881 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:50:59 smithi130 bash[31108]: audit 2023-10-11T15:50:59.416442+0000 mon.smithi111 (mon.0) 954 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:50:59.881 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:50:59 smithi130 bash[31108]: audit 2023-10-11T15:50:59.426970+0000 mon.smithi111 (mon.0) 955 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:51:01.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:01 smithi130 bash[31108]: audit 2023-10-11T15:51:00.284349+0000 mon.smithi111 (mon.0) 956 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:51:01.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:01 smithi130 bash[31108]: audit 2023-10-11T15:51:00.294807+0000 mon.smithi111 (mon.0) 957 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:51:01.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:01 smithi130 bash[31108]: cluster 2023-10-11T15:51:00.389407+0000 mgr.smithi111.dafezg (mgr.14195) 391 : cluster 0 pgmap v351: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T15:51:01.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:01 smithi130 bash[31108]: audit 2023-10-11T15:51:00.819671+0000 mon.smithi111 (mon.0) 958 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:51:01.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:01 smithi130 bash[31108]: audit 2023-10-11T15:51:00.821339+0000 mon.smithi111 (mon.0) 959 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:51:01.632 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:01 smithi130 bash[31108]: cluster 2023-10-11T15:51:00.824640+0000 mgr.smithi111.dafezg (mgr.14195) 392 : cluster 0 pgmap v352: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T15:51:01.632 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:01 smithi130 bash[31108]: audit 2023-10-11T15:51:00.832275+0000 mon.smithi111 (mon.0) 960 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:51:01.632 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:01 smithi130 bash[31108]: audit 2023-10-11T15:51:00.851655+0000 mon.smithi111 (mon.0) 961 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:51:01.632 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:01 smithi130 bash[31108]: audit 2023-10-11T15:51:00.872901+0000 mon.smithi111 (mon.0) 962 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:51:01.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:01 smithi111 bash[24268]: audit 2023-10-11T15:51:00.284349+0000 mon.smithi111 (mon.0) 956 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:51:01.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:01 smithi111 bash[24268]: audit 2023-10-11T15:51:00.294807+0000 mon.smithi111 (mon.0) 957 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:51:01.772 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:01 smithi111 bash[24268]: cluster 2023-10-11T15:51:00.389407+0000 mgr.smithi111.dafezg (mgr.14195) 391 : cluster 0 pgmap v351: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-11T15:51:01.772 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:01 smithi111 bash[24268]: audit 2023-10-11T15:51:00.819671+0000 mon.smithi111 (mon.0) 958 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:51:01.772 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:01 smithi111 bash[24268]: audit 2023-10-11T15:51:00.821339+0000 mon.smithi111 (mon.0) 959 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:51:01.772 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:01 smithi111 bash[24268]: cluster 2023-10-11T15:51:00.824640+0000 mgr.smithi111.dafezg (mgr.14195) 392 : cluster 0 pgmap v352: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T15:51:01.772 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:01 smithi111 bash[24268]: audit 2023-10-11T15:51:00.832275+0000 mon.smithi111 (mon.0) 960 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:51:01.773 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:01 smithi111 bash[24268]: audit 2023-10-11T15:51:00.851655+0000 mon.smithi111 (mon.0) 961 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:51:01.773 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:01 smithi111 bash[24268]: audit 2023-10-11T15:51:00.872901+0000 mon.smithi111 (mon.0) 962 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:51:02.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:02 smithi130 bash[31108]: cluster 2023-10-11T15:51:01.291301+0000 mon.smithi111 (mon.0) 963 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-10-11T15:51:02.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:02 smithi111 bash[24268]: cluster 2023-10-11T15:51:01.291301+0000 mon.smithi111 (mon.0) 963 : cluster 3 Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2023-10-11T15:51:03.565 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:03 smithi130 bash[31108]: cluster 2023-10-11T15:51:02.825376+0000 mgr.smithi111.dafezg (mgr.14195) 393 : cluster 0 pgmap v353: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T15:51:03.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:03 smithi111 bash[24268]: cluster 2023-10-11T15:51:02.825376+0000 mgr.smithi111.dafezg (mgr.14195) 393 : cluster 0 pgmap v353: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-11T15:51:06.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:05 smithi111 bash[24268]: cluster 2023-10-11T15:51:04.827352+0000 mgr.smithi111.dafezg (mgr.14195) 394 : cluster 0 pgmap v354: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:06.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:05 smithi130 bash[31108]: cluster 2023-10-11T15:51:04.827352+0000 mgr.smithi111.dafezg (mgr.14195) 394 : cluster 0 pgmap v354: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:07.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:06 smithi111 bash[24268]: cluster 2023-10-11T15:51:06.828409+0000 mgr.smithi111.dafezg (mgr.14195) 395 : cluster 0 pgmap v355: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:07.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:06 smithi130 bash[31108]: cluster 2023-10-11T15:51:06.828409+0000 mgr.smithi111.dafezg (mgr.14195) 395 : cluster 0 pgmap v355: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:10.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:09 smithi111 bash[24268]: cluster 2023-10-11T15:51:08.829446+0000 mgr.smithi111.dafezg (mgr.14195) 396 : cluster 0 pgmap v356: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:10.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:09 smithi130 bash[31108]: cluster 2023-10-11T15:51:08.829446+0000 mgr.smithi111.dafezg (mgr.14195) 396 : cluster 0 pgmap v356: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:11.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:11 smithi130 bash[31108]: audit 2023-10-11T15:51:10.293051+0000 mon.smithi111 (mon.0) 964 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:51:11.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:11 smithi130 bash[31108]: audit 2023-10-11T15:51:10.294995+0000 mon.smithi111 (mon.0) 965 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:51:11.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:11 smithi130 bash[31108]: cluster 2023-10-11T15:51:10.831507+0000 mgr.smithi111.dafezg (mgr.14195) 397 : cluster 0 pgmap v357: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:11.772 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:11 smithi111 bash[24268]: audit 2023-10-11T15:51:10.293051+0000 mon.smithi111 (mon.0) 964 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:51:11.772 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:11 smithi111 bash[24268]: audit 2023-10-11T15:51:10.294995+0000 mon.smithi111 (mon.0) 965 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:51:11.772 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:11 smithi111 bash[24268]: cluster 2023-10-11T15:51:10.831507+0000 mgr.smithi111.dafezg (mgr.14195) 397 : cluster 0 pgmap v357: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:14.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:13 smithi130 bash[31108]: cluster 2023-10-11T15:51:12.832405+0000 mgr.smithi111.dafezg (mgr.14195) 398 : cluster 0 pgmap v358: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:14.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:13 smithi111 bash[24268]: cluster 2023-10-11T15:51:12.832405+0000 mgr.smithi111.dafezg (mgr.14195) 398 : cluster 0 pgmap v358: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:16.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:15 smithi111 bash[24268]: cluster 2023-10-11T15:51:14.834345+0000 mgr.smithi111.dafezg (mgr.14195) 399 : cluster 0 pgmap v359: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:16.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:15 smithi130 bash[31108]: cluster 2023-10-11T15:51:14.834345+0000 mgr.smithi111.dafezg (mgr.14195) 399 : cluster 0 pgmap v359: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:17.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:16 smithi111 bash[24268]: cluster 2023-10-11T15:51:16.835330+0000 mgr.smithi111.dafezg (mgr.14195) 400 : cluster 0 pgmap v360: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:17.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:16 smithi130 bash[31108]: cluster 2023-10-11T15:51:16.835330+0000 mgr.smithi111.dafezg (mgr.14195) 400 : cluster 0 pgmap v360: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:20.021 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:19 smithi111 bash[24268]: cluster 2023-10-11T15:51:18.836268+0000 mgr.smithi111.dafezg (mgr.14195) 401 : cluster 0 pgmap v361: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:20.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:19 smithi130 bash[31108]: cluster 2023-10-11T15:51:18.836268+0000 mgr.smithi111.dafezg (mgr.14195) 401 : cluster 0 pgmap v361: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:22.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:21 smithi111 bash[24268]: cluster 2023-10-11T15:51:20.838409+0000 mgr.smithi111.dafezg (mgr.14195) 402 : cluster 0 pgmap v362: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:22.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:21 smithi130 bash[31108]: cluster 2023-10-11T15:51:20.838409+0000 mgr.smithi111.dafezg (mgr.14195) 402 : cluster 0 pgmap v362: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:24.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:23 smithi111 bash[24268]: cluster 2023-10-11T15:51:22.839207+0000 mgr.smithi111.dafezg (mgr.14195) 403 : cluster 0 pgmap v363: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:24.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:23 smithi130 bash[31108]: cluster 2023-10-11T15:51:22.839207+0000 mgr.smithi111.dafezg (mgr.14195) 403 : cluster 0 pgmap v363: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:26.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:25 smithi111 bash[24268]: cluster 2023-10-11T15:51:24.840435+0000 mgr.smithi111.dafezg (mgr.14195) 404 : cluster 0 pgmap v364: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:26.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:25 smithi111 bash[24268]: audit 2023-10-11T15:51:25.287878+0000 mon.smithi111 (mon.0) 966 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:51:26.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:25 smithi130 bash[31108]: cluster 2023-10-11T15:51:24.840435+0000 mgr.smithi111.dafezg (mgr.14195) 404 : cluster 0 pgmap v364: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:26.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:25 smithi130 bash[31108]: audit 2023-10-11T15:51:25.287878+0000 mon.smithi111 (mon.0) 966 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:51:27.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:26 smithi111 bash[24268]: cluster 2023-10-11T15:51:26.841384+0000 mgr.smithi111.dafezg (mgr.14195) 405 : cluster 0 pgmap v365: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:27.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:26 smithi130 bash[31108]: cluster 2023-10-11T15:51:26.841384+0000 mgr.smithi111.dafezg (mgr.14195) 405 : cluster 0 pgmap v365: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:30.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:29 smithi111 bash[24268]: cluster 2023-10-11T15:51:28.842354+0000 mgr.smithi111.dafezg (mgr.14195) 406 : cluster 0 pgmap v366: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:30.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:29 smithi130 bash[31108]: cluster 2023-10-11T15:51:28.842354+0000 mgr.smithi111.dafezg (mgr.14195) 406 : cluster 0 pgmap v366: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:32.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:31 smithi111 bash[24268]: cluster 2023-10-11T15:51:30.844293+0000 mgr.smithi111.dafezg (mgr.14195) 407 : cluster 0 pgmap v367: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:32.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:31 smithi130 bash[31108]: cluster 2023-10-11T15:51:30.844293+0000 mgr.smithi111.dafezg (mgr.14195) 407 : cluster 0 pgmap v367: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:34.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:33 smithi111 bash[24268]: cluster 2023-10-11T15:51:32.845062+0000 mgr.smithi111.dafezg (mgr.14195) 408 : cluster 0 pgmap v368: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:34.290 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:33 smithi130 bash[31108]: cluster 2023-10-11T15:51:32.845062+0000 mgr.smithi111.dafezg (mgr.14195) 408 : cluster 0 pgmap v368: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:35.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:34 smithi111 bash[24268]: cluster 2023-10-11T15:51:34.847220+0000 mgr.smithi111.dafezg (mgr.14195) 409 : cluster 0 pgmap v369: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:35.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:34 smithi130 bash[31108]: cluster 2023-10-11T15:51:34.847220+0000 mgr.smithi111.dafezg (mgr.14195) 409 : cluster 0 pgmap v369: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:37.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:36 smithi111 bash[24268]: cluster 2023-10-11T15:51:36.848268+0000 mgr.smithi111.dafezg (mgr.14195) 410 : cluster 0 pgmap v370: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:37.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:36 smithi130 bash[31108]: cluster 2023-10-11T15:51:36.848268+0000 mgr.smithi111.dafezg (mgr.14195) 410 : cluster 0 pgmap v370: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:40.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:39 smithi111 bash[24268]: cluster 2023-10-11T15:51:38.849239+0000 mgr.smithi111.dafezg (mgr.14195) 411 : cluster 0 pgmap v371: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:40.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:39 smithi130 bash[31108]: cluster 2023-10-11T15:51:38.849239+0000 mgr.smithi111.dafezg (mgr.14195) 411 : cluster 0 pgmap v371: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:41.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:40 smithi111 bash[24268]: audit 2023-10-11T15:51:40.288257+0000 mon.smithi111 (mon.0) 967 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:51:41.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:40 smithi130 bash[31108]: audit 2023-10-11T15:51:40.288257+0000 mon.smithi111 (mon.0) 967 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:51:42.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:41 smithi111 bash[24268]: cluster 2023-10-11T15:51:40.851208+0000 mgr.smithi111.dafezg (mgr.14195) 412 : cluster 0 pgmap v372: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:42.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:41 smithi130 bash[31108]: cluster 2023-10-11T15:51:40.851208+0000 mgr.smithi111.dafezg (mgr.14195) 412 : cluster 0 pgmap v372: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:43.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:42 smithi111 bash[24268]: cluster 2023-10-11T15:51:42.852007+0000 mgr.smithi111.dafezg (mgr.14195) 413 : cluster 0 pgmap v373: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:43.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:42 smithi130 bash[31108]: cluster 2023-10-11T15:51:42.852007+0000 mgr.smithi111.dafezg (mgr.14195) 413 : cluster 0 pgmap v373: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:46.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:45 smithi111 bash[24268]: cluster 2023-10-11T15:51:44.854057+0000 mgr.smithi111.dafezg (mgr.14195) 414 : cluster 0 pgmap v374: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:46.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:45 smithi130 bash[31108]: cluster 2023-10-11T15:51:44.854057+0000 mgr.smithi111.dafezg (mgr.14195) 414 : cluster 0 pgmap v374: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:47.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:46 smithi111 bash[24268]: cluster 2023-10-11T15:51:46.855077+0000 mgr.smithi111.dafezg (mgr.14195) 415 : cluster 0 pgmap v375: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:47.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:46 smithi130 bash[31108]: cluster 2023-10-11T15:51:46.855077+0000 mgr.smithi111.dafezg (mgr.14195) 415 : cluster 0 pgmap v375: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:50.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:49 smithi111 bash[24268]: cluster 2023-10-11T15:51:48.856079+0000 mgr.smithi111.dafezg (mgr.14195) 416 : cluster 0 pgmap v376: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:50.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:49 smithi130 bash[31108]: cluster 2023-10-11T15:51:48.856079+0000 mgr.smithi111.dafezg (mgr.14195) 416 : cluster 0 pgmap v376: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:51.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:50 smithi111 bash[24268]: cluster 2023-10-11T15:51:50.858194+0000 mgr.smithi111.dafezg (mgr.14195) 417 : cluster 0 pgmap v377: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:51.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:50 smithi130 bash[31108]: cluster 2023-10-11T15:51:50.858194+0000 mgr.smithi111.dafezg (mgr.14195) 417 : cluster 0 pgmap v377: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:53.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:52 smithi111 bash[24268]: cluster 2023-10-11T15:51:52.859065+0000 mgr.smithi111.dafezg (mgr.14195) 418 : cluster 0 pgmap v378: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:53.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:52 smithi130 bash[31108]: cluster 2023-10-11T15:51:52.859065+0000 mgr.smithi111.dafezg (mgr.14195) 418 : cluster 0 pgmap v378: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:55.130 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:54 smithi130 bash[31108]: cluster 2023-10-11T15:51:54.861097+0000 mgr.smithi111.dafezg (mgr.14195) 419 : cluster 0 pgmap v379: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:55.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:54 smithi111 bash[24268]: cluster 2023-10-11T15:51:54.861097+0000 mgr.smithi111.dafezg (mgr.14195) 419 : cluster 0 pgmap v379: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:56.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:55 smithi111 bash[24268]: audit 2023-10-11T15:51:55.288737+0000 mon.smithi111 (mon.0) 968 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:51:56.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:55 smithi130 bash[31108]: audit 2023-10-11T15:51:55.288737+0000 mon.smithi111 (mon.0) 968 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:51:57.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:56 smithi111 bash[24268]: cluster 2023-10-11T15:51:56.862089+0000 mgr.smithi111.dafezg (mgr.14195) 420 : cluster 0 pgmap v380: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:57.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:56 smithi130 bash[31108]: cluster 2023-10-11T15:51:56.862089+0000 mgr.smithi111.dafezg (mgr.14195) 420 : cluster 0 pgmap v380: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:59.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:51:58 smithi111 bash[24268]: cluster 2023-10-11T15:51:58.863111+0000 mgr.smithi111.dafezg (mgr.14195) 421 : cluster 0 pgmap v381: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:51:59.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:51:58 smithi130 bash[31108]: cluster 2023-10-11T15:51:58.863111+0000 mgr.smithi111.dafezg (mgr.14195) 421 : cluster 0 pgmap v381: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:52:01.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:52:00 smithi111 bash[24268]: cluster 2023-10-11T15:52:00.865206+0000 mgr.smithi111.dafezg (mgr.14195) 422 : cluster 0 pgmap v382: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:52:01.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:52:00 smithi111 bash[24268]: audit 2023-10-11T15:52:00.953709+0000 mon.smithi111 (mon.0) 969 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:52:01.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:52:00 smithi130 bash[31108]: cluster 2023-10-11T15:52:00.865206+0000 mgr.smithi111.dafezg (mgr.14195) 422 : cluster 0 pgmap v382: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:52:01.381 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:52:00 smithi130 bash[31108]: audit 2023-10-11T15:52:00.953709+0000 mon.smithi111 (mon.0) 969 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-11T15:52:02.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:52:02 smithi130 bash[31108]: audit 2023-10-11T15:52:01.333883+0000 mon.smithi111 (mon.0) 970 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:52:02.631 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:52:02 smithi130 bash[31108]: audit 2023-10-11T15:52:01.342716+0000 mon.smithi111 (mon.0) 971 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:52:02.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:52:02 smithi111 bash[24268]: audit 2023-10-11T15:52:01.333883+0000 mon.smithi111 (mon.0) 970 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:52:02.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:52:02 smithi111 bash[24268]: audit 2023-10-11T15:52:01.342716+0000 mon.smithi111 (mon.0) 971 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:52:03.630 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:52:03 smithi130 bash[31108]: cluster 2023-10-11T15:52:02.866034+0000 mgr.smithi111.dafezg (mgr.14195) 423 : cluster 0 pgmap v383: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:52:03.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:52:03 smithi111 bash[24268]: cluster 2023-10-11T15:52:02.866034+0000 mgr.smithi111.dafezg (mgr.14195) 423 : cluster 0 pgmap v383: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:52:05.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:52:04 smithi111 bash[24268]: cluster 2023-10-11T15:52:04.868081+0000 mgr.smithi111.dafezg (mgr.14195) 424 : cluster 0 pgmap v384: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:52:05.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:52:04 smithi130 bash[31108]: cluster 2023-10-11T15:52:04.868081+0000 mgr.smithi111.dafezg (mgr.14195) 424 : cluster 0 pgmap v384: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:52:07.271 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:52:06 smithi111 bash[24268]: cluster 2023-10-11T15:52:06.868916+0000 mgr.smithi111.dafezg (mgr.14195) 425 : cluster 0 pgmap v385: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:52:07.380 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:52:06 smithi130 bash[31108]: cluster 2023-10-11T15:52:06.868916+0000 mgr.smithi111.dafezg (mgr.14195) 425 : cluster 0 pgmap v385: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:52:08.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:52:08 smithi111 bash[24268]: audit 2023-10-11T15:52:07.456034+0000 mon.smithi111 (mon.0) 972 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:52:08.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:52:08 smithi111 bash[24268]: audit 2023-10-11T15:52:07.466068+0000 mon.smithi111 (mon.0) 973 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:52:08.772 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:52:08 smithi111 bash[24268]: audit 2023-10-11T15:52:08.026984+0000 mon.smithi111 (mon.0) 974 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:52:08.772 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:52:08 smithi111 bash[24268]: audit 2023-10-11T15:52:08.037296+0000 mon.smithi111 (mon.0) 975 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:52:08.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:52:08 smithi130 bash[31108]: audit 2023-10-11T15:52:07.456034+0000 mon.smithi111 (mon.0) 972 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:52:08.881 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:52:08 smithi130 bash[31108]: audit 2023-10-11T15:52:07.466068+0000 mon.smithi111 (mon.0) 973 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:52:08.881 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:52:08 smithi130 bash[31108]: audit 2023-10-11T15:52:08.026984+0000 mon.smithi111 (mon.0) 974 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:52:08.881 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:52:08 smithi130 bash[31108]: audit 2023-10-11T15:52:08.037296+0000 mon.smithi111 (mon.0) 975 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:52:09.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:52:09 smithi111 bash[24268]: audit 2023-10-11T15:52:08.509502+0000 mon.smithi111 (mon.0) 976 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:52:09.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:52:09 smithi111 bash[24268]: audit 2023-10-11T15:52:08.511277+0000 mon.smithi111 (mon.0) 977 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:52:09.772 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:52:09 smithi111 bash[24268]: cluster 2023-10-11T15:52:08.514442+0000 mgr.smithi111.dafezg (mgr.14195) 426 : cluster 0 pgmap v386: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:52:09.772 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:52:09 smithi111 bash[24268]: cluster 2023-10-11T15:52:08.514923+0000 mgr.smithi111.dafezg (mgr.14195) 427 : cluster 0 pgmap v387: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:52:09.772 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:52:09 smithi111 bash[24268]: audit 2023-10-11T15:52:08.521664+0000 mon.smithi111 (mon.0) 978 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:52:09.772 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:52:09 smithi111 bash[24268]: audit 2023-10-11T15:52:08.527694+0000 mon.smithi111 (mon.0) 979 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:52:09.772 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:52:09 smithi111 bash[24268]: audit 2023-10-11T15:52:08.546220+0000 mon.smithi111 (mon.0) 980 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:52:09.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:52:09 smithi130 bash[31108]: audit 2023-10-11T15:52:08.509502+0000 mon.smithi111 (mon.0) 976 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-11T15:52:09.881 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:52:09 smithi130 bash[31108]: audit 2023-10-11T15:52:08.511277+0000 mon.smithi111 (mon.0) 977 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-11T15:52:09.881 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:52:09 smithi130 bash[31108]: cluster 2023-10-11T15:52:08.514442+0000 mgr.smithi111.dafezg (mgr.14195) 426 : cluster 0 pgmap v386: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:52:09.881 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:52:09 smithi130 bash[31108]: cluster 2023-10-11T15:52:08.514923+0000 mgr.smithi111.dafezg (mgr.14195) 427 : cluster 0 pgmap v387: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:52:09.881 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:52:09 smithi130 bash[31108]: audit 2023-10-11T15:52:08.521664+0000 mon.smithi111 (mon.0) 978 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:52:09.882 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:52:09 smithi130 bash[31108]: audit 2023-10-11T15:52:08.527694+0000 mon.smithi111 (mon.0) 979 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-11T15:52:09.882 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:52:09 smithi130 bash[31108]: audit 2023-10-11T15:52:08.546220+0000 mon.smithi111 (mon.0) 980 : audit 1 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' 2023-10-11T15:52:10.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:52:10 smithi111 bash[24268]: audit 2023-10-11T15:52:10.288874+0000 mon.smithi111 (mon.0) 981 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:52:10.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:52:10 smithi130 bash[31108]: audit 2023-10-11T15:52:10.288874+0000 mon.smithi111 (mon.0) 981 : audit 0 from='mgr.14195 172.21.15.111:0/4214230321' entity='mgr.smithi111.dafezg' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-11T15:52:11.771 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:52:11 smithi111 bash[24268]: cluster 2023-10-11T15:52:10.517072+0000 mgr.smithi111.dafezg (mgr.14195) 428 : cluster 0 pgmap v388: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:52:11.880 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:52:11 smithi130 bash[31108]: cluster 2023-10-11T15:52:10.517072+0000 mgr.smithi111.dafezg (mgr.14195) 428 : cluster 0 pgmap v388: 225 pgs: 225 active+clean; 583 KiB data, 234 MiB used, 715 GiB / 715 GiB avail 2023-10-11T15:52:12.264 INFO:teuthology.orchestra.run.smithi111.stderr:mount.nfs: mount system call failed 2023-10-11T15:52:12.266 DEBUG:teuthology.orchestra.run:got remote process result: 32 2023-10-11T15:52:12.267 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_e62d759a6de3042e046d7d9889d2209cbc674fbd/qa/tasks/vip.py", line 60, in exec remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi111 with status 32: "sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mount -t nfs 10.0.31.111:/foobucket /mnt/foo'" 2023-10-11T15:52:12.338 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=3c63fa340e9c4233b4a507c3a5aec8b9 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_e62d759a6de3042e046d7d9889d2209cbc674fbd/qa/tasks/vip.py", line 60, in exec remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/remote.py", line 522, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_54e62bcbac4e53d9685e08328b790d3b20d71cae/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi111 with status 32: "sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mount -t nfs 10.0.31.111:/foobucket /mnt/foo'" 2023-10-11T15:52:12.341 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-10-11T15:52:12.351 INFO:tasks.vip:Removing 10.0.15.111 (and any VIPs) on smithi111.front.sepia.ceph.com iface enp3s0f1... 2023-10-11T15:52:12.352 DEBUG:teuthology.orchestra.run.smithi111:> sudo ip addr del 10.0.15.111/16 dev enp3s0f1 2023-10-11T15:52:12.381 DEBUG:teuthology.orchestra.run.smithi111:> sudo ip addr del 10.0.31.111/16 dev enp3s0f1 2023-10-11T15:52:12.439 INFO:tasks.vip:Removing 10.0.15.130 (and any VIPs) on smithi130.front.sepia.ceph.com iface enp3s0f1... 2023-10-11T15:52:12.440 DEBUG:teuthology.orchestra.run.smithi130:> sudo ip addr del 10.0.15.130/16 dev enp3s0f1 2023-10-11T15:52:12.458 DEBUG:teuthology.orchestra.run.smithi130:> sudo ip addr del 10.0.31.111/16 dev enp3s0f1 2023-10-11T15:52:12.515 INFO:teuthology.orchestra.run.smithi130.stderr:RTNETLINK answers: Cannot assign requested address 2023-10-11T15:52:12.516 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-10-11T15:52:12.517 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-10-11T15:52:12.567 INFO:tasks.cephadm:Teardown begin 2023-10-11T15:52:12.568 DEBUG:teuthology.orchestra.run.smithi111:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-11T15:52:12.584 DEBUG:teuthology.orchestra.run.smithi130:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-11T15:52:12.600 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-10-11T15:52:12.600 DEBUG:teuthology.orchestra.run.smithi111:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-10-11T15:52:12.633 DEBUG:teuthology.orchestra.run.smithi130:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-10-11T15:52:12.648 INFO:tasks.cephadm:Stopping all daemons... 2023-10-11T15:52:12.649 INFO:tasks.cephadm.mon.smithi111:Stopping mon.smithi111... 2023-10-11T15:52:12.649 DEBUG:teuthology.orchestra.run.smithi111:> sudo systemctl stop ceph-0d30edf8-684c-11ee-8db6-212e2dc638e7@mon.smithi111 2023-10-11T15:52:12.849 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:52:12 smithi111 systemd[1]: Stopping Ceph mon.smithi111 for 0d30edf8-684c-11ee-8db6-212e2dc638e7... 2023-10-11T15:52:13.127 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:52:12 smithi111 bash[24268]: debug 2023-10-11T15:52:12.840+0000 7f982a88d700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi111 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-10-11T15:52:13.128 INFO:journalctl@ceph.mon.smithi111.smithi111.stdout:Oct 11 15:52:12 smithi111 bash[24268]: debug 2023-10-11T15:52:12.840+0000 7f982a88d700 -1 mon.smithi111@0(leader) e2 *** Got Signal Terminated *** 2023-10-11T15:52:13.782 DEBUG:teuthology.orchestra.run.smithi111:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0d30edf8-684c-11ee-8db6-212e2dc638e7@mon.smithi111.service' 2023-10-11T15:52:13.825 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-11T15:52:13.825 INFO:tasks.cephadm.mon.smithi111:Stopped mon.smithi111 2023-10-11T15:52:13.826 INFO:tasks.cephadm.mon.smithi130:Stopping mon.smithi130... 2023-10-11T15:52:13.829 DEBUG:teuthology.orchestra.run.smithi130:> sudo systemctl stop ceph-0d30edf8-684c-11ee-8db6-212e2dc638e7@mon.smithi130 2023-10-11T15:52:14.110 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:52:13 smithi130 systemd[1]: Stopping Ceph mon.smithi130 for 0d30edf8-684c-11ee-8db6-212e2dc638e7... 2023-10-11T15:52:14.110 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:52:13 smithi130 bash[31108]: debug 2023-10-11T15:52:13.985+0000 7f6a87ac2700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi130 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-10-11T15:52:14.111 INFO:journalctl@ceph.mon.smithi130.smithi130.stdout:Oct 11 15:52:13 smithi130 bash[31108]: debug 2023-10-11T15:52:13.985+0000 7f6a87ac2700 -1 mon.smithi130@1(peon) e2 *** Got Signal Terminated *** 2023-10-11T15:52:14.927 DEBUG:teuthology.orchestra.run.smithi130:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0d30edf8-684c-11ee-8db6-212e2dc638e7@mon.smithi130.service' 2023-10-11T15:52:14.972 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-10-11T15:52:14.972 INFO:tasks.cephadm.mon.smithi130:Stopped mon.smithi130 2023-10-11T15:52:14.973 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 --force --keep-logs 2023-10-11T15:52:15.101 INFO:teuthology.orchestra.run.smithi111.stdout:Deleting cluster with fsid: 0d30edf8-684c-11ee-8db6-212e2dc638e7 2023-10-11T15:53:18.596 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 --force --keep-logs 2023-10-11T15:53:18.724 INFO:teuthology.orchestra.run.smithi130.stdout:Deleting cluster with fsid: 0d30edf8-684c-11ee-8db6-212e2dc638e7 2023-10-11T15:54:17.468 DEBUG:teuthology.orchestra.run.smithi111:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-11T15:54:17.484 DEBUG:teuthology.orchestra.run.smithi130:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-10-11T15:54:17.498 INFO:tasks.cephadm:Archiving crash dumps... 2023-10-11T15:54:17.500 DEBUG:teuthology.misc:Transferring archived files from smithi111:/var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421282/remote/smithi111/crash 2023-10-11T15:54:17.501 DEBUG:teuthology.orchestra.run.smithi111:> sudo tar c -f - -C /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/crash -- . 2023-10-11T15:54:17.542 INFO:teuthology.orchestra.run.smithi111.stderr:tar: /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/crash: Cannot open: No such file or directory 2023-10-11T15:54:17.543 INFO:teuthology.orchestra.run.smithi111.stderr:tar: Error is not recoverable: exiting now 2023-10-11T15:54:17.544 DEBUG:teuthology.misc:Transferring archived files from smithi130:/var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421282/remote/smithi130/crash 2023-10-11T15:54:17.546 DEBUG:teuthology.orchestra.run.smithi130:> sudo tar c -f - -C /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/crash -- . 2023-10-11T15:54:17.561 INFO:teuthology.orchestra.run.smithi130.stderr:tar: /var/lib/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/crash: Cannot open: No such file or directory 2023-10-11T15:54:17.562 INFO:teuthology.orchestra.run.smithi130.stderr:tar: Error is not recoverable: exiting now 2023-10-11T15:54:17.563 INFO:tasks.cephadm:Checking cluster log for badness... 2023-10-11T15:54:17.563 DEBUG:teuthology.orchestra.run.smithi111:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-10-11T15:54:17.604 INFO:teuthology.orchestra.run.smithi111.stderr:grep: /var/log/ceph/0d30edf8-684c-11ee-8db6-212e2dc638e7/ceph.log: No such file or directory 2023-10-11T15:54:17.606 INFO:tasks.cephadm:Compressing logs... 2023-10-11T15:54:17.606 DEBUG:teuthology.orchestra.run.smithi111:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-11T15:54:17.649 DEBUG:teuthology.orchestra.run.smithi130:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-11T15:54:17.663 INFO:teuthology.orchestra.run.smithi111.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-10-11T15:54:17.665 INFO:teuthology.orchestra.run.smithi130.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-10-11T15:54:20.010 INFO:tasks.cephadm:Archiving logs... 2023-10-11T15:54:20.011 DEBUG:teuthology.misc:Transferring archived files from smithi111:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421282/remote/smithi111/log 2023-10-11T15:54:20.012 DEBUG:teuthology.orchestra.run.smithi111:> sudo tar c -f - -C /var/log/ceph -- . 2023-10-11T15:54:20.379 DEBUG:teuthology.misc:Transferring archived files from smithi130:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421282/remote/smithi130/log 2023-10-11T15:54:20.380 DEBUG:teuthology.orchestra.run.smithi130:> sudo tar c -f - -C /var/log/ceph -- . 2023-10-11T15:54:20.643 INFO:tasks.cephadm:Removing cluster... 2023-10-11T15:54:20.643 DEBUG:teuthology.orchestra.run.smithi111:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 --force 2023-10-11T15:54:20.769 INFO:teuthology.orchestra.run.smithi111.stdout:Deleting cluster with fsid: 0d30edf8-684c-11ee-8db6-212e2dc638e7 2023-10-11T15:54:21.958 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0d30edf8-684c-11ee-8db6-212e2dc638e7 --force 2023-10-11T15:54:22.077 INFO:teuthology.orchestra.run.smithi130.stdout:Deleting cluster with fsid: 0d30edf8-684c-11ee-8db6-212e2dc638e7 2023-10-11T15:54:23.268 INFO:tasks.cephadm:Removing cephadm ... 2023-10-11T15:54:23.268 DEBUG:teuthology.orchestra.run.smithi111:> rm -rf /home/ubuntu/cephtest/cephadm 2023-10-11T15:54:23.276 DEBUG:teuthology.orchestra.run.smithi130:> rm -rf /home/ubuntu/cephtest/cephadm 2023-10-11T15:54:23.283 INFO:tasks.cephadm:Teardown complete 2023-10-11T15:54:23.284 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-10-11T15:54:23.296 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi111:/dev/vg_nvme/lv_1... 2023-10-11T15:54:23.296 DEBUG:teuthology.orchestra.run.smithi111:> sudo nvme disconnect -n lv_1 2023-10-11T15:54:23.644 INFO:teuthology.orchestra.run.smithi111.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-10-11T15:54:23.645 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T15:54:23.646 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi111:/dev/vg_nvme/lv_2... 2023-10-11T15:54:23.647 DEBUG:teuthology.orchestra.run.smithi111:> sudo nvme disconnect -n lv_2 2023-10-11T15:54:23.948 INFO:teuthology.orchestra.run.smithi111.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-10-11T15:54:23.949 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T15:54:23.950 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi111:/dev/vg_nvme/lv_3... 2023-10-11T15:54:23.951 DEBUG:teuthology.orchestra.run.smithi111:> sudo nvme disconnect -n lv_3 2023-10-11T15:54:24.244 INFO:teuthology.orchestra.run.smithi111.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-10-11T15:54:24.245 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T15:54:24.246 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi111:/dev/vg_nvme/lv_4... 2023-10-11T15:54:24.247 DEBUG:teuthology.orchestra.run.smithi111:> sudo nvme disconnect -n lv_4 2023-10-11T15:54:24.512 INFO:teuthology.orchestra.run.smithi111.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-10-11T15:54:24.513 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T15:54:24.514 DEBUG:teuthology.orchestra.run.smithi111:> set -ex 2023-10-11T15:54:24.514 DEBUG:teuthology.orchestra.run.smithi111:> sudo dd of=/scratch_devs 2023-10-11T15:54:24.529 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi130:/dev/vg_nvme/lv_1... 2023-10-11T15:54:24.530 DEBUG:teuthology.orchestra.run.smithi130:> sudo nvme disconnect -n lv_1 2023-10-11T15:54:24.819 INFO:teuthology.orchestra.run.smithi130.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-10-11T15:54:24.820 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T15:54:24.821 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi130:/dev/vg_nvme/lv_2... 2023-10-11T15:54:24.822 DEBUG:teuthology.orchestra.run.smithi130:> sudo nvme disconnect -n lv_2 2023-10-11T15:54:25.119 INFO:teuthology.orchestra.run.smithi130.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-10-11T15:54:25.120 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T15:54:25.121 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi130:/dev/vg_nvme/lv_3... 2023-10-11T15:54:25.122 DEBUG:teuthology.orchestra.run.smithi130:> sudo nvme disconnect -n lv_3 2023-10-11T15:54:25.403 INFO:teuthology.orchestra.run.smithi130.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-10-11T15:54:25.404 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T15:54:25.405 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi130:/dev/vg_nvme/lv_4... 2023-10-11T15:54:25.406 DEBUG:teuthology.orchestra.run.smithi130:> sudo nvme disconnect -n lv_4 2023-10-11T15:54:25.723 INFO:teuthology.orchestra.run.smithi130.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-10-11T15:54:25.724 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T15:54:25.725 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2023-10-11T15:54:25.725 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/scratch_devs 2023-10-11T15:54:25.740 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-10-11T15:54:25.751 INFO:teuthology.task.clock:Checking final clock skew... 2023-10-11T15:54:25.752 DEBUG:teuthology.orchestra.run.smithi111:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-11T15:54:25.755 DEBUG:teuthology.orchestra.run.smithi130:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-11T15:54:25.771 INFO:teuthology.orchestra.run.smithi111.stdout: remote refid st t when poll reach delay offset jitter 2023-10-11T15:54:25.771 INFO:teuthology.orchestra.run.smithi111.stdout:============================================================================== 2023-10-11T15:54:25.772 INFO:teuthology.orchestra.run.smithi111.stdout:*hv01.front.sepi 44.4.53.2 2 u 54 64 377 0.061 3.835 0.709 2023-10-11T15:54:25.772 INFO:teuthology.orchestra.run.smithi111.stdout:+hv02.front.sepi 63.231.80.2 3 u 47 64 377 0.091 3.658 0.769 2023-10-11T15:54:25.772 INFO:teuthology.orchestra.run.smithi111.stdout:+hv03.front.sepi 74.6.168.72 3 u 50 64 377 0.077 -0.672 0.768 2023-10-11T15:54:25.773 INFO:teuthology.orchestra.run.smithi111.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 0.000 0.000 2023-10-11T15:54:25.803 INFO:teuthology.orchestra.run.smithi130.stdout: remote refid st t when poll reach delay offset jitter 2023-10-11T15:54:25.803 INFO:teuthology.orchestra.run.smithi130.stdout:============================================================================== 2023-10-11T15:54:25.803 INFO:teuthology.orchestra.run.smithi130.stdout:*hv01.front.sepi 44.4.53.2 2 u 49 64 377 0.080 2.880 0.335 2023-10-11T15:54:25.804 INFO:teuthology.orchestra.run.smithi130.stdout:+hv02.front.sepi 63.231.80.2 3 u 55 64 377 0.088 2.594 0.572 2023-10-11T15:54:25.804 INFO:teuthology.orchestra.run.smithi130.stdout:+hv03.front.sepi 74.6.168.72 3 u 55 64 377 0.092 -0.964 0.211 2023-10-11T15:54:25.804 INFO:teuthology.orchestra.run.smithi130.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 0.000 0.000 2023-10-11T15:54:25.805 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-10-11T15:54:25.816 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-10-11T15:54:25.817 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-10-11T15:54:25.828 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-10-11T15:54:25.838 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-10-11T15:54:25.849 INFO:teuthology.task.internal:Duration was 1385.064548 seconds 2023-10-11T15:54:25.849 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-10-11T15:54:25.860 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-10-11T15:54:25.860 DEBUG:teuthology.orchestra.run.smithi111:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-11T15:54:25.863 DEBUG:teuthology.orchestra.run.smithi130:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-11T15:54:25.910 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-10-11T15:54:25.910 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi111.front.sepia.ceph.com 2023-10-11T15:54:25.911 DEBUG:teuthology.orchestra.run.smithi111:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-10-11T15:54:25.924 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi130.front.sepia.ceph.com 2023-10-11T15:54:25.925 DEBUG:teuthology.orchestra.run.smithi130:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-10-11T15:54:25.940 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-10-11T15:54:25.940 DEBUG:teuthology.orchestra.run.smithi111:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-11T15:54:25.969 DEBUG:teuthology.orchestra.run.smithi130:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-11T15:54:26.026 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-10-11T15:54:26.027 DEBUG:teuthology.orchestra.run.smithi111:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-11T15:54:26.032 DEBUG:teuthology.orchestra.run.smithi130:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-11T15:54:26.158 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-10-11T15:54:26.170 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-10-11T15:54:26.170 DEBUG:teuthology.orchestra.run.smithi111:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-11T15:54:26.185 DEBUG:teuthology.orchestra.run.smithi130:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-11T15:54:26.202 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-10-11T15:54:26.215 DEBUG:teuthology.orchestra.run.smithi111:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-10-11T15:54:26.229 DEBUG:teuthology.orchestra.run.smithi130:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-10-11T15:54:26.241 INFO:teuthology.orchestra.run.smithi111.stdout:kernel.core_pattern = core 2023-10-11T15:54:26.261 INFO:teuthology.orchestra.run.smithi130.stdout:kernel.core_pattern = core 2023-10-11T15:54:26.281 DEBUG:teuthology.orchestra.run.smithi111:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-11T15:54:26.308 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T15:54:26.309 DEBUG:teuthology.orchestra.run.smithi130:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-11T15:54:26.327 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-11T15:54:26.328 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-10-11T15:54:26.339 INFO:teuthology.task.internal:Transferring archived files... 2023-10-11T15:54:26.341 DEBUG:teuthology.misc:Transferring archived files from smithi111:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421282/remote/smithi111 2023-10-11T15:54:26.341 DEBUG:teuthology.orchestra.run.smithi111:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-11T15:54:26.378 DEBUG:teuthology.misc:Transferring archived files from smithi130:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421282/remote/smithi130 2023-10-11T15:54:26.379 DEBUG:teuthology.orchestra.run.smithi130:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-11T15:54:26.405 INFO:teuthology.task.internal:Removing archive directory... 2023-10-11T15:54:26.405 DEBUG:teuthology.orchestra.run.smithi111:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-11T15:54:26.417 DEBUG:teuthology.orchestra.run.smithi130:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-11T15:54:26.449 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-10-11T15:54:26.462 INFO:teuthology.task.internal:Not uploading archives. 2023-10-11T15:54:26.462 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-10-11T15:54:26.473 INFO:teuthology.task.internal:Tidying up after the test... 2023-10-11T15:54:26.474 DEBUG:teuthology.orchestra.run.smithi111:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-11T15:54:26.476 DEBUG:teuthology.orchestra.run.smithi130:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-11T15:54:26.482 INFO:teuthology.orchestra.run.smithi111.stdout: 1048601 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 11 15:54 /home/ubuntu/cephtest 2023-10-11T15:54:26.498 INFO:teuthology.orchestra.run.smithi130.stdout: 1048617 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 11 15:54 /home/ubuntu/cephtest 2023-10-11T15:54:26.500 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-10-11T15:54:26.512 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-10-11T15:54:26.537 INFO:teuthology.nuke:Checking targets against current locks 2023-10-11T15:54:26.566 DEBUG:teuthology.nuke:shortname: smithi111 2023-10-11T15:54:26.566 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-11T15:54:26.591 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi111.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421282', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-11 15:21:24.819969', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-10-11T15:54:26.595 DEBUG:teuthology.nuke:shortname: smithi130 2023-10-11T15:54:26.595 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-11T15:54:26.619 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi130.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-10-11_14:03:09-orch-wip-yuri11-testing-2023-10-10-1226-reef-distro-default-smithi/7421282', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-11 15:21:24.821690', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-10-11T15:54:26.649 INFO:teuthology.orchestra.console.smithi111:Power off 2023-10-11T15:54:26.650 DEBUG:teuthology.orchestra.console.smithi111:pexpect command: ipmitool -H smithi111.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-11T15:54:26.674 DEBUG:teuthology.orchestra.console.smithi111:power off output: Chassis Power Control: Down/Off 2023-10-11T15:54:26.675 DEBUG:teuthology.orchestra.console.smithi111:pexpect command: ipmitool -H smithi111.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-11T15:54:26.691 INFO:teuthology.orchestra.console.smithi130:Power off 2023-10-11T15:54:26.692 DEBUG:teuthology.orchestra.console.smithi130:pexpect command: ipmitool -H smithi130.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-11T15:54:26.702 DEBUG:teuthology.orchestra.console.smithi111:check power output: Chassis Power is on 2023-10-11T15:54:26.714 DEBUG:teuthology.orchestra.console.smithi130:power off output: Chassis Power Control: Down/Off 2023-10-11T15:54:26.715 DEBUG:teuthology.orchestra.console.smithi130:pexpect command: ipmitool -H smithi130.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-11T15:54:26.743 DEBUG:teuthology.orchestra.console.smithi130:check power output: Chassis Power is on 2023-10-11T15:54:30.703 DEBUG:teuthology.orchestra.console.smithi111:pexpect command: ipmitool -H smithi111.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-11T15:54:30.745 DEBUG:teuthology.orchestra.console.smithi130:pexpect command: ipmitool -H smithi130.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-11T15:54:30.814 DEBUG:teuthology.orchestra.console.smithi111:check power output: Chassis Power is on 2023-10-11T15:54:30.856 DEBUG:teuthology.orchestra.console.smithi130:check power output: Chassis Power is on 2023-10-11T15:54:34.818 DEBUG:teuthology.orchestra.console.smithi111:pexpect command: ipmitool -H smithi111.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-11T15:54:34.857 DEBUG:teuthology.orchestra.console.smithi130:pexpect command: ipmitool -H smithi130.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-11T15:54:34.930 DEBUG:teuthology.orchestra.console.smithi111:check power output: Chassis Power is off 2023-10-11T15:54:34.968 DEBUG:teuthology.orchestra.console.smithi130:check power output: Chassis Power is off 2023-10-11T15:54:35.032 INFO:teuthology.orchestra.console.smithi111:Power off completed 2023-10-11T15:54:35.070 INFO:teuthology.orchestra.console.smithi130:Power off completed 2023-10-11T15:54:35.175 INFO:teuthology.run:Summary data: description: orch/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} duration: 1385.0645480155945 failure_reason: 'Command failed on smithi111 with status 32: "sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c ''mount -t nfs 10.0.31.111:/foobucket /mnt/foo''"' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=3c63fa340e9c4233b4a507c3a5aec8b9 status: fail success: false 2023-10-11T15:54:35.175 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-11T15:54:35.258 INFO:teuthology.run:FAIL