2024-06-06T20:20:07.519 INFO:root:teuthology version: 0.0.1.dev303+g861a8dc 2024-06-06T20:20:07.519 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_lflores@teuthology --archive /home/teuthworker/archive/lflores-2024-06-06_18:21:47-orch-reef-release-distro-default-smithi/7744081 --name lflores-2024-06-06_18:21:47-orch-reef-release-distro-default-smithi --description orch/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/client-keyring 3-final} --verbose -- /home/teuthworker/archive/lflores-2024-06-06_18:21:47-orch-reef-release-distro-default-smithi/7744081/orig.config.yaml 2024-06-06T20:20:07.552 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-06-06T20:20:07.638 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/lflores-2024-06-06_18:21:47-orch-reef-release-distro-default-smithi/7744081 branch: reef-release description: orch/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/client-keyring 3-final} email: null first_in_suite: false job_id: '7744081' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: lflores-2024-06-06_18:21:47-orch-reef-release-distro-default-smithi no_nested_subset: false openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: reef-release 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: 4b306633421b1cb0f0c4372ff5d6c363d032b25c ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} cephadm: image: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 install: ceph: flavor: default sha1: 4b306633421b1cb0f0c4372ff5d6c363d032b25c kernel: hwe: true workunit: branch: reef-release sha1: 4b306633421b1cb0f0c4372ff5d6c363d032b25c owner: scheduled_lflores@teuthology priority: 60 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 1640 sha1: 4b306633421b1cb0f0c4372ff5d6c363d032b25c sleep_before_teardown: 0 subset: 111/120000 suite: orch suite_branch: reef-release suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_4b306633421b1cb0f0c4372ff5d6c363d032b25c/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 4b306633421b1cb0f0c4372ff5d6c363d032b25c targets: smithi016.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi031.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 - cephadm.shell: host.a: - ceph orch host label add `hostname` foo - ceph auth get-or-create client.foo mon 'allow r' - ceph orch client-keyring set client.foo label:foo --mode 770 --owner 11111:22222 - exec: host.a: - while ! test -e /etc/ceph/ceph.client.foo.keyring ; do sleep 1 ; done - ls -al /etc/ceph/ceph.client.foo.keyring | grep rwxrwx--- - ls -al /etc/ceph/ceph.client.foo.keyring | grep 11111 - ls -al /etc/ceph/ceph.client.foo.keyring | grep 22222 - test -e /etc/ceph/ceph.conf - exec: host.b: - test ! -e /etc/ceph/ceph.client.foo.keyring - cephadm.shell: host.b: - ceph orch host label add `hostname` foo - exec: host.b: - while ! test -e /etc/ceph/ceph.client.foo.keyring ; do sleep 1 ; done - ls -al /etc/ceph/ceph.client.foo.keyring | grep rwxrwx--- - ls -al /etc/ceph/ceph.client.foo.keyring | grep 11111 - ls -al /etc/ceph/ceph.client.foo.keyring | grep 22222 - cephadm.shell: host.b: - ceph orch host label rm `hostname` foo - exec: host.b: - while test -e /etc/ceph/ceph.client.foo.keyring ; do sleep 1 ; done - exec: host.a: - test -e /etc/ceph/ceph.client.foo.keyring - cephadm.shell: host.a: - ceph orch client-keyring rm client.foo - exec: host.a: - while test -e /etc/ceph/ceph.client.foo.keyring ; do sleep 1 ; done - 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: 861a8dcf7aa816a26e13f039336f7ed0a9aec0fa timestamp: 2024-06-06_18:21:47 tube: smithi user: lflores verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2698841 2024-06-06T20:20:07.639 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_4b306633421b1cb0f0c4372ff5d6c363d032b25c/qa; will attempt to use it 2024-06-06T20:20:07.639 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_4b306633421b1cb0f0c4372ff5d6c363d032b25c/qa/tasks 2024-06-06T20:20:07.639 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-06-06T20:20:07.641 INFO:teuthology.task.internal:Checking packages... 2024-06-06T20:20:07.661 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '4b306633421b1cb0f0c4372ff5d6c363d032b25c' 2024-06-06T20:20:07.661 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-06-06T20:20:07.661 INFO:teuthology.packaging:ref: None 2024-06-06T20:20:07.661 INFO:teuthology.packaging:tag: None 2024-06-06T20:20:07.661 INFO:teuthology.packaging:branch: reef-release 2024-06-06T20:20:07.661 INFO:teuthology.packaging:sha1: 4b306633421b1cb0f0c4372ff5d6c363d032b25c 2024-06-06T20:20:07.662 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=reef-release 2024-06-06T20:20:07.882 INFO:teuthology.task.internal:Found packages for ceph version 18.2.2-1209-g4b306633-1focal 2024-06-06T20:20:07.884 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-06-06T20:20:07.891 INFO:teuthology.task.internal:no buildpackages task found 2024-06-06T20:20:07.891 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-06-06T20:20:07.905 INFO:teuthology.task.internal:Saving configuration 2024-06-06T20:20:07.917 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-06-06T20:20:07.924 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-06-06T20:20:07.950 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi016.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-06-06_18:21:47-orch-reef-release-distro-default-smithi/7744081', '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': '2024-06-06 20:14:14.788154', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-06-06T20:20:07.974 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi031.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/lflores-2024-06-06_18:21:47-orch-reef-release-distro-default-smithi/7744081', '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': '2024-06-06 20:14:14.789909', 'locked_by': 'scheduled_lflores@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-06-06T20:20:07.975 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-06-06T20:20:07.980 INFO:teuthology.task.internal:roles: ubuntu@smithi016.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-06-06T20:20:07.980 INFO:teuthology.task.internal:roles: ubuntu@smithi031.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-06-06T20:20:07.980 INFO:teuthology.run_tasks:Running task console_log... 2024-06-06T20:20:08.073 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fd6dfa1bac0>, signals=[15]) 2024-06-06T20:20:08.073 INFO:teuthology.run_tasks:Running task internal.connect... 2024-06-06T20:20:08.080 INFO:teuthology.task.internal:Opening connections... 2024-06-06T20:20:08.080 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi016.front.sepia.ceph.com 2024-06-06T20:20:08.081 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-06T20:20:08.171 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi031.front.sepia.ceph.com 2024-06-06T20:20:08.172 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-06T20:20:08.257 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-06-06T20:20:08.263 DEBUG:teuthology.orchestra.run.smithi016:> uname -m 2024-06-06T20:20:08.270 INFO:teuthology.orchestra.run.smithi016.stdout:x86_64 2024-06-06T20:20:08.270 DEBUG:teuthology.orchestra.run.smithi016:> cat /etc/os-release 2024-06-06T20:20:08.317 INFO:teuthology.orchestra.run.smithi016.stdout:NAME="Ubuntu" 2024-06-06T20:20:08.318 INFO:teuthology.orchestra.run.smithi016.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-06-06T20:20:08.318 INFO:teuthology.orchestra.run.smithi016.stdout:ID=ubuntu 2024-06-06T20:20:08.318 INFO:teuthology.orchestra.run.smithi016.stdout:ID_LIKE=debian 2024-06-06T20:20:08.318 INFO:teuthology.orchestra.run.smithi016.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-06-06T20:20:08.318 INFO:teuthology.orchestra.run.smithi016.stdout:VERSION_ID="20.04" 2024-06-06T20:20:08.318 INFO:teuthology.orchestra.run.smithi016.stdout:HOME_URL="https://www.ubuntu.com/" 2024-06-06T20:20:08.318 INFO:teuthology.orchestra.run.smithi016.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-06-06T20:20:08.318 INFO:teuthology.orchestra.run.smithi016.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-06-06T20:20:08.318 INFO:teuthology.orchestra.run.smithi016.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-06-06T20:20:08.318 INFO:teuthology.orchestra.run.smithi016.stdout:VERSION_CODENAME=focal 2024-06-06T20:20:08.318 INFO:teuthology.orchestra.run.smithi016.stdout:UBUNTU_CODENAME=focal 2024-06-06T20:20:08.319 INFO:teuthology.lock.ops:Updating smithi016.front.sepia.ceph.com on lock server 2024-06-06T20:20:08.341 DEBUG:teuthology.orchestra.run.smithi031:> uname -m 2024-06-06T20:20:08.347 INFO:teuthology.orchestra.run.smithi031.stdout:x86_64 2024-06-06T20:20:08.347 DEBUG:teuthology.orchestra.run.smithi031:> cat /etc/os-release 2024-06-06T20:20:08.396 INFO:teuthology.orchestra.run.smithi031.stdout:NAME="Ubuntu" 2024-06-06T20:20:08.396 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-06-06T20:20:08.396 INFO:teuthology.orchestra.run.smithi031.stdout:ID=ubuntu 2024-06-06T20:20:08.396 INFO:teuthology.orchestra.run.smithi031.stdout:ID_LIKE=debian 2024-06-06T20:20:08.397 INFO:teuthology.orchestra.run.smithi031.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-06-06T20:20:08.397 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION_ID="20.04" 2024-06-06T20:20:08.397 INFO:teuthology.orchestra.run.smithi031.stdout:HOME_URL="https://www.ubuntu.com/" 2024-06-06T20:20:08.397 INFO:teuthology.orchestra.run.smithi031.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-06-06T20:20:08.397 INFO:teuthology.orchestra.run.smithi031.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-06-06T20:20:08.397 INFO:teuthology.orchestra.run.smithi031.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-06-06T20:20:08.398 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION_CODENAME=focal 2024-06-06T20:20:08.398 INFO:teuthology.orchestra.run.smithi031.stdout:UBUNTU_CODENAME=focal 2024-06-06T20:20:08.398 INFO:teuthology.lock.ops:Updating smithi031.front.sepia.ceph.com on lock server 2024-06-06T20:20:08.416 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-06-06T20:20:08.424 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-06-06T20:20:08.429 INFO:teuthology.task.internal:Checking for old test directory... 2024-06-06T20:20:08.429 DEBUG:teuthology.orchestra.run.smithi016:> test '!' -e /home/ubuntu/cephtest 2024-06-06T20:20:08.431 DEBUG:teuthology.orchestra.run.smithi031:> test '!' -e /home/ubuntu/cephtest 2024-06-06T20:20:08.437 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-06-06T20:20:08.443 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-06-06T20:20:08.443 DEBUG:teuthology.orchestra.run.smithi016:> test -z $(ls -A /var/lib/ceph) 2024-06-06T20:20:08.477 DEBUG:teuthology.orchestra.run.smithi031:> test -z $(ls -A /var/lib/ceph) 2024-06-06T20:20:08.492 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-06-06T20:20:08.549 INFO:teuthology.run_tasks:Running task kernel... 2024-06-06T20:20:08.572 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-06-06T20:20:08.572 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2024-06-06T20:20:08.572 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.0': {'hwe': True}, 'host.b': {'hwe': True}, 'client.1': {'hwe': True}} 2024-06-06T20:20:08.572 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro', 'hwe': True}, 'host.b': {'kdb': 1, 'sha1': 'distro', 'hwe': True}}, timeout 300 2024-06-06T20:20:08.573 DEBUG:teuthology.orchestra.run.smithi016:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-06T20:20:08.573 DEBUG:teuthology.orchestra.run.smithi031:> test -f /run/.containerenv -o -f /.dockerenv 2024-06-06T20:20:08.579 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-06T20:20:08.579 DEBUG:teuthology.orchestra.run.smithi016:> uname -r 2024-06-06T20:20:08.580 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-06T20:20:08.580 DEBUG:teuthology.orchestra.run.smithi031:> uname -r 2024-06-06T20:20:08.586 INFO:teuthology.orchestra.run.smithi016.stdout:5.4.0-124-generic 2024-06-06T20:20:08.586 INFO:teuthology.task.kernel:Running kernel on smithi016: 5.4.0-124-generic 2024-06-06T20:20:08.586 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get clean 2024-06-06T20:20:08.588 INFO:teuthology.orchestra.run.smithi031.stdout:5.4.0-124-generic 2024-06-06T20:20:08.588 INFO:teuthology.task.kernel:Running kernel on smithi031: 5.4.0-124-generic 2024-06-06T20:20:08.588 DEBUG:teuthology.orchestra.run.smithi031:> sudo apt-get clean 2024-06-06T20:20:08.704 DEBUG:teuthology.orchestra.run.smithi031:> sudo apt-get update 2024-06-06T20:20:08.755 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get update 2024-06-06T20:20:08.870 INFO:teuthology.orchestra.run.smithi031.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB] 2024-06-06T20:20:08.918 INFO:teuthology.orchestra.run.smithi016.stdout:Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB] 2024-06-06T20:20:08.989 INFO:teuthology.orchestra.run.smithi031.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-06-06T20:20:09.038 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-06-06T20:20:09.074 INFO:teuthology.orchestra.run.smithi031.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB] 2024-06-06T20:20:09.120 INFO:teuthology.orchestra.run.smithi016.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB] 2024-06-06T20:20:09.197 INFO:teuthology.orchestra.run.smithi031.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [757 kB] 2024-06-06T20:20:09.244 INFO:teuthology.orchestra.run.smithi016.stdout:Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,960 kB] 2024-06-06T20:20:09.293 INFO:teuthology.orchestra.run.smithi031.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,960 kB] 2024-06-06T20:20:09.348 INFO:teuthology.orchestra.run.smithi031.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [444 kB] 2024-06-06T20:20:09.354 INFO:teuthology.orchestra.run.smithi031.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2024-06-06T20:20:09.354 INFO:teuthology.orchestra.run.smithi031.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [36.4 kB] 2024-06-06T20:20:09.355 INFO:teuthology.orchestra.run.smithi031.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,843 kB] 2024-06-06T20:20:09.383 INFO:teuthology.orchestra.run.smithi031.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [398 kB] 2024-06-06T20:20:09.386 INFO:teuthology.orchestra.run.smithi031.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2024-06-06T20:20:09.386 INFO:teuthology.orchestra.run.smithi031.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [965 kB] 2024-06-06T20:20:09.394 INFO:teuthology.orchestra.run.smithi031.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [660 kB] 2024-06-06T20:20:09.400 INFO:teuthology.orchestra.run.smithi031.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [204 kB] 2024-06-06T20:20:09.403 INFO:teuthology.orchestra.run.smithi031.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-06-06T20:20:09.403 INFO:teuthology.orchestra.run.smithi031.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [24.0 kB] 2024-06-06T20:20:09.403 INFO:teuthology.orchestra.run.smithi031.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,200 B] 2024-06-06T20:20:09.403 INFO:teuthology.orchestra.run.smithi031.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,904 B] 2024-06-06T20:20:09.418 INFO:teuthology.orchestra.run.smithi016.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [757 kB] 2024-06-06T20:20:09.426 INFO:teuthology.orchestra.run.smithi031.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2024-06-06T20:20:09.430 INFO:teuthology.orchestra.run.smithi016.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [444 kB] 2024-06-06T20:20:09.434 INFO:teuthology.orchestra.run.smithi016.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2024-06-06T20:20:09.434 INFO:teuthology.orchestra.run.smithi016.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,843 kB] 2024-06-06T20:20:09.441 INFO:teuthology.orchestra.run.smithi031.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB] 2024-06-06T20:20:09.458 INFO:teuthology.orchestra.run.smithi016.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [36.4 kB] 2024-06-06T20:20:09.458 INFO:teuthology.orchestra.run.smithi016.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [398 kB] 2024-06-06T20:20:09.464 INFO:teuthology.orchestra.run.smithi016.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2024-06-06T20:20:09.464 INFO:teuthology.orchestra.run.smithi016.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [660 kB] 2024-06-06T20:20:09.475 INFO:teuthology.orchestra.run.smithi016.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [965 kB] 2024-06-06T20:20:09.482 INFO:teuthology.orchestra.run.smithi016.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [204 kB] 2024-06-06T20:20:09.483 INFO:teuthology.orchestra.run.smithi016.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-06-06T20:20:09.483 INFO:teuthology.orchestra.run.smithi016.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [24.0 kB] 2024-06-06T20:20:09.483 INFO:teuthology.orchestra.run.smithi016.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,200 B] 2024-06-06T20:20:09.496 INFO:teuthology.orchestra.run.smithi016.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,904 B] 2024-06-06T20:20:09.496 INFO:teuthology.orchestra.run.smithi016.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2024-06-06T20:20:09.499 INFO:teuthology.orchestra.run.smithi016.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB] 2024-06-06T20:20:09.587 INFO:teuthology.orchestra.run.smithi031.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,338 kB] 2024-06-06T20:20:09.649 INFO:teuthology.orchestra.run.smithi016.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [981 kB] 2024-06-06T20:20:09.900 INFO:teuthology.orchestra.run.smithi016.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,338 kB] 2024-06-06T20:20:10.084 INFO:teuthology.orchestra.run.smithi016.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [526 kB] 2024-06-06T20:20:10.096 INFO:teuthology.orchestra.run.smithi016.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2024-06-06T20:20:10.096 INFO:teuthology.orchestra.run.smithi016.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,960 kB] 2024-06-06T20:20:10.177 INFO:teuthology.orchestra.run.smithi016.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [37.7 kB] 2024-06-06T20:20:10.179 INFO:teuthology.orchestra.run.smithi016.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [414 kB] 2024-06-06T20:20:10.193 INFO:teuthology.orchestra.run.smithi016.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2024-06-06T20:20:10.359 INFO:teuthology.orchestra.run.smithi016.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [787 kB] 2024-06-06T20:20:13.627 INFO:teuthology.orchestra.run.smithi031.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [981 kB] 2024-06-06T20:20:14.877 INFO:teuthology.orchestra.run.smithi031.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [526 kB] 2024-06-06T20:20:15.078 INFO:teuthology.orchestra.run.smithi016.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,193 kB] 2024-06-06T20:20:15.240 INFO:teuthology.orchestra.run.smithi016.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [287 kB] 2024-06-06T20:20:15.266 INFO:teuthology.orchestra.run.smithi016.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2024-06-06T20:20:15.287 INFO:teuthology.orchestra.run.smithi016.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,444 B] 2024-06-06T20:20:15.309 INFO:teuthology.orchestra.run.smithi016.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [26.2 kB] 2024-06-06T20:20:15.330 INFO:teuthology.orchestra.run.smithi016.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,880 B] 2024-06-06T20:20:15.351 INFO:teuthology.orchestra.run.smithi016.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2024-06-06T20:20:15.373 INFO:teuthology.orchestra.run.smithi016.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-06-06T20:20:15.395 INFO:teuthology.orchestra.run.smithi016.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-06-06T20:20:15.417 INFO:teuthology.orchestra.run.smithi016.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-06-06T20:20:15.438 INFO:teuthology.orchestra.run.smithi016.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-06-06T20:20:15.459 INFO:teuthology.orchestra.run.smithi016.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-06-06T20:20:15.481 INFO:teuthology.orchestra.run.smithi016.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-06-06T20:20:15.521 INFO:teuthology.orchestra.run.smithi031.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2024-06-06T20:20:15.527 INFO:teuthology.orchestra.run.smithi031.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,960 kB] 2024-06-06T20:20:17.482 INFO:teuthology.orchestra.run.smithi016.stdout:Fetched 20.5 MB in 7s (3,083 kB/s) 2024-06-06T20:20:19.001 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-06-06T20:20:19.029 DEBUG:teuthology.orchestra.run.smithi016:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-06-06T20:20:19.107 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-06-06T20:20:19.253 INFO:teuthology.orchestra.run.smithi031.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [37.7 kB] 2024-06-06T20:20:19.325 INFO:teuthology.orchestra.run.smithi016.stdout:Building dependency tree... 2024-06-06T20:20:19.326 INFO:teuthology.orchestra.run.smithi016.stdout:Reading state information... 2024-06-06T20:20:19.330 INFO:teuthology.orchestra.run.smithi031.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [414 kB] 2024-06-06T20:20:19.522 INFO:teuthology.orchestra.run.smithi016.stdout:The following additional packages will be installed: 2024-06-06T20:20:19.522 INFO:teuthology.orchestra.run.smithi016.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-06-06T20:20:19.522 INFO:teuthology.orchestra.run.smithi016.stdout: libusbmuxd6 linux-image-5.15.0-107-generic linux-modules-5.15.0-107-generic 2024-06-06T20:20:19.523 INFO:teuthology.orchestra.run.smithi016.stdout: linux-modules-extra-5.15.0-107-generic thermald upower usbmuxd 2024-06-06T20:20:19.524 INFO:teuthology.orchestra.run.smithi016.stdout:Suggested packages: 2024-06-06T20:20:19.524 INFO:teuthology.orchestra.run.smithi016.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2024-06-06T20:20:19.524 INFO:teuthology.orchestra.run.smithi016.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-107-generic 2024-06-06T20:20:19.584 INFO:teuthology.orchestra.run.smithi016.stdout:The following NEW packages will be installed: 2024-06-06T20:20:19.584 INFO:teuthology.orchestra.run.smithi016.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-06-06T20:20:19.584 INFO:teuthology.orchestra.run.smithi016.stdout: libusbmuxd6 linux-image-5.15.0-107-generic linux-image-generic-hwe-20.04 2024-06-06T20:20:19.585 INFO:teuthology.orchestra.run.smithi016.stdout: linux-modules-5.15.0-107-generic linux-modules-extra-5.15.0-107-generic 2024-06-06T20:20:19.585 INFO:teuthology.orchestra.run.smithi016.stdout: thermald upower usbmuxd 2024-06-06T20:20:19.645 INFO:teuthology.orchestra.run.smithi016.stdout:0 upgraded, 13 newly installed, 0 to remove and 303 not upgraded. 2024-06-06T20:20:19.645 INFO:teuthology.orchestra.run.smithi016.stdout:Need to get 90.9 MB of archives. 2024-06-06T20:20:19.646 INFO:teuthology.orchestra.run.smithi016.stdout:After this operation, 497 MB of additional disk space will be used. 2024-06-06T20:20:19.646 INFO:teuthology.orchestra.run.smithi016.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2024-06-06T20:20:19.715 INFO:teuthology.orchestra.run.smithi016.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2024-06-06T20:20:19.722 INFO:teuthology.orchestra.run.smithi016.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2024-06-06T20:20:19.727 INFO:teuthology.orchestra.run.smithi016.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2024-06-06T20:20:19.745 INFO:teuthology.orchestra.run.smithi016.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2024-06-06T20:20:19.754 INFO:teuthology.orchestra.run.smithi016.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-107-generic amd64 5.15.0-107.117~20.04.1 [21.0 MB] 2024-06-06T20:20:19.864 INFO:teuthology.orchestra.run.smithi031.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2024-06-06T20:20:20.073 INFO:teuthology.orchestra.run.smithi016.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-107-generic amd64 5.15.0-107.117~20.04.1 [11.4 MB] 2024-06-06T20:20:20.091 INFO:teuthology.orchestra.run.smithi031.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [787 kB] 2024-06-06T20:20:20.174 INFO:teuthology.orchestra.run.smithi016.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-107-generic amd64 5.15.0-107.117~20.04.1 [57.9 MB] 2024-06-06T20:20:20.998 INFO:teuthology.orchestra.run.smithi016.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.107.117~20.04.1 [2,596 B] 2024-06-06T20:20:20.998 INFO:teuthology.orchestra.run.smithi016.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2024-06-06T20:20:21.000 INFO:teuthology.orchestra.run.smithi016.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2024-06-06T20:20:21.005 INFO:teuthology.orchestra.run.smithi016.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2024-06-06T20:20:21.007 INFO:teuthology.orchestra.run.smithi016.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2024-06-06T20:20:21.329 INFO:teuthology.orchestra.run.smithi031.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,193 kB] 2024-06-06T20:20:21.662 INFO:teuthology.orchestra.run.smithi016.stdout:Fetched 90.9 MB in 1s (64.3 MB/s) 2024-06-06T20:20:21.879 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2024-06-06T20:20:23.573 INFO:teuthology.orchestra.run.smithi016.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.) 2024-06-06T20:20:23.578 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2024-06-06T20:20:23.719 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-06-06T20:20:23.985 INFO:teuthology.orchestra.run.smithi031.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [287 kB] 2024-06-06T20:20:24.080 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libplist3:amd64. 2024-06-06T20:20:24.095 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2024-06-06T20:20:24.138 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2024-06-06T20:20:24.424 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2024-06-06T20:20:24.439 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2024-06-06T20:20:24.474 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2024-06-06T20:20:24.783 INFO:teuthology.orchestra.run.smithi031.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2024-06-06T20:20:24.811 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2024-06-06T20:20:24.817 INFO:teuthology.orchestra.run.smithi031.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,444 B] 2024-06-06T20:20:24.824 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2024-06-06T20:20:24.869 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-06-06T20:20:24.890 INFO:teuthology.orchestra.run.smithi031.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [26.2 kB] 2024-06-06T20:20:24.985 INFO:teuthology.orchestra.run.smithi031.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,880 B] 2024-06-06T20:20:24.995 INFO:teuthology.orchestra.run.smithi031.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2024-06-06T20:20:24.995 INFO:teuthology.orchestra.run.smithi031.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-06-06T20:20:25.145 INFO:teuthology.orchestra.run.smithi031.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-06-06T20:20:25.239 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libupower-glib3:amd64. 2024-06-06T20:20:25.252 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2024-06-06T20:20:25.297 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2024-06-06T20:20:25.365 INFO:teuthology.orchestra.run.smithi031.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-06-06T20:20:25.529 INFO:teuthology.orchestra.run.smithi031.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-06-06T20:20:25.633 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-modules-5.15.0-107-generic. 2024-06-06T20:20:25.648 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../05-linux-modules-5.15.0-107-generic_5.15.0-107.117~20.04.1_amd64.deb ... 2024-06-06T20:20:25.694 INFO:teuthology.orchestra.run.smithi031.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-06-06T20:20:25.708 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-modules-5.15.0-107-generic (5.15.0-107.117~20.04.1) ... 2024-06-06T20:20:25.754 INFO:teuthology.orchestra.run.smithi031.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-06-06T20:20:27.810 INFO:teuthology.orchestra.run.smithi031.stdout:Fetched 20.5 MB in 17s (1,204 kB/s) 2024-06-06T20:20:28.568 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-image-5.15.0-107-generic. 2024-06-06T20:20:28.582 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../06-linux-image-5.15.0-107-generic_5.15.0-107.117~20.04.1_amd64.deb ... 2024-06-06T20:20:28.681 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-image-5.15.0-107-generic (5.15.0-107.117~20.04.1) ... 2024-06-06T20:20:29.204 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-107-generic. 2024-06-06T20:20:29.218 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-107-generic_5.15.0-107.117~20.04.1_amd64.deb ... 2024-06-06T20:20:29.262 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-modules-extra-5.15.0-107-generic (5.15.0-107.117~20.04.1) ... 2024-06-06T20:20:29.324 INFO:teuthology.orchestra.run.smithi031.stdout:Reading package lists... 2024-06-06T20:20:29.352 DEBUG:teuthology.orchestra.run.smithi031:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-06-06T20:20:29.443 INFO:teuthology.orchestra.run.smithi031.stdout:Reading package lists... 2024-06-06T20:20:29.661 INFO:teuthology.orchestra.run.smithi031.stdout:Building dependency tree... 2024-06-06T20:20:29.662 INFO:teuthology.orchestra.run.smithi031.stdout:Reading state information... 2024-06-06T20:20:29.869 INFO:teuthology.orchestra.run.smithi031.stdout:The following additional packages will be installed: 2024-06-06T20:20:29.869 INFO:teuthology.orchestra.run.smithi031.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-06-06T20:20:29.869 INFO:teuthology.orchestra.run.smithi031.stdout: libusbmuxd6 linux-image-5.15.0-107-generic linux-modules-5.15.0-107-generic 2024-06-06T20:20:29.870 INFO:teuthology.orchestra.run.smithi031.stdout: linux-modules-extra-5.15.0-107-generic thermald upower usbmuxd 2024-06-06T20:20:29.871 INFO:teuthology.orchestra.run.smithi031.stdout:Suggested packages: 2024-06-06T20:20:29.871 INFO:teuthology.orchestra.run.smithi031.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2024-06-06T20:20:29.871 INFO:teuthology.orchestra.run.smithi031.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-107-generic 2024-06-06T20:20:29.920 INFO:teuthology.orchestra.run.smithi031.stdout:The following NEW packages will be installed: 2024-06-06T20:20:29.920 INFO:teuthology.orchestra.run.smithi031.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2024-06-06T20:20:29.921 INFO:teuthology.orchestra.run.smithi031.stdout: libusbmuxd6 linux-image-5.15.0-107-generic linux-image-generic-hwe-20.04 2024-06-06T20:20:29.921 INFO:teuthology.orchestra.run.smithi031.stdout: linux-modules-5.15.0-107-generic linux-modules-extra-5.15.0-107-generic 2024-06-06T20:20:29.921 INFO:teuthology.orchestra.run.smithi031.stdout: thermald upower usbmuxd 2024-06-06T20:20:29.984 INFO:teuthology.orchestra.run.smithi031.stdout:0 upgraded, 13 newly installed, 0 to remove and 303 not upgraded. 2024-06-06T20:20:29.985 INFO:teuthology.orchestra.run.smithi031.stdout:Need to get 90.9 MB of archives. 2024-06-06T20:20:29.985 INFO:teuthology.orchestra.run.smithi031.stdout:After this operation, 497 MB of additional disk space will be used. 2024-06-06T20:20:29.985 INFO:teuthology.orchestra.run.smithi031.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2024-06-06T20:20:30.051 INFO:teuthology.orchestra.run.smithi031.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2024-06-06T20:20:30.057 INFO:teuthology.orchestra.run.smithi031.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2024-06-06T20:20:30.062 INFO:teuthology.orchestra.run.smithi031.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2024-06-06T20:20:30.079 INFO:teuthology.orchestra.run.smithi031.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2024-06-06T20:20:30.088 INFO:teuthology.orchestra.run.smithi031.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-107-generic amd64 5.15.0-107.117~20.04.1 [21.0 MB] 2024-06-06T20:20:30.407 INFO:teuthology.orchestra.run.smithi031.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-107-generic amd64 5.15.0-107.117~20.04.1 [11.4 MB] 2024-06-06T20:20:30.513 INFO:teuthology.orchestra.run.smithi031.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-107-generic amd64 5.15.0-107.117~20.04.1 [57.9 MB] 2024-06-06T20:20:31.313 INFO:teuthology.orchestra.run.smithi031.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.107.117~20.04.1 [2,596 B] 2024-06-06T20:20:31.313 INFO:teuthology.orchestra.run.smithi031.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2024-06-06T20:20:31.314 INFO:teuthology.orchestra.run.smithi031.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2024-06-06T20:20:31.317 INFO:teuthology.orchestra.run.smithi031.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2024-06-06T20:20:31.319 INFO:teuthology.orchestra.run.smithi031.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2024-06-06T20:20:31.986 INFO:teuthology.orchestra.run.smithi031.stdout:Fetched 90.9 MB in 1s (65.4 MB/s) 2024-06-06T20:20:32.158 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2024-06-06T20:20:33.813 INFO:teuthology.orchestra.run.smithi031.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2024-06-06T20:20:33.818 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2024-06-06T20:20:33.947 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-06-06T20:20:34.317 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package libplist3:amd64. 2024-06-06T20:20:34.333 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2024-06-06T20:20:34.376 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2024-06-06T20:20:34.732 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2024-06-06T20:20:34.748 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2024-06-06T20:20:34.787 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2024-06-06T20:20:35.240 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2024-06-06T20:20:35.254 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2024-06-06T20:20:35.298 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-06-06T20:20:35.618 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package libupower-glib3:amd64. 2024-06-06T20:20:35.631 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2024-06-06T20:20:35.668 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2024-06-06T20:20:35.979 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package linux-modules-5.15.0-107-generic. 2024-06-06T20:20:35.995 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../05-linux-modules-5.15.0-107-generic_5.15.0-107.117~20.04.1_amd64.deb ... 2024-06-06T20:20:36.037 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-modules-5.15.0-107-generic (5.15.0-107.117~20.04.1) ... 2024-06-06T20:20:36.222 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2024-06-06T20:20:36.237 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.107.117~20.04.1_amd64.deb ... 2024-06-06T20:20:36.280 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.107.117~20.04.1) ... 2024-06-06T20:20:36.641 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package libevdev2:amd64. 2024-06-06T20:20:36.654 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2024-06-06T20:20:36.699 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-06-06T20:20:37.044 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package thermald. 2024-06-06T20:20:37.060 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2024-06-06T20:20:37.102 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2024-06-06T20:20:37.682 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package upower. 2024-06-06T20:20:37.697 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2024-06-06T20:20:37.754 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking upower (0.99.11-1build2) ... 2024-06-06T20:20:38.170 INFO:teuthology.orchestra.run.smithi016.stdout:Selecting previously unselected package usbmuxd. 2024-06-06T20:20:38.185 INFO:teuthology.orchestra.run.smithi016.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2024-06-06T20:20:38.228 INFO:teuthology.orchestra.run.smithi016.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-06-06T20:20:38.570 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2024-06-06T20:20:38.590 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package linux-image-5.15.0-107-generic. 2024-06-06T20:20:38.603 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../06-linux-image-5.15.0-107-generic_5.15.0-107.117~20.04.1_amd64.deb ... 2024-06-06T20:20:38.716 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-image-5.15.0-107-generic (5.15.0-107.117~20.04.1) ... 2024-06-06T20:20:38.766 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-06-06T20:20:38.892 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2024-06-06T20:20:39.018 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2024-06-06T20:20:39.144 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-06-06T20:20:39.243 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-107-generic. 2024-06-06T20:20:39.256 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-107-generic_5.15.0-107.117~20.04.1_amd64.deb ... 2024-06-06T20:20:39.262 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-06-06T20:20:39.292 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-modules-extra-5.15.0-107-generic (5.15.0-107.117~20.04.1) ... 2024-06-06T20:20:39.363 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up upower (0.99.11-1build2) ... 2024-06-06T20:20:39.902 INFO:teuthology.orchestra.run.smithi016.stdout:upower.service is a disabled or a static unit, not starting it. 2024-06-06T20:20:39.950 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-06-06T20:20:40.133 INFO:teuthology.orchestra.run.smithi016.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2024-06-06T20:20:40.140 INFO:teuthology.orchestra.run.smithi016.stdout:Adding system user `usbmux' (UID 114) ... 2024-06-06T20:20:40.140 INFO:teuthology.orchestra.run.smithi016.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2024-06-06T20:20:40.642 INFO:teuthology.orchestra.run.smithi016.stdout:Not creating home directory `/var/lib/usbmux'. 2024-06-06T20:20:40.855 INFO:teuthology.orchestra.run.smithi016.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2024-06-06T20:20:40.897 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2024-06-06T20:20:41.212 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2024-06-06T20:20:41.212 INFO:teuthology.orchestra.run.smithi016.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2024-06-06T20:20:41.644 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-image-5.15.0-107-generic (5.15.0-107.117~20.04.1) ... 2024-06-06T20:20:43.004 INFO:teuthology.orchestra.run.smithi016.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-107-generic 2024-06-06T20:20:43.005 INFO:teuthology.orchestra.run.smithi016.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-107-generic 2024-06-06T20:20:43.187 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-modules-extra-5.15.0-107-generic (5.15.0-107.117~20.04.1) ... 2024-06-06T20:20:44.947 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.107.117~20.04.1) ... 2024-06-06T20:20:45.073 INFO:teuthology.orchestra.run.smithi016.stdout:Setting up linux-modules-5.15.0-107-generic (5.15.0-107.117~20.04.1) ... 2024-06-06T20:20:46.441 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2024-06-06T20:20:46.457 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.107.117~20.04.1_amd64.deb ... 2024-06-06T20:20:46.499 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.107.117~20.04.1) ... 2024-06-06T20:20:46.500 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-06-06T20:20:46.788 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-06-06T20:20:46.827 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package libevdev2:amd64. 2024-06-06T20:20:46.842 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2024-06-06T20:20:46.885 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-06-06T20:20:47.463 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package thermald. 2024-06-06T20:20:47.477 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2024-06-06T20:20:47.521 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2024-06-06T20:20:47.533 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2024-06-06T20:20:47.642 INFO:teuthology.orchestra.run.smithi016.stdout:Processing triggers for linux-image-5.15.0-107-generic (5.15.0-107.117~20.04.1) ... 2024-06-06T20:20:47.739 INFO:teuthology.orchestra.run.smithi016.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-06-06T20:20:47.739 INFO:teuthology.orchestra.run.smithi016.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-107-generic 2024-06-06T20:20:48.060 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package upower. 2024-06-06T20:20:48.073 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2024-06-06T20:20:48.133 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking upower (0.99.11-1build2) ... 2024-06-06T20:20:48.539 INFO:teuthology.orchestra.run.smithi031.stdout:Selecting previously unselected package usbmuxd. 2024-06-06T20:20:48.552 INFO:teuthology.orchestra.run.smithi031.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2024-06-06T20:20:48.597 INFO:teuthology.orchestra.run.smithi031.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-06-06T20:20:48.913 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2024-06-06T20:20:49.034 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2024-06-06T20:20:49.160 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2024-06-06T20:20:49.278 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2024-06-06T20:20:49.404 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2024-06-06T20:20:49.530 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2024-06-06T20:20:49.656 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up upower (0.99.11-1build2) ... 2024-06-06T20:20:50.191 INFO:teuthology.orchestra.run.smithi031.stdout:upower.service is a disabled or a static unit, not starting it. 2024-06-06T20:20:50.260 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2024-06-06T20:20:50.440 INFO:teuthology.orchestra.run.smithi031.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2024-06-06T20:20:50.448 INFO:teuthology.orchestra.run.smithi031.stdout:Adding system user `usbmux' (UID 114) ... 2024-06-06T20:20:50.448 INFO:teuthology.orchestra.run.smithi031.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2024-06-06T20:20:50.952 INFO:teuthology.orchestra.run.smithi031.stdout:Not creating home directory `/var/lib/usbmux'. 2024-06-06T20:20:51.166 INFO:teuthology.orchestra.run.smithi031.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2024-06-06T20:20:51.206 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2024-06-06T20:20:51.522 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2024-06-06T20:20:51.522 INFO:teuthology.orchestra.run.smithi031.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2024-06-06T20:20:51.978 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-image-5.15.0-107-generic (5.15.0-107.117~20.04.1) ... 2024-06-06T20:20:53.329 INFO:teuthology.orchestra.run.smithi031.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-107-generic 2024-06-06T20:20:53.329 INFO:teuthology.orchestra.run.smithi031.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-107-generic 2024-06-06T20:20:53.504 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-modules-extra-5.15.0-107-generic (5.15.0-107.117~20.04.1) ... 2024-06-06T20:20:54.931 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.107.117~20.04.1) ... 2024-06-06T20:20:55.056 INFO:teuthology.orchestra.run.smithi031.stdout:Setting up linux-modules-5.15.0-107-generic (5.15.0-107.117~20.04.1) ... 2024-06-06T20:20:56.458 INFO:teuthology.orchestra.run.smithi031.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2024-06-06T20:20:56.738 INFO:teuthology.orchestra.run.smithi031.stdout:Processing triggers for man-db (2.9.1-1) ... 2024-06-06T20:20:57.499 INFO:teuthology.orchestra.run.smithi031.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2024-06-06T20:20:57.608 INFO:teuthology.orchestra.run.smithi031.stdout:Processing triggers for linux-image-5.15.0-107-generic (5.15.0-107.117~20.04.1) ... 2024-06-06T20:20:57.667 INFO:teuthology.orchestra.run.smithi031.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-06-06T20:20:57.667 INFO:teuthology.orchestra.run.smithi031.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-107-generic 2024-06-06T20:21:13.994 INFO:teuthology.orchestra.run.smithi016.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-06-06T20:21:13.994 INFO:teuthology.orchestra.run.smithi016.stdout:Sourcing file `/etc/default/grub' 2024-06-06T20:21:14.013 INFO:teuthology.orchestra.run.smithi016.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-06-06T20:21:14.040 INFO:teuthology.orchestra.run.smithi016.stdout:Generating grub configuration file ... 2024-06-06T20:21:14.359 INFO:teuthology.orchestra.run.smithi016.stdout:Found linux image: /boot/vmlinuz-5.15.0-107-generic 2024-06-06T20:21:14.377 INFO:teuthology.orchestra.run.smithi016.stdout:Found initrd image: /boot/initrd.img-5.15.0-107-generic 2024-06-06T20:21:14.767 INFO:teuthology.orchestra.run.smithi016.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-06-06T20:21:14.778 INFO:teuthology.orchestra.run.smithi016.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-06-06T20:21:16.578 INFO:teuthology.orchestra.run.smithi016.stdout:done 2024-06-06T20:21:17.049 DEBUG:teuthology.orchestra.run.smithi016:> dpkg -s linux-image-generic-hwe-20.04 2024-06-06T20:21:17.099 INFO:teuthology.orchestra.run.smithi016.stdout:Package: linux-image-generic-hwe-20.04 2024-06-06T20:21:17.099 INFO:teuthology.orchestra.run.smithi016.stdout:Status: install ok installed 2024-06-06T20:21:17.099 INFO:teuthology.orchestra.run.smithi016.stdout:Priority: optional 2024-06-06T20:21:17.099 INFO:teuthology.orchestra.run.smithi016.stdout:Section: kernel 2024-06-06T20:21:17.099 INFO:teuthology.orchestra.run.smithi016.stdout:Installed-Size: 21 2024-06-06T20:21:17.099 INFO:teuthology.orchestra.run.smithi016.stdout:Maintainer: Ubuntu Kernel Team 2024-06-06T20:21:17.099 INFO:teuthology.orchestra.run.smithi016.stdout:Architecture: amd64 2024-06-06T20:21:17.099 INFO:teuthology.orchestra.run.smithi016.stdout:Source: linux-meta-hwe-5.15 2024-06-06T20:21:17.099 INFO:teuthology.orchestra.run.smithi016.stdout:Version: 5.15.0.107.117~20.04.1 2024-06-06T20:21:17.100 INFO:teuthology.orchestra.run.smithi016.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-107), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-06-06T20:21:17.100 INFO:teuthology.orchestra.run.smithi016.stdout:Depends: linux-image-5.15.0-107-generic, linux-modules-extra-5.15.0-107-generic, linux-firmware, intel-microcode, amd64-microcode 2024-06-06T20:21:17.100 INFO:teuthology.orchestra.run.smithi016.stdout:Recommends: thermald 2024-06-06T20:21:17.100 INFO:teuthology.orchestra.run.smithi016.stdout:Description: Generic Linux kernel image 2024-06-06T20:21:17.100 INFO:teuthology.orchestra.run.smithi016.stdout: This package will always depend on the latest generic kernel image 2024-06-06T20:21:17.100 INFO:teuthology.orchestra.run.smithi016.stdout: available. 2024-06-06T20:21:17.100 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-107-generic 2024-06-06T20:21:17.100 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-06-06T20:21:17.100 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-06-06T20:21:17.101 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-06-06T20:21:17.101 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi016.front.sepia.ceph.com, path=None, version=distro) 2024-06-06T20:21:17.101 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get clean 2024-06-06T20:21:17.206 DEBUG:teuthology.orchestra.run.smithi016:> sudo apt-get update 2024-06-06T20:21:17.348 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-06-06T20:21:17.361 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-06-06T20:21:17.382 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-06-06T20:21:17.506 INFO:teuthology.orchestra.run.smithi016.stdout:Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-06-06T20:21:19.233 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-06-06T20:21:19.260 DEBUG:teuthology.orchestra.run.smithi016:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-06-06T20:21:19.330 INFO:teuthology.orchestra.run.smithi016.stdout:Reading package lists... 2024-06-06T20:21:19.547 INFO:teuthology.orchestra.run.smithi016.stdout:Building dependency tree... 2024-06-06T20:21:19.547 INFO:teuthology.orchestra.run.smithi016.stdout:Reading state information... 2024-06-06T20:21:19.784 INFO:teuthology.orchestra.run.smithi016.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.107.117~20.04.1). 2024-06-06T20:21:19.784 INFO:teuthology.orchestra.run.smithi016.stdout:0 upgraded, 0 newly installed, 0 to remove and 303 not upgraded. 2024-06-06T20:21:19.786 DEBUG:teuthology.orchestra.run.smithi016:> dpkg -s linux-image-generic-hwe-20.04 2024-06-06T20:21:19.807 INFO:teuthology.orchestra.run.smithi016.stdout:Package: linux-image-generic-hwe-20.04 2024-06-06T20:21:19.808 INFO:teuthology.orchestra.run.smithi016.stdout:Status: install ok installed 2024-06-06T20:21:19.808 INFO:teuthology.orchestra.run.smithi016.stdout:Priority: optional 2024-06-06T20:21:19.808 INFO:teuthology.orchestra.run.smithi016.stdout:Section: kernel 2024-06-06T20:21:19.808 INFO:teuthology.orchestra.run.smithi016.stdout:Installed-Size: 21 2024-06-06T20:21:19.808 INFO:teuthology.orchestra.run.smithi016.stdout:Maintainer: Ubuntu Kernel Team 2024-06-06T20:21:19.808 INFO:teuthology.orchestra.run.smithi016.stdout:Architecture: amd64 2024-06-06T20:21:19.808 INFO:teuthology.orchestra.run.smithi016.stdout:Source: linux-meta-hwe-5.15 2024-06-06T20:21:19.808 INFO:teuthology.orchestra.run.smithi016.stdout:Version: 5.15.0.107.117~20.04.1 2024-06-06T20:21:19.808 INFO:teuthology.orchestra.run.smithi016.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-107), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-06-06T20:21:19.808 INFO:teuthology.orchestra.run.smithi016.stdout:Depends: linux-image-5.15.0-107-generic, linux-modules-extra-5.15.0-107-generic, linux-firmware, intel-microcode, amd64-microcode 2024-06-06T20:21:19.808 INFO:teuthology.orchestra.run.smithi016.stdout:Recommends: thermald 2024-06-06T20:21:19.808 INFO:teuthology.orchestra.run.smithi016.stdout:Description: Generic Linux kernel image 2024-06-06T20:21:19.809 INFO:teuthology.orchestra.run.smithi016.stdout: This package will always depend on the latest generic kernel image 2024-06-06T20:21:19.809 INFO:teuthology.orchestra.run.smithi016.stdout: available. 2024-06-06T20:21:19.809 DEBUG:teuthology.orchestra.run.smithi016:> mktemp 2024-06-06T20:21:19.857 INFO:teuthology.orchestra.run.smithi016.stdout:/tmp/tmp.5gBmkcVtuk 2024-06-06T20:21:19.858 DEBUG:teuthology.orchestra.run.smithi016:> sudo cp /boot/grub/grub.cfg /tmp/tmp.5gBmkcVtuk 2024-06-06T20:21:19.874 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod 0666 /tmp/tmp.5gBmkcVtuk 2024-06-06T20:21:19.922 DEBUG:teuthology.orchestra.remote:smithi016:/tmp/tmp.5gBmkcVtuk is 9KB 2024-06-06T20:21:19.937 DEBUG:teuthology.orchestra.run.smithi016:> rm -fr /tmp/tmp.5gBmkcVtuk 2024-06-06T20:21:19.944 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-06-06T20:21:19.999 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-06-06T20:21:19.999 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-06-06T20:21:19.999 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-06-06T20:21:20.030 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-107-generic 2024-06-06T20:21:20.030 DEBUG:teuthology.orchestra.run.smithi016:> sudo update-grub 2024-06-06T20:21:21.376 INFO:teuthology.orchestra.run.smithi016.stderr:Sourcing file `/etc/default/grub' 2024-06-06T20:21:21.387 INFO:teuthology.orchestra.run.smithi016.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-06-06T20:21:21.398 INFO:teuthology.orchestra.run.smithi016.stderr:Generating grub configuration file ... 2024-06-06T20:21:21.649 INFO:teuthology.orchestra.run.smithi016.stderr:Found linux image: /boot/vmlinuz-5.15.0-107-generic 2024-06-06T20:21:21.661 INFO:teuthology.orchestra.run.smithi016.stderr:Found initrd image: /boot/initrd.img-5.15.0-107-generic 2024-06-06T20:21:22.054 INFO:teuthology.orchestra.run.smithi016.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-06-06T20:21:22.066 INFO:teuthology.orchestra.run.smithi016.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-06-06T20:21:22.891 INFO:teuthology.orchestra.run.smithi016.stderr:done 2024-06-06T20:21:22.892 DEBUG:teuthology.orchestra.run.smithi016:> sudo shutdown -r now 2024-06-06T20:21:23.773 INFO:teuthology.orchestra.run.smithi031.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-06-06T20:21:23.773 INFO:teuthology.orchestra.run.smithi031.stdout:Sourcing file `/etc/default/grub' 2024-06-06T20:21:23.795 INFO:teuthology.orchestra.run.smithi031.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-06-06T20:21:23.829 INFO:teuthology.orchestra.run.smithi031.stdout:Generating grub configuration file ... 2024-06-06T20:21:24.130 INFO:teuthology.orchestra.run.smithi031.stdout:Found linux image: /boot/vmlinuz-5.15.0-107-generic 2024-06-06T20:21:24.154 INFO:teuthology.orchestra.run.smithi031.stdout:Found initrd image: /boot/initrd.img-5.15.0-107-generic 2024-06-06T20:21:24.538 INFO:teuthology.orchestra.run.smithi031.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-06-06T20:21:24.550 INFO:teuthology.orchestra.run.smithi031.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-06-06T20:21:26.607 INFO:teuthology.orchestra.run.smithi031.stdout:done 2024-06-06T20:21:27.062 DEBUG:teuthology.orchestra.run.smithi031:> dpkg -s linux-image-generic-hwe-20.04 2024-06-06T20:21:27.105 INFO:teuthology.orchestra.run.smithi031.stdout:Package: linux-image-generic-hwe-20.04 2024-06-06T20:21:27.105 INFO:teuthology.orchestra.run.smithi031.stdout:Status: install ok installed 2024-06-06T20:21:27.105 INFO:teuthology.orchestra.run.smithi031.stdout:Priority: optional 2024-06-06T20:21:27.105 INFO:teuthology.orchestra.run.smithi031.stdout:Section: kernel 2024-06-06T20:21:27.105 INFO:teuthology.orchestra.run.smithi031.stdout:Installed-Size: 21 2024-06-06T20:21:27.105 INFO:teuthology.orchestra.run.smithi031.stdout:Maintainer: Ubuntu Kernel Team 2024-06-06T20:21:27.105 INFO:teuthology.orchestra.run.smithi031.stdout:Architecture: amd64 2024-06-06T20:21:27.105 INFO:teuthology.orchestra.run.smithi031.stdout:Source: linux-meta-hwe-5.15 2024-06-06T20:21:27.105 INFO:teuthology.orchestra.run.smithi031.stdout:Version: 5.15.0.107.117~20.04.1 2024-06-06T20:21:27.106 INFO:teuthology.orchestra.run.smithi031.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-107), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-06-06T20:21:27.106 INFO:teuthology.orchestra.run.smithi031.stdout:Depends: linux-image-5.15.0-107-generic, linux-modules-extra-5.15.0-107-generic, linux-firmware, intel-microcode, amd64-microcode 2024-06-06T20:21:27.106 INFO:teuthology.orchestra.run.smithi031.stdout:Recommends: thermald 2024-06-06T20:21:27.106 INFO:teuthology.orchestra.run.smithi031.stdout:Description: Generic Linux kernel image 2024-06-06T20:21:27.106 INFO:teuthology.orchestra.run.smithi031.stdout: This package will always depend on the latest generic kernel image 2024-06-06T20:21:27.106 INFO:teuthology.orchestra.run.smithi031.stdout: available. 2024-06-06T20:21:27.106 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-107-generic 2024-06-06T20:21:27.107 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-06-06T20:21:27.107 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-06-06T20:21:27.107 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-06-06T20:21:27.107 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi031.front.sepia.ceph.com, path=None, version=distro) 2024-06-06T20:21:27.107 DEBUG:teuthology.orchestra.run.smithi031:> sudo apt-get clean 2024-06-06T20:21:27.189 DEBUG:teuthology.orchestra.run.smithi031:> sudo apt-get update 2024-06-06T20:21:27.324 INFO:teuthology.orchestra.run.smithi031.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-06-06T20:21:27.443 INFO:teuthology.orchestra.run.smithi031.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-06-06T20:21:27.525 INFO:teuthology.orchestra.run.smithi031.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-06-06T20:21:27.607 INFO:teuthology.orchestra.run.smithi031.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-06-06T20:21:29.194 INFO:teuthology.orchestra.run.smithi031.stdout:Reading package lists... 2024-06-06T20:21:29.221 DEBUG:teuthology.orchestra.run.smithi031:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2024-06-06T20:21:29.292 INFO:teuthology.orchestra.run.smithi031.stdout:Reading package lists... 2024-06-06T20:21:29.508 INFO:teuthology.orchestra.run.smithi031.stdout:Building dependency tree... 2024-06-06T20:21:29.509 INFO:teuthology.orchestra.run.smithi031.stdout:Reading state information... 2024-06-06T20:21:29.747 INFO:teuthology.orchestra.run.smithi031.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.107.117~20.04.1). 2024-06-06T20:21:29.747 INFO:teuthology.orchestra.run.smithi031.stdout:0 upgraded, 0 newly installed, 0 to remove and 303 not upgraded. 2024-06-06T20:21:29.749 DEBUG:teuthology.orchestra.run.smithi031:> dpkg -s linux-image-generic-hwe-20.04 2024-06-06T20:21:29.766 INFO:teuthology.orchestra.run.smithi031.stdout:Package: linux-image-generic-hwe-20.04 2024-06-06T20:21:29.766 INFO:teuthology.orchestra.run.smithi031.stdout:Status: install ok installed 2024-06-06T20:21:29.766 INFO:teuthology.orchestra.run.smithi031.stdout:Priority: optional 2024-06-06T20:21:29.767 INFO:teuthology.orchestra.run.smithi031.stdout:Section: kernel 2024-06-06T20:21:29.767 INFO:teuthology.orchestra.run.smithi031.stdout:Installed-Size: 21 2024-06-06T20:21:29.767 INFO:teuthology.orchestra.run.smithi031.stdout:Maintainer: Ubuntu Kernel Team 2024-06-06T20:21:29.767 INFO:teuthology.orchestra.run.smithi031.stdout:Architecture: amd64 2024-06-06T20:21:29.767 INFO:teuthology.orchestra.run.smithi031.stdout:Source: linux-meta-hwe-5.15 2024-06-06T20:21:29.767 INFO:teuthology.orchestra.run.smithi031.stdout:Version: 5.15.0.107.117~20.04.1 2024-06-06T20:21:29.767 INFO:teuthology.orchestra.run.smithi031.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-107), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-06-06T20:21:29.767 INFO:teuthology.orchestra.run.smithi031.stdout:Depends: linux-image-5.15.0-107-generic, linux-modules-extra-5.15.0-107-generic, linux-firmware, intel-microcode, amd64-microcode 2024-06-06T20:21:29.767 INFO:teuthology.orchestra.run.smithi031.stdout:Recommends: thermald 2024-06-06T20:21:29.768 INFO:teuthology.orchestra.run.smithi031.stdout:Description: Generic Linux kernel image 2024-06-06T20:21:29.768 INFO:teuthology.orchestra.run.smithi031.stdout: This package will always depend on the latest generic kernel image 2024-06-06T20:21:29.768 INFO:teuthology.orchestra.run.smithi031.stdout: available. 2024-06-06T20:21:29.769 DEBUG:teuthology.orchestra.run.smithi031:> mktemp 2024-06-06T20:21:29.773 INFO:teuthology.orchestra.run.smithi031.stdout:/tmp/tmp.rJW2wwuLd9 2024-06-06T20:21:29.773 DEBUG:teuthology.orchestra.run.smithi031:> sudo cp /boot/grub/grub.cfg /tmp/tmp.rJW2wwuLd9 2024-06-06T20:21:29.831 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod 0666 /tmp/tmp.rJW2wwuLd9 2024-06-06T20:21:29.911 DEBUG:teuthology.orchestra.remote:smithi031:/tmp/tmp.rJW2wwuLd9 is 9KB 2024-06-06T20:21:29.925 DEBUG:teuthology.orchestra.run.smithi031:> rm -fr /tmp/tmp.rJW2wwuLd9 2024-06-06T20:21:29.932 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-06-06T20:21:29.989 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-06-06T20:21:29.989 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-06-06T20:21:29.989 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-06-06T20:21:30.023 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-107-generic 2024-06-06T20:21:30.024 DEBUG:teuthology.orchestra.run.smithi031:> sudo update-grub 2024-06-06T20:21:31.277 INFO:teuthology.orchestra.run.smithi031.stderr:Sourcing file `/etc/default/grub' 2024-06-06T20:21:31.293 INFO:teuthology.orchestra.run.smithi031.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-06-06T20:21:31.302 INFO:teuthology.orchestra.run.smithi031.stderr:Generating grub configuration file ... 2024-06-06T20:21:31.550 INFO:teuthology.orchestra.run.smithi031.stderr:Found linux image: /boot/vmlinuz-5.15.0-107-generic 2024-06-06T20:21:31.562 INFO:teuthology.orchestra.run.smithi031.stderr:Found initrd image: /boot/initrd.img-5.15.0-107-generic 2024-06-06T20:21:31.910 INFO:teuthology.orchestra.run.smithi031.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-06-06T20:21:31.921 INFO:teuthology.orchestra.run.smithi031.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-06-06T20:21:33.039 INFO:teuthology.orchestra.run.smithi031.stderr:done 2024-06-06T20:21:33.041 DEBUG:teuthology.orchestra.run.smithi031:> sudo shutdown -r now 2024-06-06T20:21:52.914 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-06-06T20:21:52.915 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-06-06T20:21:52.915 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-06T20:22:03.054 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-06-06T20:22:03.055 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-06-06T20:22:03.055 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-06T20:22:11.230 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.16 2024-06-06T20:22:20.234 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-06-06T20:22:20.235 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-06T20:22:21.470 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.31 2024-06-06T20:22:30.478 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-06-06T20:22:30.479 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-06T20:22:48.866 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.31 2024-06-06T20:23:00.878 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-06-06T20:23:00.879 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-06T20:23:03.938 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.31 2024-06-06T20:23:18.948 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-06-06T20:23:18.948 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-06T20:23:19.188 DEBUG:teuthology.orchestra.run.smithi031:> true 2024-06-06T20:23:19.720 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-06-06T20:23:19.720 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-107-generic"... 2024-06-06T20:23:19.720 DEBUG:teuthology.orchestra.run.smithi031:> uname -r 2024-06-06T20:23:19.766 INFO:teuthology.orchestra.run.smithi031.stdout:5.15.0-107-generic 2024-06-06T20:23:19.767 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-107-generic vs 5.15.0-107-generic 2024-06-06T20:23:19.767 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-06-06T20:23:19.767 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-06-06T20:23:20.239 DEBUG:teuthology.orchestra.remote:timed out 2024-06-06T20:23:20.768 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-06-06T20:23:20.768 DEBUG:teuthology.orchestra.run.smithi031:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-06-06T20:23:20.848 INFO:teuthology.orchestra.run.smithi031.stdout:ttyS1 2024-06-06T20:23:20.875 DEBUG:teuthology.parallel:result is None 2024-06-06T20:23:32.240 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-06-06T20:23:32.240 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-06T20:23:32.474 DEBUG:teuthology.orchestra.run.smithi016:> true 2024-06-06T20:23:33.018 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-06-06T20:23:33.018 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-107-generic"... 2024-06-06T20:23:33.018 DEBUG:teuthology.orchestra.run.smithi016:> uname -r 2024-06-06T20:23:33.067 INFO:teuthology.orchestra.run.smithi016.stdout:5.15.0-107-generic 2024-06-06T20:23:33.067 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-107-generic vs 5.15.0-107-generic 2024-06-06T20:23:33.068 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-06-06T20:23:33.068 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-06-06T20:23:34.068 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-06-06T20:23:34.069 DEBUG:teuthology.orchestra.run.smithi016:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-06-06T20:23:34.145 INFO:teuthology.orchestra.run.smithi016.stdout:ttyS1 2024-06-06T20:23:34.168 DEBUG:teuthology.parallel:result is None 2024-06-06T20:23:34.168 INFO:teuthology.run_tasks:Running task internal.base... 2024-06-06T20:23:34.180 INFO:teuthology.task.internal:Creating test directory... 2024-06-06T20:23:34.180 DEBUG:teuthology.orchestra.run.smithi016:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-06-06T20:23:34.182 DEBUG:teuthology.orchestra.run.smithi031:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-06-06T20:23:34.190 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-06-06T20:23:34.228 INFO:teuthology.run_tasks:Running task internal.archive... 2024-06-06T20:23:34.237 INFO:teuthology.task.internal:Creating archive directory... 2024-06-06T20:23:34.238 DEBUG:teuthology.orchestra.run.smithi016:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-06-06T20:23:34.240 DEBUG:teuthology.orchestra.run.smithi031:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-06-06T20:23:34.262 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-06-06T20:23:34.270 INFO:teuthology.task.internal:Enabling coredump saving... 2024-06-06T20:23:34.270 DEBUG:teuthology.orchestra.run.smithi016:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-06-06T20:23:34.299 DEBUG:teuthology.orchestra.run.smithi031:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-06-06T20:23:34.313 INFO:teuthology.orchestra.run.smithi016.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-06T20:23:34.317 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-06T20:23:34.320 INFO:teuthology.orchestra.run.smithi016.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-06T20:23:34.325 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-06-06T20:23:34.327 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-06-06T20:23:34.333 INFO:teuthology.task.internal:Configuring sudo... 2024-06-06T20:23:34.333 DEBUG:teuthology.orchestra.run.smithi016:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-06-06T20:23:34.367 DEBUG:teuthology.orchestra.run.smithi031:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-06-06T20:23:34.387 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-06-06T20:23:34.395 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-06-06T20:23:34.396 DEBUG:teuthology.orchestra.run.smithi016:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-06-06T20:23:34.427 DEBUG:teuthology.orchestra.run.smithi031:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-06-06T20:23:34.435 DEBUG:teuthology.orchestra.run.smithi016:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-06-06T20:23:34.480 DEBUG:teuthology.orchestra.run.smithi016:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-06-06T20:23:34.528 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-06-06T20:23:34.528 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-06-06T20:23:34.588 DEBUG:teuthology.orchestra.run.smithi031:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-06-06T20:23:34.596 DEBUG:teuthology.orchestra.run.smithi031:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-06-06T20:23:34.643 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-06-06T20:23:34.644 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-06-06T20:23:34.702 DEBUG:teuthology.orchestra.run.smithi016:> sudo service rsyslog restart 2024-06-06T20:23:34.704 DEBUG:teuthology.orchestra.run.smithi031:> sudo service rsyslog restart 2024-06-06T20:23:34.791 INFO:teuthology.run_tasks:Running task internal.timer... 2024-06-06T20:23:34.797 INFO:teuthology.task.internal:Starting timer... 2024-06-06T20:23:34.798 INFO:teuthology.run_tasks:Running task pcp... 2024-06-06T20:23:34.809 INFO:teuthology.run_tasks:Running task selinux... 2024-06-06T20:23:34.817 DEBUG:teuthology.task.selinux:Excluding smithi016: OS 'ubuntu' does not support SELinux 2024-06-06T20:23:34.817 DEBUG:teuthology.task.selinux:Excluding smithi031: OS 'ubuntu' does not support SELinux 2024-06-06T20:23:34.817 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-06-06T20:23:34.817 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-06-06T20:23:34.817 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-06-06T20:23:34.817 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-06-06T20:23:34.825 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-06-06T20:23:34.828 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-06-06T20:23:34.978 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-06-06T20:23:34.997 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-06-06T20:23:34.998 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi016.front.sepia.ceph.com,smithi031.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-06-06T20:30:41.789 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi016.front.sepia.ceph.com'), Remote(name='ubuntu@smithi031.front.sepia.ceph.com')] 2024-06-06T20:30:41.790 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-06-06T20:30:41.791 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi016.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-06T20:30:41.892 DEBUG:teuthology.orchestra.run.smithi016:> true 2024-06-06T20:30:42.024 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi016.front.sepia.ceph.com' 2024-06-06T20:30:42.024 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-06-06T20:30:42.025 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-06-06T20:30:42.118 DEBUG:teuthology.orchestra.run.smithi031:> true 2024-06-06T20:30:42.236 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-06-06T20:30:42.236 INFO:teuthology.run_tasks:Running task clock... 2024-06-06T20:30:42.247 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-06-06T20:30:42.247 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-06-06T20:30:42.248 DEBUG:teuthology.orchestra.run.smithi016:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-06-06T20:30:42.250 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-06-06T20:30:42.250 DEBUG:teuthology.orchestra.run.smithi031:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-06-06T20:30:42.285 INFO:teuthology.orchestra.run.smithi016.stdout: 6 Jun 20:30:42 ntpd[13100]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-06-06T20:30:42.285 INFO:teuthology.orchestra.run.smithi016.stdout: 6 Jun 20:30:42 ntpd[13100]: Command line: ntpd -gq 2024-06-06T20:30:42.286 INFO:teuthology.orchestra.run.smithi016.stdout: 6 Jun 20:30:42 ntpd[13100]: proto: precision = 0.087 usec (-23) 2024-06-06T20:30:42.286 INFO:teuthology.orchestra.run.smithi016.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-06-06T20:30:42.287 INFO:teuthology.orchestra.run.smithi016.stdout: 6 Jun 20:30:42 ntpd[13100]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-06-06T20:30:42.287 INFO:teuthology.orchestra.run.smithi016.stdout: 6 Jun 20:30:42 ntpd[13100]: restrict ::: KOD does nothing without LIMITED. 2024-06-06T20:30:42.287 INFO:teuthology.orchestra.run.smithi016.stderr:restrict ::: KOD does nothing without LIMITED. 2024-06-06T20:30:42.288 INFO:teuthology.orchestra.run.smithi016.stdout: 6 Jun 20:30:42 ntpd[13100]: Listen and drop on 0 v6wildcard [::]:123 2024-06-06T20:30:42.288 INFO:teuthology.orchestra.run.smithi016.stdout: 6 Jun 20:30:42 ntpd[13100]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-06-06T20:30:42.288 INFO:teuthology.orchestra.run.smithi016.stdout: 6 Jun 20:30:42 ntpd[13100]: Listen normally on 2 lo 127.0.0.1:123 2024-06-06T20:30:42.288 INFO:teuthology.orchestra.run.smithi016.stdout: 6 Jun 20:30:42 ntpd[13100]: Listen normally on 3 ens1f0 172.21.15.16:123 2024-06-06T20:30:42.288 INFO:teuthology.orchestra.run.smithi016.stdout: 6 Jun 20:30:42 ntpd[13100]: Listen normally on 4 lo [::1]:123 2024-06-06T20:30:42.288 INFO:teuthology.orchestra.run.smithi016.stdout: 6 Jun 20:30:42 ntpd[13100]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:1564%4]:123 2024-06-06T20:30:42.288 INFO:teuthology.orchestra.run.smithi016.stdout: 6 Jun 20:30:42 ntpd[13100]: Listening on routing socket on fd #22 for interface updates 2024-06-06T20:30:42.309 INFO:teuthology.orchestra.run.smithi031.stdout: 6 Jun 20:30:42 ntpd[13133]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-06-06T20:30:42.309 INFO:teuthology.orchestra.run.smithi031.stdout: 6 Jun 20:30:42 ntpd[13133]: Command line: ntpd -gq 2024-06-06T20:30:42.310 INFO:teuthology.orchestra.run.smithi031.stdout: 6 Jun 20:30:42 ntpd[13133]: proto: precision = 0.092 usec (-23) 2024-06-06T20:30:42.310 INFO:teuthology.orchestra.run.smithi031.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-06-06T20:30:42.310 INFO:teuthology.orchestra.run.smithi031.stdout: 6 Jun 20:30:42 ntpd[13133]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-06-06T20:30:42.311 INFO:teuthology.orchestra.run.smithi031.stderr:restrict ::: KOD does nothing without LIMITED. 2024-06-06T20:30:42.312 INFO:teuthology.orchestra.run.smithi031.stdout: 6 Jun 20:30:42 ntpd[13133]: restrict ::: KOD does nothing without LIMITED. 2024-06-06T20:30:42.312 INFO:teuthology.orchestra.run.smithi031.stdout: 6 Jun 20:30:42 ntpd[13133]: Listen and drop on 0 v6wildcard [::]:123 2024-06-06T20:30:42.312 INFO:teuthology.orchestra.run.smithi031.stdout: 6 Jun 20:30:42 ntpd[13133]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-06-06T20:30:42.312 INFO:teuthology.orchestra.run.smithi031.stdout: 6 Jun 20:30:42 ntpd[13133]: Listen normally on 2 lo 127.0.0.1:123 2024-06-06T20:30:42.312 INFO:teuthology.orchestra.run.smithi031.stdout: 6 Jun 20:30:42 ntpd[13133]: Listen normally on 3 ens1f0 172.21.15.31:123 2024-06-06T20:30:42.312 INFO:teuthology.orchestra.run.smithi031.stdout: 6 Jun 20:30:42 ntpd[13133]: Listen normally on 4 lo [::1]:123 2024-06-06T20:30:42.312 INFO:teuthology.orchestra.run.smithi031.stdout: 6 Jun 20:30:42 ntpd[13133]: Listen normally on 5 ens1f0 [fe80::ae1f:6bff:fea5:caba%4]:123 2024-06-06T20:30:42.312 INFO:teuthology.orchestra.run.smithi031.stdout: 6 Jun 20:30:42 ntpd[13133]: Listening on routing socket on fd #22 for interface updates 2024-06-06T20:30:43.287 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:43 ntpd[13100]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:43.287 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:43 ntpd[13100]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:43.287 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:43 ntpd[13100]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:43.287 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:43 ntpd[13100]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:43.288 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:43 ntpd[13100]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:43.288 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:43 ntpd[13100]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:43.288 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:43 ntpd[13100]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:43.288 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:43 ntpd[13100]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:43.288 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:43 ntpd[13100]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-06T20:30:43.288 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:43 ntpd[13100]: can't open /var/log/ntpstats/peerstats.20240606: Permission denied 2024-06-06T20:30:43.288 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:43 ntpd[13100]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:43.288 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:43 ntpd[13100]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:43.288 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:43 ntpd[13100]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-06T20:30:43.288 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:43 ntpd[13100]: can't open /var/log/ntpstats/peerstats.20240606: Permission denied 2024-06-06T20:30:43.309 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:43 ntpd[13133]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:43.309 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:43 ntpd[13133]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:45.287 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:45 ntpd[13100]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:45.287 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:45 ntpd[13100]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:45.287 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:45 ntpd[13100]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:45.287 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:45 ntpd[13100]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:45.287 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:45 ntpd[13100]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:45.287 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:45 ntpd[13100]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:45.287 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:45 ntpd[13100]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-06T20:30:45.287 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:45 ntpd[13100]: can't open /var/log/ntpstats/peerstats.20240606: Permission denied 2024-06-06T20:30:45.288 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:45 ntpd[13100]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:45.288 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:45 ntpd[13100]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:45.288 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:45 ntpd[13100]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-06T20:30:45.288 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:45 ntpd[13100]: can't open /var/log/ntpstats/peerstats.20240606: Permission denied 2024-06-06T20:30:45.310 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:45 ntpd[13133]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:45.310 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:45 ntpd[13133]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:45.310 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:45 ntpd[13133]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:45.310 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:45 ntpd[13133]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:45.310 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:45 ntpd[13133]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-06T20:30:45.310 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:45 ntpd[13133]: can't open /var/log/ntpstats/peerstats.20240606: Permission denied 2024-06-06T20:30:46.286 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:46 ntpd[13100]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:46.286 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:46 ntpd[13100]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:46.286 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:46 ntpd[13100]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:46.287 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:46 ntpd[13100]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:46.287 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:46 ntpd[13100]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-06T20:30:46.287 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:46 ntpd[13100]: can't open /var/log/ntpstats/peerstats.20240606: Permission denied 2024-06-06T20:30:46.310 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:46 ntpd[13133]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:46.310 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:46 ntpd[13133]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:46.310 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:46 ntpd[13133]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:46.310 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:46 ntpd[13133]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:46.310 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:46 ntpd[13133]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-06T20:30:46.310 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:46 ntpd[13133]: can't open /var/log/ntpstats/peerstats.20240606: Permission denied 2024-06-06T20:30:47.287 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:47 ntpd[13100]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:47.287 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:47 ntpd[13100]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:47.287 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:47 ntpd[13100]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:47.287 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:47 ntpd[13100]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:47.287 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:47 ntpd[13100]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:47.287 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:47 ntpd[13100]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:47.287 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:47 ntpd[13100]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-06T20:30:47.288 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:47 ntpd[13100]: can't open /var/log/ntpstats/peerstats.20240606: Permission denied 2024-06-06T20:30:47.288 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:47 ntpd[13100]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:47.288 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:47 ntpd[13100]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:47.288 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:47 ntpd[13100]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-06T20:30:47.288 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:47 ntpd[13100]: can't open /var/log/ntpstats/peerstats.20240606: Permission denied 2024-06-06T20:30:47.310 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:47 ntpd[13133]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:47.310 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:47 ntpd[13133]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:47.310 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:47 ntpd[13133]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:47.310 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:47 ntpd[13133]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:47.311 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:47 ntpd[13133]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:47.311 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:47 ntpd[13133]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:47.311 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:47 ntpd[13133]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-06T20:30:47.311 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:47 ntpd[13133]: can't open /var/log/ntpstats/peerstats.20240606: Permission denied 2024-06-06T20:30:47.311 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:47 ntpd[13133]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:47.311 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:47 ntpd[13133]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:47.311 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:47 ntpd[13133]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-06T20:30:47.311 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:47 ntpd[13133]: can't open /var/log/ntpstats/peerstats.20240606: Permission denied 2024-06-06T20:30:48.286 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:48 ntpd[13100]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:48.287 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:48 ntpd[13100]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:48.287 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:48 ntpd[13100]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:48.287 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:48 ntpd[13100]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:48.287 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:48 ntpd[13100]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-06T20:30:48.287 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:48 ntpd[13100]: can't open /var/log/ntpstats/peerstats.20240606: Permission denied 2024-06-06T20:30:48.310 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:48 ntpd[13133]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:48.310 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:48 ntpd[13133]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:48.310 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:48 ntpd[13133]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:48.310 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:48 ntpd[13133]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:48.310 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:48 ntpd[13133]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-06T20:30:48.310 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:48 ntpd[13133]: can't open /var/log/ntpstats/peerstats.20240606: Permission denied 2024-06-06T20:30:49.287 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:49 ntpd[13100]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:49.287 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:49 ntpd[13100]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:49.287 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:49 ntpd[13100]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:49.287 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:49 ntpd[13100]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:49.287 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:49 ntpd[13100]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:49.287 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:49 ntpd[13100]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:49.287 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:49 ntpd[13100]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-06T20:30:49.287 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:49 ntpd[13100]: can't open /var/log/ntpstats/peerstats.20240606: Permission denied 2024-06-06T20:30:49.288 INFO:teuthology.orchestra.run.smithi016.stdout: 6 Jun 20:30:49 ntpd[13100]: ntpd: time slew +0.000603 s 2024-06-06T20:30:49.288 INFO:teuthology.orchestra.run.smithi016.stdout:ntpd: time slew +0.000603s 2024-06-06T20:30:49.288 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:49 ntpd[13100]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-06-06T20:30:49.288 INFO:teuthology.orchestra.run.smithi016.stderr: 6 Jun 20:30:49 ntpd[13100]: can't open /var/log/ntpstats/loopstats.20240606: Permission denied 2024-06-06T20:30:49.310 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:49 ntpd[13133]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:49.310 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:49 ntpd[13133]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:49.310 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:49 ntpd[13133]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:49.310 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:49 ntpd[13133]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:49.311 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:49 ntpd[13133]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:49.311 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:49 ntpd[13133]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:49.311 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:49 ntpd[13133]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-06T20:30:49.311 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:49 ntpd[13133]: can't open /var/log/ntpstats/peerstats.20240606: Permission denied 2024-06-06T20:30:49.311 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:49 ntpd[13133]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:49.311 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:49 ntpd[13133]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:49.311 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:49 ntpd[13133]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-06T20:30:49.311 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:49 ntpd[13133]: can't open /var/log/ntpstats/peerstats.20240606: Permission denied 2024-06-06T20:30:49.343 INFO:teuthology.orchestra.run.smithi016.stdout: remote refid st t when poll reach delay offset jitter 2024-06-06T20:30:49.343 INFO:teuthology.orchestra.run.smithi016.stdout:============================================================================== 2024-06-06T20:30:49.343 INFO:teuthology.orchestra.run.smithi016.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-06T20:30:49.343 INFO:teuthology.orchestra.run.smithi016.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-06T20:30:49.343 INFO:teuthology.orchestra.run.smithi016.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-06T20:30:49.343 INFO:teuthology.orchestra.run.smithi016.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-06T20:30:50.310 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:50 ntpd[13133]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:50.310 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:50 ntpd[13133]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:50.310 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:50 ntpd[13133]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:50.310 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:50 ntpd[13133]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:50.310 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:50 ntpd[13133]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-06T20:30:50.310 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:50 ntpd[13133]: can't open /var/log/ntpstats/peerstats.20240606: Permission denied 2024-06-06T20:30:51.310 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:51 ntpd[13133]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:51.310 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:51 ntpd[13133]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:51.310 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:51 ntpd[13133]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:51.310 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:51 ntpd[13133]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:51.310 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:51 ntpd[13133]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-06-06T20:30:51.311 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:51 ntpd[13133]: can't open /var/log/ntpstats/rawstats.20240606: Permission denied 2024-06-06T20:30:51.311 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:51 ntpd[13133]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-06-06T20:30:51.311 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:51 ntpd[13133]: can't open /var/log/ntpstats/peerstats.20240606: Permission denied 2024-06-06T20:30:51.311 INFO:teuthology.orchestra.run.smithi031.stdout: 6 Jun 20:30:51 ntpd[13133]: ntpd: time slew +0.000321 s 2024-06-06T20:30:51.311 INFO:teuthology.orchestra.run.smithi031.stdout:ntpd: time slew +0.000321s 2024-06-06T20:30:51.311 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:51 ntpd[13133]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-06-06T20:30:51.311 INFO:teuthology.orchestra.run.smithi031.stderr: 6 Jun 20:30:51 ntpd[13133]: can't open /var/log/ntpstats/loopstats.20240606: Permission denied 2024-06-06T20:30:51.378 INFO:teuthology.orchestra.run.smithi031.stdout: remote refid st t when poll reach delay offset jitter 2024-06-06T20:30:51.378 INFO:teuthology.orchestra.run.smithi031.stdout:============================================================================== 2024-06-06T20:30:51.378 INFO:teuthology.orchestra.run.smithi031.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-06T20:30:51.378 INFO:teuthology.orchestra.run.smithi031.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-06T20:30:51.378 INFO:teuthology.orchestra.run.smithi031.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-06T20:30:51.378 INFO:teuthology.orchestra.run.smithi031.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-06-06T20:30:51.379 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-06-06T20:30:51.390 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-06-06T20:30:51.390 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-06-06T20:30:51.391 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/scratch_devs of=/dev/stdout 2024-06-06T20:30:51.398 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-06-06T20:30:51.398 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/vg_nvme/lv_1 2024-06-06T20:30:51.446 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-06-06T20:30:51.446 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-06T20:30:51.446 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 5h/5d Inode: 489 Links: 1 2024-06-06T20:30:51.446 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-06T20:30:51.446 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2024-06-06 20:27:34.511369301 +0000 2024-06-06T20:30:51.446 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2024-06-06 20:27:34.507369393 +0000 2024-06-06T20:30:51.447 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2024-06-06 20:27:34.507369393 +0000 2024-06-06T20:30:51.447 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2024-06-06T20:30:51.447 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-06-06T20:30:51.501 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2024-06-06T20:30:51.502 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2024-06-06T20:30:51.502 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000310902 s, 1.6 MB/s 2024-06-06T20:30:51.503 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-06-06T20:30:51.556 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/vg_nvme/lv_2 2024-06-06T20:30:51.610 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-06-06T20:30:51.610 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-06T20:30:51.610 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 5h/5d Inode: 498 Links: 1 2024-06-06T20:30:51.610 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-06T20:30:51.610 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2024-06-06 20:27:35.223352878 +0000 2024-06-06T20:30:51.610 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2024-06-06 20:27:34.983358414 +0000 2024-06-06T20:30:51.610 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2024-06-06 20:27:34.983358414 +0000 2024-06-06T20:30:51.610 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2024-06-06T20:30:51.610 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-06-06T20:30:51.665 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2024-06-06T20:30:51.665 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2024-06-06T20:30:51.665 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000298867 s, 1.7 MB/s 2024-06-06T20:30:51.666 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-06-06T20:30:51.719 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/vg_nvme/lv_3 2024-06-06T20:30:51.774 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-06-06T20:30:51.775 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-06T20:30:51.775 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 5h/5d Inode: 503 Links: 1 2024-06-06T20:30:51.775 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-06T20:30:51.775 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2024-06-06 20:27:35.667342637 +0000 2024-06-06T20:30:51.775 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2024-06-06 20:27:35.427348173 +0000 2024-06-06T20:30:51.775 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2024-06-06 20:27:35.427348173 +0000 2024-06-06T20:30:51.775 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2024-06-06T20:30:51.775 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-06-06T20:30:51.837 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2024-06-06T20:30:51.837 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2024-06-06T20:30:51.837 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000292293 s, 1.8 MB/s 2024-06-06T20:30:51.839 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-06-06T20:30:51.895 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/vg_nvme/lv_4 2024-06-06T20:30:51.946 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-06-06T20:30:51.946 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-06T20:30:51.946 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 5h/5d Inode: 510 Links: 1 2024-06-06T20:30:51.946 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-06T20:30:51.946 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2024-06-06 20:27:36.135331840 +0000 2024-06-06T20:30:51.946 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2024-06-06 20:27:35.883337654 +0000 2024-06-06T20:30:51.946 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2024-06-06 20:27:35.883337654 +0000 2024-06-06T20:30:51.946 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2024-06-06T20:30:51.946 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-06-06T20:30:52.003 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2024-06-06T20:30:52.004 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2024-06-06T20:30:52.004 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.00031037 s, 1.6 MB/s 2024-06-06T20:30:52.005 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-06-06T20:30:52.055 DEBUG:teuthology.orchestra.run.smithi016:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-06-06T20:30:52.173 INFO:teuthology.orchestra.run.smithi016.stdout:loop 2024-06-06T20:30:52.175 INFO:tasks.nvme_loop:Connecting nvme_loop smithi016:/dev/vg_nvme/lv_1... 2024-06-06T20:30:52.175 DEBUG:teuthology.orchestra.run.smithi016:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-06-06T20:30:52.198 INFO:teuthology.orchestra.run.smithi016.stdout:1 2024-06-06T20:30:52.225 INFO:teuthology.orchestra.run.smithi016.stdout:/dev/vg_nvme/lv_11 2024-06-06T20:30:52.251 INFO:tasks.nvme_loop:Connecting nvme_loop smithi016:/dev/vg_nvme/lv_2... 2024-06-06T20:30:52.251 DEBUG:teuthology.orchestra.run.smithi016:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-06-06T20:30:52.317 INFO:teuthology.orchestra.run.smithi016.stdout:1 2024-06-06T20:30:52.341 INFO:teuthology.orchestra.run.smithi016.stdout:/dev/vg_nvme/lv_21 2024-06-06T20:30:52.366 INFO:tasks.nvme_loop:Connecting nvme_loop smithi016:/dev/vg_nvme/lv_3... 2024-06-06T20:30:52.366 DEBUG:teuthology.orchestra.run.smithi016:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-06-06T20:30:52.429 INFO:teuthology.orchestra.run.smithi016.stdout:1 2024-06-06T20:30:52.453 INFO:teuthology.orchestra.run.smithi016.stdout:/dev/vg_nvme/lv_31 2024-06-06T20:30:52.479 INFO:tasks.nvme_loop:Connecting nvme_loop smithi016:/dev/vg_nvme/lv_4... 2024-06-06T20:30:52.480 DEBUG:teuthology.orchestra.run.smithi016:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-06-06T20:30:52.549 INFO:teuthology.orchestra.run.smithi016.stdout:1 2024-06-06T20:30:52.575 INFO:teuthology.orchestra.run.smithi016.stdout:/dev/vg_nvme/lv_41 2024-06-06T20:30:52.595 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-06-06T20:30:52.595 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/scratch_devs of=/dev/stdout 2024-06-06T20:30:52.645 DEBUG:teuthology.orchestra.run.smithi016:> sudo nvme list 2024-06-06T20:30:52.701 INFO:teuthology.orchestra.run.smithi016.stdout:Node SN Model Namespace Usage Format FW Rev 2024-06-06T20:30:52.702 INFO:teuthology.orchestra.run.smithi016.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-06-06T20:30:52.702 INFO:teuthology.orchestra.run.smithi016.stdout:/dev/nvme0n1 PHMB7513002C480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-06-06T20:30:52.702 INFO:teuthology.orchestra.run.smithi016.stdout:/dev/nvme1n1 206742881521ff12d8c6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-06-06T20:30:52.702 INFO:teuthology.orchestra.run.smithi016.stdout:/dev/nvme2n1 f8af31b786f6cd661ccc Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-06-06T20:30:52.702 INFO:teuthology.orchestra.run.smithi016.stdout:/dev/nvme3n1 159c30e80543a77e7e01 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-06-06T20:30:52.702 INFO:teuthology.orchestra.run.smithi016.stdout:/dev/nvme4n1 35053781d667918a9b42 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-06-06T20:30:52.703 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-06-06T20:30:52.704 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-06-06T20:30:52.704 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/scratch_devs 2024-06-06T20:30:52.762 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-06-06T20:30:52.762 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/scratch_devs of=/dev/stdout 2024-06-06T20:30:52.770 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-06-06T20:30:52.770 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_1 2024-06-06T20:30:52.821 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-06-06T20:30:52.821 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-06T20:30:52.821 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 5h/5d Inode: 491 Links: 1 2024-06-06T20:30:52.821 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-06T20:30:52.821 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-06-06 20:27:36.822224006 +0000 2024-06-06T20:30:52.821 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-06-06 20:27:36.594229266 +0000 2024-06-06T20:30:52.821 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-06-06 20:27:36.594229266 +0000 2024-06-06T20:30:52.821 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2024-06-06T20:30:52.822 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-06-06T20:30:52.875 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-06-06T20:30:52.875 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-06-06T20:30:52.875 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000452242 s, 1.1 MB/s 2024-06-06T20:30:52.876 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-06-06T20:30:52.927 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_2 2024-06-06T20:30:52.981 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-06-06T20:30:52.981 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-06T20:30:52.981 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 5h/5d Inode: 496 Links: 1 2024-06-06T20:30:52.981 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-06T20:30:52.981 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-06-06 20:27:37.302212934 +0000 2024-06-06T20:30:52.981 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-06-06 20:27:37.038219023 +0000 2024-06-06T20:30:52.981 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-06-06 20:27:37.038219023 +0000 2024-06-06T20:30:52.982 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2024-06-06T20:30:52.982 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-06-06T20:30:53.036 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-06-06T20:30:53.036 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-06-06T20:30:53.036 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000407451 s, 1.3 MB/s 2024-06-06T20:30:53.037 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-06-06T20:30:53.086 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_3 2024-06-06T20:30:53.137 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-06-06T20:30:53.137 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-06T20:30:53.137 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 5h/5d Inode: 502 Links: 1 2024-06-06T20:30:53.137 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-06T20:30:53.137 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-06-06 20:27:37.770202139 +0000 2024-06-06T20:30:53.137 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-06-06 20:27:37.514208044 +0000 2024-06-06T20:30:53.137 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-06-06 20:27:37.514208044 +0000 2024-06-06T20:30:53.137 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2024-06-06T20:30:53.138 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-06-06T20:30:53.195 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-06-06T20:30:53.195 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-06-06T20:30:53.195 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000436237 s, 1.2 MB/s 2024-06-06T20:30:53.196 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-06-06T20:30:53.246 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_4 2024-06-06T20:30:53.296 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-06-06T20:30:53.297 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-06-06T20:30:53.297 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 5h/5d Inode: 508 Links: 1 2024-06-06T20:30:53.297 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-06-06T20:30:53.297 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-06-06 20:27:38.230191528 +0000 2024-06-06T20:30:53.297 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-06-06 20:27:37.982197249 +0000 2024-06-06T20:30:53.297 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-06-06 20:27:37.982197249 +0000 2024-06-06T20:30:53.297 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2024-06-06T20:30:53.297 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-06-06T20:30:53.352 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-06-06T20:30:53.352 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-06-06T20:30:53.352 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000395066 s, 1.3 MB/s 2024-06-06T20:30:53.353 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-06-06T20:30:53.402 DEBUG:teuthology.orchestra.run.smithi031:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-06-06T20:30:53.538 INFO:teuthology.orchestra.run.smithi031.stdout:loop 2024-06-06T20:30:53.539 INFO:tasks.nvme_loop:Connecting nvme_loop smithi031:/dev/vg_nvme/lv_1... 2024-06-06T20:30:53.540 DEBUG:teuthology.orchestra.run.smithi031:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-06-06T20:30:53.561 INFO:teuthology.orchestra.run.smithi031.stdout:1 2024-06-06T20:30:53.584 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/vg_nvme/lv_11 2024-06-06T20:30:53.610 INFO:tasks.nvme_loop:Connecting nvme_loop smithi031:/dev/vg_nvme/lv_2... 2024-06-06T20:30:53.610 DEBUG:teuthology.orchestra.run.smithi031:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-06-06T20:30:53.678 INFO:teuthology.orchestra.run.smithi031.stdout:1 2024-06-06T20:30:53.706 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/vg_nvme/lv_21 2024-06-06T20:30:53.729 INFO:tasks.nvme_loop:Connecting nvme_loop smithi031:/dev/vg_nvme/lv_3... 2024-06-06T20:30:53.729 DEBUG:teuthology.orchestra.run.smithi031:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-06-06T20:30:53.796 INFO:teuthology.orchestra.run.smithi031.stdout:1 2024-06-06T20:30:53.819 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/vg_nvme/lv_31 2024-06-06T20:30:53.842 INFO:tasks.nvme_loop:Connecting nvme_loop smithi031:/dev/vg_nvme/lv_4... 2024-06-06T20:30:53.842 DEBUG:teuthology.orchestra.run.smithi031:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-06-06T20:30:53.916 INFO:teuthology.orchestra.run.smithi031.stdout:1 2024-06-06T20:30:53.944 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/vg_nvme/lv_41 2024-06-06T20:30:53.969 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-06-06T20:30:53.969 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/scratch_devs of=/dev/stdout 2024-06-06T20:30:54.017 DEBUG:teuthology.orchestra.run.smithi031:> sudo nvme list 2024-06-06T20:30:54.072 INFO:teuthology.orchestra.run.smithi031.stdout:Node SN Model Namespace Usage Format FW Rev 2024-06-06T20:30:54.073 INFO:teuthology.orchestra.run.smithi031.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-06-06T20:30:54.073 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/nvme0n1 CVFT53310008400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-06-06T20:30:54.073 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/nvme1n1 338f2f7323050e32037d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-06-06T20:30:54.073 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/nvme2n1 daea8945e60bffc13aeb Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-06-06T20:30:54.073 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/nvme3n1 0e30d1667e8d24dc5ac3 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-06-06T20:30:54.073 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/nvme4n1 2ce69dbc62e80a4fb40e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-1 2024-06-06T20:30:54.074 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-06-06T20:30:54.074 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-06-06T20:30:54.074 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/scratch_devs 2024-06-06T20:30:54.136 INFO:teuthology.run_tasks:Running task cephadm... 2024-06-06T20:30:54.223 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': '4b306633421b1cb0f0c4372ff5d6c363d032b25c', 'image': 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9'} 2024-06-06T20:30:54.223 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 2024-06-06T20:30:54.224 INFO:tasks.cephadm:Cluster fsid is ac338a92-2443-11ef-bc9b-c7b262605968 2024-06-06T20:30:54.224 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-06-06T20:30:54.224 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-06-06T20:30:54.224 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi016': '172.21.15.16', 'mon.smithi031': '172.21.15.31'} 2024-06-06T20:30:54.224 INFO:tasks.cephadm:Normalizing hostnames... 2024-06-06T20:30:54.225 DEBUG:teuthology.orchestra.run.smithi016:> sudo hostname $(hostname -s) 2024-06-06T20:30:54.242 DEBUG:teuthology.orchestra.run.smithi031:> sudo hostname $(hostname -s) 2024-06-06T20:30:54.258 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-06-06T20:30:54.259 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=4b306633421b1cb0f0c4372ff5d6c363d032b25c 2024-06-06T20:30:54.483 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '4b306633421b1cb0f0c4372ff5d6c363d032b25c', '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/79806/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.2.2-1209-g4b306633', 'node_name': '172.21.15.4+smithi004', '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.2-1209-g4b306633-1focal'}, 'url': 'https://2.chacra.ceph.com/r/ceph/reef-release/4b306633421b1cb0f0c4372ff5d6c363d032b25c/ubuntu/focal/flavors/default/', 'distro_codename': 'focal', 'modified': '2024-05-30 20:27:52.971342', 'distro_version': '20.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'reef-release', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/reef-release/4b306633421b1cb0f0c4372ff5d6c363d032b25c/ubuntu/focal/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-06-06T20:30:54.618 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref reef-release, sha1 4b306633421b1cb0f0c4372ff5d6c363d032b25c from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F20.04%2Fx86_64&flavor=default&sha1=4b306633421b1cb0f0c4372ff5d6c363d032b25c 2024-06-06T20:30:54.619 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/reef-release/4b306633421b1cb0f0c4372ff5d6c363d032b25c/ubuntu/focal/x86_64/flavors/default/cephadm 2024-06-06T20:30:54.620 DEBUG:teuthology.orchestra.run.smithi016:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/reef-release/4b306633421b1cb0f0c4372ff5d6c363d032b25c/ubuntu/focal/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-06-06T20:30:55.173 INFO:teuthology.orchestra.run.smithi016.stdout:-rw-rw-r-- 1 ubuntu ubuntu 215104 Jun 6 20:30 /home/ubuntu/cephtest/cephadm 2024-06-06T20:30:55.174 DEBUG:teuthology.orchestra.run.smithi031:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/reef-release/4b306633421b1cb0f0c4372ff5d6c363d032b25c/ubuntu/focal/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-06-06T20:30:55.552 INFO:teuthology.orchestra.run.smithi031.stdout:-rw-rw-r-- 1 ubuntu ubuntu 215104 Jun 6 20:30 /home/ubuntu/cephtest/cephadm 2024-06-06T20:30:55.552 DEBUG:teuthology.orchestra.run.smithi016:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-06-06T20:30:55.562 DEBUG:teuthology.orchestra.run.smithi031:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-06-06T20:30:55.579 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 on all hosts... 2024-06-06T20:30:55.579 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 pull 2024-06-06T20:30:55.604 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 pull 2024-06-06T20:30:55.814 INFO:teuthology.orchestra.run.smithi031.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9... 2024-06-06T20:30:55.841 INFO:teuthology.orchestra.run.smithi016.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9... 2024-06-06T20:31:40.393 INFO:teuthology.orchestra.run.smithi016.stdout:{ 2024-06-06T20:31:40.393 INFO:teuthology.orchestra.run.smithi016.stdout: "ceph_version": "ceph version 18.2.2-1209-g4b306633 (4b306633421b1cb0f0c4372ff5d6c363d032b25c) reef (stable)", 2024-06-06T20:31:40.393 INFO:teuthology.orchestra.run.smithi016.stdout: "image_id": "deb455ba5aa6208eb26151ccecafb49229ef84a016b0540715ab37c3838a4771", 2024-06-06T20:31:40.394 INFO:teuthology.orchestra.run.smithi016.stdout: "repo_digests": [ 2024-06-06T20:31:40.394 INFO:teuthology.orchestra.run.smithi016.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9df3386c38955dedf58b36adea452c75a1d47ea5f4409fec4f20241f0443fc26" 2024-06-06T20:31:40.394 INFO:teuthology.orchestra.run.smithi016.stdout: ] 2024-06-06T20:31:40.394 INFO:teuthology.orchestra.run.smithi016.stdout:} 2024-06-06T20:31:42.793 INFO:teuthology.orchestra.run.smithi031.stdout:{ 2024-06-06T20:31:42.793 INFO:teuthology.orchestra.run.smithi031.stdout: "ceph_version": "ceph version 18.2.2-1209-g4b306633 (4b306633421b1cb0f0c4372ff5d6c363d032b25c) reef (stable)", 2024-06-06T20:31:42.793 INFO:teuthology.orchestra.run.smithi031.stdout: "image_id": "deb455ba5aa6208eb26151ccecafb49229ef84a016b0540715ab37c3838a4771", 2024-06-06T20:31:42.793 INFO:teuthology.orchestra.run.smithi031.stdout: "repo_digests": [ 2024-06-06T20:31:42.793 INFO:teuthology.orchestra.run.smithi031.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9df3386c38955dedf58b36adea452c75a1d47ea5f4409fec4f20241f0443fc26" 2024-06-06T20:31:42.793 INFO:teuthology.orchestra.run.smithi031.stdout: ] 2024-06-06T20:31:42.793 INFO:teuthology.orchestra.run.smithi031.stdout:} 2024-06-06T20:31:42.818 DEBUG:teuthology.orchestra.run.smithi016:> sudo mkdir -p /etc/ceph 2024-06-06T20:31:42.836 DEBUG:teuthology.orchestra.run.smithi031:> sudo mkdir -p /etc/ceph 2024-06-06T20:31:42.847 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod 777 /etc/ceph 2024-06-06T20:31:42.897 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod 777 /etc/ceph 2024-06-06T20:31:42.913 INFO:tasks.cephadm:Writing seed config... 2024-06-06T20:31:42.914 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-06-06T20:31:42.914 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-06-06T20:31:42.915 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-06-06T20:31:42.915 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-06-06T20:31:42.915 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-06-06T20:31:42.915 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-06-06T20:31:42.915 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-06-06T20:31:42.915 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-06-06T20:31:42.916 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-06-06T20:31:42.916 DEBUG:teuthology.orchestra.run.smithi016:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-06-06T20:31:42.949 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 = ac338a92-2443-11ef-bc9b-c7b262605968 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-06-06T20:31:42.950 DEBUG:teuthology.orchestra.run.smithi016:mon.smithi016> sudo journalctl -f -n 0 -u ceph-ac338a92-2443-11ef-bc9b-c7b262605968@mon.smithi016.service 2024-06-06T20:31:42.993 INFO:tasks.cephadm:Bootstrapping... 2024-06-06T20:31:42.993 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 -v bootstrap --fsid ac338a92-2443-11ef-bc9b-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.16 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-06-06T20:31:43.157 INFO:teuthology.orchestra.run.smithi016.stdout:-------------------------------------------------------------------------------- 2024-06-06T20:31:43.157 INFO:teuthology.orchestra.run.smithi016.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9', '-v', 'bootstrap', '--fsid', 'ac338a92-2443-11ef-bc9b-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.16', '--skip-admin-label'] 2024-06-06T20:31:43.157 INFO:teuthology.orchestra.run.smithi016.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-06-06T20:31:43.158 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying podman|docker is present... 2024-06-06T20:31:43.158 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying lvm2 is present... 2024-06-06T20:31:43.158 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying time synchronization is in place... 2024-06-06T20:31:43.164 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-06-06T20:31:43.164 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-06-06T20:31:43.171 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-06-06T20:31:43.171 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-06-06T20:31:43.179 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-06-06T20:31:43.179 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-06-06T20:31:43.184 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-06-06T20:31:43.184 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-06-06T20:31:43.190 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-06-06T20:31:43.191 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout masked 2024-06-06T20:31:43.197 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-06-06T20:31:43.197 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-06-06T20:31:43.202 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-06-06T20:31:43.202 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-06-06T20:31:43.208 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-06-06T20:31:43.208 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-06-06T20:31:43.216 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout enabled 2024-06-06T20:31:43.223 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout active 2024-06-06T20:31:43.223 INFO:teuthology.orchestra.run.smithi016.stdout:Unit ntp.service is enabled and running 2024-06-06T20:31:43.223 INFO:teuthology.orchestra.run.smithi016.stdout:Repeating the final host check... 2024-06-06T20:31:43.223 INFO:teuthology.orchestra.run.smithi016.stdout:docker (/usr/bin/docker) is present 2024-06-06T20:31:43.223 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl is present 2024-06-06T20:31:43.223 INFO:teuthology.orchestra.run.smithi016.stdout:lvcreate is present 2024-06-06T20:31:43.229 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-06-06T20:31:43.229 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-06-06T20:31:43.237 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-06-06T20:31:43.237 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-06-06T20:31:43.245 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-06-06T20:31:43.245 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-06-06T20:31:43.250 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-06-06T20:31:43.251 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-06-06T20:31:43.256 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-06-06T20:31:43.256 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout masked 2024-06-06T20:31:43.262 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-06-06T20:31:43.262 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-06-06T20:31:43.269 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-06-06T20:31:43.270 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-06-06T20:31:43.275 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-06-06T20:31:43.275 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout inactive 2024-06-06T20:31:43.283 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout enabled 2024-06-06T20:31:43.291 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stdout active 2024-06-06T20:31:43.291 INFO:teuthology.orchestra.run.smithi016.stdout:Unit ntp.service is enabled and running 2024-06-06T20:31:43.291 INFO:teuthology.orchestra.run.smithi016.stdout:Host looks OK 2024-06-06T20:31:43.291 INFO:teuthology.orchestra.run.smithi016.stdout:Cluster fsid: ac338a92-2443-11ef-bc9b-c7b262605968 2024-06-06T20:31:43.291 INFO:teuthology.orchestra.run.smithi016.stdout:Acquiring lock 140315235159392 on /run/cephadm/ac338a92-2443-11ef-bc9b-c7b262605968.lock 2024-06-06T20:31:43.291 INFO:teuthology.orchestra.run.smithi016.stdout:Lock 140315235159392 acquired on /run/cephadm/ac338a92-2443-11ef-bc9b-c7b262605968.lock 2024-06-06T20:31:43.292 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying IP 172.21.15.16 port 3300 ... 2024-06-06T20:31:43.292 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying IP 172.21.15.16 port 6789 ... 2024-06-06T20:31:43.292 INFO:teuthology.orchestra.run.smithi016.stdout:Base mon IP(s) is [172.21.15.16:3300, 172.21.15.16:6789], mon addrv is [v2:172.21.15.16:3300,v1:172.21.15.16:6789] 2024-06-06T20:31:43.297 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-06-06T20:31:43.297 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-06-06T20:31:43.297 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.16 2024-06-06T20:31:43.301 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-06-06T20:31:43.301 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-06-06T20:31:43.301 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1798sec hoplimit 64 pref medium 2024-06-06T20:31:43.305 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-06-06T20:31:43.305 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-06-06T20:31:43.305 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-06-06T20:31:43.305 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-06-06T20:31:43.305 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:1564/64 scope link 2024-06-06T20:31:43.305 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-06-06T20:31:43.306 INFO:teuthology.orchestra.run.smithi016.stdout:Mon IP `172.21.15.16` is in CIDR network `172.21.0.0/20` 2024-06-06T20:31:43.306 INFO:teuthology.orchestra.run.smithi016.stdout:Mon IP `172.21.15.16` is in CIDR network `172.21.0.0/20` 2024-06-06T20:31:43.306 INFO:teuthology.orchestra.run.smithi016.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-06-06T20:31:43.307 INFO:teuthology.orchestra.run.smithi016.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-06-06T20:31:43.308 INFO:teuthology.orchestra.run.smithi016.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9... 2024-06-06T20:31:43.316 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-06-06T20:31:43.542 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/docker: stdout 4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9: Pulling from ceph-ci/ceph 2024-06-06T20:31:43.542 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/docker: stdout Digest: sha256:9df3386c38955dedf58b36adea452c75a1d47ea5f4409fec4f20241f0443fc26 2024-06-06T20:31:43.542 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 2024-06-06T20:31:43.542 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 2024-06-06T20:31:45.030 INFO:teuthology.orchestra.run.smithi016.stdout:ceph: stdout ceph version 18.2.2-1209-g4b306633 (4b306633421b1cb0f0c4372ff5d6c363d032b25c) reef (stable) 2024-06-06T20:31:45.031 INFO:teuthology.orchestra.run.smithi016.stdout:Ceph version: ceph version 18.2.2-1209-g4b306633 (4b306633421b1cb0f0c4372ff5d6c363d032b25c) reef (stable) 2024-06-06T20:31:45.031 INFO:teuthology.orchestra.run.smithi016.stdout:Extracting ceph user uid/gid from container image... 2024-06-06T20:31:46.409 INFO:teuthology.orchestra.run.smithi016.stdout:stat: stdout 167 167 2024-06-06T20:31:46.409 INFO:teuthology.orchestra.run.smithi016.stdout:Creating initial keys... 2024-06-06T20:31:47.874 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-authtool: stdout AQCzHGJmupj6DBAA/puJjtGOLiVaSrJu2UV5Sw== 2024-06-06T20:31:49.295 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-authtool: stdout AQC0HGJmdUzWJhAAbLYYsYAS0q4HqjGAGyydag== 2024-06-06T20:31:50.666 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-authtool: stdout AQC2HGJmMmtXBRAAwNlCENNgQ7PdcWh8xzl4SA== 2024-06-06T20:31:50.667 INFO:teuthology.orchestra.run.smithi016.stdout:Creating initial monmap... 2024-06-06T20:31:52.060 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-06-06T20:31:52.060 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2024-06-06T20:31:52.060 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to ac338a92-2443-11ef-bc9b-c7b262605968 2024-06-06T20:31:52.060 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-06-06T20:31:52.060 INFO:teuthology.orchestra.run.smithi016.stdout:monmaptool for smithi016 [v2:172.21.15.16:3300,v1:172.21.15.16:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-06-06T20:31:52.060 INFO:teuthology.orchestra.run.smithi016.stdout:setting min_mon_release = pacific 2024-06-06T20:31:52.060 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: set fsid to ac338a92-2443-11ef-bc9b-c7b262605968 2024-06-06T20:31:52.060 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-06-06T20:31:52.060 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:31:52.060 INFO:teuthology.orchestra.run.smithi016.stdout:Creating mon... 2024-06-06T20:31:53.581 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 0 set uid:gid to 167:167 (ceph:ceph) 2024-06-06T20:31:53.581 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 1 imported monmap: 2024-06-06T20:31:53.581 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-06-06T20:31:53.581 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr fsid ac338a92-2443-11ef-bc9b-c7b262605968 2024-06-06T20:31:53.582 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-06-06T20:31:51.430343+0000 2024-06-06T20:31:53.582 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr created 2024-06-06T20:31:51.430343+0000 2024-06-06T20:31:53.582 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr min_mon_release 16 (pacific) 2024-06-06T20:31:53.582 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-06-06T20:31:53.582 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon.smithi016 2024-06-06T20:31:53.582 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-06-06T20:31:53.582 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 0 /usr/bin/ceph-mon: set fsid to ac338a92-2443-11ef-bc9b-c7b262605968 2024-06-06T20:31:53.582 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: RocksDB version: 7.9.2 2024-06-06T20:31:53.582 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-06-06T20:31:53.583 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Git sha 0 2024-06-06T20:31:53.583 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Compile date 2024-05-30 16:42:20 2024-06-06T20:31:53.583 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: DB SUMMARY 2024-06-06T20:31:53.583 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-06-06T20:31:53.583 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: DB Session ID: H66B0I4CRBYL6OYNLW14 2024-06-06T20:31:53.583 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-06-06T20:31:53.583 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi016/store.db dir, Total Num: 0, files: 2024-06-06T20:31:53.583 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-06-06T20:31:53.583 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi016/store.db: 2024-06-06T20:31:53.583 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-06-06T20:31:53.583 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.error_if_exists: 0 2024-06-06T20:31:53.583 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.create_if_missing: 1 2024-06-06T20:31:53.584 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.paranoid_checks: 1 2024-06-06T20:31:53.584 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-06-06T20:31:53.584 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-06-06T20:31:53.584 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-06-06T20:31:53.584 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.env: 0x556c65ccab20 2024-06-06T20:31:53.584 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.fs: PosixFileSystem 2024-06-06T20:31:53.584 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.info_log: 0x556c679e8aa0 2024-06-06T20:31:53.584 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.max_file_opening_threads: 16 2024-06-06T20:31:53.584 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.statistics: (nil) 2024-06-06T20:31:53.584 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.use_fsync: 0 2024-06-06T20:31:53.584 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.max_log_file_size: 0 2024-06-06T20:31:53.585 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-06-06T20:31:53.585 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.log_file_time_to_roll: 0 2024-06-06T20:31:53.585 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.keep_log_file_num: 1000 2024-06-06T20:31:53.585 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.recycle_log_file_num: 0 2024-06-06T20:31:53.585 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.allow_fallocate: 1 2024-06-06T20:31:53.585 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.allow_mmap_reads: 0 2024-06-06T20:31:53.585 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.allow_mmap_writes: 0 2024-06-06T20:31:53.585 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.use_direct_reads: 0 2024-06-06T20:31:53.585 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-06-06T20:31:53.585 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.create_missing_column_families: 0 2024-06-06T20:31:53.586 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.db_log_dir: 2024-06-06T20:31:53.586 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.wal_dir: 2024-06-06T20:31:53.586 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.table_cache_numshardbits: 6 2024-06-06T20:31:53.586 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-06-06T20:31:53.586 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-06-06T20:31:53.586 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-06-06T20:31:53.586 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-06-06T20:31:53.586 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-06-06T20:31:53.586 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.advise_random_on_open: 1 2024-06-06T20:31:53.586 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.db_write_buffer_size: 0 2024-06-06T20:31:53.587 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.write_buffer_manager: 0x556c679eee60 2024-06-06T20:31:53.587 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-06-06T20:31:53.587 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-06-06T20:31:53.587 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.use_adaptive_mutex: 0 2024-06-06T20:31:53.587 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.rate_limiter: (nil) 2024-06-06T20:31:53.587 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-06-06T20:31:53.587 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.wal_recovery_mode: 2 2024-06-06T20:31:53.587 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.enable_thread_tracking: 0 2024-06-06T20:31:53.587 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.enable_pipelined_write: 0 2024-06-06T20:31:53.587 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.unordered_write: 0 2024-06-06T20:31:53.587 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-06-06T20:31:53.588 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-06-06T20:31:53.588 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-06-06T20:31:53.588 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-06-06T20:31:53.588 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.row_cache: None 2024-06-06T20:31:53.588 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.wal_filter: None 2024-06-06T20:31:53.588 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-06-06T20:31:53.588 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.allow_ingest_behind: 0 2024-06-06T20:31:53.588 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.two_write_queues: 0 2024-06-06T20:31:53.588 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.manual_wal_flush: 0 2024-06-06T20:31:53.589 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.wal_compression: 0 2024-06-06T20:31:53.589 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.atomic_flush: 0 2024-06-06T20:31:53.589 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-06-06T20:31:53.589 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.persist_stats_to_disk: 0 2024-06-06T20:31:53.589 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-06-06T20:31:53.589 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.log_readahead_size: 0 2024-06-06T20:31:53.589 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-06-06T20:31:53.589 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.best_efforts_recovery: 0 2024-06-06T20:31:53.589 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-06-06T20:31:53.589 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-06-06T20:31:53.589 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.allow_data_in_errors: 0 2024-06-06T20:31:53.589 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.db_host_id: __hostname__ 2024-06-06T20:31:53.590 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.enforce_single_del_contracts: true 2024-06-06T20:31:53.590 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.max_background_jobs: 2 2024-06-06T20:31:53.590 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.max_background_compactions: -1 2024-06-06T20:31:53.590 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.max_subcompactions: 1 2024-06-06T20:31:53.590 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-06-06T20:31:53.590 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-06-06T20:31:53.590 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.delayed_write_rate : 16777216 2024-06-06T20:31:53.590 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.max_total_wal_size: 0 2024-06-06T20:31:53.590 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-06-06T20:31:53.590 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.stats_dump_period_sec: 600 2024-06-06T20:31:53.591 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.stats_persist_period_sec: 600 2024-06-06T20:31:53.591 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-06-06T20:31:53.591 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.max_open_files: -1 2024-06-06T20:31:53.591 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.bytes_per_sync: 0 2024-06-06T20:31:53.591 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-06-06T20:31:53.591 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-06-06T20:31:53.591 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.compaction_readahead_size: 0 2024-06-06T20:31:53.591 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.max_background_flushes: -1 2024-06-06T20:31:53.591 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Compression algorithms supported: 2024-06-06T20:31:53.591 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: kZSTD supported: 0 2024-06-06T20:31:53.591 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: kXpressCompression supported: 0 2024-06-06T20:31:53.591 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: kBZip2Compression supported: 0 2024-06-06T20:31:53.592 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-06-06T20:31:53.592 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: kLZ4Compression supported: 1 2024-06-06T20:31:53.592 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: kZlibCompression supported: 1 2024-06-06T20:31:53.592 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: kLZ4HCCompression supported: 1 2024-06-06T20:31:53.592 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: kSnappyCompression supported: 1 2024-06-06T20:31:53.592 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-06-06T20:31:53.592 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-06-06T20:31:53.592 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-06-06T20:31:53.592 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-06-06T20:31:53.592 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi016/store.db/MANIFEST-000001 2024-06-06T20:31:53.592 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-06-06T20:31:53.593 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-06-06T20:31:53.593 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-06-06T20:31:53.593 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-06-06T20:31:53.593 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.merge_operator: 2024-06-06T20:31:53.593 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.compaction_filter: None 2024-06-06T20:31:53.593 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.compaction_filter_factory: None 2024-06-06T20:31:53.593 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.sst_partitioner_factory: None 2024-06-06T20:31:53.593 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-06-06T20:31:53.593 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.table_factory: BlockBasedTable 2024-06-06T20:31:53.593 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556c679e1fc0) 2024-06-06T20:31:53.593 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-06-06T20:31:53.593 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-06-06T20:31:53.594 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-06-06T20:31:53.594 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-06-06T20:31:53.594 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-06-06T20:31:53.594 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-06-06T20:31:53.594 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-06-06T20:31:53.594 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-06-06T20:31:53.594 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-06-06T20:31:53.594 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-06-06T20:31:53.594 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x556c679d71f0 2024-06-06T20:31:53.594 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-06-06T20:31:53.594 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-06-06T20:31:53.595 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-06-06T20:31:53.595 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-06-06T20:31:53.595 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-06-06T20:31:53.595 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-06-06T20:31:53.595 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-06-06T20:31:53.595 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-06-06T20:31:53.595 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-06-06T20:31:53.595 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-06-06T20:31:53.596 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-06-06T20:31:53.596 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-06-06T20:31:53.596 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-06-06T20:31:53.596 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-06-06T20:31:53.596 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-06-06T20:31:53.596 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-06-06T20:31:53.596 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-06-06T20:31:53.596 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-06-06T20:31:53.596 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-06-06T20:31:53.596 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-06-06T20:31:53.596 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-06-06T20:31:53.596 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-06-06T20:31:53.596 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-06-06T20:31:53.597 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-06-06T20:31:53.597 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-06-06T20:31:53.597 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-06-06T20:31:53.597 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-06-06T20:31:53.597 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.write_buffer_size: 33554432 2024-06-06T20:31:53.597 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.max_write_buffer_number: 2 2024-06-06T20:31:53.597 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.compression: NoCompression 2024-06-06T20:31:53.597 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.bottommost_compression: Disabled 2024-06-06T20:31:53.597 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.prefix_extractor: nullptr 2024-06-06T20:31:53.597 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-06-06T20:31:53.597 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.num_levels: 7 2024-06-06T20:31:53.597 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-06-06T20:31:53.597 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-06-06T20:31:53.597 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-06-06T20:31:53.598 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-06-06T20:31:53.598 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-06-06T20:31:53.598 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-06-06T20:31:53.598 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-06-06T20:31:53.598 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-06-06T20:31:53.598 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-06-06T20:31:53.598 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-06-06T20:31:53.598 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-06-06T20:31:53.598 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-06-06T20:31:53.598 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.compression_opts.window_bits: -14 2024-06-06T20:31:53.598 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.compression_opts.level: 32767 2024-06-06T20:31:53.598 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.compression_opts.strategy: 0 2024-06-06T20:31:53.598 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-06-06T20:31:53.599 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-06-06T20:31:53.599 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-06-06T20:31:53.599 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-06-06T20:31:53.599 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.compression_opts.enabled: false 2024-06-06T20:31:53.599 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-06-06T20:31:53.599 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-06-06T20:31:53.599 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-06-06T20:31:53.599 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-06-06T20:31:53.599 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.target_file_size_base: 67108864 2024-06-06T20:31:53.599 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.target_file_size_multiplier: 1 2024-06-06T20:31:53.599 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-06-06T20:31:53.599 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-06-06T20:31:53.599 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-06-06T20:31:53.600 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-06-06T20:31:53.600 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-06-06T20:31:53.600 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-06-06T20:31:53.600 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-06-06T20:31:53.600 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-06-06T20:31:53.600 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-06-06T20:31:53.600 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-06-06T20:31:53.600 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-06-06T20:31:53.600 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-06-06T20:31:53.600 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-06-06T20:31:53.600 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.arena_block_size: 1048576 2024-06-06T20:31:53.600 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-06-06T20:31:53.600 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-06-06T20:31:53.600 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.disable_auto_compactions: 0 2024-06-06T20:31:53.601 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-06-06T20:31:53.601 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-06-06T20:31:53.601 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-06-06T20:31:53.601 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-06-06T20:31:53.601 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-06-06T20:31:53.601 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-06-06T20:31:53.601 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-06-06T20:31:53.601 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-06-06T20:31:53.601 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-06-06T20:31:53.601 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-06-06T20:31:53.601 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.table_properties_collectors: 2024-06-06T20:31:53.601 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.inplace_update_support: 0 2024-06-06T20:31:53.601 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-06-06T20:31:53.601 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-06-06T20:31:53.602 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-06-06T20:31:53.602 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.memtable_huge_page_size: 0 2024-06-06T20:31:53.602 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.bloom_locality: 0 2024-06-06T20:31:53.602 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.max_successive_merges: 0 2024-06-06T20:31:53.602 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-06-06T20:31:53.602 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.paranoid_file_checks: 0 2024-06-06T20:31:53.602 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.force_consistency_checks: 1 2024-06-06T20:31:53.602 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.report_bg_io_stats: 0 2024-06-06T20:31:53.602 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.ttl: 2592000 2024-06-06T20:31:53.602 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-06-06T20:31:53.602 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-06-06T20:31:53.602 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-06-06T20:31:53.602 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.enable_blob_files: false 2024-06-06T20:31:53.603 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.min_blob_size: 0 2024-06-06T20:31:53.603 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.blob_file_size: 268435456 2024-06-06T20:31:53.603 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.blob_compression_type: NoCompression 2024-06-06T20:31:53.603 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-06-06T20:31:53.603 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-06-06T20:31:53.603 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-06-06T20:31:53.603 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-06-06T20:31:53.603 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.blob_file_starting_level: 0 2024-06-06T20:31:53.603 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.846+0000 7ff532b85b00 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-06-06T20:31:53.603 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.850+0000 7ff532b85b00 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi016/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-06-06T20:31:53.603 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-06-06T20:31:53.603 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.850+0000 7ff532b85b00 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-06-06T20:31:53.603 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-06-06T20:31:53.603 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.850+0000 7ff532b85b00 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: eaeb5515-ed4e-4c1f-9895-8b8469f2f2d1 2024-06-06T20:31:53.604 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-06-06T20:31:53.604 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.850+0000 7ff532b85b00 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-06-06T20:31:53.604 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-06-06T20:31:53.604 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.850+0000 7ff532b85b00 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x556c67a00e00 2024-06-06T20:31:53.604 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.850+0000 7ff532b85b00 4 rocksdb: DB pointer 0x556c67ad2000 2024-06-06T20:31:53.604 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.850+0000 7ff52a311640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-06-06T20:31:53.604 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.850+0000 7ff52a311640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-06-06T20:31:53.604 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-06-06T20:31:53.604 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-06-06T20:31:53.604 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-06-06T20:31:53.604 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-06-06T20:31:53.604 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-06-06T20:31:53.604 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-06-06T20:31:53.604 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-06-06T20:31:53.604 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-06-06T20:31:53.605 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-06-06T20:31:53.605 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-06-06T20:31:53.605 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-06-06T20:31:53.605 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-06-06T20:31:53.605 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-06-06T20:31:53.605 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-06-06T20:31:53.605 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-06-06T20:31:53.605 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-06-06T20:31:53.605 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-06-06T20:31:53.605 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-06-06T20:31:53.605 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-06-06T20:31:53.605 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-06-06T20:31:53.605 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-06-06T20:31:53.606 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-06-06T20:31:53.606 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-06-06T20:31:53.606 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-06-06T20:31:53.606 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-06-06T20:31:53.606 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-06-06T20:31:53.606 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-06-06T20:31:53.606 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-06-06T20:31:53.606 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-06-06T20:31:53.606 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-06-06T20:31:53.606 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x556c679d71f0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 3.3e-05 secs_since: 0 2024-06-06T20:31:53.606 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-06-06T20:31:53.606 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-06-06T20:31:53.606 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-06-06T20:31:53.607 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr 2024-06-06T20:31:53.607 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.854+0000 7ff532b85b00 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-06-06T20:31:53.607 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.854+0000 7ff532b85b00 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-06-06T20:31:53.607 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph-mon: stderr debug 2024-06-06T20:31:52.854+0000 7ff532b85b00 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi016 for mon.smithi016 2024-06-06T20:31:53.607 INFO:teuthology.orchestra.run.smithi016.stdout:create mon.smithi016 on 2024-06-06T20:31:54.036 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-06-06T20:31:54.293 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-ac338a92-2443-11ef-bc9b-c7b262605968.target -> /etc/systemd/system/ceph-ac338a92-2443-11ef-bc9b-c7b262605968.target. 2024-06-06T20:31:54.293 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-ac338a92-2443-11ef-bc9b-c7b262605968.target -> /etc/systemd/system/ceph-ac338a92-2443-11ef-bc9b-c7b262605968.target. 2024-06-06T20:31:54.576 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-ac338a92-2443-11ef-bc9b-c7b262605968@mon.smithi016 2024-06-06T20:31:54.576 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to reset failed state of unit ceph-ac338a92-2443-11ef-bc9b-c7b262605968@mon.smithi016.service: Unit ceph-ac338a92-2443-11ef-bc9b-c7b262605968@mon.smithi016.service not loaded. 2024-06-06T20:31:54.785 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-ac338a92-2443-11ef-bc9b-c7b262605968.target.wants/ceph-ac338a92-2443-11ef-bc9b-c7b262605968@mon.smithi016.service -> /etc/systemd/system/ceph-ac338a92-2443-11ef-bc9b-c7b262605968@.service. 2024-06-06T20:31:54.798 INFO:teuthology.orchestra.run.smithi016.stdout:firewalld does not appear to be present 2024-06-06T20:31:54.798 INFO:teuthology.orchestra.run.smithi016.stdout:Not possible to enable service . firewalld.service is not available 2024-06-06T20:31:54.798 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mon to start... 2024-06-06T20:31:54.798 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mon... 2024-06-06T20:31:54.855 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:31:54 smithi016 systemd[1]: Started Ceph mon.smithi016 for ac338a92-2443-11ef-bc9b-c7b262605968. 2024-06-06T20:31:56.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:31:56 smithi016 bash[14159]: cluster 2024-06-06T20:31:56.055477+0000 mon.smithi016 (mon.0) 0 : cluster [INF] mkfs ac338a92-2443-11ef-bc9b-c7b262605968 2024-06-06T20:31:56.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:31:56 smithi016 bash[14159]: cluster 2024-06-06T20:31:56.029901+0000 mon.smithi016 (mon.0) 1 : cluster [INF] mon.smithi016 is new leader, mons smithi016 in quorum (ranks 0) 2024-06-06T20:31:56.992 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout cluster: 2024-06-06T20:31:56.992 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout id: ac338a92-2443-11ef-bc9b-c7b262605968 2024-06-06T20:31:56.992 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-06-06T20:31:56.992 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-06-06T20:31:56.992 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout services: 2024-06-06T20:31:56.992 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi016 (age 0.332298s) 2024-06-06T20:31:56.994 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-06-06T20:31:56.994 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-06-06T20:31:56.994 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-06-06T20:31:56.994 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout data: 2024-06-06T20:31:56.994 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-06-06T20:31:56.994 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-06-06T20:31:56.994 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-06-06T20:31:56.994 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout pgs: 2024-06-06T20:31:56.994 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-06-06T20:31:56.994 INFO:teuthology.orchestra.run.smithi016.stdout:mon is available 2024-06-06T20:31:56.995 INFO:teuthology.orchestra.run.smithi016.stdout:Assimilating anything we can from ceph.conf... 2024-06-06T20:31:57.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:31:57 smithi016 bash[14159]: cluster 2024-06-06T20:31:56.053432+0000 mon.smithi016 (mon.0) 2 : cluster [INF] mon.smithi016 is new leader, mons smithi016 in quorum (ranks 0) 2024-06-06T20:31:57.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:31:57 smithi016 bash[14159]: cluster 2024-06-06T20:31:56.053744+0000 mon.smithi016 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi016=[v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-06-06T20:31:57.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:31:57 smithi016 bash[14159]: cluster 2024-06-06T20:31:56.058175+0000 mon.smithi016 (mon.0) 4 : cluster [DBG] fsmap 2024-06-06T20:31:57.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:31:57 smithi016 bash[14159]: cluster 2024-06-06T20:31:56.060996+0000 mon.smithi016 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-06-06T20:31:57.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:31:57 smithi016 bash[14159]: cluster 2024-06-06T20:31:56.061513+0000 mon.smithi016 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-06-06T20:31:57.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:31:57 smithi016 bash[14159]: audit 2024-06-06T20:31:56.385685+0000 mon.smithi016 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.16:0/69475440' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-06-06T20:31:58.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:31:58 smithi016 bash[14159]: audit 2024-06-06T20:31:58.038068+0000 mon.smithi016 (mon.0) 8 : audit [INF] from='client.? 172.21.15.16:0/1306711713' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-06-06T20:31:58.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:31:58 smithi016 bash[14159]: audit 2024-06-06T20:31:58.044208+0000 mon.smithi016 (mon.0) 9 : audit [INF] from='client.? 172.21.15.16:0/1306711713' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-06-06T20:31:58.715 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-06-06T20:31:58.715 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [global] 2024-06-06T20:31:58.715 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout fsid = ac338a92-2443-11ef-bc9b-c7b262605968 2024-06-06T20:31:58.715 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.16:3300,v1:172.21.15.16:6789] 2024-06-06T20:31:58.715 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-06-06T20:31:58.715 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-06-06T20:31:58.715 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-06-06T20:31:58.715 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-06-06T20:31:58.716 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-06-06T20:31:58.716 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [mgr] 2024-06-06T20:31:58.716 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-06-06T20:31:58.716 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-06-06T20:31:58.716 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [osd] 2024-06-06T20:31:58.716 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-06-06T20:31:58.716 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-06-06T20:31:58.716 INFO:teuthology.orchestra.run.smithi016.stdout:Generating new minimal ceph.conf... 2024-06-06T20:32:00.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:31:59 smithi016 bash[14159]: audit 2024-06-06T20:31:59.717492+0000 mon.smithi016 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.16:0/3331498547' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:32:00.302 INFO:teuthology.orchestra.run.smithi016.stdout:Restarting the monitor... 2024-06-06T20:32:00.603 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:00 smithi016 systemd[1]: Stopping Ceph mon.smithi016 for ac338a92-2443-11ef-bc9b-c7b262605968... 2024-06-06T20:32:00.604 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:00 smithi016 bash[14159]: debug 2024-06-06T20:32:00.482+0000 7fcb705b8640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi016 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-06-06T20:32:00.604 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:00 smithi016 bash[14159]: debug 2024-06-06T20:32:00.482+0000 7fcb705b8640 -1 mon.smithi016@0(leader) e1 *** Got Signal Terminated *** 2024-06-06T20:32:01.204 INFO:teuthology.orchestra.run.smithi016.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-06-06T20:32:01.447 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:01 smithi016 bash[14567]: ceph-ac338a92-2443-11ef-bc9b-c7b262605968-mon-smithi016 2024-06-06T20:32:01.448 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:01 smithi016 bash[14631]: ceph-ac338a92-2443-11ef-bc9b-c7b262605968-mon-smithi016 2024-06-06T20:32:01.448 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:01 smithi016 systemd[1]: ceph-ac338a92-2443-11ef-bc9b-c7b262605968@mon.smithi016.service: Succeeded. 2024-06-06T20:32:01.448 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:01 smithi016 systemd[1]: Stopped Ceph mon.smithi016 for ac338a92-2443-11ef-bc9b-c7b262605968. 2024-06-06T20:32:01.448 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:01 smithi016 systemd[1]: Started Ceph mon.smithi016 for ac338a92-2443-11ef-bc9b-c7b262605968. 2024-06-06T20:32:02.748 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.462+0000 7f8648949b00 0 set uid:gid to 167:167 (ceph:ceph) 2024-06-06T20:32:02.749 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.462+0000 7f8648949b00 0 ceph version 18.2.2-1209-g4b306633 (4b306633421b1cb0f0c4372ff5d6c363d032b25c) reef (stable), process ceph-mon, pid 7 2024-06-06T20:32:02.749 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.462+0000 7f8648949b00 0 pidfile_write: ignore empty --pid-file 2024-06-06T20:32:02.749 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.470+0000 7f8648949b00 0 load: jerasure load: lrc 2024-06-06T20:32:02.749 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: RocksDB version: 7.9.2 2024-06-06T20:32:02.749 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Git sha 0 2024-06-06T20:32:02.749 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Compile date 2024-05-30 16:42:20 2024-06-06T20:32:02.749 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: DB SUMMARY 2024-06-06T20:32:02.749 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: DB Session ID: E3MA9X549O66CSJ4D6U1 2024-06-06T20:32:02.749 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: CURRENT file: CURRENT 2024-06-06T20:32:02.749 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: IDENTITY file: IDENTITY 2024-06-06T20:32:02.749 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-06-06T20:32:02.750 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi016/store.db dir, Total Num: 1, files: 000008.sst 2024-06-06T20:32:02.750 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi016/store.db: 000009.log size: 83902 ; 2024-06-06T20:32:02.750 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.error_if_exists: 0 2024-06-06T20:32:02.750 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.create_if_missing: 0 2024-06-06T20:32:02.750 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.paranoid_checks: 1 2024-06-06T20:32:02.750 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-06-06T20:32:02.750 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-06-06T20:32:02.750 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-06-06T20:32:02.750 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.env: 0x5641e38a5b20 2024-06-06T20:32:02.750 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.fs: PosixFileSystem 2024-06-06T20:32:02.750 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.info_log: 0x5641e430ede0 2024-06-06T20:32:02.751 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.max_file_opening_threads: 16 2024-06-06T20:32:02.751 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.statistics: (nil) 2024-06-06T20:32:02.751 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.use_fsync: 0 2024-06-06T20:32:02.751 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.max_log_file_size: 0 2024-06-06T20:32:02.751 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-06-06T20:32:02.751 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.log_file_time_to_roll: 0 2024-06-06T20:32:02.751 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.keep_log_file_num: 1000 2024-06-06T20:32:02.751 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.recycle_log_file_num: 0 2024-06-06T20:32:02.751 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.allow_fallocate: 1 2024-06-06T20:32:02.751 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.allow_mmap_reads: 0 2024-06-06T20:32:02.751 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.allow_mmap_writes: 0 2024-06-06T20:32:02.751 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.use_direct_reads: 0 2024-06-06T20:32:02.752 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-06-06T20:32:02.752 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.create_missing_column_families: 0 2024-06-06T20:32:02.752 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.db_log_dir: 2024-06-06T20:32:02.752 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.wal_dir: 2024-06-06T20:32:02.752 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.table_cache_numshardbits: 6 2024-06-06T20:32:02.752 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-06-06T20:32:02.752 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-06-06T20:32:02.752 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-06-06T20:32:02.752 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-06-06T20:32:02.752 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-06-06T20:32:02.752 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.advise_random_on_open: 1 2024-06-06T20:32:02.752 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.db_write_buffer_size: 0 2024-06-06T20:32:02.752 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.write_buffer_manager: 0x5641e431c320 2024-06-06T20:32:02.753 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-06-06T20:32:02.753 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-06-06T20:32:02.753 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.use_adaptive_mutex: 0 2024-06-06T20:32:02.753 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.rate_limiter: (nil) 2024-06-06T20:32:02.753 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-06-06T20:32:02.753 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.wal_recovery_mode: 2 2024-06-06T20:32:02.754 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.enable_thread_tracking: 0 2024-06-06T20:32:02.754 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.enable_pipelined_write: 0 2024-06-06T20:32:02.755 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.unordered_write: 0 2024-06-06T20:32:02.755 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-06-06T20:32:02.755 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-06-06T20:32:02.755 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-06-06T20:32:02.755 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-06-06T20:32:02.755 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.row_cache: None 2024-06-06T20:32:02.755 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.wal_filter: None 2024-06-06T20:32:02.755 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-06-06T20:32:02.755 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.allow_ingest_behind: 0 2024-06-06T20:32:02.755 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.two_write_queues: 0 2024-06-06T20:32:02.755 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.manual_wal_flush: 0 2024-06-06T20:32:02.755 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.wal_compression: 0 2024-06-06T20:32:02.756 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.atomic_flush: 0 2024-06-06T20:32:02.756 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-06-06T20:32:02.756 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.persist_stats_to_disk: 0 2024-06-06T20:32:02.756 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-06-06T20:32:02.756 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.log_readahead_size: 0 2024-06-06T20:32:02.756 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-06-06T20:32:02.756 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.best_efforts_recovery: 0 2024-06-06T20:32:02.756 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-06-06T20:32:02.756 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-06-06T20:32:02.756 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.allow_data_in_errors: 0 2024-06-06T20:32:02.756 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.db_host_id: __hostname__ 2024-06-06T20:32:02.756 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.enforce_single_del_contracts: true 2024-06-06T20:32:02.756 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.max_background_jobs: 2 2024-06-06T20:32:02.756 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.max_background_compactions: -1 2024-06-06T20:32:02.757 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.max_subcompactions: 1 2024-06-06T20:32:02.757 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-06-06T20:32:02.757 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-06-06T20:32:02.757 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.delayed_write_rate : 16777216 2024-06-06T20:32:02.757 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.max_total_wal_size: 0 2024-06-06T20:32:02.757 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-06-06T20:32:02.757 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.stats_dump_period_sec: 600 2024-06-06T20:32:02.757 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.stats_persist_period_sec: 600 2024-06-06T20:32:02.757 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-06-06T20:32:02.757 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.max_open_files: -1 2024-06-06T20:32:02.757 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.bytes_per_sync: 0 2024-06-06T20:32:02.758 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-06-06T20:32:02.758 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-06-06T20:32:02.758 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.compaction_readahead_size: 0 2024-06-06T20:32:02.758 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.max_background_flushes: -1 2024-06-06T20:32:02.758 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Compression algorithms supported: 2024-06-06T20:32:02.758 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: kZSTD supported: 0 2024-06-06T20:32:02.758 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: kXpressCompression supported: 0 2024-06-06T20:32:02.758 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: kBZip2Compression supported: 0 2024-06-06T20:32:02.758 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-06-06T20:32:02.758 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: kLZ4Compression supported: 1 2024-06-06T20:32:02.758 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: kZlibCompression supported: 1 2024-06-06T20:32:02.758 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: kLZ4HCCompression supported: 1 2024-06-06T20:32:02.758 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: kSnappyCompression supported: 1 2024-06-06T20:32:02.759 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-06-06T20:32:02.759 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-06-06T20:32:02.759 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi016/store.db/MANIFEST-000010 2024-06-06T20:32:02.759 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-06-06T20:32:02.759 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-06-06T20:32:02.759 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.merge_operator: 2024-06-06T20:32:02.759 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.compaction_filter: None 2024-06-06T20:32:02.759 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.compaction_filter_factory: None 2024-06-06T20:32:02.759 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.sst_partitioner_factory: None 2024-06-06T20:32:02.759 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-06-06T20:32:02.759 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.table_factory: BlockBasedTable 2024-06-06T20:32:02.759 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5641e430eaa0) 2024-06-06T20:32:02.759 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: cache_index_and_filter_blocks: 1 2024-06-06T20:32:02.759 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: cache_index_and_filter_blocks_with_high_priority: 0 2024-06-06T20:32:02.760 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-06-06T20:32:02.760 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: pin_top_level_index_and_filter: 1 2024-06-06T20:32:02.760 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: index_type: 0 2024-06-06T20:32:02.760 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: data_block_index_type: 0 2024-06-06T20:32:02.760 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: index_shortening: 1 2024-06-06T20:32:02.760 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: data_block_hash_table_util_ratio: 0.750000 2024-06-06T20:32:02.760 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: checksum: 4 2024-06-06T20:32:02.760 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: no_block_cache: 0 2024-06-06T20:32:02.760 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: block_cache: 0x5641e43051f0 2024-06-06T20:32:02.760 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: block_cache_name: BinnedLRUCache 2024-06-06T20:32:02.760 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: block_cache_options: 2024-06-06T20:32:02.760 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: capacity : 536870912 2024-06-06T20:32:02.760 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: num_shard_bits : 4 2024-06-06T20:32:02.761 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: strict_capacity_limit : 0 2024-06-06T20:32:02.761 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: high_pri_pool_ratio: 0.000 2024-06-06T20:32:02.761 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: block_cache_compressed: (nil) 2024-06-06T20:32:02.761 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: persistent_cache: (nil) 2024-06-06T20:32:02.761 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: block_size: 4096 2024-06-06T20:32:02.761 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: block_size_deviation: 10 2024-06-06T20:32:02.761 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: block_restart_interval: 16 2024-06-06T20:32:02.761 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: index_block_restart_interval: 1 2024-06-06T20:32:02.761 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: metadata_block_size: 4096 2024-06-06T20:32:02.761 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: partition_filters: 0 2024-06-06T20:32:02.761 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: use_delta_encoding: 1 2024-06-06T20:32:02.761 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: filter_policy: bloomfilter 2024-06-06T20:32:02.761 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: whole_key_filtering: 1 2024-06-06T20:32:02.761 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: verify_compression: 0 2024-06-06T20:32:02.762 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: read_amp_bytes_per_bit: 0 2024-06-06T20:32:02.762 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: format_version: 5 2024-06-06T20:32:02.762 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: enable_index_compression: 1 2024-06-06T20:32:02.762 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: block_align: 0 2024-06-06T20:32:02.762 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: max_auto_readahead_size: 262144 2024-06-06T20:32:02.762 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: prepopulate_block_cache: 0 2024-06-06T20:32:02.762 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: initial_auto_readahead_size: 8192 2024-06-06T20:32:02.762 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: num_file_reads_for_auto_readahead: 2 2024-06-06T20:32:02.762 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.write_buffer_size: 33554432 2024-06-06T20:32:02.762 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.max_write_buffer_number: 2 2024-06-06T20:32:02.762 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.compression: NoCompression 2024-06-06T20:32:02.762 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.bottommost_compression: Disabled 2024-06-06T20:32:02.762 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.prefix_extractor: nullptr 2024-06-06T20:32:02.763 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-06-06T20:32:02.763 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.num_levels: 7 2024-06-06T20:32:02.763 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-06-06T20:32:02.763 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-06-06T20:32:02.763 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-06-06T20:32:02.763 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-06-06T20:32:02.763 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-06-06T20:32:02.763 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-06-06T20:32:02.763 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-06-06T20:32:02.763 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-06-06T20:32:02.763 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-06-06T20:32:02.763 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-06-06T20:32:02.763 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-06-06T20:32:02.764 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-06-06T20:32:02.764 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.compression_opts.window_bits: -14 2024-06-06T20:32:02.764 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.compression_opts.level: 32767 2024-06-06T20:32:02.764 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.compression_opts.strategy: 0 2024-06-06T20:32:02.764 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-06-06T20:32:02.764 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-06-06T20:32:02.764 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-06-06T20:32:02.764 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-06-06T20:32:02.764 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.compression_opts.enabled: false 2024-06-06T20:32:02.764 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-06-06T20:32:02.764 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-06-06T20:32:02.764 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-06-06T20:32:02.764 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-06-06T20:32:02.764 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.target_file_size_base: 67108864 2024-06-06T20:32:02.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.target_file_size_multiplier: 1 2024-06-06T20:32:02.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-06-06T20:32:02.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-06-06T20:32:02.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-06-06T20:32:02.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-06-06T20:32:02.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-06-06T20:32:02.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-06-06T20:32:02.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-06-06T20:32:02.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-06-06T20:32:02.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-06-06T20:32:02.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-06-06T20:32:02.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-06-06T20:32:02.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-06-06T20:32:02.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-06-06T20:32:02.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.arena_block_size: 1048576 2024-06-06T20:32:02.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-06-06T20:32:02.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-06-06T20:32:02.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.disable_auto_compactions: 0 2024-06-06T20:32:02.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-06-06T20:32:02.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-06-06T20:32:02.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-06-06T20:32:02.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-06-06T20:32:02.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-06-06T20:32:02.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-06-06T20:32:02.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-06-06T20:32:02.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-06-06T20:32:02.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-06-06T20:32:02.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-06-06T20:32:02.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.table_properties_collectors: 2024-06-06T20:32:02.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.inplace_update_support: 0 2024-06-06T20:32:02.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-06-06T20:32:02.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-06-06T20:32:02.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-06-06T20:32:02.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.memtable_huge_page_size: 0 2024-06-06T20:32:02.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.bloom_locality: 0 2024-06-06T20:32:02.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.max_successive_merges: 0 2024-06-06T20:32:02.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-06-06T20:32:02.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.paranoid_file_checks: 0 2024-06-06T20:32:02.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.force_consistency_checks: 1 2024-06-06T20:32:02.768 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.report_bg_io_stats: 0 2024-06-06T20:32:02.768 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.ttl: 2592000 2024-06-06T20:32:02.768 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-06-06T20:32:02.768 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-06-06T20:32:02.768 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-06-06T20:32:02.768 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.enable_blob_files: false 2024-06-06T20:32:02.768 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.min_blob_size: 0 2024-06-06T20:32:02.768 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.blob_file_size: 268435456 2024-06-06T20:32:02.768 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.blob_compression_type: NoCompression 2024-06-06T20:32:02.768 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-06-06T20:32:02.768 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-06-06T20:32:02.768 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-06-06T20:32:02.768 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-06-06T20:32:02.769 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.blob_file_starting_level: 0 2024-06-06T20:32:02.769 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-06-06T20:32:02.769 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi016/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-06-06T20:32:02.769 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-06-06T20:32:02.769 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: eaeb5515-ed4e-4c1f-9895-8b8469f2f2d1 2024-06-06T20:32:02.769 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1717705922478986, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-06-06T20:32:02.769 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-06-06T20:32:02.769 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1717705922480312, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 80703, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 248, "table_properties": {"data_size": 78886, "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": 73277, "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": 1717705922, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "eaeb5515-ed4e-4c1f-9895-8b8469f2f2d1", "db_session_id": "E3MA9X549O66CSJ4D6U1", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-06-06T20:32:02.769 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.474+0000 7f8648949b00 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1717705922480454, "job": 1, "event": "recovery_finished"} 2024-06-06T20:32:02.769 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.478+0000 7f8648949b00 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-06-06T20:32:02.769 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.478+0000 7f8648949b00 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi016/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-06-06T20:32:02.769 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.478+0000 7f8648949b00 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5641e4330e00 2024-06-06T20:32:02.769 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.478+0000 7f8648949b00 4 rocksdb: DB pointer 0x5641e4428000 2024-06-06T20:32:02.770 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.478+0000 7f863e714640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-06-06T20:32:02.770 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.478+0000 7f863e714640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-06-06T20:32:02.770 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: ** DB Stats ** 2024-06-06T20:32:02.770 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: Uptime(secs): 0.0 total, 0.0 interval 2024-06-06T20:32:02.770 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-06-06T20:32:02.770 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-06-06T20:32:02.770 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-06-06T20:32:02.770 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-06-06T20:32:02.770 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-06-06T20:32:02.770 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-06-06T20:32:02.770 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: ** Compaction Stats [default] ** 2024-06-06T20:32:02.770 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-06-06T20:32:02.771 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-06-06T20:32:02.771 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: L0 2/0 80.68 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 95.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-06-06T20:32:02.771 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: Sum 2/0 80.68 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 95.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-06-06T20:32:02.771 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 95.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-06-06T20:32:02.771 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: ** Compaction Stats [default] ** 2024-06-06T20:32:02.771 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-06-06T20:32:02.771 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-06-06T20:32:02.771 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 95.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-06-06T20:32:02.771 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-06-06T20:32:02.771 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: Uptime(secs): 0.0 total, 0.0 interval 2024-06-06T20:32:02.771 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: Flush(GB): cumulative 0.000, interval 0.000 2024-06-06T20:32:02.771 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: AddFile(GB): cumulative 0.000, interval 0.000 2024-06-06T20:32:02.771 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: AddFile(Total Files): cumulative 0, interval 0 2024-06-06T20:32:02.772 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: AddFile(L0 Files): cumulative 0, interval 0 2024-06-06T20:32:02.772 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: AddFile(Keys): cumulative 0, interval 0 2024-06-06T20:32:02.772 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: Cumulative compaction: 0.00 GB write, 16.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-06-06T20:32:02.772 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: Interval compaction: 0.00 GB write, 16.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-06-06T20:32:02.772 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-06-06T20:32:02.772 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: Block cache BinnedLRUCache@0x5641e43051f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 2.3e-05 secs_since: 0 2024-06-06T20:32:02.772 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-06-06T20:32:02.772 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: ** File Read Latency Histogram By Level [default] ** 2024-06-06T20:32:02.772 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.478+0000 7f8648949b00 0 starting mon.smithi016 rank 0 at public addrs [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] at bind addrs [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi016 fsid ac338a92-2443-11ef-bc9b-c7b262605968 2024-06-06T20:32:02.772 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.478+0000 7f8648949b00 1 mon.smithi016@-1(???) e1 preinit fsid ac338a92-2443-11ef-bc9b-c7b262605968 2024-06-06T20:32:02.772 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.478+0000 7f8648949b00 0 mon.smithi016@-1(???).mds e1 new map 2024-06-06T20:32:02.772 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.478+0000 7f8648949b00 0 mon.smithi016@-1(???).mds e1 print_map 2024-06-06T20:32:02.773 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: e1 2024-06-06T20:32:02.773 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: enable_multiple, ever_enabled_multiple: 1,1 2024-06-06T20:32:02.773 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-06-06T20:32:02.773 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: legacy client fscid: -1 2024-06-06T20:32:02.773 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: 2024-06-06T20:32:02.773 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: No filesystems configured 2024-06-06T20:32:02.773 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.482+0000 7f8648949b00 0 mon.smithi016@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-06-06T20:32:02.773 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.482+0000 7f8648949b00 0 mon.smithi016@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-06-06T20:32:02.773 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.482+0000 7f8648949b00 0 mon.smithi016@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-06-06T20:32:02.773 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.482+0000 7f8648949b00 0 mon.smithi016@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-06-06T20:32:02.773 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: debug 2024-06-06T20:32:02.482+0000 7f8648949b00 1 mon.smithi016@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-06-06T20:32:02.773 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: cluster 2024-06-06T20:32:02.509291+0000 mon.smithi016 (mon.0) 1 : cluster [INF] mon.smithi016 is new leader, mons smithi016 in quorum (ranks 0) 2024-06-06T20:32:02.773 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: cluster 2024-06-06T20:32:02.509375+0000 mon.smithi016 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi016=[v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-06-06T20:32:02.774 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: cluster 2024-06-06T20:32:02.510148+0000 mon.smithi016 (mon.0) 3 : cluster [DBG] fsmap 2024-06-06T20:32:02.774 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: cluster 2024-06-06T20:32:02.510187+0000 mon.smithi016 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-06-06T20:32:02.774 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:02 smithi016 bash[14670]: cluster 2024-06-06T20:32:02.510789+0000 mon.smithi016 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-06-06T20:32:03.380 INFO:teuthology.orchestra.run.smithi016.stdout:Wrote config to /etc/ceph/ceph.conf 2024-06-06T20:32:03.406 INFO:teuthology.orchestra.run.smithi016.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-06-06T20:32:03.406 INFO:teuthology.orchestra.run.smithi016.stdout:Creating mgr... 2024-06-06T20:32:03.406 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying port 0.0.0.0:9283 ... 2024-06-06T20:32:03.406 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying port 0.0.0.0:8765 ... 2024-06-06T20:32:03.406 INFO:teuthology.orchestra.run.smithi016.stdout:Verifying port 0.0.0.0:8443 ... 2024-06-06T20:32:03.705 INFO:teuthology.orchestra.run.smithi016.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-ac338a92-2443-11ef-bc9b-c7b262605968@mgr.smithi016.jbjtdq 2024-06-06T20:32:03.705 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Failed to reset failed state of unit ceph-ac338a92-2443-11ef-bc9b-c7b262605968@mgr.smithi016.jbjtdq.service: Unit ceph-ac338a92-2443-11ef-bc9b-c7b262605968@mgr.smithi016.jbjtdq.service not loaded. 2024-06-06T20:32:03.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:03 smithi016 bash[14670]: audit 2024-06-06T20:32:02.721054+0000 mon.smithi016 (mon.0) 6 : audit [INF] from='client.? 172.21.15.16:0/4061111520' entity='client.admin' 2024-06-06T20:32:03.912 INFO:teuthology.orchestra.run.smithi016.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-ac338a92-2443-11ef-bc9b-c7b262605968.target.wants/ceph-ac338a92-2443-11ef-bc9b-c7b262605968@mgr.smithi016.jbjtdq.service -> /etc/systemd/system/ceph-ac338a92-2443-11ef-bc9b-c7b262605968@.service. 2024-06-06T20:32:03.924 INFO:teuthology.orchestra.run.smithi016.stdout:firewalld does not appear to be present 2024-06-06T20:32:03.925 INFO:teuthology.orchestra.run.smithi016.stdout:Not possible to enable service . firewalld.service is not available 2024-06-06T20:32:03.925 INFO:teuthology.orchestra.run.smithi016.stdout:firewalld does not appear to be present 2024-06-06T20:32:03.925 INFO:teuthology.orchestra.run.smithi016.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2024-06-06T20:32:03.925 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mgr to start... 2024-06-06T20:32:03.925 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mgr... 2024-06-06T20:32:05.826 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:05 smithi016 bash[14670]: audit 2024-06-06T20:32:05.628990+0000 mon.smithi016 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.16:0/1691786435' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-06-06T20:32:06.257 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-06-06T20:32:06.257 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-06-06T20:32:06.257 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsid": "ac338a92-2443-11ef-bc9b-c7b262605968", 2024-06-06T20:32:06.257 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "health": { 2024-06-06T20:32:06.258 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-06-06T20:32:06.258 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-06-06T20:32:06.258 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-06-06T20:32:06.258 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-06-06T20:32:06.258 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-06-06T20:32:06.258 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-06-06T20:32:06.258 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 0 2024-06-06T20:32:06.259 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-06-06T20:32:06.259 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-06-06T20:32:06.259 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "smithi016" 2024-06-06T20:32:06.260 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-06-06T20:32:06.260 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-06-06T20:32:06.260 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "monmap": { 2024-06-06T20:32:06.260 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-06T20:32:06.260 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2024-06-06T20:32:06.260 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-06-06T20:32:06.260 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-06-06T20:32:06.260 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-06-06T20:32:06.261 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-06T20:32:06.261 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-06-06T20:32:06.261 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-06-06T20:32:06.261 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-06-06T20:32:06.261 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-06-06T20:32:06.264 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-06-06T20:32:06.264 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-06-06T20:32:06.264 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-06-06T20:32:06.264 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-06-06T20:32:06.264 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-06-06T20:32:06.264 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-06-06T20:32:06.265 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-06-06T20:32:06.265 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-06-06T20:32:06.265 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-06-06T20:32:06.265 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-06-06T20:32:06.265 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-06-06T20:32:06.265 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-06-06T20:32:06.265 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-06-06T20:32:06.265 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-06-06T20:32:06.265 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-06T20:32:06.265 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-06-06T20:32:06.265 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-06-06T20:32:06.265 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-06-06T20:32:06.265 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-06-06T20:32:06.265 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": false, 2024-06-06T20:32:06.266 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-06-06T20:32:06.266 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modules": [ 2024-06-06T20:32:06.266 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "iostat", 2024-06-06T20:32:06.266 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "nfs", 2024-06-06T20:32:06.266 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "restful" 2024-06-06T20:32:06.266 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-06-06T20:32:06.266 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-06-06T20:32:06.266 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-06-06T20:32:06.266 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-06-06T20:32:06.266 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-06T20:32:06.266 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modified": "2024-06-06T20:31:56.056550+0000", 2024-06-06T20:32:06.266 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-06-06T20:32:06.266 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-06-06T20:32:06.266 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-06-06T20:32:06.267 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-06-06T20:32:06.267 INFO:teuthology.orchestra.run.smithi016.stdout:mgr not available, waiting (1/15)... 2024-06-06T20:32:09.599 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:09 smithi016 bash[14670]: audit 2024-06-06T20:32:09.362763+0000 mon.smithi016 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.16:0/1989509862' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-06-06T20:32:10.123 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-06-06T20:32:10.123 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-06-06T20:32:10.123 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsid": "ac338a92-2443-11ef-bc9b-c7b262605968", 2024-06-06T20:32:10.123 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "health": { 2024-06-06T20:32:10.124 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-06-06T20:32:10.124 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-06-06T20:32:10.124 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-06-06T20:32:10.124 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-06-06T20:32:10.124 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-06-06T20:32:10.124 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-06-06T20:32:10.124 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 0 2024-06-06T20:32:10.124 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-06-06T20:32:10.124 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-06-06T20:32:10.124 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "smithi016" 2024-06-06T20:32:10.124 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-06-06T20:32:10.124 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-06-06T20:32:10.124 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "monmap": { 2024-06-06T20:32:10.125 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-06T20:32:10.125 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2024-06-06T20:32:10.125 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-06-06T20:32:10.125 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-06-06T20:32:10.125 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-06-06T20:32:10.125 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-06T20:32:10.125 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-06-06T20:32:10.125 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-06-06T20:32:10.125 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-06-06T20:32:10.125 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-06-06T20:32:10.129 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-06-06T20:32:10.129 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-06-06T20:32:10.129 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-06-06T20:32:10.129 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-06-06T20:32:10.129 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-06-06T20:32:10.129 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-06-06T20:32:10.129 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-06-06T20:32:10.129 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-06-06T20:32:10.129 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-06-06T20:32:10.129 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-06-06T20:32:10.129 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-06-06T20:32:10.129 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-06-06T20:32:10.129 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-06-06T20:32:10.130 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-06-06T20:32:10.130 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-06T20:32:10.130 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-06-06T20:32:10.130 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-06-06T20:32:10.130 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-06-06T20:32:10.130 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-06-06T20:32:10.130 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": false, 2024-06-06T20:32:10.130 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-06-06T20:32:10.130 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modules": [ 2024-06-06T20:32:10.130 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "iostat", 2024-06-06T20:32:10.130 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "nfs", 2024-06-06T20:32:10.130 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "restful" 2024-06-06T20:32:10.130 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-06-06T20:32:10.130 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-06-06T20:32:10.130 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-06-06T20:32:10.131 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-06-06T20:32:10.131 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-06T20:32:10.131 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modified": "2024-06-06T20:31:56.056550+0000", 2024-06-06T20:32:10.131 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-06-06T20:32:10.131 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-06-06T20:32:10.131 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-06-06T20:32:10.131 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-06-06T20:32:10.131 INFO:teuthology.orchestra.run.smithi016.stdout:mgr not available, waiting (2/15)... 2024-06-06T20:32:12.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:11 smithi016 bash[14670]: cluster 2024-06-06T20:32:11.682367+0000 mon.smithi016 (mon.0) 9 : cluster [INF] Activating manager daemon smithi016.jbjtdq 2024-06-06T20:32:12.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:11 smithi016 bash[14670]: cluster 2024-06-06T20:32:11.689428+0000 mon.smithi016 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi016.jbjtdq(active, starting, since 0.007316s) 2024-06-06T20:32:12.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:11 smithi016 bash[14670]: audit 2024-06-06T20:32:11.690855+0000 mon.smithi016 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.16:0/495581642' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-06-06T20:32:12.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:11 smithi016 bash[14670]: audit 2024-06-06T20:32:11.691147+0000 mon.smithi016 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.16:0/495581642' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-06-06T20:32:12.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:11 smithi016 bash[14670]: audit 2024-06-06T20:32:11.691399+0000 mon.smithi016 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.16:0/495581642' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-06-06T20:32:12.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:11 smithi016 bash[14670]: audit 2024-06-06T20:32:11.691650+0000 mon.smithi016 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.16:0/495581642' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mon metadata", "id": "smithi016"}]: dispatch 2024-06-06T20:32:12.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:11 smithi016 bash[14670]: audit 2024-06-06T20:32:11.692155+0000 mon.smithi016 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.16:0/495581642' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mgr metadata", "who": "smithi016.jbjtdq", "id": "smithi016.jbjtdq"}]: dispatch 2024-06-06T20:32:12.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:11 smithi016 bash[14670]: cluster 2024-06-06T20:32:11.724878+0000 mon.smithi016 (mon.0) 16 : cluster [INF] Manager daemon smithi016.jbjtdq is now available 2024-06-06T20:32:13.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:12 smithi016 bash[14670]: audit 2024-06-06T20:32:11.745423+0000 mon.smithi016 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.16:0/495581642' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi016.jbjtdq/mirror_snapshot_schedule"}]: dispatch 2024-06-06T20:32:13.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:12 smithi016 bash[14670]: audit 2024-06-06T20:32:11.749140+0000 mon.smithi016 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.16:0/495581642' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi016.jbjtdq/trash_purge_schedule"}]: dispatch 2024-06-06T20:32:13.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:12 smithi016 bash[14670]: audit 2024-06-06T20:32:11.755372+0000 mon.smithi016 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.16:0/495581642' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:32:13.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:12 smithi016 bash[14670]: audit 2024-06-06T20:32:11.760278+0000 mon.smithi016 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.16:0/495581642' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:32:13.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:12 smithi016 bash[14670]: audit 2024-06-06T20:32:11.763050+0000 mon.smithi016 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.16:0/495581642' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:32:13.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:12 smithi016 bash[14670]: cluster 2024-06-06T20:32:12.695645+0000 mon.smithi016 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi016.jbjtdq(active, since 1.01354s) 2024-06-06T20:32:14.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:13 smithi016 bash[14670]: audit 2024-06-06T20:32:13.580611+0000 mon.smithi016 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.16:0/3995080494' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-06-06T20:32:14.195 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-06-06T20:32:14.196 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-06-06T20:32:14.196 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsid": "ac338a92-2443-11ef-bc9b-c7b262605968", 2024-06-06T20:32:14.196 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "health": { 2024-06-06T20:32:14.196 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-06-06T20:32:14.196 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-06-06T20:32:14.196 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-06-06T20:32:14.197 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-06-06T20:32:14.197 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-06-06T20:32:14.199 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-06-06T20:32:14.199 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 0 2024-06-06T20:32:14.199 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-06-06T20:32:14.199 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-06-06T20:32:14.199 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "smithi016" 2024-06-06T20:32:14.199 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-06-06T20:32:14.199 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2024-06-06T20:32:14.199 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "monmap": { 2024-06-06T20:32:14.200 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-06T20:32:14.200 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2024-06-06T20:32:14.200 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-06-06T20:32:14.200 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-06-06T20:32:14.200 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-06-06T20:32:14.200 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-06T20:32:14.200 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-06-06T20:32:14.200 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-06-06T20:32:14.200 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-06-06T20:32:14.200 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-06-06T20:32:14.200 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-06-06T20:32:14.201 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-06-06T20:32:14.201 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-06-06T20:32:14.201 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-06-06T20:32:14.204 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-06-06T20:32:14.204 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-06-06T20:32:14.204 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-06-06T20:32:14.204 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-06-06T20:32:14.204 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-06-06T20:32:14.204 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-06-06T20:32:14.204 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-06-06T20:32:14.204 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-06-06T20:32:14.204 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-06-06T20:32:14.204 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-06-06T20:32:14.204 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-06T20:32:14.204 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-06-06T20:32:14.204 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-06-06T20:32:14.205 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-06-06T20:32:14.205 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-06-06T20:32:14.205 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": true, 2024-06-06T20:32:14.205 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-06-06T20:32:14.205 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modules": [ 2024-06-06T20:32:14.205 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "iostat", 2024-06-06T20:32:14.205 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "nfs", 2024-06-06T20:32:14.205 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "restful" 2024-06-06T20:32:14.205 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ], 2024-06-06T20:32:14.205 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-06-06T20:32:14.205 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-06-06T20:32:14.205 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-06-06T20:32:14.205 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-06-06T20:32:14.205 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "modified": "2024-06-06T20:31:56.056550+0000", 2024-06-06T20:32:14.206 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "services": {} 2024-06-06T20:32:14.206 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout }, 2024-06-06T20:32:14.206 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-06-06T20:32:14.206 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-06-06T20:32:14.206 INFO:teuthology.orchestra.run.smithi016.stdout:mgr is available 2024-06-06T20:32:15.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:14 smithi016 bash[14670]: cluster 2024-06-06T20:32:13.744214+0000 mon.smithi016 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi016.jbjtdq(active, since 2s) 2024-06-06T20:32:16.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:15 smithi016 bash[14670]: audit 2024-06-06T20:32:15.502230+0000 mon.smithi016 (mon.0) 25 : audit [INF] from='client.? 172.21.15.16:0/3916195203' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-06-06T20:32:16.135 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-06-06T20:32:16.135 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [global] 2024-06-06T20:32:16.135 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout fsid = ac338a92-2443-11ef-bc9b-c7b262605968 2024-06-06T20:32:16.135 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-06-06T20:32:16.135 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-06-06T20:32:16.135 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-06-06T20:32:16.135 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-06-06T20:32:16.136 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-06-06T20:32:16.136 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [mgr] 2024-06-06T20:32:16.136 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-06-06T20:32:16.136 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 2024-06-06T20:32:16.137 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout [osd] 2024-06-06T20:32:16.137 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-06-06T20:32:16.137 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-06-06T20:32:16.137 INFO:teuthology.orchestra.run.smithi016.stdout:Enabling cephadm module... 2024-06-06T20:32:18.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:17 smithi016 bash[14670]: audit 2024-06-06T20:32:17.522423+0000 mon.smithi016 (mon.0) 26 : audit [INF] from='client.? 172.21.15.16:0/896096150' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-06-06T20:32:18.658 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:18 smithi016 bash[14670]: audit 2024-06-06T20:32:17.580224+0000 mon.smithi016 (mon.0) 27 : audit [INF] from='client.? 172.21.15.16:0/896096150' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-06-06T20:32:18.658 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:18 smithi016 bash[14670]: cluster 2024-06-06T20:32:17.580327+0000 mon.smithi016 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi016.jbjtdq(active, since 5s) 2024-06-06T20:32:20.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:19 smithi016 bash[14670]: audit 2024-06-06T20:32:19.689394+0000 mon.smithi016 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.16:0/1344423061' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-06-06T20:32:20.344 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-06-06T20:32:20.344 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-06-06T20:32:20.344 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": true, 2024-06-06T20:32:20.344 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "active_name": "smithi016.jbjtdq", 2024-06-06T20:32:20.344 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-06-06T20:32:20.344 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-06-06T20:32:20.344 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for the mgr to restart... 2024-06-06T20:32:20.344 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mgr epoch 5... 2024-06-06T20:32:24.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:23 smithi016 bash[14670]: cluster 2024-06-06T20:32:23.874601+0000 mon.smithi016 (mon.0) 30 : cluster [INF] Active manager daemon smithi016.jbjtdq restarted 2024-06-06T20:32:24.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:23 smithi016 bash[14670]: cluster 2024-06-06T20:32:23.875005+0000 mon.smithi016 (mon.0) 31 : cluster [INF] Activating manager daemon smithi016.jbjtdq 2024-06-06T20:32:24.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:23 smithi016 bash[14670]: cluster 2024-06-06T20:32:23.881774+0000 mon.smithi016 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-06-06T20:32:24.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:23 smithi016 bash[14670]: cluster 2024-06-06T20:32:23.881980+0000 mon.smithi016 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi016.jbjtdq(active, starting, since 0.00713611s) 2024-06-06T20:32:24.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:23 smithi016 bash[14670]: audit 2024-06-06T20:32:23.883809+0000 mon.smithi016 (mon.0) 34 : audit [DBG] from='mgr.14118 172.21.15.16:0/2481050874' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mon metadata", "id": "smithi016"}]: dispatch 2024-06-06T20:32:24.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:23 smithi016 bash[14670]: audit 2024-06-06T20:32:23.885262+0000 mon.smithi016 (mon.0) 35 : audit [DBG] from='mgr.14118 172.21.15.16:0/2481050874' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mgr metadata", "who": "smithi016.jbjtdq", "id": "smithi016.jbjtdq"}]: dispatch 2024-06-06T20:32:24.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:23 smithi016 bash[14670]: audit 2024-06-06T20:32:23.886160+0000 mon.smithi016 (mon.0) 36 : audit [DBG] from='mgr.14118 172.21.15.16:0/2481050874' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-06-06T20:32:24.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:23 smithi016 bash[14670]: audit 2024-06-06T20:32:23.886409+0000 mon.smithi016 (mon.0) 37 : audit [DBG] from='mgr.14118 172.21.15.16:0/2481050874' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-06-06T20:32:24.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:23 smithi016 bash[14670]: audit 2024-06-06T20:32:23.886640+0000 mon.smithi016 (mon.0) 38 : audit [DBG] from='mgr.14118 172.21.15.16:0/2481050874' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-06-06T20:32:24.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:23 smithi016 bash[14670]: cluster 2024-06-06T20:32:23.920585+0000 mon.smithi016 (mon.0) 39 : cluster [INF] Manager daemon smithi016.jbjtdq is now available 2024-06-06T20:32:25.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:24 smithi016 bash[14670]: cephadm 2024-06-06T20:32:23.935792+0000 mgr.smithi016.jbjtdq (mgr.14118) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-06-06T20:32:25.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:24 smithi016 bash[14670]: audit 2024-06-06T20:32:23.939265+0000 mon.smithi016 (mon.0) 40 : audit [INF] from='mgr.14118 172.21.15.16:0/2481050874' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:32:25.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:24 smithi016 bash[14670]: audit 2024-06-06T20:32:23.944139+0000 mon.smithi016 (mon.0) 41 : audit [INF] from='mgr.14118 172.21.15.16:0/2481050874' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:32:25.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:24 smithi016 bash[14670]: audit 2024-06-06T20:32:23.949333+0000 mon.smithi016 (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.16:0/2481050874' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-06T20:32:25.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:24 smithi016 bash[14670]: audit 2024-06-06T20:32:23.953795+0000 mon.smithi016 (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.16:0/2481050874' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-06T20:32:25.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:24 smithi016 bash[14670]: audit 2024-06-06T20:32:23.970091+0000 mon.smithi016 (mon.0) 44 : audit [INF] from='mgr.14118 172.21.15.16:0/2481050874' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi016.jbjtdq/mirror_snapshot_schedule"}]: dispatch 2024-06-06T20:32:25.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:24 smithi016 bash[14670]: audit 2024-06-06T20:32:23.974123+0000 mon.smithi016 (mon.0) 45 : audit [INF] from='mgr.14118 172.21.15.16:0/2481050874' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi016.jbjtdq/trash_purge_schedule"}]: dispatch 2024-06-06T20:32:25.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:24 smithi016 bash[14670]: cluster 2024-06-06T20:32:24.885598+0000 mon.smithi016 (mon.0) 46 : cluster [DBG] mgrmap e7: smithi016.jbjtdq(active, since 1.01074s) 2024-06-06T20:32:25.501 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-06-06T20:32:25.501 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-06-06T20:32:25.502 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "initialized": true 2024-06-06T20:32:25.502 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-06-06T20:32:25.502 INFO:teuthology.orchestra.run.smithi016.stdout:mgr epoch 5 is available 2024-06-06T20:32:25.502 INFO:teuthology.orchestra.run.smithi016.stdout:Setting orchestrator backend to cephadm... 2024-06-06T20:32:26.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:26 smithi016 bash[14670]: audit 2024-06-06T20:32:24.885496+0000 mgr.smithi016.jbjtdq (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-06-06T20:32:26.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:26 smithi016 bash[14670]: audit 2024-06-06T20:32:24.898826+0000 mgr.smithi016.jbjtdq (mgr.14118) 4 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-06-06T20:32:26.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:26 smithi016 bash[14670]: audit 2024-06-06T20:32:25.068713+0000 mon.smithi016 (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.16:0/2481050874' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:32:26.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:26 smithi016 bash[14670]: audit 2024-06-06T20:32:25.072900+0000 mon.smithi016 (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.16:0/2481050874' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:32:27.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:27 smithi016 bash[14670]: cephadm 2024-06-06T20:32:26.040123+0000 mgr.smithi016.jbjtdq (mgr.14118) 5 : cephadm [INF] [06/Jun/2024:20:32:26] ENGINE Bus STARTING 2024-06-06T20:32:27.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:27 smithi016 bash[14670]: cluster 2024-06-06T20:32:26.076416+0000 mon.smithi016 (mon.0) 49 : cluster [DBG] mgrmap e8: smithi016.jbjtdq(active, since 2s) 2024-06-06T20:32:27.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:27 smithi016 bash[14670]: cephadm 2024-06-06T20:32:26.142413+0000 mgr.smithi016.jbjtdq (mgr.14118) 6 : cephadm [INF] [06/Jun/2024:20:32:26] ENGINE Serving on http://172.21.15.16:8765 2024-06-06T20:32:27.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:27 smithi016 bash[14670]: cephadm 2024-06-06T20:32:26.273871+0000 mgr.smithi016.jbjtdq (mgr.14118) 7 : cephadm [INF] [06/Jun/2024:20:32:26] ENGINE Serving on https://172.21.15.16:7150 2024-06-06T20:32:27.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:27 smithi016 bash[14670]: cephadm 2024-06-06T20:32:26.274195+0000 mgr.smithi016.jbjtdq (mgr.14118) 8 : cephadm [INF] [06/Jun/2024:20:32:26] ENGINE Bus STARTED 2024-06-06T20:32:27.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:27 smithi016 bash[14670]: audit 2024-06-06T20:32:26.275583+0000 mon.smithi016 (mon.0) 50 : audit [DBG] from='mgr.14118 172.21.15.16:0/2481050874' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-06T20:32:27.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:27 smithi016 bash[14670]: cephadm 2024-06-06T20:32:26.279389+0000 mgr.smithi016.jbjtdq (mgr.14118) 9 : cephadm [ERR] [06/Jun/2024:20:32:26] ENGINE Error in HTTPServer.serve 2024-06-06T20:32:27.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:27 smithi016 bash[14670]: Traceback (most recent call last): 2024-06-06T20:32:27.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:27 smithi016 bash[14670]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-06-06T20:32:27.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:27 smithi016 bash[14670]: self._connections.run(self.expiration_interval) 2024-06-06T20:32:27.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:27 smithi016 bash[14670]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-06-06T20:32:27.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:27 smithi016 bash[14670]: self._run(expiration_interval) 2024-06-06T20:32:27.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:27 smithi016 bash[14670]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-06-06T20:32:27.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:27 smithi016 bash[14670]: new_conn = self._from_server_socket(self.server.socket) 2024-06-06T20:32:27.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:27 smithi016 bash[14670]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-06-06T20:32:27.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:27 smithi016 bash[14670]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-06-06T20:32:27.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:27 smithi016 bash[14670]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-06-06T20:32:27.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:27 smithi016 bash[14670]: s = self.context.wrap_socket( 2024-06-06T20:32:27.268 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:27 smithi016 bash[14670]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-06-06T20:32:27.268 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:27 smithi016 bash[14670]: return self.sslsocket_class._create( 2024-06-06T20:32:27.268 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:27 smithi016 bash[14670]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-06-06T20:32:27.268 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:27 smithi016 bash[14670]: self.do_handshake() 2024-06-06T20:32:27.268 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:27 smithi016 bash[14670]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-06-06T20:32:27.268 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:27 smithi016 bash[14670]: self._sslobj.do_handshake() 2024-06-06T20:32:27.268 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:27 smithi016 bash[14670]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1129) 2024-06-06T20:32:27.268 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:27 smithi016 bash[14670]: audit 2024-06-06T20:32:26.763009+0000 mon.smithi016 (mon.0) 51 : audit [INF] from='mgr.14118 172.21.15.16:0/2481050874' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:32:27.268 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:27 smithi016 bash[14670]: audit 2024-06-06T20:32:26.773003+0000 mon.smithi016 (mon.0) 52 : audit [DBG] from='mgr.14118 172.21.15.16:0/2481050874' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-06T20:32:28.324 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:28 smithi016 bash[14670]: audit 2024-06-06T20:32:26.753150+0000 mgr.smithi016.jbjtdq (mgr.14118) 10 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-06-06T20:32:29.497 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout value unchanged 2024-06-06T20:32:29.497 INFO:teuthology.orchestra.run.smithi016.stdout:Generating ssh key... 2024-06-06T20:32:30.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:29 smithi016 bash[14670]: audit 2024-06-06T20:32:28.849006+0000 mgr.smithi016.jbjtdq (mgr.14118) 11 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-06-06T20:32:32.157 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:31 smithi016 bash[14670]: audit 2024-06-06T20:32:30.742282+0000 mgr.smithi016.jbjtdq (mgr.14118) 12 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-06-06T20:32:32.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:31 smithi016 bash[14670]: cephadm 2024-06-06T20:32:30.742511+0000 mgr.smithi016.jbjtdq (mgr.14118) 13 : cephadm [INF] Generating ssh key... 2024-06-06T20:32:32.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:31 smithi016 bash[14670]: audit 2024-06-06T20:32:30.885207+0000 mon.smithi016 (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.16:0/2481050874' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:32:32.158 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:31 smithi016 bash[14670]: audit 2024-06-06T20:32:30.888661+0000 mon.smithi016 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.16:0/2481050874' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:32:33.378 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqIB50yQF32OADO9OLnGWQDra7QsidbtusXetKLXfB/k+xvB8ET+u3EWW+LGgwng1AagCuTYn6YIyGRhkearg9MYL1ohO7TIcRpoa5/PgEd6iMTcTr2ytBSPEiwRAsNtTCodN15b8iZOV9bUJdOWLmt2zp72uvXbv8bT1pAz2B6WZDpqgBzg7qBKhM8kyxrwghaEGR2lJFDLc8NTogb7fswzntzYFro1uSPSPuHF1rOHKR170JwXp6zrcOsmjZD+EjmbSrpj72F/EUNxg+RewJyTehp9AVddJV/XC2AEmGnEMGz9mQRacatcB65aAG6HZT/XyP8/F9Fkk29sqkKgquQZIy1p4pSsj7+TkjcgSXiS4btXkYEfBbZl2F4C2Nmb/US6V304cjdXLY2KXhir4fbT4444m/HMbJ/itoAi3Zemt7v/Boicgxja7rGpriKp6GsSS/PC4xurYFzfFlgQFafGiemHKGIOfu7RVtNzUOB4a0DHz5hrTtRUq0MAXq7O0= ceph-ac338a92-2443-11ef-bc9b-c7b262605968 2024-06-06T20:32:33.378 INFO:teuthology.orchestra.run.smithi016.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-06-06T20:32:33.378 INFO:teuthology.orchestra.run.smithi016.stdout:Adding key to root@localhost authorized_keys... 2024-06-06T20:32:33.379 INFO:teuthology.orchestra.run.smithi016.stdout:Adding host smithi016... 2024-06-06T20:32:34.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:33 smithi016 bash[14670]: audit 2024-06-06T20:32:32.743108+0000 mgr.smithi016.jbjtdq (mgr.14118) 14 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-06-06T20:32:35.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:35 smithi016 bash[14670]: audit 2024-06-06T20:32:34.643025+0000 mgr.smithi016.jbjtdq (mgr.14118) 15 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi016", "addr": "172.21.15.16", "target": ["mon-mgr", ""]}]: dispatch 2024-06-06T20:32:37.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:36 smithi016 bash[14670]: cephadm 2024-06-06T20:32:36.089681+0000 mgr.smithi016.jbjtdq (mgr.14118) 16 : cephadm [INF] Deploying cephadm binary to smithi016 2024-06-06T20:32:39.977 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout Added host 'smithi016' with addr '172.21.15.16' 2024-06-06T20:32:39.978 INFO:teuthology.orchestra.run.smithi016.stdout:Deploying mon service with default placement... 2024-06-06T20:32:40.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:40 smithi016 bash[14670]: audit 2024-06-06T20:32:39.036284+0000 mon.smithi016 (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.16:0/2481050874' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:32:40.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:40 smithi016 bash[14670]: cephadm 2024-06-06T20:32:39.037024+0000 mgr.smithi016.jbjtdq (mgr.14118) 17 : cephadm [INF] Added host smithi016 2024-06-06T20:32:40.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:40 smithi016 bash[14670]: audit 2024-06-06T20:32:39.037881+0000 mon.smithi016 (mon.0) 56 : audit [DBG] from='mgr.14118 172.21.15.16:0/2481050874' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-06T20:32:42.627 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-06-06T20:32:42.627 INFO:teuthology.orchestra.run.smithi016.stdout:Deploying mgr service with default placement... 2024-06-06T20:32:43.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:42 smithi016 bash[14670]: audit 2024-06-06T20:32:41.876943+0000 mon.smithi016 (mon.0) 57 : audit [INF] from='mgr.14118 172.21.15.16:0/2481050874' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:32:43.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:42 smithi016 bash[14670]: audit 2024-06-06T20:32:41.886257+0000 mgr.smithi016.jbjtdq (mgr.14118) 18 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-06-06T20:32:43.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:42 smithi016 bash[14670]: cephadm 2024-06-06T20:32:41.890055+0000 mgr.smithi016.jbjtdq (mgr.14118) 19 : cephadm [INF] Saving service mon spec with placement count:5 2024-06-06T20:32:43.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:42 smithi016 bash[14670]: audit 2024-06-06T20:32:41.892876+0000 mon.smithi016 (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.16:0/2481050874' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:32:43.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:42 smithi016 bash[14670]: audit 2024-06-06T20:32:42.235450+0000 mon.smithi016 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.16:0/2481050874' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:32:44.713 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-06-06T20:32:44.713 INFO:teuthology.orchestra.run.smithi016.stdout:Deploying crash service with default placement... 2024-06-06T20:32:45.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:44 smithi016 bash[14670]: cluster 2024-06-06T20:32:43.887781+0000 mgr.smithi016.jbjtdq (mgr.14118) 20 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:32:45.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:44 smithi016 bash[14670]: audit 2024-06-06T20:32:43.990051+0000 mgr.smithi016.jbjtdq (mgr.14118) 21 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-06-06T20:32:45.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:44 smithi016 bash[14670]: cephadm 2024-06-06T20:32:43.992445+0000 mgr.smithi016.jbjtdq (mgr.14118) 22 : cephadm [INF] Saving service mgr spec with placement count:2 2024-06-06T20:32:45.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:44 smithi016 bash[14670]: audit 2024-06-06T20:32:43.995810+0000 mon.smithi016 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.16:0/2481050874' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:32:46.734 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2024-06-06T20:32:46.734 INFO:teuthology.orchestra.run.smithi016.stdout:Deploying ceph-exporter service with default placement... 2024-06-06T20:32:47.446 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:47 smithi016 bash[14670]: cluster 2024-06-06T20:32:45.888222+0000 mgr.smithi016.jbjtdq (mgr.14118) 23 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:32:47.446 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:47 smithi016 bash[14670]: audit 2024-06-06T20:32:46.091365+0000 mgr.smithi016.jbjtdq (mgr.14118) 24 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-06-06T20:32:47.447 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:47 smithi016 bash[14670]: cephadm 2024-06-06T20:32:46.093269+0000 mgr.smithi016.jbjtdq (mgr.14118) 25 : cephadm [INF] Saving service crash spec with placement * 2024-06-06T20:32:47.447 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:47 smithi016 bash[14670]: audit 2024-06-06T20:32:46.097286+0000 mon.smithi016 (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.16:0/2481050874' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:32:48.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:48 smithi016 bash[14670]: audit 2024-06-06T20:32:47.546921+0000 mon.smithi016 (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.16:0/2481050874' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:32:48.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:48 smithi016 bash[14670]: audit 2024-06-06T20:32:48.057393+0000 mon.smithi016 (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.16:0/2481050874' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:32:48.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:48 smithi016 bash[14670]: audit 2024-06-06T20:32:48.310010+0000 mon.smithi016 (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.16:0/2481050874' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:32:48.769 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2024-06-06T20:32:48.769 INFO:teuthology.orchestra.run.smithi016.stdout:Deploying prometheus service with default placement... 2024-06-06T20:32:50.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:49 smithi016 bash[14670]: cluster 2024-06-06T20:32:47.888583+0000 mgr.smithi016.jbjtdq (mgr.14118) 26 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:32:50.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:49 smithi016 bash[14670]: audit 2024-06-06T20:32:48.051561+0000 mgr.smithi016.jbjtdq (mgr.14118) 27 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-06-06T20:32:50.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:49 smithi016 bash[14670]: cephadm 2024-06-06T20:32:48.053155+0000 mgr.smithi016.jbjtdq (mgr.14118) 28 : cephadm [INF] Saving service ceph-exporter spec with placement * 2024-06-06T20:32:50.910 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2024-06-06T20:32:50.910 INFO:teuthology.orchestra.run.smithi016.stdout:Deploying grafana service with default placement... 2024-06-06T20:32:51.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:51 smithi016 bash[14670]: cluster 2024-06-06T20:32:49.888996+0000 mgr.smithi016.jbjtdq (mgr.14118) 29 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:32:51.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:51 smithi016 bash[14670]: audit 2024-06-06T20:32:50.200136+0000 mgr.smithi016.jbjtdq (mgr.14118) 30 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-06-06T20:32:51.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:51 smithi016 bash[14670]: cephadm 2024-06-06T20:32:50.202217+0000 mgr.smithi016.jbjtdq (mgr.14118) 31 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-06-06T20:32:51.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:51 smithi016 bash[14670]: audit 2024-06-06T20:32:50.207443+0000 mon.smithi016 (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.16:0/2481050874' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:32:52.955 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2024-06-06T20:32:52.956 INFO:teuthology.orchestra.run.smithi016.stdout:Deploying node-exporter service with default placement... 2024-06-06T20:32:53.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:53 smithi016 bash[14670]: cluster 2024-06-06T20:32:51.889333+0000 mgr.smithi016.jbjtdq (mgr.14118) 32 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:32:53.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:53 smithi016 bash[14670]: audit 2024-06-06T20:32:52.293493+0000 mgr.smithi016.jbjtdq (mgr.14118) 33 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-06-06T20:32:53.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:53 smithi016 bash[14670]: cephadm 2024-06-06T20:32:52.296174+0000 mgr.smithi016.jbjtdq (mgr.14118) 34 : cephadm [INF] Saving service grafana spec with placement count:1 2024-06-06T20:32:53.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:53 smithi016 bash[14670]: audit 2024-06-06T20:32:52.300677+0000 mon.smithi016 (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.16:0/2481050874' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:32:55.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:55 smithi016 bash[14670]: cluster 2024-06-06T20:32:53.889729+0000 mgr.smithi016.jbjtdq (mgr.14118) 35 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:32:55.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:55 smithi016 bash[14670]: audit 2024-06-06T20:32:54.815265+0000 mon.smithi016 (mon.0) 67 : audit [INF] from='mgr.14118 172.21.15.16:0/2481050874' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:32:55.851 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2024-06-06T20:32:55.851 INFO:teuthology.orchestra.run.smithi016.stdout:Deploying alertmanager service with default placement... 2024-06-06T20:32:56.603 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:56 smithi016 bash[14670]: audit 2024-06-06T20:32:54.809285+0000 mgr.smithi016.jbjtdq (mgr.14118) 36 : audit [DBG] from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-06-06T20:32:56.603 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:56 smithi016 bash[14670]: cephadm 2024-06-06T20:32:54.811448+0000 mgr.smithi016.jbjtdq (mgr.14118) 37 : cephadm [INF] Saving service node-exporter spec with placement * 2024-06-06T20:32:57.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:57 smithi016 bash[14670]: cluster 2024-06-06T20:32:55.890176+0000 mgr.smithi016.jbjtdq (mgr.14118) 38 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:32:57.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:57 smithi016 bash[14670]: audit 2024-06-06T20:32:57.180612+0000 mon.smithi016 (mon.0) 68 : audit [INF] from='mgr.14118 172.21.15.16:0/2481050874' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:32:57.877 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2024-06-06T20:32:58.665 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:58 smithi016 bash[14670]: audit 2024-06-06T20:32:57.177028+0000 mgr.smithi016.jbjtdq (mgr.14118) 39 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-06-06T20:32:58.665 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:58 smithi016 bash[14670]: cephadm 2024-06-06T20:32:57.177893+0000 mgr.smithi016.jbjtdq (mgr.14118) 40 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-06-06T20:32:59.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:59 smithi016 bash[14670]: cluster 2024-06-06T20:32:57.890593+0000 mgr.smithi016.jbjtdq (mgr.14118) 41 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:32:59.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:32:59 smithi016 bash[14670]: audit 2024-06-06T20:32:59.250593+0000 mon.smithi016 (mon.0) 69 : audit [INF] from='client.? 172.21.15.16:0/3014455465' entity='client.admin' 2024-06-06T20:33:01.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:01 smithi016 bash[14670]: cluster 2024-06-06T20:32:59.891018+0000 mgr.smithi016.jbjtdq (mgr.14118) 42 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:33:01.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:01 smithi016 bash[14670]: audit 2024-06-06T20:33:01.283379+0000 mon.smithi016 (mon.0) 70 : audit [INF] from='client.? 172.21.15.16:0/2300110112' entity='client.admin' 2024-06-06T20:33:01.850 INFO:teuthology.orchestra.run.smithi016.stdout:Enabling the dashboard module... 2024-06-06T20:33:03.584 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:03 smithi016 bash[14670]: cluster 2024-06-06T20:33:01.891354+0000 mgr.smithi016.jbjtdq (mgr.14118) 43 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:33:03.584 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:03 smithi016 bash[14670]: audit 2024-06-06T20:33:03.255556+0000 mon.smithi016 (mon.0) 71 : audit [INF] from='client.? 172.21.15.16:0/50415688' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-06-06T20:33:04.668 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:04 smithi016 bash[14670]: audit 2024-06-06T20:33:03.321438+0000 mon.smithi016 (mon.0) 72 : audit [INF] from='client.? 172.21.15.16:0/50415688' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-06-06T20:33:04.668 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:04 smithi016 bash[14670]: cluster 2024-06-06T20:33:03.321541+0000 mon.smithi016 (mon.0) 73 : cluster [DBG] mgrmap e9: smithi016.jbjtdq(active, since 39s) 2024-06-06T20:33:05.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:05 smithi016 bash[14670]: audit 2024-06-06T20:33:05.435069+0000 mon.smithi016 (mon.0) 74 : audit [DBG] from='client.? 172.21.15.16:0/3005139547' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-06-06T20:33:06.081 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-06-06T20:33:06.081 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-06-06T20:33:06.081 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "available": true, 2024-06-06T20:33:06.082 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "active_name": "smithi016.jbjtdq", 2024-06-06T20:33:06.082 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-06-06T20:33:06.082 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-06-06T20:33:06.082 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for the mgr to restart... 2024-06-06T20:33:06.082 INFO:teuthology.orchestra.run.smithi016.stdout:Waiting for mgr epoch 9... 2024-06-06T20:33:09.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:09 smithi016 bash[14670]: cluster 2024-06-06T20:33:09.582756+0000 mon.smithi016 (mon.0) 75 : cluster [INF] Active manager daemon smithi016.jbjtdq restarted 2024-06-06T20:33:09.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:09 smithi016 bash[14670]: cluster 2024-06-06T20:33:09.583208+0000 mon.smithi016 (mon.0) 76 : cluster [INF] Activating manager daemon smithi016.jbjtdq 2024-06-06T20:33:09.944 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:09 smithi016 bash[14670]: cluster 2024-06-06T20:33:09.589313+0000 mon.smithi016 (mon.0) 77 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-06-06T20:33:09.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:09 smithi016 bash[14670]: cluster 2024-06-06T20:33:09.589558+0000 mon.smithi016 (mon.0) 78 : cluster [DBG] mgrmap e10: smithi016.jbjtdq(active, starting, since 0.00653852s) 2024-06-06T20:33:09.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:09 smithi016 bash[14670]: audit 2024-06-06T20:33:09.591201+0000 mon.smithi016 (mon.0) 79 : audit [DBG] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mon metadata", "id": "smithi016"}]: dispatch 2024-06-06T20:33:09.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:09 smithi016 bash[14670]: audit 2024-06-06T20:33:09.592375+0000 mon.smithi016 (mon.0) 80 : audit [DBG] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mgr metadata", "who": "smithi016.jbjtdq", "id": "smithi016.jbjtdq"}]: dispatch 2024-06-06T20:33:09.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:09 smithi016 bash[14670]: audit 2024-06-06T20:33:09.593480+0000 mon.smithi016 (mon.0) 81 : audit [DBG] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-06-06T20:33:09.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:09 smithi016 bash[14670]: audit 2024-06-06T20:33:09.593694+0000 mon.smithi016 (mon.0) 82 : audit [DBG] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-06-06T20:33:09.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:09 smithi016 bash[14670]: audit 2024-06-06T20:33:09.593886+0000 mon.smithi016 (mon.0) 83 : audit [DBG] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-06-06T20:33:09.945 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:09 smithi016 bash[14670]: cluster 2024-06-06T20:33:09.621363+0000 mon.smithi016 (mon.0) 84 : cluster [INF] Manager daemon smithi016.jbjtdq is now available 2024-06-06T20:33:11.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:10 smithi016 bash[14670]: audit 2024-06-06T20:33:09.645196+0000 mon.smithi016 (mon.0) 85 : audit [DBG] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-06T20:33:11.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:10 smithi016 bash[14670]: audit 2024-06-06T20:33:09.676225+0000 mon.smithi016 (mon.0) 86 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi016.jbjtdq/mirror_snapshot_schedule"}]: dispatch 2024-06-06T20:33:11.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:10 smithi016 bash[14670]: audit 2024-06-06T20:33:09.680344+0000 mon.smithi016 (mon.0) 87 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi016.jbjtdq/trash_purge_schedule"}]: dispatch 2024-06-06T20:33:11.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:10 smithi016 bash[14670]: cluster 2024-06-06T20:33:10.594627+0000 mon.smithi016 (mon.0) 88 : cluster [DBG] mgrmap e11: smithi016.jbjtdq(active, since 1.0116s) 2024-06-06T20:33:11.319 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout { 2024-06-06T20:33:11.319 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-06-06T20:33:11.320 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout "initialized": true 2024-06-06T20:33:11.320 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout } 2024-06-06T20:33:11.320 INFO:teuthology.orchestra.run.smithi016.stdout:mgr epoch 9 is available 2024-06-06T20:33:11.320 INFO:teuthology.orchestra.run.smithi016.stdout:Generating a dashboard self-signed certificate... 2024-06-06T20:33:12.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:11 smithi016 bash[14670]: audit 2024-06-06T20:33:10.593367+0000 mgr.smithi016.jbjtdq (mgr.14162) 2 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-06-06T20:33:12.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:11 smithi016 bash[14670]: audit 2024-06-06T20:33:10.606914+0000 mgr.smithi016.jbjtdq (mgr.14162) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-06-06T20:33:13.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:12 smithi016 bash[14670]: cluster 2024-06-06T20:33:11.644799+0000 mon.smithi016 (mon.0) 89 : cluster [DBG] mgrmap e12: smithi016.jbjtdq(active, since 2s) 2024-06-06T20:33:13.018 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:12 smithi016 bash[14670]: cephadm 2024-06-06T20:33:11.911332+0000 mgr.smithi016.jbjtdq (mgr.14162) 4 : cephadm [INF] [06/Jun/2024:20:33:11] ENGINE Bus STARTING 2024-06-06T20:33:13.018 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:12 smithi016 bash[14670]: cephadm 2024-06-06T20:33:12.013550+0000 mgr.smithi016.jbjtdq (mgr.14162) 5 : cephadm [INF] [06/Jun/2024:20:33:12] ENGINE Serving on http://172.21.15.16:8765 2024-06-06T20:33:13.018 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:12 smithi016 bash[14670]: cephadm 2024-06-06T20:33:12.144804+0000 mgr.smithi016.jbjtdq (mgr.14162) 6 : cephadm [INF] [06/Jun/2024:20:33:12] ENGINE Serving on https://172.21.15.16:7150 2024-06-06T20:33:13.018 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:12 smithi016 bash[14670]: cephadm 2024-06-06T20:33:12.145012+0000 mgr.smithi016.jbjtdq (mgr.14162) 7 : cephadm [INF] [06/Jun/2024:20:33:12] ENGINE Bus STARTED 2024-06-06T20:33:13.018 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:12 smithi016 bash[14670]: cephadm 2024-06-06T20:33:12.147342+0000 mgr.smithi016.jbjtdq (mgr.14162) 8 : cephadm [ERR] [06/Jun/2024:20:33:12] ENGINE Error in HTTPServer.serve 2024-06-06T20:33:13.019 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:12 smithi016 bash[14670]: Traceback (most recent call last): 2024-06-06T20:33:13.019 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:12 smithi016 bash[14670]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-06-06T20:33:13.019 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:12 smithi016 bash[14670]: self._connections.run(self.expiration_interval) 2024-06-06T20:33:13.019 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:12 smithi016 bash[14670]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-06-06T20:33:13.019 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:12 smithi016 bash[14670]: self._run(expiration_interval) 2024-06-06T20:33:13.019 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:12 smithi016 bash[14670]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-06-06T20:33:13.019 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:12 smithi016 bash[14670]: new_conn = self._from_server_socket(self.server.socket) 2024-06-06T20:33:13.019 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:12 smithi016 bash[14670]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-06-06T20:33:13.019 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:12 smithi016 bash[14670]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-06-06T20:33:13.019 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:12 smithi016 bash[14670]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-06-06T20:33:13.019 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:12 smithi016 bash[14670]: s = self.context.wrap_socket( 2024-06-06T20:33:13.019 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:12 smithi016 bash[14670]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-06-06T20:33:13.019 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:12 smithi016 bash[14670]: return self.sslsocket_class._create( 2024-06-06T20:33:13.020 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:12 smithi016 bash[14670]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-06-06T20:33:13.020 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:12 smithi016 bash[14670]: self.do_handshake() 2024-06-06T20:33:13.020 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:12 smithi016 bash[14670]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-06-06T20:33:13.020 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:12 smithi016 bash[14670]: self._sslobj.do_handshake() 2024-06-06T20:33:13.020 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:12 smithi016 bash[14670]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1129) 2024-06-06T20:33:13.494 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-06-06T20:33:13.494 INFO:teuthology.orchestra.run.smithi016.stdout:Creating initial admin user... 2024-06-06T20:33:14.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:13 smithi016 bash[14670]: audit 2024-06-06T20:33:12.676243+0000 mgr.smithi016.jbjtdq (mgr.14162) 9 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-06-06T20:33:14.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:13 smithi016 bash[14670]: audit 2024-06-06T20:33:12.748949+0000 mon.smithi016 (mon.0) 90 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:33:14.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:13 smithi016 bash[14670]: audit 2024-06-06T20:33:12.753093+0000 mon.smithi016 (mon.0) 91 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:33:15.801 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$NOAARPVzw19CDUtYpkXWmuASSL0ndFE/uq5C35hgWvhoswtVq.Pdy", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1717705995, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-06-06T20:33:15.801 INFO:teuthology.orchestra.run.smithi016.stdout:Fetching dashboard port number... 2024-06-06T20:33:16.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:16 smithi016 bash[14670]: audit 2024-06-06T20:33:14.824470+0000 mgr.smithi016.jbjtdq (mgr.14162) 10 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-06-06T20:33:16.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:16 smithi016 bash[14670]: audit 2024-06-06T20:33:15.092067+0000 mon.smithi016 (mon.0) 92 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:33:17.466 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:17 smithi016 bash[14670]: cluster 2024-06-06T20:33:16.095454+0000 mon.smithi016 (mon.0) 93 : cluster [DBG] mgrmap e13: smithi016.jbjtdq(active, since 6s) 2024-06-06T20:33:17.466 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:17 smithi016 bash[14670]: audit 2024-06-06T20:33:16.577254+0000 mon.smithi016 (mon.0) 94 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:33:17.857 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stdout 8443 2024-06-06T20:33:17.857 INFO:teuthology.orchestra.run.smithi016.stdout:firewalld does not appear to be present 2024-06-06T20:33:17.857 INFO:teuthology.orchestra.run.smithi016.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-06-06T20:33:17.859 INFO:teuthology.orchestra.run.smithi016.stdout:Ceph Dashboard is now available at: 2024-06-06T20:33:17.859 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:33:17.859 INFO:teuthology.orchestra.run.smithi016.stdout: URL: https://smithi016.front.sepia.ceph.com:8443/ 2024-06-06T20:33:17.859 INFO:teuthology.orchestra.run.smithi016.stdout: User: admin 2024-06-06T20:33:17.859 INFO:teuthology.orchestra.run.smithi016.stdout: Password: jry34efme6 2024-06-06T20:33:17.859 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:33:17.860 INFO:teuthology.orchestra.run.smithi016.stdout:Saving cluster configuration to /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/config directory 2024-06-06T20:33:17.860 INFO:teuthology.orchestra.run.smithi016.stdout:Enabling autotune for osd_memory_target 2024-06-06T20:33:18.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:18 smithi016 bash[14670]: audit 2024-06-06T20:33:17.109812+0000 mon.smithi016 (mon.0) 95 : audit [DBG] from='client.? 172.21.15.16:0/203763059' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-06-06T20:33:18.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:18 smithi016 bash[14670]: audit 2024-06-06T20:33:17.421593+0000 mon.smithi016 (mon.0) 96 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:33:22.278 INFO:teuthology.orchestra.run.smithi016.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-06-06T20:33:22.278 INFO:teuthology.orchestra.run.smithi016.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-06-06T20:33:22.278 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:33:22.278 INFO:teuthology.orchestra.run.smithi016.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-06-06T20:33:22.278 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:33:22.278 INFO:teuthology.orchestra.run.smithi016.stdout:Or, if you are only running a single cluster on this host: 2024-06-06T20:33:22.279 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:33:22.279 INFO:teuthology.orchestra.run.smithi016.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-06-06T20:33:22.279 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:33:22.279 INFO:teuthology.orchestra.run.smithi016.stdout:Please consider enabling telemetry to help improve Ceph: 2024-06-06T20:33:22.279 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:33:22.279 INFO:teuthology.orchestra.run.smithi016.stdout: ceph telemetry on 2024-06-06T20:33:22.279 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:33:22.279 INFO:teuthology.orchestra.run.smithi016.stdout:For more information see: 2024-06-06T20:33:22.279 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:33:22.279 INFO:teuthology.orchestra.run.smithi016.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-06-06T20:33:22.279 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:33:22.279 INFO:teuthology.orchestra.run.smithi016.stdout:Bootstrap complete. 2024-06-06T20:33:22.315 INFO:tasks.cephadm:Fetching config... 2024-06-06T20:33:22.315 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-06-06T20:33:22.315 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-06-06T20:33:22.322 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-06-06T20:33:22.322 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-06-06T20:33:22.322 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-06-06T20:33:22.374 INFO:tasks.cephadm:Fetching mon keyring... 2024-06-06T20:33:22.374 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-06-06T20:33:22.374 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/keyring of=/dev/stdout 2024-06-06T20:33:22.427 INFO:tasks.cephadm:Fetching pub ssh key... 2024-06-06T20:33:22.428 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-06-06T20:33:22.428 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-06-06T20:33:22.476 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-06-06T20:33:22.476 DEBUG:teuthology.orchestra.run.smithi016:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqIB50yQF32OADO9OLnGWQDra7QsidbtusXetKLXfB/k+xvB8ET+u3EWW+LGgwng1AagCuTYn6YIyGRhkearg9MYL1ohO7TIcRpoa5/PgEd6iMTcTr2ytBSPEiwRAsNtTCodN15b8iZOV9bUJdOWLmt2zp72uvXbv8bT1pAz2B6WZDpqgBzg7qBKhM8kyxrwghaEGR2lJFDLc8NTogb7fswzntzYFro1uSPSPuHF1rOHKR170JwXp6zrcOsmjZD+EjmbSrpj72F/EUNxg+RewJyTehp9AVddJV/XC2AEmGnEMGz9mQRacatcB65aAG6HZT/XyP8/F9Fkk29sqkKgquQZIy1p4pSsj7+TkjcgSXiS4btXkYEfBbZl2F4C2Nmb/US6V304cjdXLY2KXhir4fbT4444m/HMbJ/itoAi3Zemt7v/Boicgxja7rGpriKp6GsSS/PC4xurYFzfFlgQFafGiemHKGIOfu7RVtNzUOB4a0DHz5hrTtRUq0MAXq7O0= ceph-ac338a92-2443-11ef-bc9b-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-06-06T20:33:22.538 INFO:teuthology.orchestra.run.smithi016.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqIB50yQF32OADO9OLnGWQDra7QsidbtusXetKLXfB/k+xvB8ET+u3EWW+LGgwng1AagCuTYn6YIyGRhkearg9MYL1ohO7TIcRpoa5/PgEd6iMTcTr2ytBSPEiwRAsNtTCodN15b8iZOV9bUJdOWLmt2zp72uvXbv8bT1pAz2B6WZDpqgBzg7qBKhM8kyxrwghaEGR2lJFDLc8NTogb7fswzntzYFro1uSPSPuHF1rOHKR170JwXp6zrcOsmjZD+EjmbSrpj72F/EUNxg+RewJyTehp9AVddJV/XC2AEmGnEMGz9mQRacatcB65aAG6HZT/XyP8/F9Fkk29sqkKgquQZIy1p4pSsj7+TkjcgSXiS4btXkYEfBbZl2F4C2Nmb/US6V304cjdXLY2KXhir4fbT4444m/HMbJ/itoAi3Zemt7v/Boicgxja7rGpriKp6GsSS/PC4xurYFzfFlgQFafGiemHKGIOfu7RVtNzUOB4a0DHz5hrTtRUq0MAXq7O0= ceph-ac338a92-2443-11ef-bc9b-c7b262605968 2024-06-06T20:33:22.544 DEBUG:teuthology.orchestra.run.smithi031:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqIB50yQF32OADO9OLnGWQDra7QsidbtusXetKLXfB/k+xvB8ET+u3EWW+LGgwng1AagCuTYn6YIyGRhkearg9MYL1ohO7TIcRpoa5/PgEd6iMTcTr2ytBSPEiwRAsNtTCodN15b8iZOV9bUJdOWLmt2zp72uvXbv8bT1pAz2B6WZDpqgBzg7qBKhM8kyxrwghaEGR2lJFDLc8NTogb7fswzntzYFro1uSPSPuHF1rOHKR170JwXp6zrcOsmjZD+EjmbSrpj72F/EUNxg+RewJyTehp9AVddJV/XC2AEmGnEMGz9mQRacatcB65aAG6HZT/XyP8/F9Fkk29sqkKgquQZIy1p4pSsj7+TkjcgSXiS4btXkYEfBbZl2F4C2Nmb/US6V304cjdXLY2KXhir4fbT4444m/HMbJ/itoAi3Zemt7v/Boicgxja7rGpriKp6GsSS/PC4xurYFzfFlgQFafGiemHKGIOfu7RVtNzUOB4a0DHz5hrTtRUq0MAXq7O0= ceph-ac338a92-2443-11ef-bc9b-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-06-06T20:33:22.569 INFO:teuthology.orchestra.run.smithi031.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqIB50yQF32OADO9OLnGWQDra7QsidbtusXetKLXfB/k+xvB8ET+u3EWW+LGgwng1AagCuTYn6YIyGRhkearg9MYL1ohO7TIcRpoa5/PgEd6iMTcTr2ytBSPEiwRAsNtTCodN15b8iZOV9bUJdOWLmt2zp72uvXbv8bT1pAz2B6WZDpqgBzg7qBKhM8kyxrwghaEGR2lJFDLc8NTogb7fswzntzYFro1uSPSPuHF1rOHKR170JwXp6zrcOsmjZD+EjmbSrpj72F/EUNxg+RewJyTehp9AVddJV/XC2AEmGnEMGz9mQRacatcB65aAG6HZT/XyP8/F9Fkk29sqkKgquQZIy1p4pSsj7+TkjcgSXiS4btXkYEfBbZl2F4C2Nmb/US6V304cjdXLY2KXhir4fbT4444m/HMbJ/itoAi3Zemt7v/Boicgxja7rGpriKp6GsSS/PC4xurYFzfFlgQFafGiemHKGIOfu7RVtNzUOB4a0DHz5hrTtRUq0MAXq7O0= ceph-ac338a92-2443-11ef-bc9b-c7b262605968 2024-06-06T20:33:22.580 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-06-06T20:33:22.595 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:22 smithi016 bash[14670]: audit 2024-06-06T20:33:21.552531+0000 mon.smithi016 (mon.0) 97 : audit [INF] from='client.? 172.21.15.16:0/319306667' entity='client.admin' 2024-06-06T20:33:29.334 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:33:30.901 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:30 smithi016 bash[14670]: cluster 2024-06-06T20:33:29.595248+0000 mgr.smithi016.jbjtdq (mgr.14162) 11 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:33:32.050 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:31 smithi016 bash[14670]: audit 2024-06-06T20:33:30.748138+0000 mon.smithi016 (mon.0) 98 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:33:32.050 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:31 smithi016 bash[14670]: audit 2024-06-06T20:33:30.752051+0000 mon.smithi016 (mon.0) 99 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:33:32.050 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:31 smithi016 bash[14670]: audit 2024-06-06T20:33:30.753229+0000 mon.smithi016 (mon.0) 100 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"}]: dispatch 2024-06-06T20:33:32.050 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:31 smithi016 bash[14670]: audit 2024-06-06T20:33:30.758393+0000 mon.smithi016 (mon.0) 101 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:33:32.051 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:31 smithi016 bash[14670]: audit 2024-06-06T20:33:30.760631+0000 mon.smithi016 (mon.0) 102 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi016", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-06-06T20:33:32.051 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:31 smithi016 bash[14670]: audit 2024-06-06T20:33:30.763565+0000 mon.smithi016 (mon.0) 103 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi016", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-06-06T20:33:32.051 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:31 smithi016 bash[14670]: audit 2024-06-06T20:33:30.764680+0000 mon.smithi016 (mon.0) 104 : audit [DBG] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:33:32.051 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:31 smithi016 bash[14670]: cephadm 2024-06-06T20:33:30.765998+0000 mgr.smithi016.jbjtdq (mgr.14162) 12 : cephadm [INF] Deploying daemon ceph-exporter.smithi016 on smithi016 2024-06-06T20:33:32.922 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:32 smithi016 bash[14670]: cluster 2024-06-06T20:33:31.595568+0000 mgr.smithi016.jbjtdq (mgr.14162) 13 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:33:34.236 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-06-06T20:33:34.236 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-06-06T20:33:34.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:34 smithi016 bash[14670]: audit 2024-06-06T20:33:33.310956+0000 mon.smithi016 (mon.0) 105 : audit [INF] from='client.? 172.21.15.16:0/2343820019' entity='client.admin' 2024-06-06T20:33:35.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:35 smithi016 bash[14670]: cluster 2024-06-06T20:33:33.596080+0000 mgr.smithi016.jbjtdq (mgr.14162) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:33:35.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:35 smithi016 bash[14670]: audit 2024-06-06T20:33:34.628252+0000 mon.smithi016 (mon.0) 106 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:33:35.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:35 smithi016 bash[14670]: audit 2024-06-06T20:33:34.631520+0000 mon.smithi016 (mon.0) 107 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:33:35.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:35 smithi016 bash[14670]: audit 2024-06-06T20:33:34.635037+0000 mon.smithi016 (mon.0) 108 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:33:35.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:35 smithi016 bash[14670]: audit 2024-06-06T20:33:34.638132+0000 mon.smithi016 (mon.0) 109 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:33:35.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:35 smithi016 bash[14670]: audit 2024-06-06T20:33:34.639776+0000 mon.smithi016 (mon.0) 110 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi016", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-06-06T20:33:35.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:35 smithi016 bash[14670]: audit 2024-06-06T20:33:34.642650+0000 mon.smithi016 (mon.0) 111 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi016", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-06-06T20:33:35.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:35 smithi016 bash[14670]: audit 2024-06-06T20:33:34.643891+0000 mon.smithi016 (mon.0) 112 : audit [DBG] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:33:35.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:35 smithi016 bash[14670]: audit 2024-06-06T20:33:34.670724+0000 mon.smithi016 (mon.0) 113 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:33:36.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:36 smithi016 bash[14670]: cephadm 2024-06-06T20:33:34.645157+0000 mgr.smithi016.jbjtdq (mgr.14162) 15 : cephadm [INF] Deploying daemon crash.smithi016 on smithi016 2024-06-06T20:33:37.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:37 smithi016 bash[14670]: cluster 2024-06-06T20:33:35.596601+0000 mgr.smithi016.jbjtdq (mgr.14162) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:33:38.497 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:38 smithi016 bash[14670]: audit 2024-06-06T20:33:37.393385+0000 mon.smithi016 (mon.0) 114 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:33:38.497 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:38 smithi016 bash[14670]: audit 2024-06-06T20:33:37.397312+0000 mon.smithi016 (mon.0) 115 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:33:38.497 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:38 smithi016 bash[14670]: audit 2024-06-06T20:33:37.402410+0000 mon.smithi016 (mon.0) 116 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:33:38.497 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:38 smithi016 bash[14670]: audit 2024-06-06T20:33:37.406015+0000 mon.smithi016 (mon.0) 117 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:33:38.498 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:38 smithi016 bash[14670]: cephadm 2024-06-06T20:33:37.408019+0000 mgr.smithi016.jbjtdq (mgr.14162) 17 : cephadm [INF] Deploying daemon node-exporter.smithi016 on smithi016 2024-06-06T20:33:38.498 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:38 smithi016 bash[14670]: cluster 2024-06-06T20:33:37.596966+0000 mgr.smithi016.jbjtdq (mgr.14162) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:33:39.753 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:39 smithi016 bash[14670]: audit 2024-06-06T20:33:38.474070+0000 mon.smithi016 (mon.0) 118 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:33:39.753 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:39 smithi016 bash[14670]: audit 2024-06-06T20:33:38.478128+0000 mon.smithi016 (mon.0) 119 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:33:39.753 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:39 smithi016 bash[14670]: audit 2024-06-06T20:33:38.481952+0000 mon.smithi016 (mon.0) 120 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:33:39.754 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:39 smithi016 bash[14670]: audit 2024-06-06T20:33:38.485116+0000 mon.smithi016 (mon.0) 121 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:33:39.754 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:39 smithi016 bash[14670]: cephadm 2024-06-06T20:33:38.500428+0000 mgr.smithi016.jbjtdq (mgr.14162) 19 : cephadm [INF] Deploying daemon alertmanager.smithi016 on smithi016 2024-06-06T20:33:39.971 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:33:41.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:40 smithi016 bash[14670]: cluster 2024-06-06T20:33:39.597329+0000 mgr.smithi016.jbjtdq (mgr.14162) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:33:41.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:40 smithi016 bash[14670]: audit 2024-06-06T20:33:39.675452+0000 mon.smithi016 (mon.0) 122 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:33:43.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:42 smithi016 bash[14670]: cluster 2024-06-06T20:33:41.597827+0000 mgr.smithi016.jbjtdq (mgr.14162) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:33:45.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:44 smithi016 bash[14670]: cluster 2024-06-06T20:33:43.598282+0000 mgr.smithi016.jbjtdq (mgr.14162) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:33:46.939 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:46 smithi016 bash[14670]: cluster 2024-06-06T20:33:45.598555+0000 mgr.smithi016.jbjtdq (mgr.14162) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:33:46.939 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:46 smithi016 bash[14670]: audit 2024-06-06T20:33:46.558504+0000 mon.smithi016 (mon.0) 123 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:33:47.910 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi031 2024-06-06T20:33:47.910 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-06-06T20:33:47.910 DEBUG:teuthology.orchestra.run.smithi031:> dd of=/etc/ceph/ceph.conf 2024-06-06T20:33:47.918 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-06-06T20:33:47.918 DEBUG:teuthology.orchestra.run.smithi031:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-06-06T20:33:47.965 INFO:tasks.cephadm:Adding host smithi031 to orchestrator... 2024-06-06T20:33:47.965 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph orch host add smithi031 2024-06-06T20:33:47.977 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:47 smithi016 bash[14670]: audit 2024-06-06T20:33:46.554181+0000 mgr.smithi016.jbjtdq (mgr.14162) 24 : audit [DBG] from='client.14187 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-06-06T20:33:48.952 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:48 smithi016 bash[14670]: cluster 2024-06-06T20:33:47.598960+0000 mgr.smithi016.jbjtdq (mgr.14162) 25 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:33:50.994 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:50 smithi016 bash[14670]: cluster 2024-06-06T20:33:49.599349+0000 mgr.smithi016.jbjtdq (mgr.14162) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:33:52.521 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:52 smithi016 bash[14670]: audit 2024-06-06T20:33:51.276770+0000 mon.smithi016 (mon.0) 124 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:33:52.521 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:52 smithi016 bash[14670]: audit 2024-06-06T20:33:51.281421+0000 mon.smithi016 (mon.0) 125 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:33:52.521 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:52 smithi016 bash[14670]: audit 2024-06-06T20:33:51.285589+0000 mon.smithi016 (mon.0) 126 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:33:52.521 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:52 smithi016 bash[14670]: audit 2024-06-06T20:33:51.289423+0000 mon.smithi016 (mon.0) 127 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:33:52.521 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:52 smithi016 bash[14670]: audit 2024-06-06T20:33:51.293323+0000 mon.smithi016 (mon.0) 128 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:33:52.521 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:52 smithi016 bash[14670]: audit 2024-06-06T20:33:51.295690+0000 mon.smithi016 (mon.0) 129 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:33:52.521 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:52 smithi016 bash[14670]: cephadm 2024-06-06T20:33:51.306075+0000 mgr.smithi016.jbjtdq (mgr.14162) 27 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-06-06T20:33:52.521 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:52 smithi016 bash[14670]: audit 2024-06-06T20:33:51.363338+0000 mon.smithi016 (mon.0) 130 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:33:52.521 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:52 smithi016 bash[14670]: audit 2024-06-06T20:33:51.365841+0000 mon.smithi016 (mon.0) 131 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:33:52.521 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:52 smithi016 bash[14670]: audit 2024-06-06T20:33:51.367609+0000 mon.smithi016 (mon.0) 132 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-06-06T20:33:52.522 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:52 smithi016 bash[14670]: audit 2024-06-06T20:33:51.368558+0000 mgr.smithi016.jbjtdq (mgr.14162) 28 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-06-06T20:33:52.522 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:52 smithi016 bash[14670]: audit 2024-06-06T20:33:51.371712+0000 mon.smithi016 (mon.0) 133 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:33:52.522 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:52 smithi016 bash[14670]: cephadm 2024-06-06T20:33:51.381459+0000 mgr.smithi016.jbjtdq (mgr.14162) 29 : cephadm [INF] Deploying daemon grafana.smithi016 on smithi016 2024-06-06T20:33:53.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:53 smithi016 bash[14670]: cluster 2024-06-06T20:33:51.599705+0000 mgr.smithi016.jbjtdq (mgr.14162) 30 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:33:54.706 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:33:55.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:55 smithi016 bash[14670]: cluster 2024-06-06T20:33:53.600113+0000 mgr.smithi016.jbjtdq (mgr.14162) 31 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:33:55.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:55 smithi016 bash[14670]: audit 2024-06-06T20:33:54.681510+0000 mon.smithi016 (mon.0) 134 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:33:57.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:57 smithi016 bash[14670]: cluster 2024-06-06T20:33:55.600500+0000 mgr.smithi016.jbjtdq (mgr.14162) 32 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:33:59.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:33:59 smithi016 bash[14670]: cluster 2024-06-06T20:33:57.600913+0000 mgr.smithi016.jbjtdq (mgr.14162) 33 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:34:01.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:01 smithi016 bash[14670]: cluster 2024-06-06T20:33:59.601214+0000 mgr.smithi016.jbjtdq (mgr.14162) 34 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:34:03.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:03 smithi016 bash[14670]: cluster 2024-06-06T20:34:01.601484+0000 mgr.smithi016.jbjtdq (mgr.14162) 35 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:34:03.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:03 smithi016 bash[14670]: audit 2024-06-06T20:34:01.831680+0000 mgr.smithi016.jbjtdq (mgr.14162) 36 : audit [DBG] from='client.14189 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi031", "target": ["mon-mgr", ""]}]: dispatch 2024-06-06T20:34:05.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:05 smithi016 bash[14670]: cephadm 2024-06-06T20:34:03.433446+0000 mgr.smithi016.jbjtdq (mgr.14162) 37 : cephadm [INF] Deploying cephadm binary to smithi031 2024-06-06T20:34:05.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:05 smithi016 bash[14670]: cluster 2024-06-06T20:34:03.601805+0000 mgr.smithi016.jbjtdq (mgr.14162) 38 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:34:06.610 INFO:teuthology.orchestra.run.smithi016.stdout:Added host 'smithi031' with addr '172.21.15.31' 2024-06-06T20:34:07.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:07 smithi016 bash[14670]: cluster 2024-06-06T20:34:05.602144+0000 mgr.smithi016.jbjtdq (mgr.14162) 39 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:34:07.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:07 smithi016 bash[14670]: audit 2024-06-06T20:34:06.613107+0000 mon.smithi016 (mon.0) 135 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:34:08.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:08 smithi016 bash[14670]: cephadm 2024-06-06T20:34:06.613877+0000 mgr.smithi016.jbjtdq (mgr.14162) 40 : cephadm [INF] Added host smithi031 2024-06-06T20:34:09.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:09 smithi016 bash[14670]: cluster 2024-06-06T20:34:07.602556+0000 mgr.smithi016.jbjtdq (mgr.14162) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:34:09.942 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph orch host ls --format=json 2024-06-06T20:34:11.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:11 smithi016 bash[14670]: cluster 2024-06-06T20:34:09.602871+0000 mgr.smithi016.jbjtdq (mgr.14162) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:34:13.433 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:13 smithi016 bash[14670]: cluster 2024-06-06T20:34:11.603291+0000 mgr.smithi016.jbjtdq (mgr.14162) 43 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:34:14.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:14 smithi016 bash[14670]: audit 2024-06-06T20:34:13.421846+0000 mon.smithi016 (mon.0) 136 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:34:14.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:14 smithi016 bash[14670]: audit 2024-06-06T20:34:13.425441+0000 mon.smithi016 (mon.0) 137 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:34:14.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:14 smithi016 bash[14670]: audit 2024-06-06T20:34:13.430394+0000 mon.smithi016 (mon.0) 138 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:34:14.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:14 smithi016 bash[14670]: audit 2024-06-06T20:34:13.434719+0000 mon.smithi016 (mon.0) 139 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:34:14.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:14 smithi016 bash[14670]: audit 2024-06-06T20:34:13.439904+0000 mon.smithi016 (mon.0) 140 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:34:14.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:14 smithi016 bash[14670]: audit 2024-06-06T20:34:13.443402+0000 mon.smithi016 (mon.0) 141 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:34:14.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:14 smithi016 bash[14670]: audit 2024-06-06T20:34:13.446470+0000 mon.smithi016 (mon.0) 142 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:34:14.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:14 smithi016 bash[14670]: audit 2024-06-06T20:34:13.448619+0000 mon.smithi016 (mon.0) 143 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:34:14.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:14 smithi016 bash[14670]: cluster 2024-06-06T20:34:13.603582+0000 mgr.smithi016.jbjtdq (mgr.14162) 44 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:34:14.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:14 smithi016 bash[14670]: cephadm 2024-06-06T20:34:13.713998+0000 mgr.smithi016.jbjtdq (mgr.14162) 45 : cephadm [INF] Deploying daemon prometheus.smithi016 on smithi016 2024-06-06T20:34:15.975 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:15 smithi016 bash[14670]: audit 2024-06-06T20:34:14.686863+0000 mon.smithi016 (mon.0) 144 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:34:16.775 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:16 smithi016 bash[14670]: cluster 2024-06-06T20:34:15.603861+0000 mgr.smithi016.jbjtdq (mgr.14162) 46 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:34:16.849 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:34:18.985 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:18 smithi016 bash[14670]: cluster 2024-06-06T20:34:17.604230+0000 mgr.smithi016.jbjtdq (mgr.14162) 47 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:34:21.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:20 smithi016 bash[14670]: cluster 2024-06-06T20:34:19.604499+0000 mgr.smithi016.jbjtdq (mgr.14162) 48 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:34:22.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:22 smithi016 bash[14670]: cluster 2024-06-06T20:34:21.604891+0000 mgr.smithi016.jbjtdq (mgr.14162) 49 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:34:24.585 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:34:24.585 INFO:teuthology.orchestra.run.smithi016.stdout:[{"addr": "172.21.15.16", "hostname": "smithi016", "labels": [], "status": ""}, {"addr": "172.21.15.31", "hostname": "smithi031", "labels": [], "status": ""}] 2024-06-06T20:34:24.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:24 smithi016 bash[14670]: cluster 2024-06-06T20:34:23.605294+0000 mgr.smithi016.jbjtdq (mgr.14162) 50 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:34:25.841 INFO:tasks.cephadm:Setting crush tunables to default 2024-06-06T20:34:25.842 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph osd crush tunables default 2024-06-06T20:34:25.962 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:25 smithi016 bash[14670]: audit 2024-06-06T20:34:24.588781+0000 mgr.smithi016.jbjtdq (mgr.14162) 51 : audit [DBG] from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-06T20:34:27.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:26 smithi016 bash[14670]: cluster 2024-06-06T20:34:25.605590+0000 mgr.smithi016.jbjtdq (mgr.14162) 52 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:34:28.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:28 smithi016 bash[14670]: cluster 2024-06-06T20:34:27.605960+0000 mgr.smithi016.jbjtdq (mgr.14162) 53 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:34:30.538 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:34:30.972 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:30 smithi016 bash[14670]: cluster 2024-06-06T20:34:29.606400+0000 mgr.smithi016.jbjtdq (mgr.14162) 54 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:34:32.873 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:32 smithi016 bash[14670]: cluster 2024-06-06T20:34:31.606848+0000 mgr.smithi016.jbjtdq (mgr.14162) 55 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:34:34.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:34 smithi016 bash[14670]: audit 2024-06-06T20:34:33.434126+0000 mon.smithi016 (mon.0) 145 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:34:34.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:34 smithi016 bash[14670]: audit 2024-06-06T20:34:33.438512+0000 mon.smithi016 (mon.0) 146 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:34:34.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:34 smithi016 bash[14670]: audit 2024-06-06T20:34:33.441546+0000 mon.smithi016 (mon.0) 147 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:34:34.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:34 smithi016 bash[14670]: audit 2024-06-06T20:34:33.443931+0000 mon.smithi016 (mon.0) 148 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-06-06T20:34:34.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:34 smithi016 bash[14670]: cluster 2024-06-06T20:34:33.607226+0000 mgr.smithi016.jbjtdq (mgr.14162) 56 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:34:35.454 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:35 smithi016 bash[14670]: audit 2024-06-06T20:34:34.447173+0000 mon.smithi016 (mon.0) 149 : audit [INF] from='mgr.14162 172.21.15.16:0/2337965635' entity='mgr.smithi016.jbjtdq' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-06-06T20:34:35.454 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:35 smithi016 bash[14670]: cluster 2024-06-06T20:34:34.447263+0000 mon.smithi016 (mon.0) 150 : cluster [DBG] mgrmap e14: smithi016.jbjtdq(active, since 84s) 2024-06-06T20:34:36.446 INFO:teuthology.orchestra.run.smithi016.stderr:adjusted tunables profile to default 2024-06-06T20:34:36.604 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:36 smithi016 bash[14670]: audit 2024-06-06T20:34:36.302927+0000 mon.smithi016 (mon.0) 151 : audit [INF] from='client.? 172.21.15.16:0/2363929254' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-06-06T20:34:37.557 INFO:tasks.cephadm:Adding mon.smithi016 on smithi016 2024-06-06T20:34:37.557 INFO:tasks.cephadm:Adding mon.smithi031 on smithi031 2024-06-06T20:34:37.557 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph orch apply mon '2;smithi016:172.21.15.16=smithi016;smithi031:172.21.15.31=smithi031' 2024-06-06T20:34:37.684 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:37 smithi016 bash[14670]: audit 2024-06-06T20:34:36.450053+0000 mon.smithi016 (mon.0) 152 : audit [INF] from='client.? 172.21.15.16:0/2363929254' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-06-06T20:34:37.684 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:37 smithi016 bash[14670]: cluster 2024-06-06T20:34:36.450116+0000 mon.smithi016 (mon.0) 153 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-06-06T20:34:38.753 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /etc/ceph/ceph.conf 2024-06-06T20:34:39.816 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /etc/ceph/ceph.conf 2024-06-06T20:34:41.113 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:40 smithi016 bash[14670]: cluster 2024-06-06T20:34:40.806091+0000 mon.smithi016 (mon.0) 154 : cluster [INF] Active manager daemon smithi016.jbjtdq restarted 2024-06-06T20:34:41.113 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:40 smithi016 bash[14670]: cluster 2024-06-06T20:34:40.806396+0000 mon.smithi016 (mon.0) 155 : cluster [INF] Activating manager daemon smithi016.jbjtdq 2024-06-06T20:34:41.113 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:40 smithi016 bash[14670]: cluster 2024-06-06T20:34:40.812933+0000 mon.smithi016 (mon.0) 156 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-06-06T20:34:41.114 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:40 smithi016 bash[14670]: cluster 2024-06-06T20:34:40.813172+0000 mon.smithi016 (mon.0) 157 : cluster [DBG] mgrmap e15: smithi016.jbjtdq(active, starting, since 0.00692351s) 2024-06-06T20:34:41.114 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:40 smithi016 bash[14670]: audit 2024-06-06T20:34:40.814338+0000 mon.smithi016 (mon.0) 158 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mon metadata", "id": "smithi016"}]: dispatch 2024-06-06T20:34:41.114 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:40 smithi016 bash[14670]: audit 2024-06-06T20:34:40.815835+0000 mon.smithi016 (mon.0) 159 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mgr metadata", "who": "smithi016.jbjtdq", "id": "smithi016.jbjtdq"}]: dispatch 2024-06-06T20:34:41.114 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:40 smithi016 bash[14670]: audit 2024-06-06T20:34:40.816846+0000 mon.smithi016 (mon.0) 160 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-06-06T20:34:41.114 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:40 smithi016 bash[14670]: audit 2024-06-06T20:34:40.817064+0000 mon.smithi016 (mon.0) 161 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-06-06T20:34:41.114 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:40 smithi016 bash[14670]: audit 2024-06-06T20:34:40.817236+0000 mon.smithi016 (mon.0) 162 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-06-06T20:34:41.114 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:40 smithi016 bash[14670]: cluster 2024-06-06T20:34:40.843766+0000 mon.smithi016 (mon.0) 163 : cluster [INF] Manager daemon smithi016.jbjtdq is now available 2024-06-06T20:34:41.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:41 smithi016 bash[14670]: audit 2024-06-06T20:34:40.872775+0000 mon.smithi016 (mon.0) 164 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-06T20:34:41.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:41 smithi016 bash[14670]: audit 2024-06-06T20:34:40.899606+0000 mon.smithi016 (mon.0) 165 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:34:41.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:41 smithi016 bash[14670]: audit 2024-06-06T20:34:40.902885+0000 mon.smithi016 (mon.0) 166 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:34:41.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:41 smithi016 bash[14670]: audit 2024-06-06T20:34:40.915168+0000 mon.smithi016 (mon.0) 167 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi016.jbjtdq/mirror_snapshot_schedule"}]: dispatch 2024-06-06T20:34:41.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:41 smithi016 bash[14670]: audit 2024-06-06T20:34:40.920776+0000 mon.smithi016 (mon.0) 168 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi016.jbjtdq/trash_purge_schedule"}]: dispatch 2024-06-06T20:34:41.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:41 smithi016 bash[14670]: audit 2024-06-06T20:34:41.780433+0000 mon.smithi016 (mon.0) 169 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:34:41.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:41 smithi016 bash[14670]: cluster 2024-06-06T20:34:41.813455+0000 mon.smithi016 (mon.0) 170 : cluster [DBG] mgrmap e16: smithi016.jbjtdq(active, since 1.00721s) 2024-06-06T20:34:42.845 INFO:teuthology.orchestra.run.smithi031.stdout:Scheduled mon update... 2024-06-06T20:34:43.493 DEBUG:teuthology.orchestra.run.smithi031:mon.smithi031> sudo journalctl -f -n 0 -u ceph-ac338a92-2443-11ef-bc9b-c7b262605968@mon.smithi031.service 2024-06-06T20:34:43.496 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-06-06T20:34:43.496 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph mon dump -f json 2024-06-06T20:34:43.780 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-06-06T20:34:44.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:43 smithi016 bash[14670]: cephadm 2024-06-06T20:34:42.514518+0000 mgr.smithi016.jbjtdq (mgr.14193) 2 : cephadm [INF] [06/Jun/2024:20:34:42] ENGINE Bus STARTING 2024-06-06T20:34:44.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:43 smithi016 bash[14670]: cephadm 2024-06-06T20:34:42.616866+0000 mgr.smithi016.jbjtdq (mgr.14193) 3 : cephadm [INF] [06/Jun/2024:20:34:42] ENGINE Serving on http://172.21.15.16:8765 2024-06-06T20:34:44.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:43 smithi016 bash[14670]: cephadm 2024-06-06T20:34:42.751176+0000 mgr.smithi016.jbjtdq (mgr.14193) 4 : cephadm [INF] [06/Jun/2024:20:34:42] ENGINE Serving on https://172.21.15.16:7150 2024-06-06T20:34:44.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:43 smithi016 bash[14670]: cephadm 2024-06-06T20:34:42.751420+0000 mgr.smithi016.jbjtdq (mgr.14193) 5 : cephadm [INF] [06/Jun/2024:20:34:42] ENGINE Bus STARTED 2024-06-06T20:34:44.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:43 smithi016 bash[14670]: cephadm 2024-06-06T20:34:42.754574+0000 mgr.smithi016.jbjtdq (mgr.14193) 6 : cephadm [ERR] [06/Jun/2024:20:34:42] ENGINE Error in HTTPServer.serve 2024-06-06T20:34:44.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:43 smithi016 bash[14670]: Traceback (most recent call last): 2024-06-06T20:34:44.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:43 smithi016 bash[14670]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-06-06T20:34:44.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:43 smithi016 bash[14670]: self._connections.run(self.expiration_interval) 2024-06-06T20:34:44.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:43 smithi016 bash[14670]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-06-06T20:34:44.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:43 smithi016 bash[14670]: self._run(expiration_interval) 2024-06-06T20:34:44.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:43 smithi016 bash[14670]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-06-06T20:34:44.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:43 smithi016 bash[14670]: new_conn = self._from_server_socket(self.server.socket) 2024-06-06T20:34:44.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:43 smithi016 bash[14670]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-06-06T20:34:44.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:43 smithi016 bash[14670]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-06-06T20:34:44.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:43 smithi016 bash[14670]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-06-06T20:34:44.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:43 smithi016 bash[14670]: s = self.context.wrap_socket( 2024-06-06T20:34:44.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:43 smithi016 bash[14670]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-06-06T20:34:44.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:43 smithi016 bash[14670]: return self.sslsocket_class._create( 2024-06-06T20:34:44.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:43 smithi016 bash[14670]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-06-06T20:34:44.018 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:43 smithi016 bash[14670]: self.do_handshake() 2024-06-06T20:34:44.018 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:43 smithi016 bash[14670]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-06-06T20:34:44.018 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:43 smithi016 bash[14670]: self._sslobj.do_handshake() 2024-06-06T20:34:44.018 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:43 smithi016 bash[14670]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1129) 2024-06-06T20:34:44.018 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:43 smithi016 bash[14670]: audit 2024-06-06T20:34:42.839350+0000 mgr.smithi016.jbjtdq (mgr.14193) 7 : audit [DBG] from='client.14203 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi016:172.21.15.16=smithi016;smithi031:172.21.15.31=smithi031", "target": ["mon-mgr", ""]}]: dispatch 2024-06-06T20:34:44.018 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:43 smithi016 bash[14670]: cephadm 2024-06-06T20:34:42.844656+0000 mgr.smithi016.jbjtdq (mgr.14193) 8 : cephadm [INF] Saving service mon spec with placement smithi016:172.21.15.16=smithi016;smithi031:172.21.15.31=smithi031;count:2 2024-06-06T20:34:44.018 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:43 smithi016 bash[14670]: audit 2024-06-06T20:34:42.849032+0000 mon.smithi016 (mon.0) 171 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:34:44.018 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:43 smithi016 bash[14670]: cluster 2024-06-06T20:34:42.865533+0000 mon.smithi016 (mon.0) 172 : cluster [DBG] mgrmap e17: smithi016.jbjtdq(active, since 2s) 2024-06-06T20:34:44.735 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /etc/ceph/ceph.conf 2024-06-06T20:34:45.099 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:44 smithi016 bash[14670]: audit 2024-06-06T20:34:43.953687+0000 mon.smithi016 (mon.0) 173 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:34:45.099 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:44 smithi016 bash[14670]: audit 2024-06-06T20:34:44.745281+0000 mon.smithi016 (mon.0) 174 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:34:45.801 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /etc/ceph/ceph.conf 2024-06-06T20:34:48.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:48 smithi016 bash[14670]: audit 2024-06-06T20:34:47.400169+0000 mon.smithi016 (mon.0) 175 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:34:48.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:48 smithi016 bash[14670]: audit 2024-06-06T20:34:47.408043+0000 mon.smithi016 (mon.0) 176 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:34:48.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:48 smithi016 bash[14670]: audit 2024-06-06T20:34:48.204352+0000 mon.smithi016 (mon.0) 177 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:34:48.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:48 smithi016 bash[14670]: audit 2024-06-06T20:34:48.209068+0000 mon.smithi016 (mon.0) 178 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:34:48.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:48 smithi016 bash[14670]: audit 2024-06-06T20:34:48.210326+0000 mon.smithi016 (mon.0) 179 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi016", "name": "osd_memory_target"}]: dispatch 2024-06-06T20:34:49.682 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-06-06T20:34:49.682 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":1,"fsid":"ac338a92-2443-11ef-bc9b-c7b262605968","modified":"2024-06-06T20:31:51.430343Z","created":"2024-06-06T20:31:51.430343Z","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":"smithi016","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-06-06T20:34:49.683 INFO:teuthology.orchestra.run.smithi031.stderr:dumped monmap epoch 1 2024-06-06T20:34:50.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:49 smithi016 bash[14670]: audit 2024-06-06T20:34:49.684000+0000 mon.smithi016 (mon.0) 180 : audit [DBG] from='client.? 172.21.15.31:0/267048497' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-06T20:34:51.296 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-06-06T20:34:51.296 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph mon dump -f json 2024-06-06T20:34:52.841 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/config/ceph.conf 2024-06-06T20:34:53.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:52 smithi016 bash[14670]: audit 2024-06-06T20:34:51.854829+0000 mon.smithi016 (mon.0) 181 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:34:53.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:52 smithi016 bash[14670]: audit 2024-06-06T20:34:51.858012+0000 mon.smithi016 (mon.0) 182 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:34:53.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:52 smithi016 bash[14670]: audit 2024-06-06T20:34:51.862594+0000 mon.smithi016 (mon.0) 183 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:34:53.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:52 smithi016 bash[14670]: audit 2024-06-06T20:34:51.865835+0000 mon.smithi016 (mon.0) 184 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:34:53.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:52 smithi016 bash[14670]: audit 2024-06-06T20:34:51.866832+0000 mon.smithi016 (mon.0) 185 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config rm", "who": "osd/host:smithi031", "name": "osd_memory_target"}]: dispatch 2024-06-06T20:34:53.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:52 smithi016 bash[14670]: audit 2024-06-06T20:34:51.868537+0000 mon.smithi016 (mon.0) 186 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:34:53.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:52 smithi016 bash[14670]: audit 2024-06-06T20:34:51.869941+0000 mon.smithi016 (mon.0) 187 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-06T20:34:53.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:52 smithi016 bash[14670]: cephadm 2024-06-06T20:34:51.871835+0000 mgr.smithi016.jbjtdq (mgr.14193) 9 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-06-06T20:34:53.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:52 smithi016 bash[14670]: cephadm 2024-06-06T20:34:51.872246+0000 mgr.smithi016.jbjtdq (mgr.14193) 10 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.conf 2024-06-06T20:34:53.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:52 smithi016 bash[14670]: cephadm 2024-06-06T20:34:52.021390+0000 mgr.smithi016.jbjtdq (mgr.14193) 11 : cephadm [INF] Updating smithi016:/var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/config/ceph.conf 2024-06-06T20:34:53.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:52 smithi016 bash[14670]: cephadm 2024-06-06T20:34:52.035837+0000 mgr.smithi016.jbjtdq (mgr.14193) 12 : cephadm [INF] Updating smithi031:/var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/config/ceph.conf 2024-06-06T20:34:53.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:52 smithi016 bash[14670]: cephadm 2024-06-06T20:34:52.162880+0000 mgr.smithi016.jbjtdq (mgr.14193) 13 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.client.admin.keyring 2024-06-06T20:34:53.268 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:52 smithi016 bash[14670]: cephadm 2024-06-06T20:34:52.195809+0000 mgr.smithi016.jbjtdq (mgr.14193) 14 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.client.admin.keyring 2024-06-06T20:34:53.268 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:52 smithi016 bash[14670]: cephadm 2024-06-06T20:34:52.300480+0000 mgr.smithi016.jbjtdq (mgr.14193) 15 : cephadm [INF] Updating smithi016:/var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/config/ceph.client.admin.keyring 2024-06-06T20:34:53.268 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:52 smithi016 bash[14670]: cephadm 2024-06-06T20:34:52.359903+0000 mgr.smithi016.jbjtdq (mgr.14193) 16 : cephadm [INF] Updating smithi031:/var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/config/ceph.client.admin.keyring 2024-06-06T20:34:53.268 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:52 smithi016 bash[14670]: audit 2024-06-06T20:34:52.451079+0000 mon.smithi016 (mon.0) 188 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:34:53.268 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:52 smithi016 bash[14670]: audit 2024-06-06T20:34:52.456894+0000 mon.smithi016 (mon.0) 189 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:34:53.268 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:52 smithi016 bash[14670]: audit 2024-06-06T20:34:52.516003+0000 mon.smithi016 (mon.0) 190 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:34:53.268 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:52 smithi016 bash[14670]: audit 2024-06-06T20:34:52.520991+0000 mon.smithi016 (mon.0) 191 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:34:53.268 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:52 smithi016 bash[14670]: audit 2024-06-06T20:34:52.524683+0000 mon.smithi016 (mon.0) 192 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:34:53.268 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:52 smithi016 bash[14670]: audit 2024-06-06T20:34:52.527228+0000 mon.smithi016 (mon.0) 193 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi031", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-06-06T20:34:53.268 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:52 smithi016 bash[14670]: audit 2024-06-06T20:34:52.529747+0000 mon.smithi016 (mon.0) 194 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi031", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2024-06-06T20:34:53.268 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:52 smithi016 bash[14670]: audit 2024-06-06T20:34:52.530933+0000 mon.smithi016 (mon.0) 195 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:34:54.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:53 smithi016 bash[14670]: cephadm 2024-06-06T20:34:52.532440+0000 mgr.smithi016.jbjtdq (mgr.14193) 17 : cephadm [INF] Deploying daemon ceph-exporter.smithi031 on smithi031 2024-06-06T20:34:56.221 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:55 smithi016 bash[14670]: audit 2024-06-06T20:34:55.903944+0000 mon.smithi016 (mon.0) 196 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:34:56.318 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-06-06T20:34:56.318 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":1,"fsid":"ac338a92-2443-11ef-bc9b-c7b262605968","modified":"2024-06-06T20:31:51.430343Z","created":"2024-06-06T20:31:51.430343Z","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":"smithi016","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-06-06T20:34:56.318 INFO:teuthology.orchestra.run.smithi031.stderr:dumped monmap epoch 1 2024-06-06T20:34:57.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:56 smithi016 bash[14670]: audit 2024-06-06T20:34:56.322190+0000 mon.smithi016 (mon.0) 197 : audit [DBG] from='client.? 172.21.15.31:0/2049099829' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-06T20:34:57.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:56 smithi016 bash[14670]: audit 2024-06-06T20:34:56.519984+0000 mon.smithi016 (mon.0) 198 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:34:57.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:56 smithi016 bash[14670]: audit 2024-06-06T20:34:56.525026+0000 mon.smithi016 (mon.0) 199 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:34:57.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:56 smithi016 bash[14670]: audit 2024-06-06T20:34:56.528542+0000 mon.smithi016 (mon.0) 200 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:34:57.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:56 smithi016 bash[14670]: audit 2024-06-06T20:34:56.531517+0000 mon.smithi016 (mon.0) 201 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:34:57.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:56 smithi016 bash[14670]: audit 2024-06-06T20:34:56.533189+0000 mon.smithi016 (mon.0) 202 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi031", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-06-06T20:34:57.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:56 smithi016 bash[14670]: audit 2024-06-06T20:34:56.536191+0000 mon.smithi016 (mon.0) 203 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi031", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-06-06T20:34:57.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:56 smithi016 bash[14670]: audit 2024-06-06T20:34:56.537490+0000 mon.smithi016 (mon.0) 204 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:34:58.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:34:57 smithi016 bash[14670]: cephadm 2024-06-06T20:34:56.538878+0000 mgr.smithi016.jbjtdq (mgr.14193) 18 : cephadm [INF] Deploying daemon crash.smithi031 on smithi031 2024-06-06T20:34:58.400 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-06-06T20:34:58.401 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph mon dump -f json 2024-06-06T20:35:00.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:00 smithi016 bash[14670]: audit 2024-06-06T20:34:59.190448+0000 mon.smithi016 (mon.0) 205 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:00.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:00 smithi016 bash[14670]: audit 2024-06-06T20:34:59.196091+0000 mon.smithi016 (mon.0) 206 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:00.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:00 smithi016 bash[14670]: audit 2024-06-06T20:34:59.199917+0000 mon.smithi016 (mon.0) 207 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:00.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:00 smithi016 bash[14670]: audit 2024-06-06T20:34:59.203063+0000 mon.smithi016 (mon.0) 208 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:00.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:00 smithi016 bash[14670]: cephadm 2024-06-06T20:34:59.204888+0000 mgr.smithi016.jbjtdq (mgr.14193) 19 : cephadm [INF] Deploying daemon node-exporter.smithi031 on smithi031 2024-06-06T20:35:01.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:01 smithi016 bash[14670]: audit 2024-06-06T20:35:00.221523+0000 mon.smithi016 (mon.0) 209 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:01.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:01 smithi016 bash[14670]: audit 2024-06-06T20:35:00.225263+0000 mon.smithi016 (mon.0) 210 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:01.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:01 smithi016 bash[14670]: audit 2024-06-06T20:35:00.229284+0000 mon.smithi016 (mon.0) 211 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:01.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:01 smithi016 bash[14670]: audit 2024-06-06T20:35:00.232469+0000 mon.smithi016 (mon.0) 212 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:01.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:01 smithi016 bash[14670]: audit 2024-06-06T20:35:00.235125+0000 mon.smithi016 (mon.0) 213 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi031.vpaaky", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-06-06T20:35:01.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:01 smithi016 bash[14670]: audit 2024-06-06T20:35:00.237820+0000 mon.smithi016 (mon.0) 214 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi031.vpaaky", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-06-06T20:35:01.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:01 smithi016 bash[14670]: audit 2024-06-06T20:35:00.239132+0000 mon.smithi016 (mon.0) 215 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-06-06T20:35:01.517 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:01 smithi016 bash[14670]: audit 2024-06-06T20:35:00.240649+0000 mon.smithi016 (mon.0) 216 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:35:01.517 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:01 smithi016 bash[14670]: cephadm 2024-06-06T20:35:00.242076+0000 mgr.smithi016.jbjtdq (mgr.14193) 20 : cephadm [INF] Deploying daemon mgr.smithi031.vpaaky on smithi031 2024-06-06T20:35:01.517 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:01 smithi016 bash[14670]: audit 2024-06-06T20:35:00.903010+0000 mon.smithi016 (mon.0) 217 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:02.073 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/config/ceph.conf 2024-06-06T20:35:02.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:02 smithi016 bash[14670]: cluster 2024-06-06T20:35:00.818688+0000 mgr.smithi016.jbjtdq (mgr.14193) 21 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:04.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:04 smithi016 bash[14670]: cluster 2024-06-06T20:35:02.819172+0000 mgr.smithi016.jbjtdq (mgr.14193) 22 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:04.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:04 smithi016 bash[14670]: audit 2024-06-06T20:35:03.694590+0000 mon.smithi016 (mon.0) 218 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:04.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:04 smithi016 bash[14670]: audit 2024-06-06T20:35:03.700244+0000 mon.smithi016 (mon.0) 219 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:04.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:04 smithi016 bash[14670]: audit 2024-06-06T20:35:03.704158+0000 mon.smithi016 (mon.0) 220 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:04.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:04 smithi016 bash[14670]: audit 2024-06-06T20:35:03.707353+0000 mon.smithi016 (mon.0) 221 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:04.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:04 smithi016 bash[14670]: audit 2024-06-06T20:35:03.709721+0000 mon.smithi016 (mon.0) 222 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-06T20:35:04.517 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:04 smithi016 bash[14670]: audit 2024-06-06T20:35:03.711058+0000 mon.smithi016 (mon.0) 223 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:35:05.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:05 smithi016 bash[14670]: cephadm 2024-06-06T20:35:03.712661+0000 mgr.smithi016.jbjtdq (mgr.14193) 23 : cephadm [INF] Deploying daemon mon.smithi031 on smithi031 2024-06-06T20:35:06.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:06 smithi016 bash[14670]: cluster 2024-06-06T20:35:04.819610+0000 mgr.smithi016.jbjtdq (mgr.14193) 24 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:06.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:06 smithi016 bash[14670]: audit 2024-06-06T20:35:05.909809+0000 mon.smithi016 (mon.0) 224 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:07.267 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-06-06T20:35:07.267 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":1,"fsid":"ac338a92-2443-11ef-bc9b-c7b262605968","modified":"2024-06-06T20:31:51.430343Z","created":"2024-06-06T20:31:51.430343Z","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":"smithi016","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-06-06T20:35:07.268 INFO:teuthology.orchestra.run.smithi031.stderr:dumped monmap epoch 1 2024-06-06T20:35:08.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:08 smithi016 bash[14670]: cluster 2024-06-06T20:35:06.820010+0000 mgr.smithi016.jbjtdq (mgr.14193) 25 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:08.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:08 smithi016 bash[14670]: audit 2024-06-06T20:35:07.271320+0000 mon.smithi016 (mon.0) 225 : audit [DBG] from='client.? 172.21.15.31:0/2898934594' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-06T20:35:09.773 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-06-06T20:35:09.774 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph mon dump -f json 2024-06-06T20:35:10.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:10 smithi016 bash[14670]: cluster 2024-06-06T20:35:08.820484+0000 mgr.smithi016.jbjtdq (mgr.14193) 26 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:11.715 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:11 smithi031 bash[21430]: debug 2024-06-06T20:35:11.522+0000 7fa4650a9640 1 mon.smithi031@-1(synchronizing).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2024-06-06T20:35:15.457 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi031/config 2024-06-06T20:35:16.773 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:16 smithi031 bash[21430]: audit 2024-06-06T20:35:11.535968+0000 mon.smithi016 (mon.0) 235 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mon metadata", "id": "smithi016"}]: dispatch 2024-06-06T20:35:16.774 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:16 smithi031 bash[21430]: cluster 2024-06-06T20:35:11.536314+0000 mon.smithi016 (mon.0) 236 : cluster [INF] mon.smithi016 calling monitor election 2024-06-06T20:35:16.774 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:16 smithi031 bash[21430]: audit 2024-06-06T20:35:11.557924+0000 mon.smithi016 (mon.0) 237 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-06-06T20:35:16.774 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:16 smithi031 bash[21430]: audit 2024-06-06T20:35:12.531094+0000 mon.smithi016 (mon.0) 238 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-06-06T20:35:16.774 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:16 smithi031 bash[21430]: cluster 2024-06-06T20:35:12.821286+0000 mgr.smithi016.jbjtdq (mgr.14193) 28 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:16.775 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:16 smithi031 bash[21430]: cluster 2024-06-06T20:35:12.892092+0000 mgr.smithi031.vpaaky (mgr.14210) 1 : cluster [ERR] Failed to load ceph-mgr modules: k8sevents 2024-06-06T20:35:16.775 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:16 smithi031 bash[21430]: audit 2024-06-06T20:35:12.918888+0000 mon.smithi016 (mon.0) 239 : audit [DBG] from='mgr.? 172.21.15.31:0/2057503552' entity='mgr.smithi031.vpaaky' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi031.vpaaky/crt"}]: dispatch 2024-06-06T20:35:16.775 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:16 smithi031 bash[21430]: audit 2024-06-06T20:35:13.531186+0000 mon.smithi016 (mon.0) 240 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-06-06T20:35:16.775 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:16 smithi031 bash[21430]: cluster 2024-06-06T20:35:13.533598+0000 mon.smithi031 (mon.1) 1 : cluster [INF] mon.smithi031 calling monitor election 2024-06-06T20:35:16.775 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:16 smithi031 bash[21430]: audit 2024-06-06T20:35:14.531311+0000 mon.smithi016 (mon.0) 241 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-06-06T20:35:16.775 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:16 smithi031 bash[21430]: cluster 2024-06-06T20:35:14.821710+0000 mgr.smithi016.jbjtdq (mgr.14193) 29 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:16.775 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:16 smithi031 bash[21430]: audit 2024-06-06T20:35:15.531125+0000 mon.smithi016 (mon.0) 242 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-06-06T20:35:16.775 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:16 smithi031 bash[21430]: audit 2024-06-06T20:35:16.531670+0000 mon.smithi016 (mon.0) 243 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-06-06T20:35:16.775 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:16 smithi031 bash[21430]: cluster 2024-06-06T20:35:16.578122+0000 mon.smithi016 (mon.0) 244 : cluster [INF] mon.smithi016 is new leader, mons smithi016,smithi031 in quorum (ranks 0,1) 2024-06-06T20:35:16.775 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:16 smithi031 bash[21430]: cluster 2024-06-06T20:35:16.588427+0000 mon.smithi016 (mon.0) 245 : cluster [DBG] monmap e2: 2 mons at {smithi016=[v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0],smithi031=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-06-06T20:35:16.775 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:16 smithi031 bash[21430]: cluster 2024-06-06T20:35:16.609412+0000 mon.smithi016 (mon.0) 246 : cluster [DBG] fsmap 2024-06-06T20:35:16.775 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:16 smithi031 bash[21430]: cluster 2024-06-06T20:35:16.609471+0000 mon.smithi016 (mon.0) 247 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-06-06T20:35:16.776 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:16 smithi031 bash[21430]: cluster 2024-06-06T20:35:16.609745+0000 mon.smithi016 (mon.0) 248 : cluster [DBG] mgrmap e17: smithi016.jbjtdq(active, since 35s) 2024-06-06T20:35:16.776 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:16 smithi031 bash[21430]: cluster 2024-06-06T20:35:16.609989+0000 mon.smithi016 (mon.0) 249 : cluster [INF] overall HEALTH_OK 2024-06-06T20:35:16.776 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:16 smithi031 bash[21430]: cluster 2024-06-06T20:35:16.610646+0000 mon.smithi016 (mon.0) 250 : cluster [DBG] Standby manager daemon smithi031.vpaaky started 2024-06-06T20:35:16.776 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:16 smithi031 bash[21430]: audit 2024-06-06T20:35:16.613726+0000 mon.smithi016 (mon.0) 251 : audit [DBG] from='mgr.? 172.21.15.31:0/2057503552' entity='mgr.smithi031.vpaaky' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-06-06T20:35:16.776 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:16 smithi031 bash[21430]: audit 2024-06-06T20:35:16.617442+0000 mon.smithi016 (mon.0) 252 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:16.776 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:16 smithi031 bash[21430]: audit 2024-06-06T20:35:16.617845+0000 mon.smithi016 (mon.0) 253 : audit [DBG] from='mgr.? 172.21.15.31:0/2057503552' entity='mgr.smithi031.vpaaky' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi031.vpaaky/key"}]: dispatch 2024-06-06T20:35:16.776 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:16 smithi031 bash[21430]: audit 2024-06-06T20:35:16.618695+0000 mon.smithi016 (mon.0) 254 : audit [DBG] from='mgr.? 172.21.15.31:0/2057503552' entity='mgr.smithi031.vpaaky' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-06-06T20:35:16.776 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:16 smithi031 bash[21430]: audit 2024-06-06T20:35:16.623373+0000 mon.smithi016 (mon.0) 255 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:16.776 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:16 smithi031 bash[21430]: audit 2024-06-06T20:35:16.624750+0000 mon.smithi016 (mon.0) 256 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:35:16.776 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:16 smithi031 bash[21430]: audit 2024-06-06T20:35:16.626082+0000 mon.smithi016 (mon.0) 257 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-06T20:35:17.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:16 smithi016 bash[14670]: audit 2024-06-06T20:35:11.535968+0000 mon.smithi016 (mon.0) 235 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mon metadata", "id": "smithi016"}]: dispatch 2024-06-06T20:35:17.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:16 smithi016 bash[14670]: cluster 2024-06-06T20:35:11.536314+0000 mon.smithi016 (mon.0) 236 : cluster [INF] mon.smithi016 calling monitor election 2024-06-06T20:35:17.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:16 smithi016 bash[14670]: audit 2024-06-06T20:35:11.557924+0000 mon.smithi016 (mon.0) 237 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-06-06T20:35:17.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:16 smithi016 bash[14670]: audit 2024-06-06T20:35:12.531094+0000 mon.smithi016 (mon.0) 238 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-06-06T20:35:17.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:16 smithi016 bash[14670]: cluster 2024-06-06T20:35:12.821286+0000 mgr.smithi016.jbjtdq (mgr.14193) 28 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:17.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:16 smithi016 bash[14670]: cluster 2024-06-06T20:35:12.892092+0000 mgr.smithi031.vpaaky (mgr.14210) 1 : cluster [ERR] Failed to load ceph-mgr modules: k8sevents 2024-06-06T20:35:17.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:16 smithi016 bash[14670]: audit 2024-06-06T20:35:12.918888+0000 mon.smithi016 (mon.0) 239 : audit [DBG] from='mgr.? 172.21.15.31:0/2057503552' entity='mgr.smithi031.vpaaky' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi031.vpaaky/crt"}]: dispatch 2024-06-06T20:35:17.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:16 smithi016 bash[14670]: audit 2024-06-06T20:35:13.531186+0000 mon.smithi016 (mon.0) 240 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-06-06T20:35:17.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:16 smithi016 bash[14670]: cluster 2024-06-06T20:35:13.533598+0000 mon.smithi031 (mon.1) 1 : cluster [INF] mon.smithi031 calling monitor election 2024-06-06T20:35:17.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:16 smithi016 bash[14670]: audit 2024-06-06T20:35:14.531311+0000 mon.smithi016 (mon.0) 241 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-06-06T20:35:17.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:16 smithi016 bash[14670]: cluster 2024-06-06T20:35:14.821710+0000 mgr.smithi016.jbjtdq (mgr.14193) 29 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:17.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:16 smithi016 bash[14670]: audit 2024-06-06T20:35:15.531125+0000 mon.smithi016 (mon.0) 242 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-06-06T20:35:17.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:16 smithi016 bash[14670]: audit 2024-06-06T20:35:16.531670+0000 mon.smithi016 (mon.0) 243 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-06-06T20:35:17.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:16 smithi016 bash[14670]: cluster 2024-06-06T20:35:16.578122+0000 mon.smithi016 (mon.0) 244 : cluster [INF] mon.smithi016 is new leader, mons smithi016,smithi031 in quorum (ranks 0,1) 2024-06-06T20:35:17.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:16 smithi016 bash[14670]: cluster 2024-06-06T20:35:16.588427+0000 mon.smithi016 (mon.0) 245 : cluster [DBG] monmap e2: 2 mons at {smithi016=[v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0],smithi031=[v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-06-06T20:35:17.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:16 smithi016 bash[14670]: cluster 2024-06-06T20:35:16.609412+0000 mon.smithi016 (mon.0) 246 : cluster [DBG] fsmap 2024-06-06T20:35:17.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:16 smithi016 bash[14670]: cluster 2024-06-06T20:35:16.609471+0000 mon.smithi016 (mon.0) 247 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-06-06T20:35:17.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:16 smithi016 bash[14670]: cluster 2024-06-06T20:35:16.609745+0000 mon.smithi016 (mon.0) 248 : cluster [DBG] mgrmap e17: smithi016.jbjtdq(active, since 35s) 2024-06-06T20:35:17.018 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:16 smithi016 bash[14670]: cluster 2024-06-06T20:35:16.609989+0000 mon.smithi016 (mon.0) 249 : cluster [INF] overall HEALTH_OK 2024-06-06T20:35:17.018 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:16 smithi016 bash[14670]: cluster 2024-06-06T20:35:16.610646+0000 mon.smithi016 (mon.0) 250 : cluster [DBG] Standby manager daemon smithi031.vpaaky started 2024-06-06T20:35:17.018 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:16 smithi016 bash[14670]: audit 2024-06-06T20:35:16.613726+0000 mon.smithi016 (mon.0) 251 : audit [DBG] from='mgr.? 172.21.15.31:0/2057503552' entity='mgr.smithi031.vpaaky' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-06-06T20:35:17.018 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:16 smithi016 bash[14670]: audit 2024-06-06T20:35:16.617442+0000 mon.smithi016 (mon.0) 252 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:17.018 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:16 smithi016 bash[14670]: audit 2024-06-06T20:35:16.617845+0000 mon.smithi016 (mon.0) 253 : audit [DBG] from='mgr.? 172.21.15.31:0/2057503552' entity='mgr.smithi031.vpaaky' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi031.vpaaky/key"}]: dispatch 2024-06-06T20:35:17.018 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:16 smithi016 bash[14670]: audit 2024-06-06T20:35:16.618695+0000 mon.smithi016 (mon.0) 254 : audit [DBG] from='mgr.? 172.21.15.31:0/2057503552' entity='mgr.smithi031.vpaaky' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-06-06T20:35:17.018 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:16 smithi016 bash[14670]: audit 2024-06-06T20:35:16.623373+0000 mon.smithi016 (mon.0) 255 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:17.018 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:16 smithi016 bash[14670]: audit 2024-06-06T20:35:16.624750+0000 mon.smithi016 (mon.0) 256 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:35:17.018 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:16 smithi016 bash[14670]: audit 2024-06-06T20:35:16.626082+0000 mon.smithi016 (mon.0) 257 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-06T20:35:17.962 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:17 smithi031 bash[21430]: cephadm 2024-06-06T20:35:16.627561+0000 mgr.smithi016.jbjtdq (mgr.14193) 30 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-06-06T20:35:17.962 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:17 smithi031 bash[21430]: cephadm 2024-06-06T20:35:16.628019+0000 mgr.smithi016.jbjtdq (mgr.14193) 31 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.conf 2024-06-06T20:35:17.962 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:17 smithi031 bash[21430]: cluster 2024-06-06T20:35:16.674707+0000 mon.smithi016 (mon.0) 258 : cluster [DBG] mgrmap e18: smithi016.jbjtdq(active, since 35s), standbys: smithi031.vpaaky 2024-06-06T20:35:17.962 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:17 smithi031 bash[21430]: audit 2024-06-06T20:35:16.674879+0000 mon.smithi016 (mon.0) 259 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mgr metadata", "who": "smithi031.vpaaky", "id": "smithi031.vpaaky"}]: dispatch 2024-06-06T20:35:17.962 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:17 smithi031 bash[21430]: cephadm 2024-06-06T20:35:16.783707+0000 mgr.smithi016.jbjtdq (mgr.14193) 32 : cephadm [INF] Updating smithi031:/var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/config/ceph.conf 2024-06-06T20:35:17.962 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:17 smithi031 bash[21430]: cephadm 2024-06-06T20:35:16.783923+0000 mgr.smithi016.jbjtdq (mgr.14193) 33 : cephadm [INF] Updating smithi016:/var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/config/ceph.conf 2024-06-06T20:35:17.962 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:17 smithi031 bash[21430]: cluster 2024-06-06T20:35:16.822161+0000 mgr.smithi016.jbjtdq (mgr.14193) 34 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:17.962 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:17 smithi031 bash[21430]: audit 2024-06-06T20:35:16.935470+0000 mon.smithi016 (mon.0) 260 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:17.962 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:17 smithi031 bash[21430]: audit 2024-06-06T20:35:16.940934+0000 mon.smithi016 (mon.0) 261 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:17.962 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:17 smithi031 bash[21430]: audit 2024-06-06T20:35:17.014812+0000 mon.smithi016 (mon.0) 262 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:17.963 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:17 smithi031 bash[21430]: audit 2024-06-06T20:35:17.021170+0000 mon.smithi016 (mon.0) 263 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:17.963 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:17 smithi031 bash[21430]: audit 2024-06-06T20:35:17.027191+0000 mon.smithi016 (mon.0) 264 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:17.963 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:17 smithi031 bash[21430]: cephadm 2024-06-06T20:35:17.075213+0000 mgr.smithi016.jbjtdq (mgr.14193) 35 : cephadm [INF] Reconfiguring mon.smithi016 (unknown last config time)... 2024-06-06T20:35:17.963 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:17 smithi031 bash[21430]: audit 2024-06-06T20:35:17.075850+0000 mon.smithi016 (mon.0) 265 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-06T20:35:17.963 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:17 smithi031 bash[21430]: audit 2024-06-06T20:35:17.077384+0000 mon.smithi016 (mon.0) 266 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-06T20:35:17.963 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:17 smithi031 bash[21430]: audit 2024-06-06T20:35:17.078810+0000 mon.smithi016 (mon.0) 267 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:35:17.963 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:17 smithi031 bash[21430]: cephadm 2024-06-06T20:35:17.080383+0000 mgr.smithi016.jbjtdq (mgr.14193) 36 : cephadm [INF] Reconfiguring daemon mon.smithi016 on smithi016 2024-06-06T20:35:17.963 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:17 smithi031 bash[21430]: audit 2024-06-06T20:35:17.531950+0000 mon.smithi016 (mon.0) 268 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-06-06T20:35:18.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:17 smithi016 bash[14670]: cephadm 2024-06-06T20:35:16.627561+0000 mgr.smithi016.jbjtdq (mgr.14193) 30 : cephadm [INF] Updating smithi016:/etc/ceph/ceph.conf 2024-06-06T20:35:18.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:17 smithi016 bash[14670]: cephadm 2024-06-06T20:35:16.628019+0000 mgr.smithi016.jbjtdq (mgr.14193) 31 : cephadm [INF] Updating smithi031:/etc/ceph/ceph.conf 2024-06-06T20:35:18.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:17 smithi016 bash[14670]: cluster 2024-06-06T20:35:16.674707+0000 mon.smithi016 (mon.0) 258 : cluster [DBG] mgrmap e18: smithi016.jbjtdq(active, since 35s), standbys: smithi031.vpaaky 2024-06-06T20:35:18.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:17 smithi016 bash[14670]: audit 2024-06-06T20:35:16.674879+0000 mon.smithi016 (mon.0) 259 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mgr metadata", "who": "smithi031.vpaaky", "id": "smithi031.vpaaky"}]: dispatch 2024-06-06T20:35:18.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:17 smithi016 bash[14670]: cephadm 2024-06-06T20:35:16.783707+0000 mgr.smithi016.jbjtdq (mgr.14193) 32 : cephadm [INF] Updating smithi031:/var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/config/ceph.conf 2024-06-06T20:35:18.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:17 smithi016 bash[14670]: cephadm 2024-06-06T20:35:16.783923+0000 mgr.smithi016.jbjtdq (mgr.14193) 33 : cephadm [INF] Updating smithi016:/var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/config/ceph.conf 2024-06-06T20:35:18.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:17 smithi016 bash[14670]: cluster 2024-06-06T20:35:16.822161+0000 mgr.smithi016.jbjtdq (mgr.14193) 34 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:18.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:17 smithi016 bash[14670]: audit 2024-06-06T20:35:16.935470+0000 mon.smithi016 (mon.0) 260 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:18.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:17 smithi016 bash[14670]: audit 2024-06-06T20:35:16.940934+0000 mon.smithi016 (mon.0) 261 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:18.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:17 smithi016 bash[14670]: audit 2024-06-06T20:35:17.014812+0000 mon.smithi016 (mon.0) 262 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:18.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:17 smithi016 bash[14670]: audit 2024-06-06T20:35:17.021170+0000 mon.smithi016 (mon.0) 263 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:18.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:17 smithi016 bash[14670]: audit 2024-06-06T20:35:17.027191+0000 mon.smithi016 (mon.0) 264 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:18.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:17 smithi016 bash[14670]: cephadm 2024-06-06T20:35:17.075213+0000 mgr.smithi016.jbjtdq (mgr.14193) 35 : cephadm [INF] Reconfiguring mon.smithi016 (unknown last config time)... 2024-06-06T20:35:18.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:17 smithi016 bash[14670]: audit 2024-06-06T20:35:17.075850+0000 mon.smithi016 (mon.0) 265 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-06T20:35:18.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:17 smithi016 bash[14670]: audit 2024-06-06T20:35:17.077384+0000 mon.smithi016 (mon.0) 266 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-06T20:35:18.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:17 smithi016 bash[14670]: audit 2024-06-06T20:35:17.078810+0000 mon.smithi016 (mon.0) 267 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:35:18.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:17 smithi016 bash[14670]: cephadm 2024-06-06T20:35:17.080383+0000 mgr.smithi016.jbjtdq (mgr.14193) 36 : cephadm [INF] Reconfiguring daemon mon.smithi016 on smithi016 2024-06-06T20:35:18.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:17 smithi016 bash[14670]: audit 2024-06-06T20:35:17.531950+0000 mon.smithi016 (mon.0) 268 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-06-06T20:35:18.618 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-06-06T20:35:18.619 INFO:teuthology.orchestra.run.smithi031.stdout:{"epoch":2,"fsid":"ac338a92-2443-11ef-bc9b-c7b262605968","modified":"2024-06-06T20:35:11.530839Z","created":"2024-06-06T20:31:51.430343Z","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":"smithi016","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:3300","nonce":0},{"type":"v1","addr":"172.21.15.16:6789","nonce":0}]},"addr":"172.21.15.16:6789/0","public_addr":"172.21.15.16:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi031","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:3300","nonce":0},{"type":"v1","addr":"172.21.15.31:6789","nonce":0}]},"addr":"172.21.15.31:6789/0","public_addr":"172.21.15.31:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-06-06T20:35:18.619 INFO:teuthology.orchestra.run.smithi031.stderr:dumped monmap epoch 2 2024-06-06T20:35:19.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:18 smithi016 bash[14670]: audit 2024-06-06T20:35:18.622489+0000 mon.smithi016 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.31:0/1067336259' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-06T20:35:19.089 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:18 smithi031 bash[21430]: audit 2024-06-06T20:35:18.622489+0000 mon.smithi016 (mon.0) 269 : audit [DBG] from='client.? 172.21.15.31:0/1067336259' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-06-06T20:35:19.320 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-06-06T20:35:19.320 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph config generate-minimal-conf 2024-06-06T20:35:20.471 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:20 smithi016 bash[14670]: cluster 2024-06-06T20:35:18.822602+0000 mgr.smithi016.jbjtdq (mgr.14193) 37 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:20.471 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:20 smithi016 bash[14670]: audit 2024-06-06T20:35:19.204959+0000 mon.smithi016 (mon.0) 270 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:20.471 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:20 smithi016 bash[14670]: audit 2024-06-06T20:35:19.211163+0000 mon.smithi016 (mon.0) 271 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:20.471 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:20 smithi016 bash[14670]: cephadm 2024-06-06T20:35:19.212600+0000 mgr.smithi016.jbjtdq (mgr.14193) 38 : cephadm [INF] Reconfiguring mgr.smithi016.jbjtdq (unknown last config time)... 2024-06-06T20:35:20.471 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:20 smithi016 bash[14670]: audit 2024-06-06T20:35:19.213235+0000 mon.smithi016 (mon.0) 272 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi016.jbjtdq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-06-06T20:35:20.472 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:20 smithi016 bash[14670]: audit 2024-06-06T20:35:19.214862+0000 mon.smithi016 (mon.0) 273 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-06-06T20:35:20.472 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:20 smithi016 bash[14670]: audit 2024-06-06T20:35:19.216202+0000 mon.smithi016 (mon.0) 274 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:35:20.472 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:20 smithi016 bash[14670]: cephadm 2024-06-06T20:35:19.217805+0000 mgr.smithi016.jbjtdq (mgr.14193) 39 : cephadm [INF] Reconfiguring daemon mgr.smithi016.jbjtdq on smithi016 2024-06-06T20:35:20.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:20 smithi031 bash[21430]: cluster 2024-06-06T20:35:18.822602+0000 mgr.smithi016.jbjtdq (mgr.14193) 37 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:20.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:20 smithi031 bash[21430]: audit 2024-06-06T20:35:19.204959+0000 mon.smithi016 (mon.0) 270 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:20.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:20 smithi031 bash[21430]: audit 2024-06-06T20:35:19.211163+0000 mon.smithi016 (mon.0) 271 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:20.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:20 smithi031 bash[21430]: cephadm 2024-06-06T20:35:19.212600+0000 mgr.smithi016.jbjtdq (mgr.14193) 38 : cephadm [INF] Reconfiguring mgr.smithi016.jbjtdq (unknown last config time)... 2024-06-06T20:35:20.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:20 smithi031 bash[21430]: audit 2024-06-06T20:35:19.213235+0000 mon.smithi016 (mon.0) 272 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi016.jbjtdq", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-06-06T20:35:20.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:20 smithi031 bash[21430]: audit 2024-06-06T20:35:19.214862+0000 mon.smithi016 (mon.0) 273 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-06-06T20:35:20.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:20 smithi031 bash[21430]: audit 2024-06-06T20:35:19.216202+0000 mon.smithi016 (mon.0) 274 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:35:20.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:20 smithi031 bash[21430]: cephadm 2024-06-06T20:35:19.217805+0000 mgr.smithi016.jbjtdq (mgr.14193) 39 : cephadm [INF] Reconfiguring daemon mgr.smithi016.jbjtdq on smithi016 2024-06-06T20:35:22.483 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:22 smithi016 bash[14670]: cluster 2024-06-06T20:35:20.823044+0000 mgr.smithi016.jbjtdq (mgr.14193) 40 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:22.483 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:22 smithi016 bash[14670]: audit 2024-06-06T20:35:21.201218+0000 mon.smithi016 (mon.0) 275 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:22.483 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:22 smithi016 bash[14670]: audit 2024-06-06T20:35:21.220292+0000 mon.smithi016 (mon.0) 276 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:22.483 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:22 smithi016 bash[14670]: cephadm 2024-06-06T20:35:21.221803+0000 mgr.smithi016.jbjtdq (mgr.14193) 41 : cephadm [INF] Reconfiguring ceph-exporter.smithi016 (monmap changed)... 2024-06-06T20:35:22.483 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:22 smithi016 bash[14670]: audit 2024-06-06T20:35:21.222374+0000 mon.smithi016 (mon.0) 277 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi016", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-06-06T20:35:22.483 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:22 smithi016 bash[14670]: audit 2024-06-06T20:35:21.224106+0000 mon.smithi016 (mon.0) 278 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:35:22.483 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:22 smithi016 bash[14670]: cephadm 2024-06-06T20:35:21.225760+0000 mgr.smithi016.jbjtdq (mgr.14193) 42 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi016 on smithi016 2024-06-06T20:35:22.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:22 smithi031 bash[21430]: cluster 2024-06-06T20:35:20.823044+0000 mgr.smithi016.jbjtdq (mgr.14193) 40 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:22.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:22 smithi031 bash[21430]: audit 2024-06-06T20:35:21.201218+0000 mon.smithi016 (mon.0) 275 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:22.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:22 smithi031 bash[21430]: audit 2024-06-06T20:35:21.220292+0000 mon.smithi016 (mon.0) 276 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:22.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:22 smithi031 bash[21430]: cephadm 2024-06-06T20:35:21.221803+0000 mgr.smithi016.jbjtdq (mgr.14193) 41 : cephadm [INF] Reconfiguring ceph-exporter.smithi016 (monmap changed)... 2024-06-06T20:35:22.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:22 smithi031 bash[21430]: audit 2024-06-06T20:35:21.222374+0000 mon.smithi016 (mon.0) 277 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi016", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-06-06T20:35:22.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:22 smithi031 bash[21430]: audit 2024-06-06T20:35:21.224106+0000 mon.smithi016 (mon.0) 278 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:35:22.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:22 smithi031 bash[21430]: cephadm 2024-06-06T20:35:21.225760+0000 mgr.smithi016.jbjtdq (mgr.14193) 42 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi016 on smithi016 2024-06-06T20:35:24.028 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:35:24.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:24 smithi016 bash[14670]: cluster 2024-06-06T20:35:22.823478+0000 mgr.smithi016.jbjtdq (mgr.14193) 43 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:24.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:24 smithi016 bash[14670]: audit 2024-06-06T20:35:23.183826+0000 mon.smithi016 (mon.0) 279 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:24.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:24 smithi016 bash[14670]: audit 2024-06-06T20:35:23.191220+0000 mon.smithi016 (mon.0) 280 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:24.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:24 smithi016 bash[14670]: cephadm 2024-06-06T20:35:23.192358+0000 mgr.smithi016.jbjtdq (mgr.14193) 44 : cephadm [INF] Reconfiguring crash.smithi016 (monmap changed)... 2024-06-06T20:35:24.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:24 smithi016 bash[14670]: audit 2024-06-06T20:35:23.192787+0000 mon.smithi016 (mon.0) 281 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi016", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-06-06T20:35:24.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:24 smithi016 bash[14670]: audit 2024-06-06T20:35:23.194281+0000 mon.smithi016 (mon.0) 282 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:35:24.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:24 smithi016 bash[14670]: cephadm 2024-06-06T20:35:23.195751+0000 mgr.smithi016.jbjtdq (mgr.14193) 45 : cephadm [INF] Reconfiguring daemon crash.smithi016 on smithi016 2024-06-06T20:35:24.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:24 smithi031 bash[21430]: cluster 2024-06-06T20:35:22.823478+0000 mgr.smithi016.jbjtdq (mgr.14193) 43 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:24.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:24 smithi031 bash[21430]: audit 2024-06-06T20:35:23.183826+0000 mon.smithi016 (mon.0) 279 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:24.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:24 smithi031 bash[21430]: audit 2024-06-06T20:35:23.191220+0000 mon.smithi016 (mon.0) 280 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:24.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:24 smithi031 bash[21430]: cephadm 2024-06-06T20:35:23.192358+0000 mgr.smithi016.jbjtdq (mgr.14193) 44 : cephadm [INF] Reconfiguring crash.smithi016 (monmap changed)... 2024-06-06T20:35:24.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:24 smithi031 bash[21430]: audit 2024-06-06T20:35:23.192787+0000 mon.smithi016 (mon.0) 281 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi016", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-06-06T20:35:24.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:24 smithi031 bash[21430]: audit 2024-06-06T20:35:23.194281+0000 mon.smithi016 (mon.0) 282 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:35:24.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:24 smithi031 bash[21430]: cephadm 2024-06-06T20:35:23.195751+0000 mgr.smithi016.jbjtdq (mgr.14193) 45 : cephadm [INF] Reconfiguring daemon crash.smithi016 on smithi016 2024-06-06T20:35:26.495 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:26 smithi016 bash[14670]: cluster 2024-06-06T20:35:24.823817+0000 mgr.smithi016.jbjtdq (mgr.14193) 46 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:26.495 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:26 smithi016 bash[14670]: audit 2024-06-06T20:35:25.804645+0000 mon.smithi016 (mon.0) 283 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:26.495 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:26 smithi016 bash[14670]: audit 2024-06-06T20:35:25.811002+0000 mon.smithi016 (mon.0) 284 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:26.495 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:26 smithi016 bash[14670]: audit 2024-06-06T20:35:25.904001+0000 mon.smithi016 (mon.0) 285 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:35:26.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:26 smithi031 bash[21430]: cluster 2024-06-06T20:35:24.823817+0000 mgr.smithi016.jbjtdq (mgr.14193) 46 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:26.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:26 smithi031 bash[21430]: audit 2024-06-06T20:35:25.804645+0000 mon.smithi016 (mon.0) 283 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:26.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:26 smithi031 bash[21430]: audit 2024-06-06T20:35:25.811002+0000 mon.smithi016 (mon.0) 284 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:26.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:26 smithi031 bash[21430]: audit 2024-06-06T20:35:25.904001+0000 mon.smithi016 (mon.0) 285 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:35:27.459 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:27 smithi016 bash[14670]: cephadm 2024-06-06T20:35:25.812283+0000 mgr.smithi016.jbjtdq (mgr.14193) 47 : cephadm [INF] Reconfiguring alertmanager.smithi016 (dependencies changed)... 2024-06-06T20:35:27.459 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:27 smithi016 bash[14670]: cephadm 2024-06-06T20:35:25.825087+0000 mgr.smithi016.jbjtdq (mgr.14193) 48 : cephadm [INF] Reconfiguring daemon alertmanager.smithi016 on smithi016 2024-06-06T20:35:27.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:27 smithi031 bash[21430]: cephadm 2024-06-06T20:35:25.812283+0000 mgr.smithi016.jbjtdq (mgr.14193) 47 : cephadm [INF] Reconfiguring alertmanager.smithi016 (dependencies changed)... 2024-06-06T20:35:27.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:27 smithi031 bash[21430]: cephadm 2024-06-06T20:35:25.825087+0000 mgr.smithi016.jbjtdq (mgr.14193) 48 : cephadm [INF] Reconfiguring daemon alertmanager.smithi016 on smithi016 2024-06-06T20:35:28.057 INFO:teuthology.orchestra.run.smithi016.stdout:# minimal ceph.conf for ac338a92-2443-11ef-bc9b-c7b262605968 2024-06-06T20:35:28.057 INFO:teuthology.orchestra.run.smithi016.stdout:[global] 2024-06-06T20:35:28.057 INFO:teuthology.orchestra.run.smithi016.stdout: fsid = ac338a92-2443-11ef-bc9b-c7b262605968 2024-06-06T20:35:28.057 INFO:teuthology.orchestra.run.smithi016.stdout: mon_host = [v2:172.21.15.16:3300/0,v1:172.21.15.16:6789/0] [v2:172.21.15.31:3300/0,v1:172.21.15.31:6789/0] 2024-06-06T20:35:28.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:28 smithi031 bash[21430]: cluster 2024-06-06T20:35:26.824204+0000 mgr.smithi016.jbjtdq (mgr.14193) 49 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:28.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:28 smithi031 bash[21430]: audit 2024-06-06T20:35:28.061735+0000 mon.smithi016 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.16:0/4284628451' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:35:28.482 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:28 smithi016 bash[14670]: cluster 2024-06-06T20:35:26.824204+0000 mgr.smithi016.jbjtdq (mgr.14193) 49 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:28.483 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:28 smithi016 bash[14670]: audit 2024-06-06T20:35:28.061735+0000 mon.smithi016 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.16:0/4284628451' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:35:29.348 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-06-06T20:35:29.349 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-06-06T20:35:29.349 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/ceph/ceph.conf 2024-06-06T20:35:29.362 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-06-06T20:35:29.363 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-06-06T20:35:29.419 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-06-06T20:35:29.419 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/ceph/ceph.conf 2024-06-06T20:35:29.434 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-06-06T20:35:29.434 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-06-06T20:35:29.498 INFO:tasks.cephadm:Deploying OSDs... 2024-06-06T20:35:29.498 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-06-06T20:35:29.498 DEBUG:teuthology.orchestra.run.smithi016:> dd if=/scratch_devs of=/dev/stdout 2024-06-06T20:35:29.506 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-06-06T20:35:29.506 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/nvme1n1 2024-06-06T20:35:29.552 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/nvme1n1 2024-06-06T20:35:29.553 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-06-06T20:35:29.553 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 5h/5d Inode: 522 Links: 1 Device type: 103,2 2024-06-06T20:35:29.553 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-06-06T20:35:29.553 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2024-06-06 20:33:24.732630298 +0000 2024-06-06T20:35:29.553 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2024-06-06 20:30:52.256147536 +0000 2024-06-06T20:35:29.553 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2024-06-06 20:30:52.256147536 +0000 2024-06-06T20:35:29.553 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2024-06-06T20:35:29.553 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-06-06T20:35:29.609 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2024-06-06T20:35:29.610 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2024-06-06T20:35:29.610 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000392324 s, 1.3 MB/s 2024-06-06T20:35:29.611 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-06-06T20:35:29.664 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/nvme2n1 2024-06-06T20:35:29.714 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/nvme2n1 2024-06-06T20:35:29.715 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-06-06T20:35:29.715 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 5h/5d Inode: 530 Links: 1 Device type: 103,4 2024-06-06T20:35:29.715 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-06-06T20:35:29.715 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2024-06-06 20:33:24.748629930 +0000 2024-06-06T20:35:29.715 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2024-06-06 20:30:52.376144768 +0000 2024-06-06T20:35:29.715 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2024-06-06 20:30:52.376144768 +0000 2024-06-06T20:35:29.715 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2024-06-06T20:35:29.715 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-06-06T20:35:29.770 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2024-06-06T20:35:29.770 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2024-06-06T20:35:29.770 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000377499 s, 1.4 MB/s 2024-06-06T20:35:29.771 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-06-06T20:35:29.822 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/nvme3n1 2024-06-06T20:35:29.871 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/nvme3n1 2024-06-06T20:35:29.871 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-06-06T20:35:29.871 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 5h/5d Inode: 538 Links: 1 Device type: 103,6 2024-06-06T20:35:29.871 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-06-06T20:35:29.871 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2024-06-06 20:33:24.764629561 +0000 2024-06-06T20:35:29.871 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2024-06-06 20:30:52.488142184 +0000 2024-06-06T20:35:29.871 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2024-06-06 20:30:52.488142184 +0000 2024-06-06T20:35:29.872 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2024-06-06T20:35:29.872 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-06-06T20:35:29.929 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2024-06-06T20:35:29.929 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2024-06-06T20:35:29.929 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000203559 s, 2.5 MB/s 2024-06-06T20:35:29.931 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-06-06T20:35:29.980 DEBUG:teuthology.orchestra.run.smithi016:> stat /dev/nvme4n1 2024-06-06T20:35:30.028 INFO:teuthology.orchestra.run.smithi016.stdout: File: /dev/nvme4n1 2024-06-06T20:35:30.028 INFO:teuthology.orchestra.run.smithi016.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-06-06T20:35:30.028 INFO:teuthology.orchestra.run.smithi016.stdout:Device: 5h/5d Inode: 546 Links: 1 Device type: 103,8 2024-06-06T20:35:30.028 INFO:teuthology.orchestra.run.smithi016.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-06-06T20:35:30.028 INFO:teuthology.orchestra.run.smithi016.stdout:Access: 2024-06-06 20:33:24.780629191 +0000 2024-06-06T20:35:30.029 INFO:teuthology.orchestra.run.smithi016.stdout:Modify: 2024-06-06 20:30:52.604139509 +0000 2024-06-06T20:35:30.029 INFO:teuthology.orchestra.run.smithi016.stdout:Change: 2024-06-06 20:30:52.604139509 +0000 2024-06-06T20:35:30.029 INFO:teuthology.orchestra.run.smithi016.stdout: Birth: - 2024-06-06T20:35:30.029 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-06-06T20:35:30.079 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records in 2024-06-06T20:35:30.080 INFO:teuthology.orchestra.run.smithi016.stderr:1+0 records out 2024-06-06T20:35:30.080 INFO:teuthology.orchestra.run.smithi016.stderr:512 bytes copied, 0.000212376 s, 2.4 MB/s 2024-06-06T20:35:30.081 DEBUG:teuthology.orchestra.run.smithi016:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-06-06T20:35:30.132 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-06-06T20:35:30.132 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/scratch_devs of=/dev/stdout 2024-06-06T20:35:30.140 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-06-06T20:35:30.140 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/nvme1n1 2024-06-06T20:35:30.188 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/nvme1n1 2024-06-06T20:35:30.188 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-06-06T20:35:30.188 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 5h/5d Inode: 522 Links: 1 Device type: 103,2 2024-06-06T20:35:30.188 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-06-06T20:35:30.189 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-06-06 20:34:50.075286535 +0000 2024-06-06T20:35:30.189 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-06-06 20:30:53.615687598 +0000 2024-06-06T20:35:30.189 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-06-06 20:30:53.615687598 +0000 2024-06-06T20:35:30.189 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2024-06-06T20:35:30.189 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-06-06T20:35:30.249 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-06-06T20:35:30.249 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-06-06T20:35:30.249 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000467659 s, 1.1 MB/s 2024-06-06T20:35:30.250 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-06-06T20:35:30.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:30 smithi016 bash[14670]: cluster 2024-06-06T20:35:28.824613+0000 mgr.smithi016.jbjtdq (mgr.14193) 50 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:30.303 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/nvme2n1 2024-06-06T20:35:30.357 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/nvme2n1 2024-06-06T20:35:30.357 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-06-06T20:35:30.357 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 5h/5d Inode: 530 Links: 1 Device type: 103,4 2024-06-06T20:35:30.357 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-06-06T20:35:30.357 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-06-06 20:34:50.095286333 +0000 2024-06-06T20:35:30.357 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-06-06 20:30:53.735684830 +0000 2024-06-06T20:35:30.358 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-06-06 20:30:53.735684830 +0000 2024-06-06T20:35:30.358 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2024-06-06T20:35:30.358 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-06-06T20:35:30.413 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-06-06T20:35:30.413 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-06-06T20:35:30.413 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.00038138 s, 1.3 MB/s 2024-06-06T20:35:30.414 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-06-06T20:35:30.467 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/nvme3n1 2024-06-06T20:35:30.517 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/nvme3n1 2024-06-06T20:35:30.518 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-06-06T20:35:30.518 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 5h/5d Inode: 538 Links: 1 Device type: 103,6 2024-06-06T20:35:30.518 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-06-06T20:35:30.518 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-06-06 20:34:50.111286173 +0000 2024-06-06T20:35:30.518 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-06-06 20:30:53.847682247 +0000 2024-06-06T20:35:30.518 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-06-06 20:30:53.847682247 +0000 2024-06-06T20:35:30.518 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2024-06-06T20:35:30.518 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-06-06T20:35:30.573 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:30 smithi031 bash[21430]: cluster 2024-06-06T20:35:28.824613+0000 mgr.smithi016.jbjtdq (mgr.14193) 50 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:30.576 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-06-06T20:35:30.576 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-06-06T20:35:30.577 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000482373 s, 1.1 MB/s 2024-06-06T20:35:30.577 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-06-06T20:35:30.630 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/nvme4n1 2024-06-06T20:35:30.680 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/nvme4n1 2024-06-06T20:35:30.681 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-06-06T20:35:30.681 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 5h/5d Inode: 546 Links: 1 Device type: 103,8 2024-06-06T20:35:30.681 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-06-06T20:35:30.681 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-06-06 20:34:50.127286011 +0000 2024-06-06T20:35:30.681 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-06-06 20:30:53.975679294 +0000 2024-06-06T20:35:30.681 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-06-06 20:30:53.975679294 +0000 2024-06-06T20:35:30.681 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: - 2024-06-06T20:35:30.681 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-06-06T20:35:30.736 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-06-06T20:35:30.737 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-06-06T20:35:30.737 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000424503 s, 1.2 MB/s 2024-06-06T20:35:30.738 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-06-06T20:35:30.793 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph orch apply osd --all-available-devices 2024-06-06T20:35:32.089 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:31 smithi031 bash[21430]: audit 2024-06-06T20:35:30.776506+0000 mgr.smithi016.jbjtdq (mgr.14193) 51 : audit [DBG] from='client.24101 -' entity='client.crash.smithi031' cmd=[{"prefix": "crash post", "target": ["mon-mgr", ""]}]: dispatch 2024-06-06T20:35:32.089 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:31 smithi031 bash[21430]: audit 2024-06-06T20:35:30.784447+0000 mon.smithi016 (mon.0) 287 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:32.089 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:31 smithi031 bash[21430]: cluster 2024-06-06T20:35:30.785355+0000 mgr.smithi016.jbjtdq (mgr.14193) 52 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:32.089 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:31 smithi031 bash[21430]: audit 2024-06-06T20:35:31.459575+0000 mon.smithi016 (mon.0) 288 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:32.089 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:31 smithi031 bash[21430]: audit 2024-06-06T20:35:31.465446+0000 mon.smithi016 (mon.0) 289 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:32.090 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:31 smithi031 bash[21430]: cephadm 2024-06-06T20:35:31.466863+0000 mgr.smithi016.jbjtdq (mgr.14193) 53 : cephadm [INF] Reconfiguring grafana.smithi016 (dependencies changed)... 2024-06-06T20:35:32.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:31 smithi016 bash[14670]: audit 2024-06-06T20:35:30.776506+0000 mgr.smithi016.jbjtdq (mgr.14193) 51 : audit [DBG] from='client.24101 -' entity='client.crash.smithi031' cmd=[{"prefix": "crash post", "target": ["mon-mgr", ""]}]: dispatch 2024-06-06T20:35:32.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:31 smithi016 bash[14670]: audit 2024-06-06T20:35:30.784447+0000 mon.smithi016 (mon.0) 287 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:32.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:31 smithi016 bash[14670]: cluster 2024-06-06T20:35:30.785355+0000 mgr.smithi016.jbjtdq (mgr.14193) 52 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:32.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:31 smithi016 bash[14670]: audit 2024-06-06T20:35:31.459575+0000 mon.smithi016 (mon.0) 288 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:32.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:31 smithi016 bash[14670]: audit 2024-06-06T20:35:31.465446+0000 mon.smithi016 (mon.0) 289 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:32.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:31 smithi016 bash[14670]: cephadm 2024-06-06T20:35:31.466863+0000 mgr.smithi016.jbjtdq (mgr.14193) 53 : cephadm [INF] Reconfiguring grafana.smithi016 (dependencies changed)... 2024-06-06T20:35:33.052 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:32 smithi016 bash[14670]: cephadm 2024-06-06T20:35:31.524316+0000 mgr.smithi016.jbjtdq (mgr.14193) 54 : cephadm [INF] Reconfiguring daemon grafana.smithi016 on smithi016 2024-06-06T20:35:33.052 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:32 smithi016 bash[14670]: cluster 2024-06-06T20:35:31.780156+0000 mon.smithi016 (mon.0) 290 : cluster [WRN] Health check failed: 1 mgr modules have recently crashed (RECENT_MGR_MODULE_CRASH) 2024-06-06T20:35:33.089 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:32 smithi031 bash[21430]: cephadm 2024-06-06T20:35:31.524316+0000 mgr.smithi016.jbjtdq (mgr.14193) 54 : cephadm [INF] Reconfiguring daemon grafana.smithi016 on smithi016 2024-06-06T20:35:33.089 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:32 smithi031 bash[21430]: cluster 2024-06-06T20:35:31.780156+0000 mon.smithi016 (mon.0) 290 : cluster [WRN] Health check failed: 1 mgr modules have recently crashed (RECENT_MGR_MODULE_CRASH) 2024-06-06T20:35:34.089 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:33 smithi031 bash[21430]: cluster 2024-06-06T20:35:32.785745+0000 mgr.smithi016.jbjtdq (mgr.14193) 55 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:34.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:33 smithi016 bash[14670]: cluster 2024-06-06T20:35:32.785745+0000 mgr.smithi016.jbjtdq (mgr.14193) 55 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:35.532 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi031/config 2024-06-06T20:35:35.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:35 smithi031 bash[21430]: cluster 2024-06-06T20:35:34.786253+0000 mgr.smithi016.jbjtdq (mgr.14193) 56 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:35.947 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:35 smithi016 bash[14670]: cluster 2024-06-06T20:35:34.786253+0000 mgr.smithi016.jbjtdq (mgr.14193) 56 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:37.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:37 smithi031 bash[21430]: audit 2024-06-06T20:35:36.457192+0000 mon.smithi016 (mon.0) 291 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:37.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:37 smithi031 bash[21430]: audit 2024-06-06T20:35:36.462985+0000 mon.smithi016 (mon.0) 292 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:37.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:37 smithi031 bash[21430]: cephadm 2024-06-06T20:35:36.464331+0000 mgr.smithi016.jbjtdq (mgr.14193) 57 : cephadm [INF] Reconfiguring prometheus.smithi016 (dependencies changed)... 2024-06-06T20:35:37.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:37 smithi016 bash[14670]: audit 2024-06-06T20:35:36.457192+0000 mon.smithi016 (mon.0) 291 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:37.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:37 smithi016 bash[14670]: audit 2024-06-06T20:35:36.462985+0000 mon.smithi016 (mon.0) 292 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:37.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:37 smithi016 bash[14670]: cephadm 2024-06-06T20:35:36.464331+0000 mgr.smithi016.jbjtdq (mgr.14193) 57 : cephadm [INF] Reconfiguring prometheus.smithi016 (dependencies changed)... 2024-06-06T20:35:38.455 INFO:teuthology.orchestra.run.smithi031.stdout:Scheduled osd.all-available-devices update... 2024-06-06T20:35:38.697 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:38 smithi016 bash[14670]: cephadm 2024-06-06T20:35:36.730967+0000 mgr.smithi016.jbjtdq (mgr.14193) 58 : cephadm [INF] Reconfiguring daemon prometheus.smithi016 on smithi016 2024-06-06T20:35:38.697 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:38 smithi016 bash[14670]: cluster 2024-06-06T20:35:36.786667+0000 mgr.smithi016.jbjtdq (mgr.14193) 59 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:38.697 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:38 smithi016 bash[14670]: audit 2024-06-06T20:35:38.459159+0000 mon.smithi016 (mon.0) 293 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:38.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:38 smithi031 bash[21430]: cephadm 2024-06-06T20:35:36.730967+0000 mgr.smithi016.jbjtdq (mgr.14193) 58 : cephadm [INF] Reconfiguring daemon prometheus.smithi016 on smithi016 2024-06-06T20:35:38.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:38 smithi031 bash[21430]: cluster 2024-06-06T20:35:36.786667+0000 mgr.smithi016.jbjtdq (mgr.14193) 59 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:38.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:38 smithi031 bash[21430]: audit 2024-06-06T20:35:38.459159+0000 mon.smithi016 (mon.0) 293 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:39.103 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-06-06T20:35:39.103 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph osd stat -f json 2024-06-06T20:35:39.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:39 smithi016 bash[14670]: audit 2024-06-06T20:35:38.449272+0000 mgr.smithi016.jbjtdq (mgr.14193) 60 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-06-06T20:35:39.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:39 smithi016 bash[14670]: cephadm 2024-06-06T20:35:38.452328+0000 mgr.smithi016.jbjtdq (mgr.14193) 61 : cephadm [INF] Marking host: smithi016 for OSDSpec preview refresh. 2024-06-06T20:35:39.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:39 smithi016 bash[14670]: cephadm 2024-06-06T20:35:38.452429+0000 mgr.smithi016.jbjtdq (mgr.14193) 62 : cephadm [INF] Marking host: smithi031 for OSDSpec preview refresh. 2024-06-06T20:35:39.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:39 smithi016 bash[14670]: cephadm 2024-06-06T20:35:38.453033+0000 mgr.smithi016.jbjtdq (mgr.14193) 63 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-06-06T20:35:39.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:39 smithi031 bash[21430]: audit 2024-06-06T20:35:38.449272+0000 mgr.smithi016.jbjtdq (mgr.14193) 60 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-06-06T20:35:39.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:39 smithi031 bash[21430]: cephadm 2024-06-06T20:35:38.452328+0000 mgr.smithi016.jbjtdq (mgr.14193) 61 : cephadm [INF] Marking host: smithi016 for OSDSpec preview refresh. 2024-06-06T20:35:39.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:39 smithi031 bash[21430]: cephadm 2024-06-06T20:35:38.452429+0000 mgr.smithi016.jbjtdq (mgr.14193) 62 : cephadm [INF] Marking host: smithi031 for OSDSpec preview refresh. 2024-06-06T20:35:39.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:39 smithi031 bash[21430]: cephadm 2024-06-06T20:35:38.453033+0000 mgr.smithi016.jbjtdq (mgr.14193) 63 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-06-06T20:35:40.745 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:40 smithi016 bash[14670]: cluster 2024-06-06T20:35:38.787124+0000 mgr.smithi016.jbjtdq (mgr.14193) 64 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:40.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:40 smithi031 bash[21430]: cluster 2024-06-06T20:35:38.787124+0000 mgr.smithi016.jbjtdq (mgr.14193) 64 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:42.147 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:41 smithi016 bash[14670]: cluster 2024-06-06T20:35:40.787450+0000 mgr.smithi016.jbjtdq (mgr.14193) 65 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:42.147 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:41 smithi016 bash[14670]: audit 2024-06-06T20:35:40.911039+0000 mon.smithi016 (mon.0) 294 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:42.147 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:41 smithi016 bash[14670]: audit 2024-06-06T20:35:40.912079+0000 mon.smithi016 (mon.0) 295 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:35:42.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:41 smithi031 bash[21430]: cluster 2024-06-06T20:35:40.787450+0000 mgr.smithi016.jbjtdq (mgr.14193) 65 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:42.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:41 smithi031 bash[21430]: audit 2024-06-06T20:35:40.911039+0000 mon.smithi016 (mon.0) 294 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:42.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:41 smithi031 bash[21430]: audit 2024-06-06T20:35:40.912079+0000 mon.smithi016 (mon.0) 295 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:35:43.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:43 smithi016 bash[14670]: audit 2024-06-06T20:35:42.385467+0000 mon.smithi016 (mon.0) 296 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:43.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:43 smithi016 bash[14670]: audit 2024-06-06T20:35:42.392063+0000 mon.smithi016 (mon.0) 297 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:43.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:43 smithi016 bash[14670]: cephadm 2024-06-06T20:35:42.393314+0000 mgr.smithi016.jbjtdq (mgr.14193) 66 : cephadm [INF] Reconfiguring ceph-exporter.smithi031 (monmap changed)... 2024-06-06T20:35:43.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:43 smithi016 bash[14670]: audit 2024-06-06T20:35:42.393789+0000 mon.smithi016 (mon.0) 298 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi031", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-06-06T20:35:43.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:43 smithi016 bash[14670]: audit 2024-06-06T20:35:42.395001+0000 mon.smithi016 (mon.0) 299 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:35:43.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:43 smithi016 bash[14670]: cephadm 2024-06-06T20:35:42.396124+0000 mgr.smithi016.jbjtdq (mgr.14193) 67 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi031 on smithi031 2024-06-06T20:35:43.645 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:43 smithi031 bash[21430]: audit 2024-06-06T20:35:42.385467+0000 mon.smithi016 (mon.0) 296 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:43.645 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:43 smithi031 bash[21430]: audit 2024-06-06T20:35:42.392063+0000 mon.smithi016 (mon.0) 297 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:43.645 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:43 smithi031 bash[21430]: cephadm 2024-06-06T20:35:42.393314+0000 mgr.smithi016.jbjtdq (mgr.14193) 66 : cephadm [INF] Reconfiguring ceph-exporter.smithi031 (monmap changed)... 2024-06-06T20:35:43.645 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:43 smithi031 bash[21430]: audit 2024-06-06T20:35:42.393789+0000 mon.smithi016 (mon.0) 298 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi031", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2024-06-06T20:35:43.645 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:43 smithi031 bash[21430]: audit 2024-06-06T20:35:42.395001+0000 mon.smithi016 (mon.0) 299 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:35:43.645 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:43 smithi031 bash[21430]: cephadm 2024-06-06T20:35:42.396124+0000 mgr.smithi016.jbjtdq (mgr.14193) 67 : cephadm [INF] Reconfiguring daemon ceph-exporter.smithi031 on smithi031 2024-06-06T20:35:43.810 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:35:44.658 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:44 smithi016 bash[14670]: cluster 2024-06-06T20:35:42.788014+0000 mgr.smithi016.jbjtdq (mgr.14193) 68 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:44.658 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:44 smithi016 bash[14670]: audit 2024-06-06T20:35:44.241753+0000 mon.smithi016 (mon.0) 300 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:44.658 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:44 smithi016 bash[14670]: audit 2024-06-06T20:35:44.246065+0000 mon.smithi016 (mon.0) 301 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:44.658 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:44 smithi016 bash[14670]: audit 2024-06-06T20:35:44.247317+0000 mon.smithi016 (mon.0) 302 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi031", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-06-06T20:35:44.658 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:44 smithi016 bash[14670]: audit 2024-06-06T20:35:44.248707+0000 mon.smithi016 (mon.0) 303 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:35:44.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:44 smithi031 bash[21430]: cluster 2024-06-06T20:35:42.788014+0000 mgr.smithi016.jbjtdq (mgr.14193) 68 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:44.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:44 smithi031 bash[21430]: audit 2024-06-06T20:35:44.241753+0000 mon.smithi016 (mon.0) 300 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:44.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:44 smithi031 bash[21430]: audit 2024-06-06T20:35:44.246065+0000 mon.smithi016 (mon.0) 301 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:44.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:44 smithi031 bash[21430]: audit 2024-06-06T20:35:44.247317+0000 mon.smithi016 (mon.0) 302 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi031", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-06-06T20:35:44.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:44 smithi031 bash[21430]: audit 2024-06-06T20:35:44.248707+0000 mon.smithi016 (mon.0) 303 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:35:45.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:45 smithi031 bash[21430]: cephadm 2024-06-06T20:35:44.246913+0000 mgr.smithi016.jbjtdq (mgr.14193) 69 : cephadm [INF] Reconfiguring crash.smithi031 (monmap changed)... 2024-06-06T20:35:45.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:45 smithi031 bash[21430]: cephadm 2024-06-06T20:35:44.250120+0000 mgr.smithi016.jbjtdq (mgr.14193) 70 : cephadm [INF] Reconfiguring daemon crash.smithi031 on smithi031 2024-06-06T20:35:45.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:45 smithi016 bash[14670]: cephadm 2024-06-06T20:35:44.246913+0000 mgr.smithi016.jbjtdq (mgr.14193) 69 : cephadm [INF] Reconfiguring crash.smithi031 (monmap changed)... 2024-06-06T20:35:45.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:45 smithi016 bash[14670]: cephadm 2024-06-06T20:35:44.250120+0000 mgr.smithi016.jbjtdq (mgr.14193) 70 : cephadm [INF] Reconfiguring daemon crash.smithi031 on smithi031 2024-06-06T20:35:46.696 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:35:46.754 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:46 smithi016 bash[14670]: cluster 2024-06-06T20:35:44.788557+0000 mgr.smithi016.jbjtdq (mgr.14193) 71 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:46.755 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:46 smithi016 bash[14670]: audit 2024-06-06T20:35:46.186794+0000 mon.smithi016 (mon.0) 304 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:46.755 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:46 smithi016 bash[14670]: audit 2024-06-06T20:35:46.191378+0000 mon.smithi016 (mon.0) 305 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:46.755 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:46 smithi016 bash[14670]: audit 2024-06-06T20:35:46.193002+0000 mon.smithi016 (mon.0) 306 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi031.vpaaky", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-06-06T20:35:46.755 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:46 smithi016 bash[14670]: audit 2024-06-06T20:35:46.194474+0000 mon.smithi016 (mon.0) 307 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-06-06T20:35:46.755 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:46 smithi016 bash[14670]: audit 2024-06-06T20:35:46.195689+0000 mon.smithi016 (mon.0) 308 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:35:46.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:46 smithi031 bash[21430]: cluster 2024-06-06T20:35:44.788557+0000 mgr.smithi016.jbjtdq (mgr.14193) 71 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:46.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:46 smithi031 bash[21430]: audit 2024-06-06T20:35:46.186794+0000 mon.smithi016 (mon.0) 304 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:46.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:46 smithi031 bash[21430]: audit 2024-06-06T20:35:46.191378+0000 mon.smithi016 (mon.0) 305 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:46.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:46 smithi031 bash[21430]: audit 2024-06-06T20:35:46.193002+0000 mon.smithi016 (mon.0) 306 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi031.vpaaky", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-06-06T20:35:46.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:46 smithi031 bash[21430]: audit 2024-06-06T20:35:46.194474+0000 mon.smithi016 (mon.0) 307 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mgr services"}]: dispatch 2024-06-06T20:35:46.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:46 smithi031 bash[21430]: audit 2024-06-06T20:35:46.195689+0000 mon.smithi016 (mon.0) 308 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:35:47.455 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-06-06T20:35:47.710 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:47 smithi031 bash[21430]: cephadm 2024-06-06T20:35:46.192582+0000 mgr.smithi016.jbjtdq (mgr.14193) 72 : cephadm [INF] Reconfiguring mgr.smithi031.vpaaky (monmap changed)... 2024-06-06T20:35:47.710 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:47 smithi031 bash[21430]: cephadm 2024-06-06T20:35:46.197011+0000 mgr.smithi016.jbjtdq (mgr.14193) 73 : cephadm [INF] Reconfiguring daemon mgr.smithi031.vpaaky on smithi031 2024-06-06T20:35:47.710 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:47 smithi031 bash[21430]: audit 2024-06-06T20:35:46.700422+0000 mon.smithi016 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.16:0/3135476885' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-06T20:35:47.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:47 smithi016 bash[14670]: cephadm 2024-06-06T20:35:46.192582+0000 mgr.smithi016.jbjtdq (mgr.14193) 72 : cephadm [INF] Reconfiguring mgr.smithi031.vpaaky (monmap changed)... 2024-06-06T20:35:47.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:47 smithi016 bash[14670]: cephadm 2024-06-06T20:35:46.197011+0000 mgr.smithi016.jbjtdq (mgr.14193) 73 : cephadm [INF] Reconfiguring daemon mgr.smithi031.vpaaky on smithi031 2024-06-06T20:35:47.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:47 smithi016 bash[14670]: audit 2024-06-06T20:35:46.700422+0000 mon.smithi016 (mon.0) 309 : audit [DBG] from='client.? 172.21.15.16:0/3135476885' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-06T20:35:48.457 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph osd stat -f json 2024-06-06T20:35:48.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:48 smithi016 bash[14670]: cluster 2024-06-06T20:35:46.788972+0000 mgr.smithi016.jbjtdq (mgr.14193) 74 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:48.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:48 smithi016 bash[14670]: audit 2024-06-06T20:35:48.236976+0000 mon.smithi016 (mon.0) 310 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:48.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:48 smithi016 bash[14670]: audit 2024-06-06T20:35:48.243138+0000 mon.smithi016 (mon.0) 311 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:48.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:48 smithi016 bash[14670]: audit 2024-06-06T20:35:48.244907+0000 mon.smithi016 (mon.0) 312 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-06T20:35:48.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:48 smithi016 bash[14670]: audit 2024-06-06T20:35:48.246348+0000 mon.smithi016 (mon.0) 313 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-06T20:35:48.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:48 smithi016 bash[14670]: audit 2024-06-06T20:35:48.247548+0000 mon.smithi016 (mon.0) 314 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:35:48.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:48 smithi031 bash[21430]: cluster 2024-06-06T20:35:46.788972+0000 mgr.smithi016.jbjtdq (mgr.14193) 74 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:48.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:48 smithi031 bash[21430]: audit 2024-06-06T20:35:48.236976+0000 mon.smithi016 (mon.0) 310 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:48.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:48 smithi031 bash[21430]: audit 2024-06-06T20:35:48.243138+0000 mon.smithi016 (mon.0) 311 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:48.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:48 smithi031 bash[21430]: audit 2024-06-06T20:35:48.244907+0000 mon.smithi016 (mon.0) 312 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-06-06T20:35:48.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:48 smithi031 bash[21430]: audit 2024-06-06T20:35:48.246348+0000 mon.smithi016 (mon.0) 313 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-06-06T20:35:48.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:48 smithi031 bash[21430]: audit 2024-06-06T20:35:48.247548+0000 mon.smithi016 (mon.0) 314 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:35:49.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:49 smithi016 bash[14670]: cephadm 2024-06-06T20:35:48.244388+0000 mgr.smithi016.jbjtdq (mgr.14193) 75 : cephadm [INF] Reconfiguring mon.smithi031 (monmap changed)... 2024-06-06T20:35:49.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:49 smithi016 bash[14670]: cephadm 2024-06-06T20:35:48.248995+0000 mgr.smithi016.jbjtdq (mgr.14193) 76 : cephadm [INF] Reconfiguring daemon mon.smithi031 on smithi031 2024-06-06T20:35:49.776 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:49 smithi031 bash[21430]: cephadm 2024-06-06T20:35:48.244388+0000 mgr.smithi016.jbjtdq (mgr.14193) 75 : cephadm [INF] Reconfiguring mon.smithi031 (monmap changed)... 2024-06-06T20:35:49.776 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:49 smithi031 bash[21430]: cephadm 2024-06-06T20:35:48.248995+0000 mgr.smithi016.jbjtdq (mgr.14193) 76 : cephadm [INF] Reconfiguring daemon mon.smithi031 on smithi031 2024-06-06T20:35:50.608 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:50 smithi016 bash[14670]: cluster 2024-06-06T20:35:48.789455+0000 mgr.smithi016.jbjtdq (mgr.14193) 77 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:50.608 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:50 smithi016 bash[14670]: audit 2024-06-06T20:35:50.249855+0000 mon.smithi016 (mon.0) 315 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:50.608 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:50 smithi016 bash[14670]: audit 2024-06-06T20:35:50.256532+0000 mon.smithi016 (mon.0) 316 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:50.609 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:50 smithi016 bash[14670]: audit 2024-06-06T20:35:50.261727+0000 mon.smithi016 (mon.0) 317 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-06-06T20:35:50.609 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:50 smithi016 bash[14670]: audit 2024-06-06T20:35:50.264399+0000 mon.smithi016 (mon.0) 318 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi016.front.sepia.ceph.com:9093"}]: dispatch 2024-06-06T20:35:50.609 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:50 smithi016 bash[14670]: audit 2024-06-06T20:35:50.271507+0000 mon.smithi016 (mon.0) 319 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:50.609 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:50 smithi016 bash[14670]: audit 2024-06-06T20:35:50.290737+0000 mon.smithi016 (mon.0) 320 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-06-06T20:35:50.609 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:50 smithi016 bash[14670]: audit 2024-06-06T20:35:50.293667+0000 mon.smithi016 (mon.0) 321 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi016.front.sepia.ceph.com:3000"}]: dispatch 2024-06-06T20:35:50.609 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:50 smithi016 bash[14670]: audit 2024-06-06T20:35:50.301969+0000 mon.smithi016 (mon.0) 322 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:50.609 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:50 smithi016 bash[14670]: audit 2024-06-06T20:35:50.313940+0000 mon.smithi016 (mon.0) 323 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-06-06T20:35:50.609 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:50 smithi016 bash[14670]: audit 2024-06-06T20:35:50.317204+0000 mon.smithi016 (mon.0) 324 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi016.front.sepia.ceph.com:9095"}]: dispatch 2024-06-06T20:35:50.609 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:50 smithi016 bash[14670]: audit 2024-06-06T20:35:50.324015+0000 mon.smithi016 (mon.0) 325 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:50.609 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:50 smithi016 bash[14670]: audit 2024-06-06T20:35:50.380101+0000 mon.smithi016 (mon.0) 326 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-06T20:35:50.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:50 smithi031 bash[21430]: cluster 2024-06-06T20:35:48.789455+0000 mgr.smithi016.jbjtdq (mgr.14193) 77 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:50.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:50 smithi031 bash[21430]: audit 2024-06-06T20:35:50.249855+0000 mon.smithi016 (mon.0) 315 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:50.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:50 smithi031 bash[21430]: audit 2024-06-06T20:35:50.256532+0000 mon.smithi016 (mon.0) 316 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:50.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:50 smithi031 bash[21430]: audit 2024-06-06T20:35:50.261727+0000 mon.smithi016 (mon.0) 317 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-06-06T20:35:50.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:50 smithi031 bash[21430]: audit 2024-06-06T20:35:50.264399+0000 mon.smithi016 (mon.0) 318 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi016.front.sepia.ceph.com:9093"}]: dispatch 2024-06-06T20:35:50.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:50 smithi031 bash[21430]: audit 2024-06-06T20:35:50.271507+0000 mon.smithi016 (mon.0) 319 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:50.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:50 smithi031 bash[21430]: audit 2024-06-06T20:35:50.290737+0000 mon.smithi016 (mon.0) 320 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-06-06T20:35:50.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:50 smithi031 bash[21430]: audit 2024-06-06T20:35:50.293667+0000 mon.smithi016 (mon.0) 321 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi016.front.sepia.ceph.com:3000"}]: dispatch 2024-06-06T20:35:50.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:50 smithi031 bash[21430]: audit 2024-06-06T20:35:50.301969+0000 mon.smithi016 (mon.0) 322 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:50.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:50 smithi031 bash[21430]: audit 2024-06-06T20:35:50.313940+0000 mon.smithi016 (mon.0) 323 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-06-06T20:35:50.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:50 smithi031 bash[21430]: audit 2024-06-06T20:35:50.317204+0000 mon.smithi016 (mon.0) 324 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi016.front.sepia.ceph.com:9095"}]: dispatch 2024-06-06T20:35:50.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:50 smithi031 bash[21430]: audit 2024-06-06T20:35:50.324015+0000 mon.smithi016 (mon.0) 325 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:50.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:50 smithi031 bash[21430]: audit 2024-06-06T20:35:50.380101+0000 mon.smithi016 (mon.0) 326 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-06T20:35:51.491 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:51 smithi016 bash[14670]: audit 2024-06-06T20:35:50.262467+0000 mgr.smithi016.jbjtdq (mgr.14193) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-06-06T20:35:51.491 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:51 smithi016 bash[14670]: audit 2024-06-06T20:35:50.265077+0000 mgr.smithi016.jbjtdq (mgr.14193) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi016.front.sepia.ceph.com:9093"}]: dispatch 2024-06-06T20:35:51.491 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:51 smithi016 bash[14670]: audit 2024-06-06T20:35:50.291513+0000 mgr.smithi016.jbjtdq (mgr.14193) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-06-06T20:35:51.492 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:51 smithi016 bash[14670]: audit 2024-06-06T20:35:50.294569+0000 mgr.smithi016.jbjtdq (mgr.14193) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi016.front.sepia.ceph.com:3000"}]: dispatch 2024-06-06T20:35:51.492 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:51 smithi016 bash[14670]: audit 2024-06-06T20:35:50.314881+0000 mgr.smithi016.jbjtdq (mgr.14193) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-06-06T20:35:51.492 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:51 smithi016 bash[14670]: audit 2024-06-06T20:35:50.317996+0000 mgr.smithi016.jbjtdq (mgr.14193) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi016.front.sepia.ceph.com:9095"}]: dispatch 2024-06-06T20:35:51.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:51 smithi031 bash[21430]: audit 2024-06-06T20:35:50.262467+0000 mgr.smithi016.jbjtdq (mgr.14193) 78 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-06-06T20:35:51.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:51 smithi031 bash[21430]: audit 2024-06-06T20:35:50.265077+0000 mgr.smithi016.jbjtdq (mgr.14193) 79 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi016.front.sepia.ceph.com:9093"}]: dispatch 2024-06-06T20:35:51.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:51 smithi031 bash[21430]: audit 2024-06-06T20:35:50.291513+0000 mgr.smithi016.jbjtdq (mgr.14193) 80 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-06-06T20:35:51.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:51 smithi031 bash[21430]: audit 2024-06-06T20:35:50.294569+0000 mgr.smithi016.jbjtdq (mgr.14193) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi016.front.sepia.ceph.com:3000"}]: dispatch 2024-06-06T20:35:51.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:51 smithi031 bash[21430]: audit 2024-06-06T20:35:50.314881+0000 mgr.smithi016.jbjtdq (mgr.14193) 82 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-06-06T20:35:51.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:51 smithi031 bash[21430]: audit 2024-06-06T20:35:50.317996+0000 mgr.smithi016.jbjtdq (mgr.14193) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi016.front.sepia.ceph.com:9095"}]: dispatch 2024-06-06T20:35:52.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:52 smithi016 bash[14670]: cluster 2024-06-06T20:35:50.789923+0000 mgr.smithi016.jbjtdq (mgr.14193) 84 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:52.838 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:52 smithi031 bash[21430]: cluster 2024-06-06T20:35:50.789923+0000 mgr.smithi016.jbjtdq (mgr.14193) 84 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:53.188 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:35:54.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:54 smithi016 bash[14670]: cluster 2024-06-06T20:35:52.790414+0000 mgr.smithi016.jbjtdq (mgr.14193) 85 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:54.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:54 smithi031 bash[21430]: cluster 2024-06-06T20:35:52.790414+0000 mgr.smithi016.jbjtdq (mgr.14193) 85 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:56.101 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:35:56.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:56 smithi016 bash[14670]: cluster 2024-06-06T20:35:54.790916+0000 mgr.smithi016.jbjtdq (mgr.14193) 86 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:56.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:56 smithi016 bash[14670]: audit 2024-06-06T20:35:55.789928+0000 mon.smithi016 (mon.0) 327 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:56.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:56 smithi016 bash[14670]: audit 2024-06-06T20:35:55.795205+0000 mon.smithi016 (mon.0) 328 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:56.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:56 smithi016 bash[14670]: audit 2024-06-06T20:35:55.905349+0000 mon.smithi016 (mon.0) 329 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:35:56.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:56 smithi016 bash[14670]: audit 2024-06-06T20:35:56.105922+0000 mon.smithi016 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.16:0/1317384392' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-06T20:35:56.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:56 smithi016 bash[14670]: audit 2024-06-06T20:35:56.256636+0000 mon.smithi016 (mon.0) 331 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:56.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:56 smithi016 bash[14670]: audit 2024-06-06T20:35:56.262163+0000 mon.smithi016 (mon.0) 332 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:56.793 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-06-06T20:35:56.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:56 smithi031 bash[21430]: cluster 2024-06-06T20:35:54.790916+0000 mgr.smithi016.jbjtdq (mgr.14193) 86 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:56.877 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:56 smithi031 bash[21430]: audit 2024-06-06T20:35:55.789928+0000 mon.smithi016 (mon.0) 327 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:56.878 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:56 smithi031 bash[21430]: audit 2024-06-06T20:35:55.795205+0000 mon.smithi016 (mon.0) 328 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:56.878 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:56 smithi031 bash[21430]: audit 2024-06-06T20:35:55.905349+0000 mon.smithi016 (mon.0) 329 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:35:56.878 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:56 smithi031 bash[21430]: audit 2024-06-06T20:35:56.105922+0000 mon.smithi016 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.16:0/1317384392' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-06T20:35:56.878 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:56 smithi031 bash[21430]: audit 2024-06-06T20:35:56.256636+0000 mon.smithi016 (mon.0) 331 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:56.878 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:56 smithi031 bash[21430]: audit 2024-06-06T20:35:56.262163+0000 mon.smithi016 (mon.0) 332 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:57.794 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph osd stat -f json 2024-06-06T20:35:58.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:57 smithi016 bash[14670]: audit 2024-06-06T20:35:56.596568+0000 mon.smithi016 (mon.0) 333 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:58.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:57 smithi016 bash[14670]: audit 2024-06-06T20:35:56.602554+0000 mon.smithi016 (mon.0) 334 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:58.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:57 smithi016 bash[14670]: cluster 2024-06-06T20:35:56.791342+0000 mgr.smithi016.jbjtdq (mgr.14193) 87 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:58.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:57 smithi016 bash[14670]: audit 2024-06-06T20:35:57.066574+0000 mon.smithi016 (mon.0) 335 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:58.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:57 smithi016 bash[14670]: audit 2024-06-06T20:35:57.074223+0000 mon.smithi016 (mon.0) 336 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:58.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:57 smithi016 bash[14670]: audit 2024-06-06T20:35:57.075542+0000 mon.smithi016 (mon.0) 337 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:35:58.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:57 smithi016 bash[14670]: audit 2024-06-06T20:35:57.076542+0000 mon.smithi016 (mon.0) 338 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-06T20:35:58.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:57 smithi016 bash[14670]: audit 2024-06-06T20:35:57.082413+0000 mon.smithi016 (mon.0) 339 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:58.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:57 smithi016 bash[14670]: audit 2024-06-06T20:35:57.087193+0000 mon.smithi016 (mon.0) 340 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-06T20:35:58.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:57 smithi016 bash[14670]: audit 2024-06-06T20:35:57.093520+0000 mon.smithi016 (mon.0) 341 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-06T20:35:58.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:57 smithi016 bash[14670]: audit 2024-06-06T20:35:57.094589+0000 mon.smithi016 (mon.0) 342 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:35:58.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:57 smithi016 bash[14670]: audit 2024-06-06T20:35:57.098027+0000 mon.smithi016 (mon.0) 343 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-06T20:35:58.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:57 smithi016 bash[14670]: audit 2024-06-06T20:35:57.098915+0000 mon.smithi016 (mon.0) 344 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:35:58.075 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:57 smithi031 bash[21430]: audit 2024-06-06T20:35:56.596568+0000 mon.smithi016 (mon.0) 333 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:58.075 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:57 smithi031 bash[21430]: audit 2024-06-06T20:35:56.602554+0000 mon.smithi016 (mon.0) 334 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:58.075 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:57 smithi031 bash[21430]: cluster 2024-06-06T20:35:56.791342+0000 mgr.smithi016.jbjtdq (mgr.14193) 87 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:35:58.076 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:57 smithi031 bash[21430]: audit 2024-06-06T20:35:57.066574+0000 mon.smithi016 (mon.0) 335 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:58.076 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:57 smithi031 bash[21430]: audit 2024-06-06T20:35:57.074223+0000 mon.smithi016 (mon.0) 336 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:58.076 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:57 smithi031 bash[21430]: audit 2024-06-06T20:35:57.075542+0000 mon.smithi016 (mon.0) 337 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:35:58.076 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:57 smithi031 bash[21430]: audit 2024-06-06T20:35:57.076542+0000 mon.smithi016 (mon.0) 338 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-06T20:35:58.076 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:57 smithi031 bash[21430]: audit 2024-06-06T20:35:57.082413+0000 mon.smithi016 (mon.0) 339 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:35:58.076 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:57 smithi031 bash[21430]: audit 2024-06-06T20:35:57.087193+0000 mon.smithi016 (mon.0) 340 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-06T20:35:58.076 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:57 smithi031 bash[21430]: audit 2024-06-06T20:35:57.093520+0000 mon.smithi016 (mon.0) 341 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-06T20:35:58.076 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:57 smithi031 bash[21430]: audit 2024-06-06T20:35:57.094589+0000 mon.smithi016 (mon.0) 342 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:35:58.076 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:57 smithi031 bash[21430]: audit 2024-06-06T20:35:57.098027+0000 mon.smithi016 (mon.0) 343 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-06T20:35:58.076 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:57 smithi031 bash[21430]: audit 2024-06-06T20:35:57.098915+0000 mon.smithi016 (mon.0) 344 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:36:00.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:35:59 smithi016 bash[14670]: cluster 2024-06-06T20:35:58.791854+0000 mgr.smithi016.jbjtdq (mgr.14193) 88 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:00.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:35:59 smithi031 bash[21430]: cluster 2024-06-06T20:35:58.791854+0000 mgr.smithi016.jbjtdq (mgr.14193) 88 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:01.962 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:36:02.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:01 smithi016 bash[14670]: cluster 2024-06-06T20:36:00.792381+0000 mgr.smithi016.jbjtdq (mgr.14193) 89 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:02.272 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:01 smithi031 bash[21430]: cluster 2024-06-06T20:36:00.792381+0000 mgr.smithi016.jbjtdq (mgr.14193) 89 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:04.088 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:03 smithi031 bash[21430]: cluster 2024-06-06T20:36:02.792827+0000 mgr.smithi016.jbjtdq (mgr.14193) 90 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:04.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:03 smithi016 bash[14670]: cluster 2024-06-06T20:36:02.792827+0000 mgr.smithi016.jbjtdq (mgr.14193) 90 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:06.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:05 smithi016 bash[14670]: cluster 2024-06-06T20:36:04.793104+0000 mgr.smithi016.jbjtdq (mgr.14193) 91 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:06.287 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:05 smithi031 bash[21430]: cluster 2024-06-06T20:36:04.793104+0000 mgr.smithi016.jbjtdq (mgr.14193) 91 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:06.332 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:36:07.049 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":6,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1717706166,"num_remapped_pgs":0} 2024-06-06T20:36:07.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:06 smithi016 bash[14670]: audit 2024-06-06T20:36:06.090729+0000 mon.smithi031 (mon.1) 2 : audit [INF] from='client.? 172.21.15.31:0/206169676' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "30a62ad1-6ed7-44a9-88e5-66f86cfcf7c2"}]: dispatch 2024-06-06T20:36:07.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:06 smithi016 bash[14670]: audit 2024-06-06T20:36:06.091266+0000 mon.smithi016 (mon.0) 345 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "30a62ad1-6ed7-44a9-88e5-66f86cfcf7c2"}]: dispatch 2024-06-06T20:36:07.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:06 smithi016 bash[14670]: audit 2024-06-06T20:36:06.097266+0000 mon.smithi016 (mon.0) 346 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "30a62ad1-6ed7-44a9-88e5-66f86cfcf7c2"}]': finished 2024-06-06T20:36:07.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:06 smithi016 bash[14670]: cluster 2024-06-06T20:36:06.097339+0000 mon.smithi016 (mon.0) 347 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-06-06T20:36:07.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:06 smithi016 bash[14670]: audit 2024-06-06T20:36:06.097564+0000 mon.smithi016 (mon.0) 348 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-06T20:36:07.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:06 smithi016 bash[14670]: audit 2024-06-06T20:36:06.336916+0000 mon.smithi016 (mon.0) 349 : audit [DBG] from='client.? 172.21.15.16:0/2811781363' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-06T20:36:07.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:06 smithi031 bash[21430]: audit 2024-06-06T20:36:06.090729+0000 mon.smithi031 (mon.1) 2 : audit [INF] from='client.? 172.21.15.31:0/206169676' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "30a62ad1-6ed7-44a9-88e5-66f86cfcf7c2"}]: dispatch 2024-06-06T20:36:07.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:06 smithi031 bash[21430]: audit 2024-06-06T20:36:06.091266+0000 mon.smithi016 (mon.0) 345 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "30a62ad1-6ed7-44a9-88e5-66f86cfcf7c2"}]: dispatch 2024-06-06T20:36:07.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:06 smithi031 bash[21430]: audit 2024-06-06T20:36:06.097266+0000 mon.smithi016 (mon.0) 346 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "30a62ad1-6ed7-44a9-88e5-66f86cfcf7c2"}]': finished 2024-06-06T20:36:07.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:06 smithi031 bash[21430]: cluster 2024-06-06T20:36:06.097339+0000 mon.smithi016 (mon.0) 347 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-06-06T20:36:07.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:06 smithi031 bash[21430]: audit 2024-06-06T20:36:06.097564+0000 mon.smithi016 (mon.0) 348 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-06T20:36:07.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:06 smithi031 bash[21430]: audit 2024-06-06T20:36:06.336916+0000 mon.smithi016 (mon.0) 349 : audit [DBG] from='client.? 172.21.15.16:0/2811781363' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-06T20:36:08.050 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph osd stat -f json 2024-06-06T20:36:08.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:08 smithi016 bash[14670]: cluster 2024-06-06T20:36:06.793367+0000 mgr.smithi016.jbjtdq (mgr.14193) 92 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:08.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:08 smithi016 bash[14670]: audit 2024-06-06T20:36:07.681838+0000 mon.smithi016 (mon.0) 350 : audit [INF] from='client.? 172.21.15.16:0/554514829' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "100abfce-cd02-4a02-b57a-2fc6cb0ad432"}]: dispatch 2024-06-06T20:36:08.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:08 smithi016 bash[14670]: audit 2024-06-06T20:36:07.689140+0000 mon.smithi016 (mon.0) 351 : audit [INF] from='client.? 172.21.15.16:0/554514829' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "100abfce-cd02-4a02-b57a-2fc6cb0ad432"}]': finished 2024-06-06T20:36:08.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:08 smithi016 bash[14670]: cluster 2024-06-06T20:36:07.689240+0000 mon.smithi016 (mon.0) 352 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-06-06T20:36:08.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:08 smithi016 bash[14670]: audit 2024-06-06T20:36:07.689476+0000 mon.smithi016 (mon.0) 353 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-06T20:36:08.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:08 smithi016 bash[14670]: audit 2024-06-06T20:36:07.690101+0000 mon.smithi016 (mon.0) 354 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-06T20:36:08.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:08 smithi016 bash[14670]: audit 2024-06-06T20:36:07.726213+0000 mon.smithi031 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.31:0/919899760' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-06T20:36:08.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:08 smithi031 bash[21430]: cluster 2024-06-06T20:36:06.793367+0000 mgr.smithi016.jbjtdq (mgr.14193) 92 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:08.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:08 smithi031 bash[21430]: audit 2024-06-06T20:36:07.681838+0000 mon.smithi016 (mon.0) 350 : audit [INF] from='client.? 172.21.15.16:0/554514829' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "100abfce-cd02-4a02-b57a-2fc6cb0ad432"}]: dispatch 2024-06-06T20:36:08.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:08 smithi031 bash[21430]: audit 2024-06-06T20:36:07.689140+0000 mon.smithi016 (mon.0) 351 : audit [INF] from='client.? 172.21.15.16:0/554514829' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "100abfce-cd02-4a02-b57a-2fc6cb0ad432"}]': finished 2024-06-06T20:36:08.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:08 smithi031 bash[21430]: cluster 2024-06-06T20:36:07.689240+0000 mon.smithi016 (mon.0) 352 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-06-06T20:36:08.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:08 smithi031 bash[21430]: audit 2024-06-06T20:36:07.689476+0000 mon.smithi016 (mon.0) 353 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-06T20:36:08.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:08 smithi031 bash[21430]: audit 2024-06-06T20:36:07.690101+0000 mon.smithi016 (mon.0) 354 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-06T20:36:08.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:08 smithi031 bash[21430]: audit 2024-06-06T20:36:07.726213+0000 mon.smithi031 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.31:0/919899760' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-06T20:36:10.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:10 smithi016 bash[14670]: cluster 2024-06-06T20:36:08.793817+0000 mgr.smithi016.jbjtdq (mgr.14193) 93 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:10.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:10 smithi016 bash[14670]: audit 2024-06-06T20:36:09.242456+0000 mon.smithi016 (mon.0) 355 : audit [DBG] from='client.? 172.21.15.16:0/2719288694' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-06T20:36:10.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:10 smithi031 bash[21430]: cluster 2024-06-06T20:36:08.793817+0000 mgr.smithi016.jbjtdq (mgr.14193) 93 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:10.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:10 smithi031 bash[21430]: audit 2024-06-06T20:36:09.242456+0000 mon.smithi016 (mon.0) 355 : audit [DBG] from='client.? 172.21.15.16:0/2719288694' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-06T20:36:11.387 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:11 smithi016 bash[14670]: audit 2024-06-06T20:36:10.560041+0000 mon.smithi031 (mon.1) 4 : audit [INF] from='client.? 172.21.15.31:0/1736400015' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "30e34e5c-d042-465b-a57e-93052c095304"}]: dispatch 2024-06-06T20:36:11.387 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:11 smithi016 bash[14670]: audit 2024-06-06T20:36:10.560889+0000 mon.smithi016 (mon.0) 356 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "30e34e5c-d042-465b-a57e-93052c095304"}]: dispatch 2024-06-06T20:36:11.388 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:11 smithi016 bash[14670]: audit 2024-06-06T20:36:10.569097+0000 mon.smithi016 (mon.0) 357 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "30e34e5c-d042-465b-a57e-93052c095304"}]': finished 2024-06-06T20:36:11.388 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:11 smithi016 bash[14670]: cluster 2024-06-06T20:36:10.569251+0000 mon.smithi016 (mon.0) 358 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-06-06T20:36:11.388 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:11 smithi016 bash[14670]: audit 2024-06-06T20:36:10.569536+0000 mon.smithi016 (mon.0) 359 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-06T20:36:11.388 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:11 smithi016 bash[14670]: audit 2024-06-06T20:36:10.570031+0000 mon.smithi016 (mon.0) 360 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-06T20:36:11.388 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:11 smithi016 bash[14670]: audit 2024-06-06T20:36:10.570242+0000 mon.smithi016 (mon.0) 361 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-06T20:36:11.388 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:11 smithi016 bash[14670]: audit 2024-06-06T20:36:10.906109+0000 mon.smithi016 (mon.0) 362 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:36:11.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:11 smithi031 bash[21430]: audit 2024-06-06T20:36:10.560041+0000 mon.smithi031 (mon.1) 4 : audit [INF] from='client.? 172.21.15.31:0/1736400015' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "30e34e5c-d042-465b-a57e-93052c095304"}]: dispatch 2024-06-06T20:36:11.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:11 smithi031 bash[21430]: audit 2024-06-06T20:36:10.560889+0000 mon.smithi016 (mon.0) 356 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "30e34e5c-d042-465b-a57e-93052c095304"}]: dispatch 2024-06-06T20:36:11.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:11 smithi031 bash[21430]: audit 2024-06-06T20:36:10.569097+0000 mon.smithi016 (mon.0) 357 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "30e34e5c-d042-465b-a57e-93052c095304"}]': finished 2024-06-06T20:36:11.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:11 smithi031 bash[21430]: cluster 2024-06-06T20:36:10.569251+0000 mon.smithi016 (mon.0) 358 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-06-06T20:36:11.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:11 smithi031 bash[21430]: audit 2024-06-06T20:36:10.569536+0000 mon.smithi016 (mon.0) 359 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-06T20:36:11.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:11 smithi031 bash[21430]: audit 2024-06-06T20:36:10.570031+0000 mon.smithi016 (mon.0) 360 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-06T20:36:11.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:11 smithi031 bash[21430]: audit 2024-06-06T20:36:10.570242+0000 mon.smithi016 (mon.0) 361 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-06T20:36:11.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:11 smithi031 bash[21430]: audit 2024-06-06T20:36:10.906109+0000 mon.smithi016 (mon.0) 362 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:36:12.365 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:12 smithi016 bash[14670]: cluster 2024-06-06T20:36:10.794298+0000 mgr.smithi016.jbjtdq (mgr.14193) 94 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:12.365 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:12 smithi016 bash[14670]: audit 2024-06-06T20:36:12.051241+0000 mon.smithi016 (mon.0) 363 : audit [INF] from='client.? 172.21.15.16:0/1182092236' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b691c819-f274-4795-b120-bda89155ce4a"}]: dispatch 2024-06-06T20:36:12.365 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:12 smithi016 bash[14670]: audit 2024-06-06T20:36:12.058977+0000 mon.smithi016 (mon.0) 364 : audit [INF] from='client.? 172.21.15.16:0/1182092236' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b691c819-f274-4795-b120-bda89155ce4a"}]': finished 2024-06-06T20:36:12.366 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:12 smithi016 bash[14670]: cluster 2024-06-06T20:36:12.059061+0000 mon.smithi016 (mon.0) 365 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-06-06T20:36:12.366 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:12 smithi016 bash[14670]: audit 2024-06-06T20:36:12.059299+0000 mon.smithi016 (mon.0) 366 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-06T20:36:12.366 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:12 smithi016 bash[14670]: audit 2024-06-06T20:36:12.059683+0000 mon.smithi016 (mon.0) 367 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-06T20:36:12.366 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:12 smithi016 bash[14670]: audit 2024-06-06T20:36:12.059980+0000 mon.smithi016 (mon.0) 368 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-06T20:36:12.367 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:12 smithi016 bash[14670]: audit 2024-06-06T20:36:12.060199+0000 mon.smithi016 (mon.0) 369 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:36:12.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:12 smithi031 bash[21430]: cluster 2024-06-06T20:36:10.794298+0000 mgr.smithi016.jbjtdq (mgr.14193) 94 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:12.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:12 smithi031 bash[21430]: audit 2024-06-06T20:36:12.051241+0000 mon.smithi016 (mon.0) 363 : audit [INF] from='client.? 172.21.15.16:0/1182092236' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b691c819-f274-4795-b120-bda89155ce4a"}]: dispatch 2024-06-06T20:36:12.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:12 smithi031 bash[21430]: audit 2024-06-06T20:36:12.058977+0000 mon.smithi016 (mon.0) 364 : audit [INF] from='client.? 172.21.15.16:0/1182092236' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b691c819-f274-4795-b120-bda89155ce4a"}]': finished 2024-06-06T20:36:12.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:12 smithi031 bash[21430]: cluster 2024-06-06T20:36:12.059061+0000 mon.smithi016 (mon.0) 365 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-06-06T20:36:12.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:12 smithi031 bash[21430]: audit 2024-06-06T20:36:12.059299+0000 mon.smithi016 (mon.0) 366 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-06T20:36:12.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:12 smithi031 bash[21430]: audit 2024-06-06T20:36:12.059683+0000 mon.smithi016 (mon.0) 367 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-06T20:36:12.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:12 smithi031 bash[21430]: audit 2024-06-06T20:36:12.059980+0000 mon.smithi016 (mon.0) 368 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-06T20:36:12.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:12 smithi031 bash[21430]: audit 2024-06-06T20:36:12.060199+0000 mon.smithi016 (mon.0) 369 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:36:12.785 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:36:13.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:13 smithi016 bash[14670]: audit 2024-06-06T20:36:12.169641+0000 mon.smithi031 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.31:0/1316108145' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-06T20:36:13.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:13 smithi031 bash[21430]: audit 2024-06-06T20:36:12.169641+0000 mon.smithi031 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.31:0/1316108145' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-06T20:36:14.508 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:14 smithi016 bash[14670]: cluster 2024-06-06T20:36:12.794685+0000 mgr.smithi016.jbjtdq (mgr.14193) 95 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:14.588 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:14 smithi031 bash[21430]: cluster 2024-06-06T20:36:12.794685+0000 mgr.smithi016.jbjtdq (mgr.14193) 95 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:15.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:15 smithi016 bash[14670]: audit 2024-06-06T20:36:14.411362+0000 mon.smithi016 (mon.0) 370 : audit [DBG] from='client.? 172.21.15.16:0/2138248398' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-06T20:36:15.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:15 smithi016 bash[14670]: audit 2024-06-06T20:36:14.957869+0000 mon.smithi031 (mon.1) 6 : audit [INF] from='client.? 172.21.15.31:0/2029370174' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b21e31ab-2df2-4059-b87d-949693f3d895"}]: dispatch 2024-06-06T20:36:15.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:15 smithi016 bash[14670]: audit 2024-06-06T20:36:14.958365+0000 mon.smithi016 (mon.0) 371 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b21e31ab-2df2-4059-b87d-949693f3d895"}]: dispatch 2024-06-06T20:36:15.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:15 smithi016 bash[14670]: audit 2024-06-06T20:36:14.966363+0000 mon.smithi016 (mon.0) 372 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b21e31ab-2df2-4059-b87d-949693f3d895"}]': finished 2024-06-06T20:36:15.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:15 smithi016 bash[14670]: cluster 2024-06-06T20:36:14.966491+0000 mon.smithi016 (mon.0) 373 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-06-06T20:36:15.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:15 smithi016 bash[14670]: audit 2024-06-06T20:36:14.966774+0000 mon.smithi016 (mon.0) 374 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-06T20:36:15.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:15 smithi016 bash[14670]: audit 2024-06-06T20:36:14.967191+0000 mon.smithi016 (mon.0) 375 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-06T20:36:15.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:15 smithi016 bash[14670]: audit 2024-06-06T20:36:14.967457+0000 mon.smithi016 (mon.0) 376 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-06T20:36:15.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:15 smithi016 bash[14670]: audit 2024-06-06T20:36:14.967744+0000 mon.smithi016 (mon.0) 377 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:36:15.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:15 smithi016 bash[14670]: audit 2024-06-06T20:36:14.968012+0000 mon.smithi016 (mon.0) 378 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-06T20:36:15.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:15 smithi031 bash[21430]: audit 2024-06-06T20:36:14.411362+0000 mon.smithi016 (mon.0) 370 : audit [DBG] from='client.? 172.21.15.16:0/2138248398' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-06T20:36:15.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:15 smithi031 bash[21430]: audit 2024-06-06T20:36:14.957869+0000 mon.smithi031 (mon.1) 6 : audit [INF] from='client.? 172.21.15.31:0/2029370174' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b21e31ab-2df2-4059-b87d-949693f3d895"}]: dispatch 2024-06-06T20:36:15.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:15 smithi031 bash[21430]: audit 2024-06-06T20:36:14.958365+0000 mon.smithi016 (mon.0) 371 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b21e31ab-2df2-4059-b87d-949693f3d895"}]: dispatch 2024-06-06T20:36:15.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:15 smithi031 bash[21430]: audit 2024-06-06T20:36:14.966363+0000 mon.smithi016 (mon.0) 372 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b21e31ab-2df2-4059-b87d-949693f3d895"}]': finished 2024-06-06T20:36:15.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:15 smithi031 bash[21430]: cluster 2024-06-06T20:36:14.966491+0000 mon.smithi016 (mon.0) 373 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-06-06T20:36:15.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:15 smithi031 bash[21430]: audit 2024-06-06T20:36:14.966774+0000 mon.smithi016 (mon.0) 374 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-06T20:36:15.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:15 smithi031 bash[21430]: audit 2024-06-06T20:36:14.967191+0000 mon.smithi016 (mon.0) 375 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-06T20:36:15.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:15 smithi031 bash[21430]: audit 2024-06-06T20:36:14.967457+0000 mon.smithi016 (mon.0) 376 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-06T20:36:15.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:15 smithi031 bash[21430]: audit 2024-06-06T20:36:14.967744+0000 mon.smithi016 (mon.0) 377 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:36:15.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:15 smithi031 bash[21430]: audit 2024-06-06T20:36:14.968012+0000 mon.smithi016 (mon.0) 378 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-06T20:36:16.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:16 smithi016 bash[14670]: cluster 2024-06-06T20:36:14.795208+0000 mgr.smithi016.jbjtdq (mgr.14193) 96 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:16.282 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:36:16.588 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:16 smithi031 bash[21430]: cluster 2024-06-06T20:36:14.795208+0000 mgr.smithi016.jbjtdq (mgr.14193) 96 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:16.973 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1717706174,"num_remapped_pgs":0} 2024-06-06T20:36:17.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:17 smithi016 bash[14670]: audit 2024-06-06T20:36:16.287376+0000 mon.smithi016 (mon.0) 379 : audit [DBG] from='client.? 172.21.15.16:0/2805095619' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-06T20:36:17.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:17 smithi016 bash[14670]: audit 2024-06-06T20:36:16.547003+0000 mon.smithi031 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.31:0/3556918929' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-06T20:36:17.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:17 smithi031 bash[21430]: audit 2024-06-06T20:36:16.287376+0000 mon.smithi016 (mon.0) 379 : audit [DBG] from='client.? 172.21.15.16:0/2805095619' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-06T20:36:17.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:17 smithi031 bash[21430]: audit 2024-06-06T20:36:16.547003+0000 mon.smithi031 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.31:0/3556918929' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-06T20:36:17.974 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph osd stat -f json 2024-06-06T20:36:18.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:18 smithi016 bash[14670]: cluster 2024-06-06T20:36:16.795643+0000 mgr.smithi016.jbjtdq (mgr.14193) 97 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:18.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:18 smithi016 bash[14670]: audit 2024-06-06T20:36:17.246663+0000 mon.smithi016 (mon.0) 380 : audit [INF] from='client.? 172.21.15.16:0/2831482899' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "059f56e8-97cb-4794-80b1-a4581184e8c9"}]: dispatch 2024-06-06T20:36:18.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:18 smithi016 bash[14670]: audit 2024-06-06T20:36:17.253673+0000 mon.smithi016 (mon.0) 381 : audit [INF] from='client.? 172.21.15.16:0/2831482899' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "059f56e8-97cb-4794-80b1-a4581184e8c9"}]': finished 2024-06-06T20:36:18.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:18 smithi016 bash[14670]: cluster 2024-06-06T20:36:17.253748+0000 mon.smithi016 (mon.0) 382 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-06-06T20:36:18.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:18 smithi016 bash[14670]: audit 2024-06-06T20:36:17.253901+0000 mon.smithi016 (mon.0) 383 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-06T20:36:18.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:18 smithi016 bash[14670]: audit 2024-06-06T20:36:17.254280+0000 mon.smithi016 (mon.0) 384 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-06T20:36:18.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:18 smithi016 bash[14670]: audit 2024-06-06T20:36:17.254528+0000 mon.smithi016 (mon.0) 385 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-06T20:36:18.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:18 smithi016 bash[14670]: audit 2024-06-06T20:36:17.254767+0000 mon.smithi016 (mon.0) 386 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:36:18.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:18 smithi016 bash[14670]: audit 2024-06-06T20:36:17.255097+0000 mon.smithi016 (mon.0) 387 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-06T20:36:18.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:18 smithi016 bash[14670]: audit 2024-06-06T20:36:17.255307+0000 mon.smithi016 (mon.0) 388 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:36:18.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:18 smithi031 bash[21430]: cluster 2024-06-06T20:36:16.795643+0000 mgr.smithi016.jbjtdq (mgr.14193) 97 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:18.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:18 smithi031 bash[21430]: audit 2024-06-06T20:36:17.246663+0000 mon.smithi016 (mon.0) 380 : audit [INF] from='client.? 172.21.15.16:0/2831482899' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "059f56e8-97cb-4794-80b1-a4581184e8c9"}]: dispatch 2024-06-06T20:36:18.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:18 smithi031 bash[21430]: audit 2024-06-06T20:36:17.253673+0000 mon.smithi016 (mon.0) 381 : audit [INF] from='client.? 172.21.15.16:0/2831482899' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "059f56e8-97cb-4794-80b1-a4581184e8c9"}]': finished 2024-06-06T20:36:18.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:18 smithi031 bash[21430]: cluster 2024-06-06T20:36:17.253748+0000 mon.smithi016 (mon.0) 382 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-06-06T20:36:18.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:18 smithi031 bash[21430]: audit 2024-06-06T20:36:17.253901+0000 mon.smithi016 (mon.0) 383 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-06T20:36:18.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:18 smithi031 bash[21430]: audit 2024-06-06T20:36:17.254280+0000 mon.smithi016 (mon.0) 384 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-06T20:36:18.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:18 smithi031 bash[21430]: audit 2024-06-06T20:36:17.254528+0000 mon.smithi016 (mon.0) 385 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-06T20:36:18.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:18 smithi031 bash[21430]: audit 2024-06-06T20:36:17.254767+0000 mon.smithi016 (mon.0) 386 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:36:18.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:18 smithi031 bash[21430]: audit 2024-06-06T20:36:17.255097+0000 mon.smithi016 (mon.0) 387 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-06T20:36:18.591 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:18 smithi031 bash[21430]: audit 2024-06-06T20:36:17.255307+0000 mon.smithi016 (mon.0) 388 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:36:19.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:19 smithi016 bash[14670]: audit 2024-06-06T20:36:18.908109+0000 mon.smithi016 (mon.0) 389 : audit [DBG] from='client.? 172.21.15.16:0/1454200910' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-06T20:36:19.518 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:19 smithi031 bash[21430]: audit 2024-06-06T20:36:18.908109+0000 mon.smithi016 (mon.0) 389 : audit [DBG] from='client.? 172.21.15.16:0/1454200910' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-06T20:36:20.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:20 smithi016 bash[14670]: cluster 2024-06-06T20:36:18.796187+0000 mgr.smithi016.jbjtdq (mgr.14193) 98 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:20.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:20 smithi016 bash[14670]: audit 2024-06-06T20:36:19.351080+0000 mon.smithi031 (mon.1) 8 : audit [INF] from='client.? 172.21.15.31:0/546563502' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1386366e-19ec-4189-9300-675ca2fc171a"}]: dispatch 2024-06-06T20:36:20.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:20 smithi016 bash[14670]: audit 2024-06-06T20:36:19.351725+0000 mon.smithi016 (mon.0) 390 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1386366e-19ec-4189-9300-675ca2fc171a"}]: dispatch 2024-06-06T20:36:20.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:20 smithi016 bash[14670]: audit 2024-06-06T20:36:19.358136+0000 mon.smithi016 (mon.0) 391 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1386366e-19ec-4189-9300-675ca2fc171a"}]': finished 2024-06-06T20:36:20.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:20 smithi016 bash[14670]: cluster 2024-06-06T20:36:19.358201+0000 mon.smithi016 (mon.0) 392 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-06-06T20:36:20.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:20 smithi016 bash[14670]: audit 2024-06-06T20:36:19.358401+0000 mon.smithi016 (mon.0) 393 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-06T20:36:20.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:20 smithi016 bash[14670]: audit 2024-06-06T20:36:19.358991+0000 mon.smithi016 (mon.0) 394 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-06T20:36:20.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:20 smithi016 bash[14670]: audit 2024-06-06T20:36:19.359447+0000 mon.smithi016 (mon.0) 395 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-06T20:36:20.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:20 smithi016 bash[14670]: audit 2024-06-06T20:36:19.359819+0000 mon.smithi016 (mon.0) 396 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:36:20.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:20 smithi016 bash[14670]: audit 2024-06-06T20:36:19.360202+0000 mon.smithi016 (mon.0) 397 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-06T20:36:20.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:20 smithi016 bash[14670]: audit 2024-06-06T20:36:19.360616+0000 mon.smithi016 (mon.0) 398 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:36:20.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:20 smithi016 bash[14670]: audit 2024-06-06T20:36:19.361014+0000 mon.smithi016 (mon.0) 399 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:36:20.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:20 smithi031 bash[21430]: cluster 2024-06-06T20:36:18.796187+0000 mgr.smithi016.jbjtdq (mgr.14193) 98 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:20.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:20 smithi031 bash[21430]: audit 2024-06-06T20:36:19.351080+0000 mon.smithi031 (mon.1) 8 : audit [INF] from='client.? 172.21.15.31:0/546563502' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1386366e-19ec-4189-9300-675ca2fc171a"}]: dispatch 2024-06-06T20:36:20.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:20 smithi031 bash[21430]: audit 2024-06-06T20:36:19.351725+0000 mon.smithi016 (mon.0) 390 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1386366e-19ec-4189-9300-675ca2fc171a"}]: dispatch 2024-06-06T20:36:20.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:20 smithi031 bash[21430]: audit 2024-06-06T20:36:19.358136+0000 mon.smithi016 (mon.0) 391 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1386366e-19ec-4189-9300-675ca2fc171a"}]': finished 2024-06-06T20:36:20.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:20 smithi031 bash[21430]: cluster 2024-06-06T20:36:19.358201+0000 mon.smithi016 (mon.0) 392 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-06-06T20:36:20.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:20 smithi031 bash[21430]: audit 2024-06-06T20:36:19.358401+0000 mon.smithi016 (mon.0) 393 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-06T20:36:20.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:20 smithi031 bash[21430]: audit 2024-06-06T20:36:19.358991+0000 mon.smithi016 (mon.0) 394 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-06T20:36:20.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:20 smithi031 bash[21430]: audit 2024-06-06T20:36:19.359447+0000 mon.smithi016 (mon.0) 395 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-06T20:36:20.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:20 smithi031 bash[21430]: audit 2024-06-06T20:36:19.359819+0000 mon.smithi016 (mon.0) 396 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:36:20.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:20 smithi031 bash[21430]: audit 2024-06-06T20:36:19.360202+0000 mon.smithi016 (mon.0) 397 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-06T20:36:20.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:20 smithi031 bash[21430]: audit 2024-06-06T20:36:19.360616+0000 mon.smithi016 (mon.0) 398 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:36:20.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:20 smithi031 bash[21430]: audit 2024-06-06T20:36:19.361014+0000 mon.smithi016 (mon.0) 399 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:36:21.473 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:21 smithi016 bash[14670]: audit 2024-06-06T20:36:21.002103+0000 mon.smithi031 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.31:0/2901725489' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-06T20:36:21.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:21 smithi031 bash[21430]: audit 2024-06-06T20:36:21.002103+0000 mon.smithi031 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.31:0/2901725489' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-06T20:36:22.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:22 smithi016 bash[14670]: cluster 2024-06-06T20:36:20.796743+0000 mgr.smithi016.jbjtdq (mgr.14193) 99 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:22.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:22 smithi016 bash[14670]: audit 2024-06-06T20:36:21.700023+0000 mon.smithi016 (mon.0) 400 : audit [INF] from='client.? 172.21.15.16:0/204679017' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b19b46e5-1fdf-422a-aec9-a14e0bc3d2e1"}]: dispatch 2024-06-06T20:36:22.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:22 smithi016 bash[14670]: audit 2024-06-06T20:36:21.708144+0000 mon.smithi016 (mon.0) 401 : audit [INF] from='client.? 172.21.15.16:0/204679017' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b19b46e5-1fdf-422a-aec9-a14e0bc3d2e1"}]': finished 2024-06-06T20:36:22.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:22 smithi016 bash[14670]: cluster 2024-06-06T20:36:21.708288+0000 mon.smithi016 (mon.0) 402 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-06-06T20:36:22.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:22 smithi016 bash[14670]: audit 2024-06-06T20:36:21.708614+0000 mon.smithi016 (mon.0) 403 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-06T20:36:22.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:22 smithi016 bash[14670]: audit 2024-06-06T20:36:21.709084+0000 mon.smithi016 (mon.0) 404 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-06T20:36:22.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:22 smithi016 bash[14670]: audit 2024-06-06T20:36:21.709291+0000 mon.smithi016 (mon.0) 405 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-06T20:36:22.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:22 smithi016 bash[14670]: audit 2024-06-06T20:36:21.709616+0000 mon.smithi016 (mon.0) 406 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:36:22.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:22 smithi016 bash[14670]: audit 2024-06-06T20:36:21.709848+0000 mon.smithi016 (mon.0) 407 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-06T20:36:22.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:22 smithi016 bash[14670]: audit 2024-06-06T20:36:21.710112+0000 mon.smithi016 (mon.0) 408 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:36:22.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:22 smithi016 bash[14670]: audit 2024-06-06T20:36:21.710372+0000 mon.smithi016 (mon.0) 409 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:36:22.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:22 smithi016 bash[14670]: audit 2024-06-06T20:36:21.710639+0000 mon.smithi016 (mon.0) 410 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:36:22.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:22 smithi031 bash[21430]: cluster 2024-06-06T20:36:20.796743+0000 mgr.smithi016.jbjtdq (mgr.14193) 99 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:22.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:22 smithi031 bash[21430]: audit 2024-06-06T20:36:21.700023+0000 mon.smithi016 (mon.0) 400 : audit [INF] from='client.? 172.21.15.16:0/204679017' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b19b46e5-1fdf-422a-aec9-a14e0bc3d2e1"}]: dispatch 2024-06-06T20:36:22.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:22 smithi031 bash[21430]: audit 2024-06-06T20:36:21.708144+0000 mon.smithi016 (mon.0) 401 : audit [INF] from='client.? 172.21.15.16:0/204679017' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b19b46e5-1fdf-422a-aec9-a14e0bc3d2e1"}]': finished 2024-06-06T20:36:22.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:22 smithi031 bash[21430]: cluster 2024-06-06T20:36:21.708288+0000 mon.smithi016 (mon.0) 402 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-06-06T20:36:22.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:22 smithi031 bash[21430]: audit 2024-06-06T20:36:21.708614+0000 mon.smithi016 (mon.0) 403 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-06T20:36:22.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:22 smithi031 bash[21430]: audit 2024-06-06T20:36:21.709084+0000 mon.smithi016 (mon.0) 404 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-06T20:36:22.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:22 smithi031 bash[21430]: audit 2024-06-06T20:36:21.709291+0000 mon.smithi016 (mon.0) 405 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-06T20:36:22.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:22 smithi031 bash[21430]: audit 2024-06-06T20:36:21.709616+0000 mon.smithi016 (mon.0) 406 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:36:22.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:22 smithi031 bash[21430]: audit 2024-06-06T20:36:21.709848+0000 mon.smithi016 (mon.0) 407 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-06T20:36:22.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:22 smithi031 bash[21430]: audit 2024-06-06T20:36:21.710112+0000 mon.smithi016 (mon.0) 408 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:36:22.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:22 smithi031 bash[21430]: audit 2024-06-06T20:36:21.710372+0000 mon.smithi016 (mon.0) 409 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:36:22.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:22 smithi031 bash[21430]: audit 2024-06-06T20:36:21.710639+0000 mon.smithi016 (mon.0) 410 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:36:22.710 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:36:24.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:24 smithi016 bash[14670]: cluster 2024-06-06T20:36:22.797331+0000 mgr.smithi016.jbjtdq (mgr.14193) 100 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:24.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:24 smithi016 bash[14670]: audit 2024-06-06T20:36:23.543120+0000 mon.smithi016 (mon.0) 411 : audit [DBG] from='client.? 172.21.15.16:0/2383113972' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-06T20:36:24.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:24 smithi031 bash[21430]: cluster 2024-06-06T20:36:22.797331+0000 mgr.smithi016.jbjtdq (mgr.14193) 100 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:24.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:24 smithi031 bash[21430]: audit 2024-06-06T20:36:23.543120+0000 mon.smithi016 (mon.0) 411 : audit [DBG] from='client.? 172.21.15.16:0/2383113972' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-06-06T20:36:25.962 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:36:26.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:26 smithi016 bash[14670]: cluster 2024-06-06T20:36:24.797865+0000 mgr.smithi016.jbjtdq (mgr.14193) 101 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:26.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:26 smithi016 bash[14670]: audit 2024-06-06T20:36:25.905854+0000 mon.smithi016 (mon.0) 412 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:36:26.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:26 smithi016 bash[14670]: audit 2024-06-06T20:36:25.966471+0000 mon.smithi016 (mon.0) 413 : audit [DBG] from='client.? 172.21.15.16:0/404771459' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-06T20:36:26.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:26 smithi031 bash[21430]: cluster 2024-06-06T20:36:24.797865+0000 mgr.smithi016.jbjtdq (mgr.14193) 101 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:26.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:26 smithi031 bash[21430]: audit 2024-06-06T20:36:25.905854+0000 mon.smithi016 (mon.0) 412 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:36:26.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:26 smithi031 bash[21430]: audit 2024-06-06T20:36:25.966471+0000 mon.smithi016 (mon.0) 413 : audit [DBG] from='client.? 172.21.15.16:0/404771459' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-06T20:36:27.229 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1717706181,"num_remapped_pgs":0} 2024-06-06T20:36:28.230 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph osd stat -f json 2024-06-06T20:36:28.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:28 smithi016 bash[14670]: cluster 2024-06-06T20:36:26.798336+0000 mgr.smithi016.jbjtdq (mgr.14193) 102 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:28.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:28 smithi031 bash[21430]: cluster 2024-06-06T20:36:26.798336+0000 mgr.smithi016.jbjtdq (mgr.14193) 102 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:30.338 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:30 smithi031 bash[21430]: cluster 2024-06-06T20:36:28.798809+0000 mgr.smithi016.jbjtdq (mgr.14193) 103 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:30.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:30 smithi016 bash[14670]: cluster 2024-06-06T20:36:28.798809+0000 mgr.smithi016.jbjtdq (mgr.14193) 103 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:32.140 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:36:32.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:32 smithi016 bash[14670]: cluster 2024-06-06T20:36:30.799294+0000 mgr.smithi016.jbjtdq (mgr.14193) 104 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:32.588 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:32 smithi031 bash[21430]: cluster 2024-06-06T20:36:30.799294+0000 mgr.smithi016.jbjtdq (mgr.14193) 104 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:33.442 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:33 smithi016 bash[14670]: audit 2024-06-06T20:36:32.849665+0000 mon.smithi016 (mon.0) 414 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-06-06T20:36:33.442 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:33 smithi016 bash[14670]: audit 2024-06-06T20:36:32.851162+0000 mon.smithi016 (mon.0) 415 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:36:33.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:33 smithi031 bash[21430]: audit 2024-06-06T20:36:32.849665+0000 mon.smithi016 (mon.0) 414 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-06-06T20:36:33.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:33 smithi031 bash[21430]: audit 2024-06-06T20:36:32.851162+0000 mon.smithi016 (mon.0) 415 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:36:34.428 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:34 smithi031 bash[21430]: cluster 2024-06-06T20:36:32.799757+0000 mgr.smithi016.jbjtdq (mgr.14193) 105 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:34.428 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:34 smithi031 bash[21430]: cephadm 2024-06-06T20:36:32.852368+0000 mgr.smithi016.jbjtdq (mgr.14193) 106 : cephadm [INF] Deploying daemon osd.0 on smithi031 2024-06-06T20:36:34.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:34 smithi016 bash[14670]: cluster 2024-06-06T20:36:32.799757+0000 mgr.smithi016.jbjtdq (mgr.14193) 105 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:34.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:34 smithi016 bash[14670]: cephadm 2024-06-06T20:36:32.852368+0000 mgr.smithi016.jbjtdq (mgr.14193) 106 : cephadm [INF] Deploying daemon osd.0 on smithi031 2024-06-06T20:36:36.509 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:36 smithi016 bash[14670]: cluster 2024-06-06T20:36:34.800266+0000 mgr.smithi016.jbjtdq (mgr.14193) 107 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:36.552 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:36:36.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:36 smithi031 bash[21430]: cluster 2024-06-06T20:36:34.800266+0000 mgr.smithi016.jbjtdq (mgr.14193) 107 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:37.206 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:37 smithi031 bash[21430]: audit 2024-06-06T20:36:36.557025+0000 mon.smithi016 (mon.0) 416 : audit [DBG] from='client.? 172.21.15.16:0/4282837085' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-06T20:36:37.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:37 smithi016 bash[14670]: audit 2024-06-06T20:36:36.557025+0000 mon.smithi016 (mon.0) 416 : audit [DBG] from='client.? 172.21.15.16:0/4282837085' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-06T20:36:37.804 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1717706181,"num_remapped_pgs":0} 2024-06-06T20:36:38.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:38 smithi016 bash[14670]: cluster 2024-06-06T20:36:36.800774+0000 mgr.smithi016.jbjtdq (mgr.14193) 108 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:38.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:38 smithi016 bash[14670]: audit 2024-06-06T20:36:37.479929+0000 mon.smithi016 (mon.0) 417 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:36:38.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:38 smithi016 bash[14670]: audit 2024-06-06T20:36:37.485737+0000 mon.smithi016 (mon.0) 418 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:36:38.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:38 smithi016 bash[14670]: audit 2024-06-06T20:36:37.486610+0000 mon.smithi016 (mon.0) 419 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-06-06T20:36:38.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:38 smithi016 bash[14670]: audit 2024-06-06T20:36:37.487869+0000 mon.smithi016 (mon.0) 420 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:36:38.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:38 smithi016 bash[14670]: cephadm 2024-06-06T20:36:37.488773+0000 mgr.smithi016.jbjtdq (mgr.14193) 109 : cephadm [INF] Deploying daemon osd.2 on smithi031 2024-06-06T20:36:38.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:38 smithi016 bash[14670]: audit 2024-06-06T20:36:37.914045+0000 mon.smithi016 (mon.0) 421 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-06-06T20:36:38.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:38 smithi016 bash[14670]: audit 2024-06-06T20:36:37.915721+0000 mon.smithi016 (mon.0) 422 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:36:38.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:38 smithi031 bash[21430]: cluster 2024-06-06T20:36:36.800774+0000 mgr.smithi016.jbjtdq (mgr.14193) 108 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:38.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:38 smithi031 bash[21430]: audit 2024-06-06T20:36:37.479929+0000 mon.smithi016 (mon.0) 417 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:36:38.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:38 smithi031 bash[21430]: audit 2024-06-06T20:36:37.485737+0000 mon.smithi016 (mon.0) 418 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:36:38.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:38 smithi031 bash[21430]: audit 2024-06-06T20:36:37.486610+0000 mon.smithi016 (mon.0) 419 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-06-06T20:36:38.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:38 smithi031 bash[21430]: audit 2024-06-06T20:36:37.487869+0000 mon.smithi016 (mon.0) 420 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:36:38.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:38 smithi031 bash[21430]: cephadm 2024-06-06T20:36:37.488773+0000 mgr.smithi016.jbjtdq (mgr.14193) 109 : cephadm [INF] Deploying daemon osd.2 on smithi031 2024-06-06T20:36:38.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:38 smithi031 bash[21430]: audit 2024-06-06T20:36:37.914045+0000 mon.smithi016 (mon.0) 421 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-06-06T20:36:38.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:38 smithi031 bash[21430]: audit 2024-06-06T20:36:37.915721+0000 mon.smithi016 (mon.0) 422 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:36:38.852 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph osd stat -f json 2024-06-06T20:36:39.534 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:39 smithi031 bash[21430]: cephadm 2024-06-06T20:36:37.917067+0000 mgr.smithi016.jbjtdq (mgr.14193) 110 : cephadm [INF] Deploying daemon osd.1 on smithi016 2024-06-06T20:36:39.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:39 smithi016 bash[14670]: cephadm 2024-06-06T20:36:37.917067+0000 mgr.smithi016.jbjtdq (mgr.14193) 110 : cephadm [INF] Deploying daemon osd.1 on smithi016 2024-06-06T20:36:40.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:40 smithi016 bash[14670]: cluster 2024-06-06T20:36:38.801261+0000 mgr.smithi016.jbjtdq (mgr.14193) 111 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:40.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:40 smithi031 bash[21430]: cluster 2024-06-06T20:36:38.801261+0000 mgr.smithi016.jbjtdq (mgr.14193) 111 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:41.638 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:41 smithi016 bash[14670]: audit 2024-06-06T20:36:40.906691+0000 mon.smithi016 (mon.0) 423 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:36:41.645 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:41 smithi031 bash[21430]: audit 2024-06-06T20:36:40.906691+0000 mon.smithi016 (mon.0) 423 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:36:42.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:42 smithi031 bash[21430]: cluster 2024-06-06T20:36:40.801727+0000 mgr.smithi016.jbjtdq (mgr.14193) 112 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:42.714 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:42 smithi016 bash[14670]: cluster 2024-06-06T20:36:40.801727+0000 mgr.smithi016.jbjtdq (mgr.14193) 112 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:43.575 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:36:44.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:43 smithi016 bash[14670]: audit 2024-06-06T20:36:42.757553+0000 mon.smithi016 (mon.0) 424 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:36:44.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:43 smithi016 bash[14670]: audit 2024-06-06T20:36:42.763580+0000 mon.smithi016 (mon.0) 425 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:36:44.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:43 smithi016 bash[14670]: audit 2024-06-06T20:36:42.764751+0000 mon.smithi016 (mon.0) 426 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-06-06T20:36:44.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:43 smithi016 bash[14670]: audit 2024-06-06T20:36:42.765907+0000 mon.smithi016 (mon.0) 427 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:36:44.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:43 smithi016 bash[14670]: cephadm 2024-06-06T20:36:42.766906+0000 mgr.smithi016.jbjtdq (mgr.14193) 113 : cephadm [INF] Deploying daemon osd.3 on smithi016 2024-06-06T20:36:44.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:43 smithi016 bash[14670]: cluster 2024-06-06T20:36:42.802013+0000 mgr.smithi016.jbjtdq (mgr.14193) 114 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:44.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:43 smithi016 bash[14670]: audit 2024-06-06T20:36:43.014896+0000 mon.smithi016 (mon.0) 428 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:36:44.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:43 smithi016 bash[14670]: audit 2024-06-06T20:36:43.021245+0000 mon.smithi016 (mon.0) 429 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:36:44.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:43 smithi016 bash[14670]: audit 2024-06-06T20:36:43.022074+0000 mon.smithi016 (mon.0) 430 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-06-06T20:36:44.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:43 smithi016 bash[14670]: audit 2024-06-06T20:36:43.022947+0000 mon.smithi016 (mon.0) 431 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:36:44.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:43 smithi016 bash[14670]: cephadm 2024-06-06T20:36:43.023679+0000 mgr.smithi016.jbjtdq (mgr.14193) 115 : cephadm [INF] Deploying daemon osd.4 on smithi031 2024-06-06T20:36:44.089 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:43 smithi031 bash[21430]: audit 2024-06-06T20:36:42.757553+0000 mon.smithi016 (mon.0) 424 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:36:44.089 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:43 smithi031 bash[21430]: audit 2024-06-06T20:36:42.763580+0000 mon.smithi016 (mon.0) 425 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:36:44.089 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:43 smithi031 bash[21430]: audit 2024-06-06T20:36:42.764751+0000 mon.smithi016 (mon.0) 426 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-06-06T20:36:44.089 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:43 smithi031 bash[21430]: audit 2024-06-06T20:36:42.765907+0000 mon.smithi016 (mon.0) 427 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:36:44.089 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:43 smithi031 bash[21430]: cephadm 2024-06-06T20:36:42.766906+0000 mgr.smithi016.jbjtdq (mgr.14193) 113 : cephadm [INF] Deploying daemon osd.3 on smithi016 2024-06-06T20:36:44.089 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:43 smithi031 bash[21430]: cluster 2024-06-06T20:36:42.802013+0000 mgr.smithi016.jbjtdq (mgr.14193) 114 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:44.089 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:43 smithi031 bash[21430]: audit 2024-06-06T20:36:43.014896+0000 mon.smithi016 (mon.0) 428 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:36:44.089 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:43 smithi031 bash[21430]: audit 2024-06-06T20:36:43.021245+0000 mon.smithi016 (mon.0) 429 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:36:44.090 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:43 smithi031 bash[21430]: audit 2024-06-06T20:36:43.022074+0000 mon.smithi016 (mon.0) 430 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-06-06T20:36:44.090 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:43 smithi031 bash[21430]: audit 2024-06-06T20:36:43.022947+0000 mon.smithi016 (mon.0) 431 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:36:44.090 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:43 smithi031 bash[21430]: cephadm 2024-06-06T20:36:43.023679+0000 mgr.smithi016.jbjtdq (mgr.14193) 115 : cephadm [INF] Deploying daemon osd.4 on smithi031 2024-06-06T20:36:46.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:45 smithi016 bash[14670]: cluster 2024-06-06T20:36:44.802417+0000 mgr.smithi016.jbjtdq (mgr.14193) 116 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:46.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:45 smithi016 bash[14670]: audit 2024-06-06T20:36:45.346379+0000 mon.smithi031 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.31:6800/3335931809,v1:172.21.15.31:6801/3335931809]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-06-06T20:36:46.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:45 smithi016 bash[14670]: audit 2024-06-06T20:36:45.347198+0000 mon.smithi016 (mon.0) 432 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-06-06T20:36:46.320 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:45 smithi031 bash[21430]: cluster 2024-06-06T20:36:44.802417+0000 mgr.smithi016.jbjtdq (mgr.14193) 116 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:46.320 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:45 smithi031 bash[21430]: audit 2024-06-06T20:36:45.346379+0000 mon.smithi031 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.31:6800/3335931809,v1:172.21.15.31:6801/3335931809]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-06-06T20:36:46.321 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:45 smithi031 bash[21430]: audit 2024-06-06T20:36:45.347198+0000 mon.smithi016 (mon.0) 432 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-06-06T20:36:47.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:46 smithi016 bash[14670]: audit 2024-06-06T20:36:45.864809+0000 mon.smithi016 (mon.0) 433 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-06-06T20:36:47.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:46 smithi016 bash[14670]: cluster 2024-06-06T20:36:45.864860+0000 mon.smithi016 (mon.0) 434 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-06-06T20:36:47.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:46 smithi016 bash[14670]: audit 2024-06-06T20:36:45.865017+0000 mon.smithi016 (mon.0) 435 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-06T20:36:47.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:46 smithi016 bash[14670]: audit 2024-06-06T20:36:45.865302+0000 mon.smithi016 (mon.0) 436 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-06T20:36:47.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:46 smithi016 bash[14670]: audit 2024-06-06T20:36:45.865689+0000 mon.smithi016 (mon.0) 437 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-06T20:36:47.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:46 smithi016 bash[14670]: audit 2024-06-06T20:36:45.865863+0000 mon.smithi016 (mon.0) 438 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:36:47.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:46 smithi016 bash[14670]: audit 2024-06-06T20:36:45.866033+0000 mon.smithi016 (mon.0) 439 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-06T20:36:47.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:46 smithi016 bash[14670]: audit 2024-06-06T20:36:45.866203+0000 mon.smithi016 (mon.0) 440 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:36:47.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:46 smithi016 bash[14670]: audit 2024-06-06T20:36:45.866370+0000 mon.smithi016 (mon.0) 441 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:36:47.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:46 smithi016 bash[14670]: audit 2024-06-06T20:36:45.866538+0000 mon.smithi016 (mon.0) 442 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:36:47.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:46 smithi016 bash[14670]: audit 2024-06-06T20:36:45.868176+0000 mon.smithi031 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.31:6800/3335931809,v1:172.21.15.31:6801/3335931809]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-06-06T20:36:47.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:46 smithi016 bash[14670]: audit 2024-06-06T20:36:45.868724+0000 mon.smithi016 (mon.0) 443 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-06-06T20:36:47.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:46 smithi031 bash[21430]: audit 2024-06-06T20:36:45.864809+0000 mon.smithi016 (mon.0) 433 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-06-06T20:36:47.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:46 smithi031 bash[21430]: cluster 2024-06-06T20:36:45.864860+0000 mon.smithi016 (mon.0) 434 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-06-06T20:36:47.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:46 smithi031 bash[21430]: audit 2024-06-06T20:36:45.865017+0000 mon.smithi016 (mon.0) 435 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-06T20:36:47.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:46 smithi031 bash[21430]: audit 2024-06-06T20:36:45.865302+0000 mon.smithi016 (mon.0) 436 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-06T20:36:47.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:46 smithi031 bash[21430]: audit 2024-06-06T20:36:45.865689+0000 mon.smithi016 (mon.0) 437 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-06T20:36:47.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:46 smithi031 bash[21430]: audit 2024-06-06T20:36:45.865863+0000 mon.smithi016 (mon.0) 438 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:36:47.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:46 smithi031 bash[21430]: audit 2024-06-06T20:36:45.866033+0000 mon.smithi016 (mon.0) 439 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-06T20:36:47.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:46 smithi031 bash[21430]: audit 2024-06-06T20:36:45.866203+0000 mon.smithi016 (mon.0) 440 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:36:47.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:46 smithi031 bash[21430]: audit 2024-06-06T20:36:45.866370+0000 mon.smithi016 (mon.0) 441 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:36:47.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:46 smithi031 bash[21430]: audit 2024-06-06T20:36:45.866538+0000 mon.smithi016 (mon.0) 442 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:36:47.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:46 smithi031 bash[21430]: audit 2024-06-06T20:36:45.868176+0000 mon.smithi031 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.31:6800/3335931809,v1:172.21.15.31:6801/3335931809]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-06-06T20:36:47.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:46 smithi031 bash[21430]: audit 2024-06-06T20:36:45.868724+0000 mon.smithi016 (mon.0) 443 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-06-06T20:36:48.021 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:47 smithi031 bash[21430]: cluster 2024-06-06T20:36:46.802946+0000 mgr.smithi016.jbjtdq (mgr.14193) 117 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:48.021 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:47 smithi031 bash[21430]: audit 2024-06-06T20:36:46.867262+0000 mon.smithi016 (mon.0) 444 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-06-06T20:36:48.021 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:47 smithi031 bash[21430]: cluster 2024-06-06T20:36:46.867343+0000 mon.smithi016 (mon.0) 445 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-06-06T20:36:48.021 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:47 smithi031 bash[21430]: audit 2024-06-06T20:36:46.867728+0000 mon.smithi016 (mon.0) 446 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-06T20:36:48.021 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:47 smithi031 bash[21430]: audit 2024-06-06T20:36:46.868212+0000 mon.smithi016 (mon.0) 447 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-06T20:36:48.021 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:47 smithi031 bash[21430]: audit 2024-06-06T20:36:46.868566+0000 mon.smithi016 (mon.0) 448 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-06T20:36:48.021 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:47 smithi031 bash[21430]: audit 2024-06-06T20:36:46.868945+0000 mon.smithi016 (mon.0) 449 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:36:48.021 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:47 smithi031 bash[21430]: audit 2024-06-06T20:36:46.869405+0000 mon.smithi016 (mon.0) 450 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-06T20:36:48.021 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:47 smithi031 bash[21430]: audit 2024-06-06T20:36:46.869841+0000 mon.smithi016 (mon.0) 451 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:36:48.021 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:47 smithi031 bash[21430]: audit 2024-06-06T20:36:46.870288+0000 mon.smithi016 (mon.0) 452 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:36:48.022 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:47 smithi031 bash[21430]: audit 2024-06-06T20:36:46.870759+0000 mon.smithi016 (mon.0) 453 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:36:48.022 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:47 smithi031 bash[21430]: audit 2024-06-06T20:36:46.876077+0000 mon.smithi016 (mon.0) 454 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-06T20:36:48.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:47 smithi016 bash[14670]: cluster 2024-06-06T20:36:46.802946+0000 mgr.smithi016.jbjtdq (mgr.14193) 117 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:48.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:47 smithi016 bash[14670]: audit 2024-06-06T20:36:46.867262+0000 mon.smithi016 (mon.0) 444 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-06-06T20:36:48.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:47 smithi016 bash[14670]: cluster 2024-06-06T20:36:46.867343+0000 mon.smithi016 (mon.0) 445 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-06-06T20:36:48.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:47 smithi016 bash[14670]: audit 2024-06-06T20:36:46.867728+0000 mon.smithi016 (mon.0) 446 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-06T20:36:48.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:47 smithi016 bash[14670]: audit 2024-06-06T20:36:46.868212+0000 mon.smithi016 (mon.0) 447 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-06T20:36:48.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:47 smithi016 bash[14670]: audit 2024-06-06T20:36:46.868566+0000 mon.smithi016 (mon.0) 448 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-06T20:36:48.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:47 smithi016 bash[14670]: audit 2024-06-06T20:36:46.868945+0000 mon.smithi016 (mon.0) 449 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:36:48.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:47 smithi016 bash[14670]: audit 2024-06-06T20:36:46.869405+0000 mon.smithi016 (mon.0) 450 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-06T20:36:48.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:47 smithi016 bash[14670]: audit 2024-06-06T20:36:46.869841+0000 mon.smithi016 (mon.0) 451 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:36:48.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:47 smithi016 bash[14670]: audit 2024-06-06T20:36:46.870288+0000 mon.smithi016 (mon.0) 452 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:36:48.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:47 smithi016 bash[14670]: audit 2024-06-06T20:36:46.870759+0000 mon.smithi016 (mon.0) 453 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:36:48.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:47 smithi016 bash[14670]: audit 2024-06-06T20:36:46.876077+0000 mon.smithi016 (mon.0) 454 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-06T20:36:48.900 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:48 smithi031 bash[21430]: cluster 2024-06-06T20:36:46.389078+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-06T20:36:48.900 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:48 smithi031 bash[21430]: cluster 2024-06-06T20:36:46.389205+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-06T20:36:48.900 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:48 smithi031 bash[21430]: audit 2024-06-06T20:36:47.879174+0000 mon.smithi016 (mon.0) 455 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-06T20:36:48.900 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:48 smithi031 bash[21430]: cluster 2024-06-06T20:36:47.882991+0000 mon.smithi016 (mon.0) 456 : cluster [INF] osd.0 [v2:172.21.15.31:6800/3335931809,v1:172.21.15.31:6801/3335931809] boot 2024-06-06T20:36:48.900 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:48 smithi031 bash[21430]: cluster 2024-06-06T20:36:47.883036+0000 mon.smithi016 (mon.0) 457 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-06-06T20:36:48.900 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:48 smithi031 bash[21430]: audit 2024-06-06T20:36:47.883164+0000 mon.smithi016 (mon.0) 458 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-06T20:36:48.901 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:48 smithi031 bash[21430]: audit 2024-06-06T20:36:47.883648+0000 mon.smithi016 (mon.0) 459 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-06T20:36:48.901 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:48 smithi031 bash[21430]: audit 2024-06-06T20:36:47.883929+0000 mon.smithi016 (mon.0) 460 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-06T20:36:48.901 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:48 smithi031 bash[21430]: audit 2024-06-06T20:36:47.884230+0000 mon.smithi016 (mon.0) 461 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:36:48.901 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:48 smithi031 bash[21430]: audit 2024-06-06T20:36:47.884475+0000 mon.smithi016 (mon.0) 462 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-06T20:36:48.901 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:48 smithi031 bash[21430]: audit 2024-06-06T20:36:47.884784+0000 mon.smithi016 (mon.0) 463 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:36:48.901 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:48 smithi031 bash[21430]: audit 2024-06-06T20:36:47.885013+0000 mon.smithi016 (mon.0) 464 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:36:48.901 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:48 smithi031 bash[21430]: audit 2024-06-06T20:36:47.885302+0000 mon.smithi016 (mon.0) 465 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:36:49.206 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:48 smithi016 bash[14670]: cluster 2024-06-06T20:36:46.389078+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-06T20:36:49.206 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:48 smithi016 bash[14670]: cluster 2024-06-06T20:36:46.389205+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-06T20:36:49.206 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:48 smithi016 bash[14670]: audit 2024-06-06T20:36:47.879174+0000 mon.smithi016 (mon.0) 455 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-06T20:36:49.206 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:48 smithi016 bash[14670]: cluster 2024-06-06T20:36:47.882991+0000 mon.smithi016 (mon.0) 456 : cluster [INF] osd.0 [v2:172.21.15.31:6800/3335931809,v1:172.21.15.31:6801/3335931809] boot 2024-06-06T20:36:49.206 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:48 smithi016 bash[14670]: cluster 2024-06-06T20:36:47.883036+0000 mon.smithi016 (mon.0) 457 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-06-06T20:36:49.206 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:48 smithi016 bash[14670]: audit 2024-06-06T20:36:47.883164+0000 mon.smithi016 (mon.0) 458 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-06-06T20:36:49.206 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:48 smithi016 bash[14670]: audit 2024-06-06T20:36:47.883648+0000 mon.smithi016 (mon.0) 459 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-06T20:36:49.206 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:48 smithi016 bash[14670]: audit 2024-06-06T20:36:47.883929+0000 mon.smithi016 (mon.0) 460 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-06T20:36:49.206 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:48 smithi016 bash[14670]: audit 2024-06-06T20:36:47.884230+0000 mon.smithi016 (mon.0) 461 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:36:49.207 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:48 smithi016 bash[14670]: audit 2024-06-06T20:36:47.884475+0000 mon.smithi016 (mon.0) 462 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-06T20:36:49.207 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:48 smithi016 bash[14670]: audit 2024-06-06T20:36:47.884784+0000 mon.smithi016 (mon.0) 463 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:36:49.207 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:48 smithi016 bash[14670]: audit 2024-06-06T20:36:47.885013+0000 mon.smithi016 (mon.0) 464 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:36:49.207 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:48 smithi016 bash[14670]: audit 2024-06-06T20:36:47.885302+0000 mon.smithi016 (mon.0) 465 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:36:49.222 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:36:50.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:49 smithi016 bash[14670]: cluster 2024-06-06T20:36:48.803349+0000 mgr.smithi016.jbjtdq (mgr.14193) 118 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:50.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:49 smithi016 bash[14670]: cluster 2024-06-06T20:36:48.887131+0000 mon.smithi016 (mon.0) 466 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-06-06T20:36:50.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:49 smithi016 bash[14670]: audit 2024-06-06T20:36:48.887267+0000 mon.smithi016 (mon.0) 467 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-06T20:36:50.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:49 smithi016 bash[14670]: audit 2024-06-06T20:36:48.887689+0000 mon.smithi016 (mon.0) 468 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-06T20:36:50.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:49 smithi016 bash[14670]: audit 2024-06-06T20:36:48.887923+0000 mon.smithi016 (mon.0) 469 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:36:50.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:49 smithi016 bash[14670]: audit 2024-06-06T20:36:48.888176+0000 mon.smithi016 (mon.0) 470 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-06T20:36:50.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:49 smithi016 bash[14670]: audit 2024-06-06T20:36:48.888443+0000 mon.smithi016 (mon.0) 471 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:36:50.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:49 smithi016 bash[14670]: audit 2024-06-06T20:36:48.888712+0000 mon.smithi016 (mon.0) 472 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:36:50.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:49 smithi016 bash[14670]: audit 2024-06-06T20:36:48.888932+0000 mon.smithi016 (mon.0) 473 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:36:50.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:49 smithi016 bash[14670]: audit 2024-06-06T20:36:48.938210+0000 mon.smithi016 (mon.0) 474 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:36:50.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:49 smithi016 bash[14670]: audit 2024-06-06T20:36:48.944479+0000 mon.smithi016 (mon.0) 475 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:36:50.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:49 smithi016 bash[14670]: audit 2024-06-06T20:36:48.945996+0000 mon.smithi016 (mon.0) 476 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-06-06T20:36:50.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:49 smithi016 bash[14670]: audit 2024-06-06T20:36:48.946852+0000 mon.smithi016 (mon.0) 477 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:36:50.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:49 smithi016 bash[14670]: cephadm 2024-06-06T20:36:48.947592+0000 mgr.smithi016.jbjtdq (mgr.14193) 119 : cephadm [INF] Deploying daemon osd.6 on smithi031 2024-06-06T20:36:50.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:49 smithi016 bash[14670]: audit 2024-06-06T20:36:49.227785+0000 mon.smithi016 (mon.0) 478 : audit [DBG] from='client.? 172.21.15.16:0/737303233' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-06T20:36:50.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:49 smithi031 bash[21430]: cluster 2024-06-06T20:36:48.803349+0000 mgr.smithi016.jbjtdq (mgr.14193) 118 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-06-06T20:36:50.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:49 smithi031 bash[21430]: cluster 2024-06-06T20:36:48.887131+0000 mon.smithi016 (mon.0) 466 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-06-06T20:36:50.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:49 smithi031 bash[21430]: audit 2024-06-06T20:36:48.887267+0000 mon.smithi016 (mon.0) 467 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-06T20:36:50.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:49 smithi031 bash[21430]: audit 2024-06-06T20:36:48.887689+0000 mon.smithi016 (mon.0) 468 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-06T20:36:50.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:49 smithi031 bash[21430]: audit 2024-06-06T20:36:48.887923+0000 mon.smithi016 (mon.0) 469 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:36:50.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:49 smithi031 bash[21430]: audit 2024-06-06T20:36:48.888176+0000 mon.smithi016 (mon.0) 470 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-06T20:36:50.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:49 smithi031 bash[21430]: audit 2024-06-06T20:36:48.888443+0000 mon.smithi016 (mon.0) 471 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:36:50.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:49 smithi031 bash[21430]: audit 2024-06-06T20:36:48.888712+0000 mon.smithi016 (mon.0) 472 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:36:50.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:49 smithi031 bash[21430]: audit 2024-06-06T20:36:48.888932+0000 mon.smithi016 (mon.0) 473 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:36:50.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:49 smithi031 bash[21430]: audit 2024-06-06T20:36:48.938210+0000 mon.smithi016 (mon.0) 474 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:36:50.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:49 smithi031 bash[21430]: audit 2024-06-06T20:36:48.944479+0000 mon.smithi016 (mon.0) 475 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:36:50.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:49 smithi031 bash[21430]: audit 2024-06-06T20:36:48.945996+0000 mon.smithi016 (mon.0) 476 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-06-06T20:36:50.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:49 smithi031 bash[21430]: audit 2024-06-06T20:36:48.946852+0000 mon.smithi016 (mon.0) 477 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:36:50.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:49 smithi031 bash[21430]: cephadm 2024-06-06T20:36:48.947592+0000 mgr.smithi016.jbjtdq (mgr.14193) 119 : cephadm [INF] Deploying daemon osd.6 on smithi031 2024-06-06T20:36:50.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:49 smithi031 bash[21430]: audit 2024-06-06T20:36:49.227785+0000 mon.smithi016 (mon.0) 478 : audit [DBG] from='client.? 172.21.15.16:0/737303233' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-06T20:36:50.449 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1717706207,"num_in_osds":8,"osd_in_since":1717706181,"num_remapped_pgs":0} 2024-06-06T20:36:51.450 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph osd stat -f json 2024-06-06T20:36:52.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:51 smithi016 bash[14670]: cluster 2024-06-06T20:36:50.803917+0000 mgr.smithi016.jbjtdq (mgr.14193) 120 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-06-06T20:36:52.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:51 smithi016 bash[14670]: audit 2024-06-06T20:36:51.114310+0000 mon.smithi031 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.31:6808/1845946696,v1:172.21.15.31:6809/1845946696]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-06-06T20:36:52.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:51 smithi016 bash[14670]: audit 2024-06-06T20:36:51.115050+0000 mon.smithi016 (mon.0) 479 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-06-06T20:36:52.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:51 smithi016 bash[14670]: audit 2024-06-06T20:36:51.167377+0000 mon.smithi016 (mon.0) 480 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:36:52.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:51 smithi016 bash[14670]: audit 2024-06-06T20:36:51.172800+0000 mon.smithi016 (mon.0) 481 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:36:52.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:51 smithi016 bash[14670]: audit 2024-06-06T20:36:51.173876+0000 mon.smithi016 (mon.0) 482 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-06-06T20:36:52.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:51 smithi016 bash[14670]: audit 2024-06-06T20:36:51.175031+0000 mon.smithi016 (mon.0) 483 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:36:52.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:51 smithi016 bash[14670]: cephadm 2024-06-06T20:36:51.175915+0000 mgr.smithi016.jbjtdq (mgr.14193) 121 : cephadm [INF] Deploying daemon osd.5 on smithi016 2024-06-06T20:36:52.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:51 smithi031 bash[21430]: cluster 2024-06-06T20:36:50.803917+0000 mgr.smithi016.jbjtdq (mgr.14193) 120 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-06-06T20:36:52.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:51 smithi031 bash[21430]: audit 2024-06-06T20:36:51.114310+0000 mon.smithi031 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.31:6808/1845946696,v1:172.21.15.31:6809/1845946696]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-06-06T20:36:52.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:51 smithi031 bash[21430]: audit 2024-06-06T20:36:51.115050+0000 mon.smithi016 (mon.0) 479 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-06-06T20:36:52.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:51 smithi031 bash[21430]: audit 2024-06-06T20:36:51.167377+0000 mon.smithi016 (mon.0) 480 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:36:52.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:51 smithi031 bash[21430]: audit 2024-06-06T20:36:51.172800+0000 mon.smithi016 (mon.0) 481 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:36:52.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:51 smithi031 bash[21430]: audit 2024-06-06T20:36:51.173876+0000 mon.smithi016 (mon.0) 482 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-06-06T20:36:52.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:51 smithi031 bash[21430]: audit 2024-06-06T20:36:51.175031+0000 mon.smithi016 (mon.0) 483 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:36:52.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:51 smithi031 bash[21430]: cephadm 2024-06-06T20:36:51.175915+0000 mgr.smithi016.jbjtdq (mgr.14193) 121 : cephadm [INF] Deploying daemon osd.5 on smithi016 2024-06-06T20:36:53.154 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:52 smithi016 bash[14670]: audit 2024-06-06T20:36:51.898289+0000 mon.smithi016 (mon.0) 484 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-06-06T20:36:53.174 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:52 smithi016 bash[14670]: cluster 2024-06-06T20:36:51.898356+0000 mon.smithi016 (mon.0) 485 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-06-06T20:36:53.174 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:52 smithi016 bash[14670]: audit 2024-06-06T20:36:51.898487+0000 mon.smithi016 (mon.0) 486 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-06T20:36:53.174 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:52 smithi016 bash[14670]: audit 2024-06-06T20:36:51.898790+0000 mon.smithi016 (mon.0) 487 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-06T20:36:53.174 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:52 smithi016 bash[14670]: audit 2024-06-06T20:36:51.898945+0000 mon.smithi016 (mon.0) 488 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:36:53.174 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:52 smithi016 bash[14670]: audit 2024-06-06T20:36:51.899173+0000 mon.smithi016 (mon.0) 489 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-06T20:36:53.175 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:52 smithi016 bash[14670]: audit 2024-06-06T20:36:51.899365+0000 mon.smithi016 (mon.0) 490 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:36:53.175 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:52 smithi016 bash[14670]: audit 2024-06-06T20:36:51.899557+0000 mon.smithi016 (mon.0) 491 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:36:53.175 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:52 smithi016 bash[14670]: audit 2024-06-06T20:36:51.899744+0000 mon.smithi016 (mon.0) 492 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:36:53.175 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:52 smithi016 bash[14670]: audit 2024-06-06T20:36:51.903471+0000 mon.smithi031 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.31:6808/1845946696,v1:172.21.15.31:6809/1845946696]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-06-06T20:36:53.175 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:52 smithi016 bash[14670]: audit 2024-06-06T20:36:51.904144+0000 mon.smithi016 (mon.0) 493 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-06-06T20:36:53.175 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:52 smithi016 bash[14670]: audit 2024-06-06T20:36:52.536559+0000 mon.smithi016 (mon.0) 494 : audit [INF] from='osd.1 [v2:172.21.15.16:6802/1398696340,v1:172.21.15.16:6803/1398696340]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-06-06T20:36:53.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:52 smithi031 bash[21430]: audit 2024-06-06T20:36:51.898289+0000 mon.smithi016 (mon.0) 484 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-06-06T20:36:53.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:52 smithi031 bash[21430]: cluster 2024-06-06T20:36:51.898356+0000 mon.smithi016 (mon.0) 485 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-06-06T20:36:53.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:52 smithi031 bash[21430]: audit 2024-06-06T20:36:51.898487+0000 mon.smithi016 (mon.0) 486 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-06T20:36:53.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:52 smithi031 bash[21430]: audit 2024-06-06T20:36:51.898790+0000 mon.smithi016 (mon.0) 487 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-06T20:36:53.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:52 smithi031 bash[21430]: audit 2024-06-06T20:36:51.898945+0000 mon.smithi016 (mon.0) 488 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:36:53.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:52 smithi031 bash[21430]: audit 2024-06-06T20:36:51.899173+0000 mon.smithi016 (mon.0) 489 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-06T20:36:53.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:52 smithi031 bash[21430]: audit 2024-06-06T20:36:51.899365+0000 mon.smithi016 (mon.0) 490 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:36:53.317 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:52 smithi031 bash[21430]: audit 2024-06-06T20:36:51.899557+0000 mon.smithi016 (mon.0) 491 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:36:53.318 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:52 smithi031 bash[21430]: audit 2024-06-06T20:36:51.899744+0000 mon.smithi016 (mon.0) 492 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:36:53.318 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:52 smithi031 bash[21430]: audit 2024-06-06T20:36:51.903471+0000 mon.smithi031 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.31:6808/1845946696,v1:172.21.15.31:6809/1845946696]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-06-06T20:36:53.318 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:52 smithi031 bash[21430]: audit 2024-06-06T20:36:51.904144+0000 mon.smithi016 (mon.0) 493 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-06-06T20:36:53.318 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:52 smithi031 bash[21430]: audit 2024-06-06T20:36:52.536559+0000 mon.smithi016 (mon.0) 494 : audit [INF] from='osd.1 [v2:172.21.15.16:6802/1398696340,v1:172.21.15.16:6803/1398696340]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-06-06T20:36:53.924 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:53 smithi016 bash[14670]: cluster 2024-06-06T20:36:52.804427+0000 mgr.smithi016.jbjtdq (mgr.14193) 122 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-06-06T20:36:53.924 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:53 smithi016 bash[14670]: audit 2024-06-06T20:36:52.904482+0000 mon.smithi016 (mon.0) 495 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-06-06T20:36:53.924 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:53 smithi016 bash[14670]: audit 2024-06-06T20:36:52.904573+0000 mon.smithi016 (mon.0) 496 : audit [INF] from='osd.1 [v2:172.21.15.16:6802/1398696340,v1:172.21.15.16:6803/1398696340]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-06-06T20:36:53.924 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:53 smithi016 bash[14670]: cluster 2024-06-06T20:36:52.904627+0000 mon.smithi016 (mon.0) 497 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-06-06T20:36:53.925 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:53 smithi016 bash[14670]: audit 2024-06-06T20:36:52.904987+0000 mon.smithi016 (mon.0) 498 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-06T20:36:53.925 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:53 smithi016 bash[14670]: audit 2024-06-06T20:36:52.905835+0000 mon.smithi016 (mon.0) 499 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-06T20:36:53.925 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:53 smithi016 bash[14670]: audit 2024-06-06T20:36:52.906141+0000 mon.smithi016 (mon.0) 500 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:36:53.925 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:53 smithi016 bash[14670]: audit 2024-06-06T20:36:52.906444+0000 mon.smithi016 (mon.0) 501 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-06T20:36:53.925 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:53 smithi016 bash[14670]: audit 2024-06-06T20:36:52.906757+0000 mon.smithi016 (mon.0) 502 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:36:53.925 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:53 smithi016 bash[14670]: audit 2024-06-06T20:36:52.907007+0000 mon.smithi016 (mon.0) 503 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:36:53.925 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:53 smithi016 bash[14670]: audit 2024-06-06T20:36:52.907222+0000 mon.smithi016 (mon.0) 504 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:36:53.925 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:53 smithi016 bash[14670]: audit 2024-06-06T20:36:52.907919+0000 mon.smithi016 (mon.0) 505 : audit [INF] from='osd.1 [v2:172.21.15.16:6802/1398696340,v1:172.21.15.16:6803/1398696340]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-06-06T20:36:53.925 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:53 smithi016 bash[14670]: audit 2024-06-06T20:36:52.916134+0000 mon.smithi016 (mon.0) 506 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-06T20:36:54.233 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:53 smithi031 bash[21430]: cluster 2024-06-06T20:36:52.804427+0000 mgr.smithi016.jbjtdq (mgr.14193) 122 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2024-06-06T20:36:54.234 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:53 smithi031 bash[21430]: audit 2024-06-06T20:36:52.904482+0000 mon.smithi016 (mon.0) 495 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-06-06T20:36:54.234 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:53 smithi031 bash[21430]: audit 2024-06-06T20:36:52.904573+0000 mon.smithi016 (mon.0) 496 : audit [INF] from='osd.1 [v2:172.21.15.16:6802/1398696340,v1:172.21.15.16:6803/1398696340]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-06-06T20:36:54.234 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:53 smithi031 bash[21430]: cluster 2024-06-06T20:36:52.904627+0000 mon.smithi016 (mon.0) 497 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-06-06T20:36:54.234 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:53 smithi031 bash[21430]: audit 2024-06-06T20:36:52.904987+0000 mon.smithi016 (mon.0) 498 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-06T20:36:54.234 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:53 smithi031 bash[21430]: audit 2024-06-06T20:36:52.905835+0000 mon.smithi016 (mon.0) 499 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-06T20:36:54.234 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:53 smithi031 bash[21430]: audit 2024-06-06T20:36:52.906141+0000 mon.smithi016 (mon.0) 500 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:36:54.234 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:53 smithi031 bash[21430]: audit 2024-06-06T20:36:52.906444+0000 mon.smithi016 (mon.0) 501 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-06T20:36:54.234 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:53 smithi031 bash[21430]: audit 2024-06-06T20:36:52.906757+0000 mon.smithi016 (mon.0) 502 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:36:54.234 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:53 smithi031 bash[21430]: audit 2024-06-06T20:36:52.907007+0000 mon.smithi016 (mon.0) 503 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:36:54.234 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:53 smithi031 bash[21430]: audit 2024-06-06T20:36:52.907222+0000 mon.smithi016 (mon.0) 504 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:36:54.234 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:53 smithi031 bash[21430]: audit 2024-06-06T20:36:52.907919+0000 mon.smithi016 (mon.0) 505 : audit [INF] from='osd.1 [v2:172.21.15.16:6802/1398696340,v1:172.21.15.16:6803/1398696340]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-06-06T20:36:54.235 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:53 smithi031 bash[21430]: audit 2024-06-06T20:36:52.916134+0000 mon.smithi016 (mon.0) 506 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-06T20:36:55.009 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:54 smithi031 bash[21430]: cluster 2024-06-06T20:36:52.135756+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-06T20:36:55.009 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:54 smithi031 bash[21430]: cluster 2024-06-06T20:36:52.135876+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-06T20:36:55.009 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:54 smithi031 bash[21430]: audit 2024-06-06T20:36:53.908418+0000 mon.smithi016 (mon.0) 507 : audit [INF] from='osd.1 [v2:172.21.15.16:6802/1398696340,v1:172.21.15.16:6803/1398696340]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-06-06T20:36:55.009 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:54 smithi031 bash[21430]: cluster 2024-06-06T20:36:53.908568+0000 mon.smithi016 (mon.0) 508 : cluster [INF] osd.2 [v2:172.21.15.31:6808/1845946696,v1:172.21.15.31:6809/1845946696] boot 2024-06-06T20:36:55.009 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:54 smithi031 bash[21430]: cluster 2024-06-06T20:36:53.908620+0000 mon.smithi016 (mon.0) 509 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-06-06T20:36:55.010 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:54 smithi031 bash[21430]: audit 2024-06-06T20:36:53.909167+0000 mon.smithi016 (mon.0) 510 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-06T20:36:55.010 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:54 smithi031 bash[21430]: audit 2024-06-06T20:36:53.909573+0000 mon.smithi016 (mon.0) 511 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-06T20:36:55.010 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:54 smithi031 bash[21430]: audit 2024-06-06T20:36:53.910395+0000 mon.smithi016 (mon.0) 512 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:36:55.010 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:54 smithi031 bash[21430]: audit 2024-06-06T20:36:53.915222+0000 mon.smithi016 (mon.0) 513 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-06T20:36:55.010 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:54 smithi031 bash[21430]: audit 2024-06-06T20:36:53.915435+0000 mon.smithi016 (mon.0) 514 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:36:55.010 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:54 smithi031 bash[21430]: audit 2024-06-06T20:36:53.915671+0000 mon.smithi016 (mon.0) 515 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:36:55.010 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:54 smithi031 bash[21430]: audit 2024-06-06T20:36:53.916046+0000 mon.smithi016 (mon.0) 516 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:36:55.010 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:54 smithi031 bash[21430]: audit 2024-06-06T20:36:53.916498+0000 mon.smithi016 (mon.0) 517 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-06T20:36:55.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:54 smithi016 bash[14670]: cluster 2024-06-06T20:36:52.135756+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-06T20:36:55.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:54 smithi016 bash[14670]: cluster 2024-06-06T20:36:52.135876+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-06T20:36:55.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:54 smithi016 bash[14670]: audit 2024-06-06T20:36:53.908418+0000 mon.smithi016 (mon.0) 507 : audit [INF] from='osd.1 [v2:172.21.15.16:6802/1398696340,v1:172.21.15.16:6803/1398696340]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-06-06T20:36:55.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:54 smithi016 bash[14670]: cluster 2024-06-06T20:36:53.908568+0000 mon.smithi016 (mon.0) 508 : cluster [INF] osd.2 [v2:172.21.15.31:6808/1845946696,v1:172.21.15.31:6809/1845946696] boot 2024-06-06T20:36:55.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:54 smithi016 bash[14670]: cluster 2024-06-06T20:36:53.908620+0000 mon.smithi016 (mon.0) 509 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-06-06T20:36:55.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:54 smithi016 bash[14670]: audit 2024-06-06T20:36:53.909167+0000 mon.smithi016 (mon.0) 510 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-06T20:36:55.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:54 smithi016 bash[14670]: audit 2024-06-06T20:36:53.909573+0000 mon.smithi016 (mon.0) 511 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-06-06T20:36:55.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:54 smithi016 bash[14670]: audit 2024-06-06T20:36:53.910395+0000 mon.smithi016 (mon.0) 512 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:36:55.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:54 smithi016 bash[14670]: audit 2024-06-06T20:36:53.915222+0000 mon.smithi016 (mon.0) 513 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-06T20:36:55.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:54 smithi016 bash[14670]: audit 2024-06-06T20:36:53.915435+0000 mon.smithi016 (mon.0) 514 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:36:55.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:54 smithi016 bash[14670]: audit 2024-06-06T20:36:53.915671+0000 mon.smithi016 (mon.0) 515 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:36:55.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:54 smithi016 bash[14670]: audit 2024-06-06T20:36:53.916046+0000 mon.smithi016 (mon.0) 516 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:36:55.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:54 smithi016 bash[14670]: audit 2024-06-06T20:36:53.916498+0000 mon.smithi016 (mon.0) 517 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-06T20:36:56.262 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:55 smithi031 bash[21430]: cluster 2024-06-06T20:36:53.496986+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-06T20:36:56.262 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:55 smithi031 bash[21430]: cluster 2024-06-06T20:36:53.497077+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-06T20:36:56.262 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:55 smithi031 bash[21430]: cluster 2024-06-06T20:36:54.805018+0000 mgr.smithi016.jbjtdq (mgr.14193) 123 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-06-06T20:36:56.262 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:55 smithi031 bash[21430]: cluster 2024-06-06T20:36:54.918773+0000 mon.smithi016 (mon.0) 518 : cluster [INF] osd.1 [v2:172.21.15.16:6802/1398696340,v1:172.21.15.16:6803/1398696340] boot 2024-06-06T20:36:56.262 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:55 smithi031 bash[21430]: cluster 2024-06-06T20:36:54.918846+0000 mon.smithi016 (mon.0) 519 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-06-06T20:36:56.263 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:55 smithi031 bash[21430]: audit 2024-06-06T20:36:54.919645+0000 mon.smithi016 (mon.0) 520 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-06T20:36:56.263 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:55 smithi031 bash[21430]: audit 2024-06-06T20:36:54.920192+0000 mon.smithi016 (mon.0) 521 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:36:56.263 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:55 smithi031 bash[21430]: audit 2024-06-06T20:36:54.924582+0000 mon.smithi016 (mon.0) 522 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-06T20:36:56.263 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:55 smithi031 bash[21430]: audit 2024-06-06T20:36:54.924890+0000 mon.smithi016 (mon.0) 523 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:36:56.263 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:55 smithi031 bash[21430]: audit 2024-06-06T20:36:54.925218+0000 mon.smithi016 (mon.0) 524 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:36:56.263 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:55 smithi031 bash[21430]: audit 2024-06-06T20:36:54.925550+0000 mon.smithi016 (mon.0) 525 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:36:56.263 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:55 smithi031 bash[21430]: audit 2024-06-06T20:36:54.951148+0000 mon.smithi016 (mon.0) 526 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-06-06T20:36:56.263 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:55 smithi031 bash[21430]: audit 2024-06-06T20:36:55.409605+0000 mon.smithi016 (mon.0) 527 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:36:56.263 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:55 smithi031 bash[21430]: audit 2024-06-06T20:36:55.414567+0000 mon.smithi016 (mon.0) 528 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:36:56.263 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:55 smithi031 bash[21430]: audit 2024-06-06T20:36:55.907075+0000 mon.smithi016 (mon.0) 529 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:36:56.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:55 smithi016 bash[14670]: cluster 2024-06-06T20:36:53.496986+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-06T20:36:56.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:55 smithi016 bash[14670]: cluster 2024-06-06T20:36:53.497077+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-06T20:36:56.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:55 smithi016 bash[14670]: cluster 2024-06-06T20:36:54.805018+0000 mgr.smithi016.jbjtdq (mgr.14193) 123 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-06-06T20:36:56.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:55 smithi016 bash[14670]: cluster 2024-06-06T20:36:54.918773+0000 mon.smithi016 (mon.0) 518 : cluster [INF] osd.1 [v2:172.21.15.16:6802/1398696340,v1:172.21.15.16:6803/1398696340] boot 2024-06-06T20:36:56.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:55 smithi016 bash[14670]: cluster 2024-06-06T20:36:54.918846+0000 mon.smithi016 (mon.0) 519 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-06-06T20:36:56.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:55 smithi016 bash[14670]: audit 2024-06-06T20:36:54.919645+0000 mon.smithi016 (mon.0) 520 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-06-06T20:36:56.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:55 smithi016 bash[14670]: audit 2024-06-06T20:36:54.920192+0000 mon.smithi016 (mon.0) 521 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:36:56.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:55 smithi016 bash[14670]: audit 2024-06-06T20:36:54.924582+0000 mon.smithi016 (mon.0) 522 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-06T20:36:56.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:55 smithi016 bash[14670]: audit 2024-06-06T20:36:54.924890+0000 mon.smithi016 (mon.0) 523 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:36:56.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:55 smithi016 bash[14670]: audit 2024-06-06T20:36:54.925218+0000 mon.smithi016 (mon.0) 524 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:36:56.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:55 smithi016 bash[14670]: audit 2024-06-06T20:36:54.925550+0000 mon.smithi016 (mon.0) 525 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:36:56.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:55 smithi016 bash[14670]: audit 2024-06-06T20:36:54.951148+0000 mon.smithi016 (mon.0) 526 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-06-06T20:36:56.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:55 smithi016 bash[14670]: audit 2024-06-06T20:36:55.409605+0000 mon.smithi016 (mon.0) 527 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:36:56.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:55 smithi016 bash[14670]: audit 2024-06-06T20:36:55.414567+0000 mon.smithi016 (mon.0) 528 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:36:56.268 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:55 smithi016 bash[14670]: audit 2024-06-06T20:36:55.907075+0000 mon.smithi016 (mon.0) 529 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:36:56.997 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:56 smithi016 bash[14670]: audit 2024-06-06T20:36:55.933543+0000 mon.smithi016 (mon.0) 530 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-06-06T20:36:56.998 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:56 smithi016 bash[14670]: cluster 2024-06-06T20:36:55.933605+0000 mon.smithi016 (mon.0) 531 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-06-06T20:36:56.998 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:56 smithi016 bash[14670]: audit 2024-06-06T20:36:55.933755+0000 mon.smithi016 (mon.0) 532 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:36:56.998 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:56 smithi016 bash[14670]: audit 2024-06-06T20:36:55.934140+0000 mon.smithi016 (mon.0) 533 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-06T20:36:56.998 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:56 smithi016 bash[14670]: audit 2024-06-06T20:36:55.934374+0000 mon.smithi016 (mon.0) 534 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:36:56.998 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:56 smithi016 bash[14670]: audit 2024-06-06T20:36:55.934646+0000 mon.smithi016 (mon.0) 535 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:36:56.998 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:56 smithi016 bash[14670]: audit 2024-06-06T20:36:55.934876+0000 mon.smithi016 (mon.0) 536 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:36:56.998 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:56 smithi016 bash[14670]: audit 2024-06-06T20:36:55.935816+0000 mon.smithi016 (mon.0) 537 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-06-06T20:36:57.256 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:56 smithi031 bash[21430]: audit 2024-06-06T20:36:55.933543+0000 mon.smithi016 (mon.0) 530 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-06-06T20:36:57.256 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:56 smithi031 bash[21430]: cluster 2024-06-06T20:36:55.933605+0000 mon.smithi016 (mon.0) 531 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-06-06T20:36:57.257 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:56 smithi031 bash[21430]: audit 2024-06-06T20:36:55.933755+0000 mon.smithi016 (mon.0) 532 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:36:57.257 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:56 smithi031 bash[21430]: audit 2024-06-06T20:36:55.934140+0000 mon.smithi016 (mon.0) 533 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-06T20:36:57.257 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:56 smithi031 bash[21430]: audit 2024-06-06T20:36:55.934374+0000 mon.smithi016 (mon.0) 534 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:36:57.257 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:56 smithi031 bash[21430]: audit 2024-06-06T20:36:55.934646+0000 mon.smithi016 (mon.0) 535 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:36:57.257 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:56 smithi031 bash[21430]: audit 2024-06-06T20:36:55.934876+0000 mon.smithi016 (mon.0) 536 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:36:57.257 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:56 smithi031 bash[21430]: audit 2024-06-06T20:36:55.935816+0000 mon.smithi016 (mon.0) 537 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-06-06T20:36:58.043 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:36:58.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:57 smithi016 bash[14670]: cluster 2024-06-06T20:36:56.805554+0000 mgr.smithi016.jbjtdq (mgr.14193) 124 : cluster [DBG] pgmap v78: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-06-06T20:36:58.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:57 smithi016 bash[14670]: cluster 2024-06-06T20:36:56.931248+0000 mon.smithi016 (mon.0) 538 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-06-06T20:36:58.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:57 smithi016 bash[14670]: audit 2024-06-06T20:36:56.937578+0000 mon.smithi016 (mon.0) 539 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-06-06T20:36:58.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:57 smithi016 bash[14670]: cluster 2024-06-06T20:36:56.937696+0000 mon.smithi016 (mon.0) 540 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-06-06T20:36:58.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:57 smithi016 bash[14670]: audit 2024-06-06T20:36:56.938202+0000 mon.smithi016 (mon.0) 541 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:36:58.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:57 smithi016 bash[14670]: audit 2024-06-06T20:36:56.938540+0000 mon.smithi016 (mon.0) 542 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-06T20:36:58.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:57 smithi016 bash[14670]: audit 2024-06-06T20:36:56.938826+0000 mon.smithi016 (mon.0) 543 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:36:58.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:57 smithi016 bash[14670]: audit 2024-06-06T20:36:56.939042+0000 mon.smithi016 (mon.0) 544 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:36:58.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:57 smithi016 bash[14670]: audit 2024-06-06T20:36:56.944812+0000 mon.smithi016 (mon.0) 545 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:36:58.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:57 smithi016 bash[14670]: audit 2024-06-06T20:36:57.265644+0000 mon.smithi031 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.31:6816/3808738043,v1:172.21.15.31:6817/3808738043]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-06-06T20:36:58.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:57 smithi016 bash[14670]: audit 2024-06-06T20:36:57.266468+0000 mon.smithi016 (mon.0) 546 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-06-06T20:36:58.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:57 smithi016 bash[14670]: audit 2024-06-06T20:36:57.314411+0000 mon.smithi016 (mon.0) 547 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:36:58.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:57 smithi016 bash[14670]: audit 2024-06-06T20:36:57.320304+0000 mon.smithi016 (mon.0) 548 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:36:58.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:57 smithi016 bash[14670]: audit 2024-06-06T20:36:57.321491+0000 mon.smithi016 (mon.0) 549 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-06-06T20:36:58.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:57 smithi016 bash[14670]: audit 2024-06-06T20:36:57.322730+0000 mon.smithi016 (mon.0) 550 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:36:58.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:57 smithi016 bash[14670]: cephadm 2024-06-06T20:36:57.323849+0000 mgr.smithi016.jbjtdq (mgr.14193) 125 : cephadm [INF] Deploying daemon osd.7 on smithi016 2024-06-06T20:36:58.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:57 smithi031 bash[21430]: cluster 2024-06-06T20:36:56.805554+0000 mgr.smithi016.jbjtdq (mgr.14193) 124 : cluster [DBG] pgmap v78: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-06-06T20:36:58.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:57 smithi031 bash[21430]: cluster 2024-06-06T20:36:56.931248+0000 mon.smithi016 (mon.0) 538 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-06-06T20:36:58.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:57 smithi031 bash[21430]: audit 2024-06-06T20:36:56.937578+0000 mon.smithi016 (mon.0) 539 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-06-06T20:36:58.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:57 smithi031 bash[21430]: cluster 2024-06-06T20:36:56.937696+0000 mon.smithi016 (mon.0) 540 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-06-06T20:36:58.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:57 smithi031 bash[21430]: audit 2024-06-06T20:36:56.938202+0000 mon.smithi016 (mon.0) 541 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:36:58.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:57 smithi031 bash[21430]: audit 2024-06-06T20:36:56.938540+0000 mon.smithi016 (mon.0) 542 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-06T20:36:58.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:57 smithi031 bash[21430]: audit 2024-06-06T20:36:56.938826+0000 mon.smithi016 (mon.0) 543 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:36:58.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:57 smithi031 bash[21430]: audit 2024-06-06T20:36:56.939042+0000 mon.smithi016 (mon.0) 544 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:36:58.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:57 smithi031 bash[21430]: audit 2024-06-06T20:36:56.944812+0000 mon.smithi016 (mon.0) 545 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:36:58.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:57 smithi031 bash[21430]: audit 2024-06-06T20:36:57.265644+0000 mon.smithi031 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.31:6816/3808738043,v1:172.21.15.31:6817/3808738043]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-06-06T20:36:58.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:57 smithi031 bash[21430]: audit 2024-06-06T20:36:57.266468+0000 mon.smithi016 (mon.0) 546 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-06-06T20:36:58.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:57 smithi031 bash[21430]: audit 2024-06-06T20:36:57.314411+0000 mon.smithi016 (mon.0) 547 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:36:58.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:57 smithi031 bash[21430]: audit 2024-06-06T20:36:57.320304+0000 mon.smithi016 (mon.0) 548 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:36:58.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:57 smithi031 bash[21430]: audit 2024-06-06T20:36:57.321491+0000 mon.smithi016 (mon.0) 549 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-06-06T20:36:58.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:57 smithi031 bash[21430]: audit 2024-06-06T20:36:57.322730+0000 mon.smithi016 (mon.0) 550 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:36:58.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:57 smithi031 bash[21430]: cephadm 2024-06-06T20:36:57.323849+0000 mgr.smithi016.jbjtdq (mgr.14193) 125 : cephadm [INF] Deploying daemon osd.7 on smithi016 2024-06-06T20:36:59.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:58 smithi016 bash[14670]: audit 2024-06-06T20:36:57.949242+0000 mon.smithi016 (mon.0) 551 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-06-06T20:36:59.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:58 smithi016 bash[14670]: cluster 2024-06-06T20:36:57.949292+0000 mon.smithi016 (mon.0) 552 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-06-06T20:36:59.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:58 smithi016 bash[14670]: audit 2024-06-06T20:36:57.949521+0000 mon.smithi016 (mon.0) 553 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:36:59.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:58 smithi016 bash[14670]: audit 2024-06-06T20:36:57.949779+0000 mon.smithi016 (mon.0) 554 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-06T20:36:59.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:58 smithi016 bash[14670]: audit 2024-06-06T20:36:57.949978+0000 mon.smithi016 (mon.0) 555 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:36:59.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:58 smithi016 bash[14670]: audit 2024-06-06T20:36:57.950173+0000 mon.smithi016 (mon.0) 556 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:36:59.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:58 smithi016 bash[14670]: audit 2024-06-06T20:36:57.950355+0000 mon.smithi016 (mon.0) 557 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:36:59.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:58 smithi016 bash[14670]: audit 2024-06-06T20:36:57.951658+0000 mon.smithi031 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.31:6816/3808738043,v1:172.21.15.31:6817/3808738043]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-06-06T20:36:59.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:58 smithi016 bash[14670]: audit 2024-06-06T20:36:57.952264+0000 mon.smithi016 (mon.0) 558 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-06-06T20:36:59.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:58 smithi016 bash[14670]: audit 2024-06-06T20:36:58.203950+0000 mon.smithi016 (mon.0) 559 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:36:59.337 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:58 smithi031 bash[21430]: audit 2024-06-06T20:36:57.949242+0000 mon.smithi016 (mon.0) 551 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-06-06T20:36:59.337 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:58 smithi031 bash[21430]: cluster 2024-06-06T20:36:57.949292+0000 mon.smithi016 (mon.0) 552 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-06-06T20:36:59.337 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:58 smithi031 bash[21430]: audit 2024-06-06T20:36:57.949521+0000 mon.smithi016 (mon.0) 553 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:36:59.337 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:58 smithi031 bash[21430]: audit 2024-06-06T20:36:57.949779+0000 mon.smithi016 (mon.0) 554 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-06T20:36:59.337 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:58 smithi031 bash[21430]: audit 2024-06-06T20:36:57.949978+0000 mon.smithi016 (mon.0) 555 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:36:59.337 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:58 smithi031 bash[21430]: audit 2024-06-06T20:36:57.950173+0000 mon.smithi016 (mon.0) 556 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:36:59.338 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:58 smithi031 bash[21430]: audit 2024-06-06T20:36:57.950355+0000 mon.smithi016 (mon.0) 557 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:36:59.338 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:58 smithi031 bash[21430]: audit 2024-06-06T20:36:57.951658+0000 mon.smithi031 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.31:6816/3808738043,v1:172.21.15.31:6817/3808738043]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-06-06T20:36:59.338 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:58 smithi031 bash[21430]: audit 2024-06-06T20:36:57.952264+0000 mon.smithi016 (mon.0) 558 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-06-06T20:36:59.338 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:58 smithi031 bash[21430]: audit 2024-06-06T20:36:58.203950+0000 mon.smithi016 (mon.0) 559 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:00.146 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:59 smithi016 bash[14670]: cluster 2024-06-06T20:36:58.806093+0000 mgr.smithi016.jbjtdq (mgr.14193) 126 : cluster [DBG] pgmap v81: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-06-06T20:37:00.147 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:59 smithi016 bash[14670]: audit 2024-06-06T20:36:58.954267+0000 mon.smithi016 (mon.0) 560 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-06-06T20:37:00.147 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:59 smithi016 bash[14670]: cluster 2024-06-06T20:36:58.954384+0000 mon.smithi016 (mon.0) 561 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2024-06-06T20:37:00.147 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:59 smithi016 bash[14670]: audit 2024-06-06T20:36:58.955406+0000 mon.smithi016 (mon.0) 562 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:37:00.147 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:59 smithi016 bash[14670]: audit 2024-06-06T20:36:58.955851+0000 mon.smithi016 (mon.0) 563 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-06T20:37:00.147 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:59 smithi016 bash[14670]: audit 2024-06-06T20:36:58.956146+0000 mon.smithi016 (mon.0) 564 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:37:00.147 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:59 smithi016 bash[14670]: audit 2024-06-06T20:36:58.956360+0000 mon.smithi016 (mon.0) 565 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:37:00.147 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:59 smithi016 bash[14670]: audit 2024-06-06T20:36:58.956639+0000 mon.smithi016 (mon.0) 566 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:37:00.147 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:59 smithi016 bash[14670]: cluster 2024-06-06T20:36:58.971138+0000 mon.smithi016 (mon.0) 567 : cluster [DBG] mgrmap e19: smithi016.jbjtdq(active, since 2m), standbys: smithi031.vpaaky 2024-06-06T20:37:00.148 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:59 smithi016 bash[14670]: audit 2024-06-06T20:36:58.971339+0000 mon.smithi016 (mon.0) 568 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-06T20:37:00.148 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:59 smithi016 bash[14670]: cluster 2024-06-06T20:36:59.200871+0000 mon.smithi016 (mon.0) 569 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-06-06T20:37:00.148 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:36:59 smithi016 bash[14670]: audit 2024-06-06T20:36:59.477045+0000 mon.smithi016 (mon.0) 570 : audit [INF] from='osd.3 [v2:172.21.15.16:6810/189820617,v1:172.21.15.16:6811/189820617]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-06-06T20:37:00.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:59 smithi031 bash[21430]: cluster 2024-06-06T20:36:58.806093+0000 mgr.smithi016.jbjtdq (mgr.14193) 126 : cluster [DBG] pgmap v81: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-06-06T20:37:00.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:59 smithi031 bash[21430]: audit 2024-06-06T20:36:58.954267+0000 mon.smithi016 (mon.0) 560 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-06-06T20:37:00.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:59 smithi031 bash[21430]: cluster 2024-06-06T20:36:58.954384+0000 mon.smithi016 (mon.0) 561 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2024-06-06T20:37:00.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:59 smithi031 bash[21430]: audit 2024-06-06T20:36:58.955406+0000 mon.smithi016 (mon.0) 562 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:37:00.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:59 smithi031 bash[21430]: audit 2024-06-06T20:36:58.955851+0000 mon.smithi016 (mon.0) 563 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-06T20:37:00.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:59 smithi031 bash[21430]: audit 2024-06-06T20:36:58.956146+0000 mon.smithi016 (mon.0) 564 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:37:00.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:59 smithi031 bash[21430]: audit 2024-06-06T20:36:58.956360+0000 mon.smithi016 (mon.0) 565 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:37:00.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:59 smithi031 bash[21430]: audit 2024-06-06T20:36:58.956639+0000 mon.smithi016 (mon.0) 566 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:37:00.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:59 smithi031 bash[21430]: cluster 2024-06-06T20:36:58.971138+0000 mon.smithi016 (mon.0) 567 : cluster [DBG] mgrmap e19: smithi016.jbjtdq(active, since 2m), standbys: smithi031.vpaaky 2024-06-06T20:37:00.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:59 smithi031 bash[21430]: audit 2024-06-06T20:36:58.971339+0000 mon.smithi016 (mon.0) 568 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-06T20:37:00.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:59 smithi031 bash[21430]: cluster 2024-06-06T20:36:59.200871+0000 mon.smithi016 (mon.0) 569 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-06-06T20:37:00.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:36:59 smithi031 bash[21430]: audit 2024-06-06T20:36:59.477045+0000 mon.smithi016 (mon.0) 570 : audit [INF] from='osd.3 [v2:172.21.15.16:6810/189820617,v1:172.21.15.16:6811/189820617]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-06-06T20:37:01.018 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:00 smithi016 bash[14670]: cluster 2024-06-06T20:36:58.288725+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-06T20:37:01.018 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:00 smithi016 bash[14670]: cluster 2024-06-06T20:36:58.288825+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-06T20:37:01.018 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:00 smithi016 bash[14670]: audit 2024-06-06T20:36:59.964946+0000 mon.smithi016 (mon.0) 571 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-06T20:37:01.018 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:00 smithi016 bash[14670]: cluster 2024-06-06T20:36:59.972144+0000 mon.smithi016 (mon.0) 572 : cluster [INF] osd.4 [v2:172.21.15.31:6816/3808738043,v1:172.21.15.31:6817/3808738043] boot 2024-06-06T20:37:01.018 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:00 smithi016 bash[14670]: audit 2024-06-06T20:36:59.972210+0000 mon.smithi016 (mon.0) 573 : audit [INF] from='osd.3 [v2:172.21.15.16:6810/189820617,v1:172.21.15.16:6811/189820617]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-06-06T20:37:01.018 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:00 smithi016 bash[14670]: cluster 2024-06-06T20:36:59.972264+0000 mon.smithi016 (mon.0) 574 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-06-06T20:37:01.019 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:00 smithi016 bash[14670]: audit 2024-06-06T20:36:59.972540+0000 mon.smithi016 (mon.0) 575 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:37:01.019 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:00 smithi016 bash[14670]: audit 2024-06-06T20:36:59.972717+0000 mon.smithi016 (mon.0) 576 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-06T20:37:01.019 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:00 smithi016 bash[14670]: audit 2024-06-06T20:36:59.972939+0000 mon.smithi016 (mon.0) 577 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:37:01.019 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:00 smithi016 bash[14670]: audit 2024-06-06T20:36:59.973095+0000 mon.smithi016 (mon.0) 578 : audit [INF] from='osd.3 [v2:172.21.15.16:6810/189820617,v1:172.21.15.16:6811/189820617]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-06-06T20:37:01.019 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:00 smithi016 bash[14670]: audit 2024-06-06T20:36:59.973339+0000 mon.smithi016 (mon.0) 579 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:37:01.019 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:00 smithi016 bash[14670]: audit 2024-06-06T20:36:59.973691+0000 mon.smithi016 (mon.0) 580 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:37:01.019 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:00 smithi016 bash[14670]: audit 2024-06-06T20:37:00.006446+0000 mon.smithi016 (mon.0) 581 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:01.019 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:00 smithi016 bash[14670]: audit 2024-06-06T20:37:00.948237+0000 mon.smithi016 (mon.0) 582 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:01.334 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:00 smithi031 bash[21430]: cluster 2024-06-06T20:36:58.288725+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-06T20:37:01.334 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:00 smithi031 bash[21430]: cluster 2024-06-06T20:36:58.288825+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-06T20:37:01.334 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:00 smithi031 bash[21430]: audit 2024-06-06T20:36:59.964946+0000 mon.smithi016 (mon.0) 571 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-06T20:37:01.334 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:00 smithi031 bash[21430]: cluster 2024-06-06T20:36:59.972144+0000 mon.smithi016 (mon.0) 572 : cluster [INF] osd.4 [v2:172.21.15.31:6816/3808738043,v1:172.21.15.31:6817/3808738043] boot 2024-06-06T20:37:01.334 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:00 smithi031 bash[21430]: audit 2024-06-06T20:36:59.972210+0000 mon.smithi016 (mon.0) 573 : audit [INF] from='osd.3 [v2:172.21.15.16:6810/189820617,v1:172.21.15.16:6811/189820617]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-06-06T20:37:01.335 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:00 smithi031 bash[21430]: cluster 2024-06-06T20:36:59.972264+0000 mon.smithi016 (mon.0) 574 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-06-06T20:37:01.335 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:00 smithi031 bash[21430]: audit 2024-06-06T20:36:59.972540+0000 mon.smithi016 (mon.0) 575 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:37:01.335 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:00 smithi031 bash[21430]: audit 2024-06-06T20:36:59.972717+0000 mon.smithi016 (mon.0) 576 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-06-06T20:37:01.335 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:00 smithi031 bash[21430]: audit 2024-06-06T20:36:59.972939+0000 mon.smithi016 (mon.0) 577 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:37:01.335 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:00 smithi031 bash[21430]: audit 2024-06-06T20:36:59.973095+0000 mon.smithi016 (mon.0) 578 : audit [INF] from='osd.3 [v2:172.21.15.16:6810/189820617,v1:172.21.15.16:6811/189820617]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-06-06T20:37:01.335 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:00 smithi031 bash[21430]: audit 2024-06-06T20:36:59.973339+0000 mon.smithi016 (mon.0) 579 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:37:01.335 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:00 smithi031 bash[21430]: audit 2024-06-06T20:36:59.973691+0000 mon.smithi016 (mon.0) 580 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:37:01.335 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:00 smithi031 bash[21430]: audit 2024-06-06T20:37:00.006446+0000 mon.smithi016 (mon.0) 581 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:01.335 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:00 smithi031 bash[21430]: audit 2024-06-06T20:37:00.948237+0000 mon.smithi016 (mon.0) 582 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:02.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:01 smithi016 bash[14670]: cluster 2024-06-06T20:37:00.806672+0000 mgr.smithi016.jbjtdq (mgr.14193) 127 : cluster [DBG] pgmap v84: 1 pgs: 1 unknown; 0 B data, 81 MiB used, 268 GiB / 268 GiB avail 2024-06-06T20:37:02.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:01 smithi016 bash[14670]: audit 2024-06-06T20:37:00.973079+0000 mon.smithi016 (mon.0) 583 : audit [INF] from='osd.3 [v2:172.21.15.16:6810/189820617,v1:172.21.15.16:6811/189820617]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-06-06T20:37:02.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:01 smithi016 bash[14670]: cluster 2024-06-06T20:37:00.973127+0000 mon.smithi016 (mon.0) 584 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-06-06T20:37:02.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:01 smithi016 bash[14670]: audit 2024-06-06T20:37:00.973244+0000 mon.smithi016 (mon.0) 585 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:37:02.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:01 smithi016 bash[14670]: audit 2024-06-06T20:37:00.973544+0000 mon.smithi016 (mon.0) 586 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:37:02.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:01 smithi016 bash[14670]: audit 2024-06-06T20:37:00.974164+0000 mon.smithi016 (mon.0) 587 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:37:02.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:01 smithi016 bash[14670]: audit 2024-06-06T20:37:00.974344+0000 mon.smithi016 (mon.0) 588 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:37:02.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:01 smithi016 bash[14670]: audit 2024-06-06T20:37:00.977443+0000 mon.smithi016 (mon.0) 589 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:37:02.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:01 smithi031 bash[21430]: cluster 2024-06-06T20:37:00.806672+0000 mgr.smithi016.jbjtdq (mgr.14193) 127 : cluster [DBG] pgmap v84: 1 pgs: 1 unknown; 0 B data, 81 MiB used, 268 GiB / 268 GiB avail 2024-06-06T20:37:02.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:01 smithi031 bash[21430]: audit 2024-06-06T20:37:00.973079+0000 mon.smithi016 (mon.0) 583 : audit [INF] from='osd.3 [v2:172.21.15.16:6810/189820617,v1:172.21.15.16:6811/189820617]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-06-06T20:37:02.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:01 smithi031 bash[21430]: cluster 2024-06-06T20:37:00.973127+0000 mon.smithi016 (mon.0) 584 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-06-06T20:37:02.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:01 smithi031 bash[21430]: audit 2024-06-06T20:37:00.973244+0000 mon.smithi016 (mon.0) 585 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:37:02.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:01 smithi031 bash[21430]: audit 2024-06-06T20:37:00.973544+0000 mon.smithi016 (mon.0) 586 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:37:02.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:01 smithi031 bash[21430]: audit 2024-06-06T20:37:00.974164+0000 mon.smithi016 (mon.0) 587 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:37:02.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:01 smithi031 bash[21430]: audit 2024-06-06T20:37:00.974344+0000 mon.smithi016 (mon.0) 588 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:37:02.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:01 smithi031 bash[21430]: audit 2024-06-06T20:37:00.977443+0000 mon.smithi016 (mon.0) 589 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:37:03.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:02 smithi031 bash[21430]: cluster 2024-06-06T20:37:00.519069+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-06T20:37:03.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:02 smithi031 bash[21430]: cluster 2024-06-06T20:37:00.519188+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-06T20:37:03.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:02 smithi031 bash[21430]: cluster 2024-06-06T20:37:01.976720+0000 mon.smithi016 (mon.0) 590 : cluster [INF] osd.3 [v2:172.21.15.16:6810/189820617,v1:172.21.15.16:6811/189820617] boot 2024-06-06T20:37:03.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:02 smithi031 bash[21430]: cluster 2024-06-06T20:37:01.976777+0000 mon.smithi016 (mon.0) 591 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-06-06T20:37:03.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:02 smithi031 bash[21430]: audit 2024-06-06T20:37:01.982789+0000 mon.smithi016 (mon.0) 592 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:37:03.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:02 smithi031 bash[21430]: audit 2024-06-06T20:37:01.989776+0000 mon.smithi016 (mon.0) 593 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:37:03.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:02 smithi031 bash[21430]: audit 2024-06-06T20:37:01.990066+0000 mon.smithi016 (mon.0) 594 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:37:03.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:02 smithi031 bash[21430]: audit 2024-06-06T20:37:01.990301+0000 mon.smithi016 (mon.0) 595 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:37:03.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:02 smithi031 bash[21430]: audit 2024-06-06T20:37:02.384928+0000 mon.smithi031 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.31:6824/4083365948,v1:172.21.15.31:6825/4083365948]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-06-06T20:37:03.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:02 smithi031 bash[21430]: audit 2024-06-06T20:37:02.385690+0000 mon.smithi016 (mon.0) 596 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-06-06T20:37:03.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:02 smithi031 bash[21430]: audit 2024-06-06T20:37:02.542166+0000 mon.smithi016 (mon.0) 597 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-06-06T20:37:03.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:02 smithi031 bash[21430]: cluster 2024-06-06T20:37:02.542299+0000 mon.smithi016 (mon.0) 598 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-06-06T20:37:03.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:02 smithi031 bash[21430]: audit 2024-06-06T20:37:02.542463+0000 mon.smithi016 (mon.0) 599 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:37:03.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:02 smithi031 bash[21430]: audit 2024-06-06T20:37:02.542732+0000 mon.smithi016 (mon.0) 600 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:37:03.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:02 smithi031 bash[21430]: audit 2024-06-06T20:37:02.542957+0000 mon.smithi016 (mon.0) 601 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:37:03.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:02 smithi031 bash[21430]: audit 2024-06-06T20:37:02.543038+0000 mon.smithi031 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.31:6824/4083365948,v1:172.21.15.31:6825/4083365948]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-06-06T20:37:03.341 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:02 smithi031 bash[21430]: audit 2024-06-06T20:37:02.543616+0000 mon.smithi016 (mon.0) 602 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-06-06T20:37:03.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:03 smithi016 bash[14670]: cluster 2024-06-06T20:37:00.519069+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-06T20:37:03.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:03 smithi016 bash[14670]: cluster 2024-06-06T20:37:00.519188+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-06T20:37:03.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:03 smithi016 bash[14670]: cluster 2024-06-06T20:37:01.976720+0000 mon.smithi016 (mon.0) 590 : cluster [INF] osd.3 [v2:172.21.15.16:6810/189820617,v1:172.21.15.16:6811/189820617] boot 2024-06-06T20:37:03.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:03 smithi016 bash[14670]: cluster 2024-06-06T20:37:01.976777+0000 mon.smithi016 (mon.0) 591 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-06-06T20:37:03.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:03 smithi016 bash[14670]: audit 2024-06-06T20:37:01.982789+0000 mon.smithi016 (mon.0) 592 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-06-06T20:37:03.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:03 smithi016 bash[14670]: audit 2024-06-06T20:37:01.989776+0000 mon.smithi016 (mon.0) 593 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:37:03.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:03 smithi016 bash[14670]: audit 2024-06-06T20:37:01.990066+0000 mon.smithi016 (mon.0) 594 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:37:03.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:03 smithi016 bash[14670]: audit 2024-06-06T20:37:01.990301+0000 mon.smithi016 (mon.0) 595 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:37:03.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:03 smithi016 bash[14670]: audit 2024-06-06T20:37:02.384928+0000 mon.smithi031 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.31:6824/4083365948,v1:172.21.15.31:6825/4083365948]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-06-06T20:37:03.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:03 smithi016 bash[14670]: audit 2024-06-06T20:37:02.385690+0000 mon.smithi016 (mon.0) 596 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-06-06T20:37:03.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:03 smithi016 bash[14670]: audit 2024-06-06T20:37:02.542166+0000 mon.smithi016 (mon.0) 597 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-06-06T20:37:03.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:03 smithi016 bash[14670]: cluster 2024-06-06T20:37:02.542299+0000 mon.smithi016 (mon.0) 598 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-06-06T20:37:03.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:03 smithi016 bash[14670]: audit 2024-06-06T20:37:02.542463+0000 mon.smithi016 (mon.0) 599 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:37:03.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:03 smithi016 bash[14670]: audit 2024-06-06T20:37:02.542732+0000 mon.smithi016 (mon.0) 600 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:37:03.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:03 smithi016 bash[14670]: audit 2024-06-06T20:37:02.542957+0000 mon.smithi016 (mon.0) 601 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:37:03.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:03 smithi016 bash[14670]: audit 2024-06-06T20:37:02.543038+0000 mon.smithi031 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.31:6824/4083365948,v1:172.21.15.31:6825/4083365948]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-06-06T20:37:03.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:03 smithi016 bash[14670]: audit 2024-06-06T20:37:02.543616+0000 mon.smithi016 (mon.0) 602 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]: dispatch 2024-06-06T20:37:04.713 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:37:04.741 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:04 smithi016 bash[14670]: cluster 2024-06-06T20:37:02.807253+0000 mgr.smithi016.jbjtdq (mgr.14193) 128 : cluster [DBG] pgmap v88: 1 pgs: 1 unknown; 0 B data, 109 MiB used, 357 GiB / 358 GiB avail 2024-06-06T20:37:04.742 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:04 smithi016 bash[14670]: audit 2024-06-06T20:37:03.541887+0000 mon.smithi016 (mon.0) 603 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-06-06T20:37:04.742 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:04 smithi016 bash[14670]: cluster 2024-06-06T20:37:03.541999+0000 mon.smithi016 (mon.0) 604 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2024-06-06T20:37:04.742 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:04 smithi016 bash[14670]: audit 2024-06-06T20:37:03.542302+0000 mon.smithi016 (mon.0) 605 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:37:04.742 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:04 smithi016 bash[14670]: audit 2024-06-06T20:37:03.542598+0000 mon.smithi016 (mon.0) 606 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:37:04.742 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:04 smithi016 bash[14670]: audit 2024-06-06T20:37:03.542821+0000 mon.smithi016 (mon.0) 607 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:37:04.742 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:04 smithi016 bash[14670]: audit 2024-06-06T20:37:03.548607+0000 mon.smithi016 (mon.0) 608 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:37:04.742 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:04 smithi016 bash[14670]: audit 2024-06-06T20:37:03.577727+0000 mon.smithi016 (mon.0) 609 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:04.742 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:04 smithi016 bash[14670]: audit 2024-06-06T20:37:03.580595+0000 mon.smithi016 (mon.0) 610 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-06-06T20:37:04.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:04 smithi031 bash[21430]: cluster 2024-06-06T20:37:02.807253+0000 mgr.smithi016.jbjtdq (mgr.14193) 128 : cluster [DBG] pgmap v88: 1 pgs: 1 unknown; 0 B data, 109 MiB used, 357 GiB / 358 GiB avail 2024-06-06T20:37:04.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:04 smithi031 bash[21430]: audit 2024-06-06T20:37:03.541887+0000 mon.smithi016 (mon.0) 603 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi031", "root=default"]}]': finished 2024-06-06T20:37:04.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:04 smithi031 bash[21430]: cluster 2024-06-06T20:37:03.541999+0000 mon.smithi016 (mon.0) 604 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2024-06-06T20:37:04.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:04 smithi031 bash[21430]: audit 2024-06-06T20:37:03.542302+0000 mon.smithi016 (mon.0) 605 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:37:04.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:04 smithi031 bash[21430]: audit 2024-06-06T20:37:03.542598+0000 mon.smithi016 (mon.0) 606 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:37:04.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:04 smithi031 bash[21430]: audit 2024-06-06T20:37:03.542821+0000 mon.smithi016 (mon.0) 607 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:37:04.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:04 smithi031 bash[21430]: audit 2024-06-06T20:37:03.548607+0000 mon.smithi016 (mon.0) 608 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:37:04.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:04 smithi031 bash[21430]: audit 2024-06-06T20:37:03.577727+0000 mon.smithi016 (mon.0) 609 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:04.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:04 smithi031 bash[21430]: audit 2024-06-06T20:37:03.580595+0000 mon.smithi016 (mon.0) 610 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-06-06T20:37:05.575 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":30,"num_osds":8,"num_up_osds":5,"osd_up_since":1717706221,"num_in_osds":8,"osd_in_since":1717706181,"num_remapped_pgs":1} 2024-06-06T20:37:05.759 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:05 smithi016 bash[14670]: cluster 2024-06-06T20:37:03.426246+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-06T20:37:05.759 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:05 smithi016 bash[14670]: cluster 2024-06-06T20:37:03.426351+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-06T20:37:05.759 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:05 smithi016 bash[14670]: audit 2024-06-06T20:37:04.503705+0000 mon.smithi016 (mon.0) 611 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-06-06T20:37:05.759 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:05 smithi016 bash[14670]: audit 2024-06-06T20:37:04.504933+0000 mon.smithi016 (mon.0) 612 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mon metadata", "id": "smithi016"}]: dispatch 2024-06-06T20:37:05.759 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:05 smithi016 bash[14670]: audit 2024-06-06T20:37:04.505226+0000 mon.smithi016 (mon.0) 613 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-06-06T20:37:05.759 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:05 smithi016 bash[14670]: audit 2024-06-06T20:37:04.521551+0000 mon.smithi016 (mon.0) 614 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:05.759 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:05 smithi016 bash[14670]: audit 2024-06-06T20:37:04.527934+0000 mon.smithi016 (mon.0) 615 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:05.759 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:05 smithi016 bash[14670]: audit 2024-06-06T20:37:04.537308+0000 mon.smithi016 (mon.0) 616 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:05.760 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:05 smithi016 bash[14670]: audit 2024-06-06T20:37:04.539184+0000 mon.smithi031 (mon.1) 18 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-06-06T20:37:05.760 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:05 smithi016 bash[14670]: audit 2024-06-06T20:37:04.539469+0000 mon.smithi016 (mon.0) 617 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mon metadata", "id": "smithi016"}]: dispatch 2024-06-06T20:37:05.760 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:05 smithi016 bash[14670]: audit 2024-06-06T20:37:04.539617+0000 mon.smithi016 (mon.0) 618 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-06-06T20:37:05.760 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:05 smithi016 bash[14670]: audit 2024-06-06T20:37:04.547891+0000 mon.smithi016 (mon.0) 619 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:37:05.760 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:05 smithi016 bash[14670]: audit 2024-06-06T20:37:04.718576+0000 mon.smithi016 (mon.0) 620 : audit [DBG] from='client.? 172.21.15.16:0/3687240507' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-06T20:37:05.760 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:05 smithi016 bash[14670]: audit 2024-06-06T20:37:05.479179+0000 mon.smithi031 (mon.1) 19 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-06-06T20:37:05.760 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:05 smithi016 bash[14670]: cluster 2024-06-06T20:37:05.486427+0000 mon.smithi016 (mon.0) 621 : cluster [INF] osd.6 [v2:172.21.15.31:6824/4083365948,v1:172.21.15.31:6825/4083365948] boot 2024-06-06T20:37:05.760 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:05 smithi016 bash[14670]: cluster 2024-06-06T20:37:05.486483+0000 mon.smithi016 (mon.0) 622 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-06-06T20:37:05.760 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:05 smithi016 bash[14670]: audit 2024-06-06T20:37:05.486782+0000 mon.smithi016 (mon.0) 623 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:37:05.760 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:05 smithi016 bash[14670]: audit 2024-06-06T20:37:05.487398+0000 mon.smithi016 (mon.0) 624 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:37:05.760 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:05 smithi016 bash[14670]: audit 2024-06-06T20:37:05.487728+0000 mon.smithi016 (mon.0) 625 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:37:05.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:05 smithi031 bash[21430]: cluster 2024-06-06T20:37:03.426246+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-06T20:37:05.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:05 smithi031 bash[21430]: cluster 2024-06-06T20:37:03.426351+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-06T20:37:05.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:05 smithi031 bash[21430]: audit 2024-06-06T20:37:04.503705+0000 mon.smithi016 (mon.0) 611 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-06-06T20:37:05.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:05 smithi031 bash[21430]: audit 2024-06-06T20:37:04.504933+0000 mon.smithi016 (mon.0) 612 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mon metadata", "id": "smithi016"}]: dispatch 2024-06-06T20:37:05.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:05 smithi031 bash[21430]: audit 2024-06-06T20:37:04.505226+0000 mon.smithi016 (mon.0) 613 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-06-06T20:37:05.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:05 smithi031 bash[21430]: audit 2024-06-06T20:37:04.521551+0000 mon.smithi016 (mon.0) 614 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:05.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:05 smithi031 bash[21430]: audit 2024-06-06T20:37:04.527934+0000 mon.smithi016 (mon.0) 615 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:05.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:05 smithi031 bash[21430]: audit 2024-06-06T20:37:04.537308+0000 mon.smithi016 (mon.0) 616 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:05.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:05 smithi031 bash[21430]: audit 2024-06-06T20:37:04.539184+0000 mon.smithi031 (mon.1) 18 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-06-06T20:37:05.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:05 smithi031 bash[21430]: audit 2024-06-06T20:37:04.539469+0000 mon.smithi016 (mon.0) 617 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mon metadata", "id": "smithi016"}]: dispatch 2024-06-06T20:37:05.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:05 smithi031 bash[21430]: audit 2024-06-06T20:37:04.539617+0000 mon.smithi016 (mon.0) 618 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "mon metadata", "id": "smithi031"}]: dispatch 2024-06-06T20:37:05.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:05 smithi031 bash[21430]: audit 2024-06-06T20:37:04.547891+0000 mon.smithi016 (mon.0) 619 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:37:05.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:05 smithi031 bash[21430]: audit 2024-06-06T20:37:04.718576+0000 mon.smithi016 (mon.0) 620 : audit [DBG] from='client.? 172.21.15.16:0/3687240507' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-06T20:37:05.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:05 smithi031 bash[21430]: audit 2024-06-06T20:37:05.479179+0000 mon.smithi031 (mon.1) 19 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-06-06T20:37:05.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:05 smithi031 bash[21430]: cluster 2024-06-06T20:37:05.486427+0000 mon.smithi016 (mon.0) 621 : cluster [INF] osd.6 [v2:172.21.15.31:6824/4083365948,v1:172.21.15.31:6825/4083365948] boot 2024-06-06T20:37:05.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:05 smithi031 bash[21430]: cluster 2024-06-06T20:37:05.486483+0000 mon.smithi016 (mon.0) 622 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-06-06T20:37:05.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:05 smithi031 bash[21430]: audit 2024-06-06T20:37:05.486782+0000 mon.smithi016 (mon.0) 623 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:37:05.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:05 smithi031 bash[21430]: audit 2024-06-06T20:37:05.487398+0000 mon.smithi016 (mon.0) 624 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-06-06T20:37:05.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:05 smithi031 bash[21430]: audit 2024-06-06T20:37:05.487728+0000 mon.smithi016 (mon.0) 625 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:37:06.577 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph osd stat -f json 2024-06-06T20:37:06.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:06 smithi016 bash[14670]: cluster 2024-06-06T20:37:04.807880+0000 mgr.smithi016.jbjtdq (mgr.14193) 129 : cluster [DBG] pgmap v90: 1 pgs: 1 unknown; 0 B data, 136 MiB used, 447 GiB / 447 GiB avail 2024-06-06T20:37:06.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:06 smithi016 bash[14670]: audit 2024-06-06T20:37:06.063122+0000 mon.smithi016 (mon.0) 626 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:06.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:06 smithi016 bash[14670]: audit 2024-06-06T20:37:06.070535+0000 mon.smithi016 (mon.0) 627 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:06.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:06 smithi016 bash[14670]: cluster 2024-06-06T20:37:06.486526+0000 mon.smithi016 (mon.0) 628 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-06-06T20:37:06.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:06 smithi016 bash[14670]: audit 2024-06-06T20:37:06.486782+0000 mon.smithi016 (mon.0) 629 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:37:06.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:06 smithi016 bash[14670]: audit 2024-06-06T20:37:06.487644+0000 mon.smithi016 (mon.0) 630 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:37:06.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:06 smithi031 bash[21430]: cluster 2024-06-06T20:37:04.807880+0000 mgr.smithi016.jbjtdq (mgr.14193) 129 : cluster [DBG] pgmap v90: 1 pgs: 1 unknown; 0 B data, 136 MiB used, 447 GiB / 447 GiB avail 2024-06-06T20:37:06.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:06 smithi031 bash[21430]: audit 2024-06-06T20:37:06.063122+0000 mon.smithi016 (mon.0) 626 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:06.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:06 smithi031 bash[21430]: audit 2024-06-06T20:37:06.070535+0000 mon.smithi016 (mon.0) 627 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:06.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:06 smithi031 bash[21430]: cluster 2024-06-06T20:37:06.486526+0000 mon.smithi016 (mon.0) 628 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-06-06T20:37:06.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:06 smithi031 bash[21430]: audit 2024-06-06T20:37:06.486782+0000 mon.smithi016 (mon.0) 629 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:37:06.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:06 smithi031 bash[21430]: audit 2024-06-06T20:37:06.487644+0000 mon.smithi016 (mon.0) 630 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:37:07.774 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:07 smithi016 bash[14670]: audit 2024-06-06T20:37:06.520866+0000 mon.smithi016 (mon.0) 631 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:07.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:07 smithi031 bash[21430]: audit 2024-06-06T20:37:06.520866+0000 mon.smithi016 (mon.0) 631 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:08.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:08 smithi031 bash[21430]: cluster 2024-06-06T20:37:06.808493+0000 mgr.smithi016.jbjtdq (mgr.14193) 130 : cluster [DBG] pgmap v93: 1 pgs: 1 peering; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-06-06T20:37:08.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:08 smithi031 bash[21430]: audit 2024-06-06T20:37:08.010513+0000 mon.smithi016 (mon.0) 632 : audit [INF] from='osd.5 [v2:172.21.15.16:6818/2917424560,v1:172.21.15.16:6819/2917424560]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-06-06T20:37:09.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:08 smithi016 bash[14670]: cluster 2024-06-06T20:37:06.808493+0000 mgr.smithi016.jbjtdq (mgr.14193) 130 : cluster [DBG] pgmap v93: 1 pgs: 1 peering; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail 2024-06-06T20:37:09.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:08 smithi016 bash[14670]: audit 2024-06-06T20:37:08.010513+0000 mon.smithi016 (mon.0) 632 : audit [INF] from='osd.5 [v2:172.21.15.16:6818/2917424560,v1:172.21.15.16:6819/2917424560]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-06-06T20:37:09.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:09 smithi031 bash[21430]: audit 2024-06-06T20:37:08.531271+0000 mon.smithi016 (mon.0) 633 : audit [INF] from='osd.5 [v2:172.21.15.16:6818/2917424560,v1:172.21.15.16:6819/2917424560]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-06-06T20:37:09.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:09 smithi031 bash[21430]: cluster 2024-06-06T20:37:08.531346+0000 mon.smithi016 (mon.0) 634 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-06-06T20:37:09.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:09 smithi031 bash[21430]: audit 2024-06-06T20:37:08.531795+0000 mon.smithi016 (mon.0) 635 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:37:09.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:09 smithi031 bash[21430]: audit 2024-06-06T20:37:08.532454+0000 mon.smithi016 (mon.0) 636 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:37:09.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:09 smithi031 bash[21430]: audit 2024-06-06T20:37:08.532908+0000 mon.smithi016 (mon.0) 637 : audit [INF] from='osd.5 [v2:172.21.15.16:6818/2917424560,v1:172.21.15.16:6819/2917424560]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-06-06T20:37:09.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:09 smithi031 bash[21430]: audit 2024-06-06T20:37:09.249290+0000 mon.smithi016 (mon.0) 638 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:09.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:09 smithi031 bash[21430]: audit 2024-06-06T20:37:09.533290+0000 mon.smithi016 (mon.0) 639 : audit [INF] from='osd.5 [v2:172.21.15.16:6818/2917424560,v1:172.21.15.16:6819/2917424560]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-06-06T20:37:09.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:09 smithi031 bash[21430]: cluster 2024-06-06T20:37:09.533337+0000 mon.smithi016 (mon.0) 640 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-06-06T20:37:09.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:09 smithi031 bash[21430]: audit 2024-06-06T20:37:09.533431+0000 mon.smithi016 (mon.0) 641 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:37:09.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:09 smithi031 bash[21430]: audit 2024-06-06T20:37:09.533666+0000 mon.smithi016 (mon.0) 642 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:37:09.927 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:09 smithi016 bash[14670]: audit 2024-06-06T20:37:08.531271+0000 mon.smithi016 (mon.0) 633 : audit [INF] from='osd.5 [v2:172.21.15.16:6818/2917424560,v1:172.21.15.16:6819/2917424560]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-06-06T20:37:09.927 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:09 smithi016 bash[14670]: cluster 2024-06-06T20:37:08.531346+0000 mon.smithi016 (mon.0) 634 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-06-06T20:37:09.927 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:09 smithi016 bash[14670]: audit 2024-06-06T20:37:08.531795+0000 mon.smithi016 (mon.0) 635 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:37:09.927 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:09 smithi016 bash[14670]: audit 2024-06-06T20:37:08.532454+0000 mon.smithi016 (mon.0) 636 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:37:09.928 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:09 smithi016 bash[14670]: audit 2024-06-06T20:37:08.532908+0000 mon.smithi016 (mon.0) 637 : audit [INF] from='osd.5 [v2:172.21.15.16:6818/2917424560,v1:172.21.15.16:6819/2917424560]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-06-06T20:37:09.928 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:09 smithi016 bash[14670]: audit 2024-06-06T20:37:09.249290+0000 mon.smithi016 (mon.0) 638 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:09.928 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:09 smithi016 bash[14670]: audit 2024-06-06T20:37:09.533290+0000 mon.smithi016 (mon.0) 639 : audit [INF] from='osd.5 [v2:172.21.15.16:6818/2917424560,v1:172.21.15.16:6819/2917424560]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-06-06T20:37:09.928 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:09 smithi016 bash[14670]: cluster 2024-06-06T20:37:09.533337+0000 mon.smithi016 (mon.0) 640 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2024-06-06T20:37:09.928 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:09 smithi016 bash[14670]: audit 2024-06-06T20:37:09.533431+0000 mon.smithi016 (mon.0) 641 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:37:09.928 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:09 smithi016 bash[14670]: audit 2024-06-06T20:37:09.533666+0000 mon.smithi016 (mon.0) 642 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:37:10.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:10 smithi031 bash[21430]: cluster 2024-06-06T20:37:08.809062+0000 mgr.smithi016.jbjtdq (mgr.14193) 131 : cluster [DBG] pgmap v95: 1 pgs: 1 peering; 577 KiB data, 164 MiB used, 536 GiB / 536 GiB avail 2024-06-06T20:37:10.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:10 smithi031 bash[21430]: audit 2024-06-06T20:37:09.241729+0000 mgr.smithi016.jbjtdq (mgr.14193) 132 : audit [DBG] from='client.14378 -' entity='client.crash.smithi016' cmd=[{"prefix": "crash post", "target": ["mon-mgr", ""]}]: dispatch 2024-06-06T20:37:10.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:10 smithi031 bash[21430]: cluster 2024-06-06T20:37:09.250410+0000 mgr.smithi016.jbjtdq (mgr.14193) 133 : cluster [DBG] pgmap v96: 1 pgs: 1 peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-06-06T20:37:10.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:10 smithi031 bash[21430]: cluster 2024-06-06T20:37:09.534792+0000 mon.smithi016 (mon.0) 643 : cluster [WRN] Health check update: 2 mgr modules have recently crashed (RECENT_MGR_MODULE_CRASH) 2024-06-06T20:37:10.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:10 smithi031 bash[21430]: audit 2024-06-06T20:37:09.545223+0000 mon.smithi016 (mon.0) 644 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:37:10.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:10 smithi031 bash[21430]: audit 2024-06-06T20:37:09.785344+0000 mon.smithi016 (mon.0) 645 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:10.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:10 smithi031 bash[21430]: audit 2024-06-06T20:37:09.939923+0000 mon.smithi016 (mon.0) 646 : audit [INF] from='osd.5 [v2:172.21.15.16:6818/2917424560,v1:172.21.15.16:6819/2917424560]' entity='osd.5' 2024-06-06T20:37:10.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:10 smithi031 bash[21430]: audit 2024-06-06T20:37:10.296385+0000 mon.smithi016 (mon.0) 647 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:10.913 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:10 smithi016 bash[14670]: cluster 2024-06-06T20:37:08.809062+0000 mgr.smithi016.jbjtdq (mgr.14193) 131 : cluster [DBG] pgmap v95: 1 pgs: 1 peering; 577 KiB data, 164 MiB used, 536 GiB / 536 GiB avail 2024-06-06T20:37:10.913 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:10 smithi016 bash[14670]: audit 2024-06-06T20:37:09.241729+0000 mgr.smithi016.jbjtdq (mgr.14193) 132 : audit [DBG] from='client.14378 -' entity='client.crash.smithi016' cmd=[{"prefix": "crash post", "target": ["mon-mgr", ""]}]: dispatch 2024-06-06T20:37:10.913 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:10 smithi016 bash[14670]: cluster 2024-06-06T20:37:09.250410+0000 mgr.smithi016.jbjtdq (mgr.14193) 133 : cluster [DBG] pgmap v96: 1 pgs: 1 peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-06-06T20:37:10.913 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:10 smithi016 bash[14670]: cluster 2024-06-06T20:37:09.534792+0000 mon.smithi016 (mon.0) 643 : cluster [WRN] Health check update: 2 mgr modules have recently crashed (RECENT_MGR_MODULE_CRASH) 2024-06-06T20:37:10.914 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:10 smithi016 bash[14670]: audit 2024-06-06T20:37:09.545223+0000 mon.smithi016 (mon.0) 644 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:37:10.914 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:10 smithi016 bash[14670]: audit 2024-06-06T20:37:09.785344+0000 mon.smithi016 (mon.0) 645 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:10.914 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:10 smithi016 bash[14670]: audit 2024-06-06T20:37:09.939923+0000 mon.smithi016 (mon.0) 646 : audit [INF] from='osd.5 [v2:172.21.15.16:6818/2917424560,v1:172.21.15.16:6819/2917424560]' entity='osd.5' 2024-06-06T20:37:10.914 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:10 smithi016 bash[14670]: audit 2024-06-06T20:37:10.296385+0000 mon.smithi016 (mon.0) 647 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:11.757 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:11 smithi016 bash[14670]: cluster 2024-06-06T20:37:08.989802+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-06T20:37:11.758 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:11 smithi016 bash[14670]: cluster 2024-06-06T20:37:08.989950+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-06T20:37:11.758 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:11 smithi016 bash[14670]: audit 2024-06-06T20:37:09.771628+0000 mgr.smithi016.jbjtdq (mgr.14193) 134 : audit [DBG] from='client.14382 -' entity='client.crash.smithi016' cmd=[{"prefix": "crash post", "target": ["mon-mgr", ""]}]: dispatch 2024-06-06T20:37:11.758 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:11 smithi016 bash[14670]: cluster 2024-06-06T20:37:09.786544+0000 mgr.smithi016.jbjtdq (mgr.14193) 135 : cluster [DBG] pgmap v98: 1 pgs: 1 peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-06-06T20:37:11.758 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:11 smithi016 bash[14670]: audit 2024-06-06T20:37:10.288914+0000 mgr.smithi016.jbjtdq (mgr.14193) 136 : audit [DBG] from='client.14388 -' entity='client.crash.smithi016' cmd=[{"prefix": "crash post", "target": ["mon-mgr", ""]}]: dispatch 2024-06-06T20:37:11.758 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:11 smithi016 bash[14670]: cluster 2024-06-06T20:37:10.297683+0000 mgr.smithi016.jbjtdq (mgr.14193) 137 : cluster [DBG] pgmap v99: 1 pgs: 1 peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-06-06T20:37:11.758 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:11 smithi016 bash[14670]: audit 2024-06-06T20:37:10.544366+0000 mon.smithi016 (mon.0) 648 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:37:11.758 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:11 smithi016 bash[14670]: audit 2024-06-06T20:37:10.907681+0000 mon.smithi016 (mon.0) 649 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:37:11.758 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:11 smithi016 bash[14670]: cluster 2024-06-06T20:37:10.943278+0000 mon.smithi016 (mon.0) 650 : cluster [INF] osd.5 [v2:172.21.15.16:6818/2917424560,v1:172.21.15.16:6819/2917424560] boot 2024-06-06T20:37:11.758 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:11 smithi016 bash[14670]: cluster 2024-06-06T20:37:10.943362+0000 mon.smithi016 (mon.0) 651 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-06-06T20:37:11.758 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:11 smithi016 bash[14670]: audit 2024-06-06T20:37:10.943845+0000 mon.smithi016 (mon.0) 652 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:37:11.758 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:11 smithi016 bash[14670]: audit 2024-06-06T20:37:10.944327+0000 mon.smithi016 (mon.0) 653 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:37:11.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:11 smithi031 bash[21430]: cluster 2024-06-06T20:37:08.989802+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-06T20:37:11.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:11 smithi031 bash[21430]: cluster 2024-06-06T20:37:08.989950+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-06T20:37:11.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:11 smithi031 bash[21430]: audit 2024-06-06T20:37:09.771628+0000 mgr.smithi016.jbjtdq (mgr.14193) 134 : audit [DBG] from='client.14382 -' entity='client.crash.smithi016' cmd=[{"prefix": "crash post", "target": ["mon-mgr", ""]}]: dispatch 2024-06-06T20:37:11.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:11 smithi031 bash[21430]: cluster 2024-06-06T20:37:09.786544+0000 mgr.smithi016.jbjtdq (mgr.14193) 135 : cluster [DBG] pgmap v98: 1 pgs: 1 peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-06-06T20:37:11.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:11 smithi031 bash[21430]: audit 2024-06-06T20:37:10.288914+0000 mgr.smithi016.jbjtdq (mgr.14193) 136 : audit [DBG] from='client.14388 -' entity='client.crash.smithi016' cmd=[{"prefix": "crash post", "target": ["mon-mgr", ""]}]: dispatch 2024-06-06T20:37:11.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:11 smithi031 bash[21430]: cluster 2024-06-06T20:37:10.297683+0000 mgr.smithi016.jbjtdq (mgr.14193) 137 : cluster [DBG] pgmap v99: 1 pgs: 1 peering; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2024-06-06T20:37:11.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:11 smithi031 bash[21430]: audit 2024-06-06T20:37:10.544366+0000 mon.smithi016 (mon.0) 648 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:37:11.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:11 smithi031 bash[21430]: audit 2024-06-06T20:37:10.907681+0000 mon.smithi016 (mon.0) 649 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:37:11.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:11 smithi031 bash[21430]: cluster 2024-06-06T20:37:10.943278+0000 mon.smithi016 (mon.0) 650 : cluster [INF] osd.5 [v2:172.21.15.16:6818/2917424560,v1:172.21.15.16:6819/2917424560] boot 2024-06-06T20:37:11.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:11 smithi031 bash[21430]: cluster 2024-06-06T20:37:10.943362+0000 mon.smithi016 (mon.0) 651 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-06-06T20:37:11.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:11 smithi031 bash[21430]: audit 2024-06-06T20:37:10.943845+0000 mon.smithi016 (mon.0) 652 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-06-06T20:37:11.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:11 smithi031 bash[21430]: audit 2024-06-06T20:37:10.944327+0000 mon.smithi016 (mon.0) 653 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:37:12.078 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:37:13.239 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:12 smithi016 bash[14670]: cluster 2024-06-06T20:37:11.944141+0000 mon.smithi016 (mon.0) 654 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-06-06T20:37:13.239 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:12 smithi016 bash[14670]: audit 2024-06-06T20:37:11.944506+0000 mon.smithi016 (mon.0) 655 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:37:13.239 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:12 smithi016 bash[14670]: cluster 2024-06-06T20:37:12.298319+0000 mgr.smithi016.jbjtdq (mgr.14193) 138 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail; 5.6 KiB/s rd, 257 KiB/s wr, 17 op/s 2024-06-06T20:37:13.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:12 smithi031 bash[21430]: cluster 2024-06-06T20:37:11.944141+0000 mon.smithi016 (mon.0) 654 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-06-06T20:37:13.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:12 smithi031 bash[21430]: audit 2024-06-06T20:37:11.944506+0000 mon.smithi016 (mon.0) 655 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:37:13.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:12 smithi031 bash[21430]: cluster 2024-06-06T20:37:12.298319+0000 mgr.smithi016.jbjtdq (mgr.14193) 138 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail; 5.6 KiB/s rd, 257 KiB/s wr, 17 op/s 2024-06-06T20:37:14.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:13 smithi016 bash[14670]: audit 2024-06-06T20:37:13.247610+0000 mon.smithi016 (mon.0) 656 : audit [INF] from='osd.7 [v2:172.21.15.16:6826/3121887135,v1:172.21.15.16:6827/3121887135]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-06-06T20:37:14.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:13 smithi031 bash[21430]: audit 2024-06-06T20:37:13.247610+0000 mon.smithi016 (mon.0) 656 : audit [INF] from='osd.7 [v2:172.21.15.16:6826/3121887135,v1:172.21.15.16:6827/3121887135]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-06-06T20:37:15.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:14 smithi016 bash[14670]: audit 2024-06-06T20:37:13.957756+0000 mon.smithi016 (mon.0) 657 : audit [INF] from='osd.7 [v2:172.21.15.16:6826/3121887135,v1:172.21.15.16:6827/3121887135]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-06-06T20:37:15.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:14 smithi016 bash[14670]: cluster 2024-06-06T20:37:13.957800+0000 mon.smithi016 (mon.0) 658 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-06-06T20:37:15.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:14 smithi016 bash[14670]: audit 2024-06-06T20:37:13.958010+0000 mon.smithi016 (mon.0) 659 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:37:15.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:14 smithi016 bash[14670]: audit 2024-06-06T20:37:13.958650+0000 mon.smithi016 (mon.0) 660 : audit [INF] from='osd.7 [v2:172.21.15.16:6826/3121887135,v1:172.21.15.16:6827/3121887135]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-06-06T20:37:15.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:14 smithi016 bash[14670]: cluster 2024-06-06T20:37:14.298954+0000 mgr.smithi016.jbjtdq (mgr.14193) 139 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail; 3.8 KiB/s rd, 174 KiB/s wr, 11 op/s 2024-06-06T20:37:15.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:14 smithi031 bash[21430]: audit 2024-06-06T20:37:13.957756+0000 mon.smithi016 (mon.0) 657 : audit [INF] from='osd.7 [v2:172.21.15.16:6826/3121887135,v1:172.21.15.16:6827/3121887135]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-06-06T20:37:15.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:14 smithi031 bash[21430]: cluster 2024-06-06T20:37:13.957800+0000 mon.smithi016 (mon.0) 658 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-06-06T20:37:15.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:14 smithi031 bash[21430]: audit 2024-06-06T20:37:13.958010+0000 mon.smithi016 (mon.0) 659 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:37:15.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:14 smithi031 bash[21430]: audit 2024-06-06T20:37:13.958650+0000 mon.smithi016 (mon.0) 660 : audit [INF] from='osd.7 [v2:172.21.15.16:6826/3121887135,v1:172.21.15.16:6827/3121887135]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]: dispatch 2024-06-06T20:37:15.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:14 smithi031 bash[21430]: cluster 2024-06-06T20:37:14.298954+0000 mgr.smithi016.jbjtdq (mgr.14193) 139 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 193 MiB used, 626 GiB / 626 GiB avail; 3.8 KiB/s rd, 174 KiB/s wr, 11 op/s 2024-06-06T20:37:16.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:15 smithi016 bash[14670]: audit 2024-06-06T20:37:14.966837+0000 mon.smithi016 (mon.0) 661 : audit [INF] from='osd.7 [v2:172.21.15.16:6826/3121887135,v1:172.21.15.16:6827/3121887135]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-06-06T20:37:16.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:15 smithi016 bash[14670]: cluster 2024-06-06T20:37:14.966901+0000 mon.smithi016 (mon.0) 662 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2024-06-06T20:37:16.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:15 smithi016 bash[14670]: audit 2024-06-06T20:37:14.967260+0000 mon.smithi016 (mon.0) 663 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:37:16.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:15 smithi016 bash[14670]: audit 2024-06-06T20:37:14.973981+0000 mon.smithi016 (mon.0) 664 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:37:16.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:15 smithi031 bash[21430]: audit 2024-06-06T20:37:14.966837+0000 mon.smithi016 (mon.0) 661 : audit [INF] from='osd.7 [v2:172.21.15.16:6826/3121887135,v1:172.21.15.16:6827/3121887135]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi016", "root=default"]}]': finished 2024-06-06T20:37:16.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:15 smithi031 bash[21430]: cluster 2024-06-06T20:37:14.966901+0000 mon.smithi016 (mon.0) 662 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2024-06-06T20:37:16.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:15 smithi031 bash[21430]: audit 2024-06-06T20:37:14.967260+0000 mon.smithi016 (mon.0) 663 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:37:16.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:15 smithi031 bash[21430]: audit 2024-06-06T20:37:14.973981+0000 mon.smithi016 (mon.0) 664 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:37:16.408 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:37:17.192 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:16 smithi016 bash[14670]: cluster 2024-06-06T20:37:14.222711+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-06T20:37:17.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:16 smithi016 bash[14670]: cluster 2024-06-06T20:37:14.222781+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-06T20:37:17.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:16 smithi016 bash[14670]: cluster 2024-06-06T20:37:15.969868+0000 mon.smithi016 (mon.0) 665 : cluster [INF] osd.7 [v2:172.21.15.16:6826/3121887135,v1:172.21.15.16:6827/3121887135] boot 2024-06-06T20:37:17.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:16 smithi016 bash[14670]: cluster 2024-06-06T20:37:15.969915+0000 mon.smithi016 (mon.0) 666 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-06-06T20:37:17.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:16 smithi016 bash[14670]: audit 2024-06-06T20:37:15.972232+0000 mon.smithi016 (mon.0) 667 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:37:17.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:16 smithi016 bash[14670]: cluster 2024-06-06T20:37:16.299600+0000 mgr.smithi016.jbjtdq (mgr.14193) 140 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:37:17.193 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:16 smithi016 bash[14670]: audit 2024-06-06T20:37:16.412880+0000 mon.smithi016 (mon.0) 668 : audit [DBG] from='client.? 172.21.15.16:0/3104111920' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-06T20:37:17.314 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":39,"num_osds":8,"num_up_osds":8,"osd_up_since":1717706235,"num_in_osds":8,"osd_in_since":1717706181,"num_remapped_pgs":1} 2024-06-06T20:37:17.315 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph osd dump --format=json 2024-06-06T20:37:17.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:16 smithi031 bash[21430]: cluster 2024-06-06T20:37:14.222711+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-06-06T20:37:17.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:16 smithi031 bash[21430]: cluster 2024-06-06T20:37:14.222781+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-06-06T20:37:17.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:16 smithi031 bash[21430]: cluster 2024-06-06T20:37:15.969868+0000 mon.smithi016 (mon.0) 665 : cluster [INF] osd.7 [v2:172.21.15.16:6826/3121887135,v1:172.21.15.16:6827/3121887135] boot 2024-06-06T20:37:17.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:16 smithi031 bash[21430]: cluster 2024-06-06T20:37:15.969915+0000 mon.smithi016 (mon.0) 666 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-06-06T20:37:17.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:16 smithi031 bash[21430]: audit 2024-06-06T20:37:15.972232+0000 mon.smithi016 (mon.0) 667 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-06-06T20:37:17.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:16 smithi031 bash[21430]: cluster 2024-06-06T20:37:16.299600+0000 mgr.smithi016.jbjtdq (mgr.14193) 140 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:37:17.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:16 smithi031 bash[21430]: audit 2024-06-06T20:37:16.412880+0000 mon.smithi016 (mon.0) 668 : audit [DBG] from='client.? 172.21.15.16:0/3104111920' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-06-06T20:37:18.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:17 smithi016 bash[14670]: cluster 2024-06-06T20:37:16.986063+0000 mon.smithi016 (mon.0) 669 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-06-06T20:37:18.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:17 smithi016 bash[14670]: cluster 2024-06-06T20:37:17.537863+0000 mon.smithi016 (mon.0) 670 : cluster [WRN] Health check update: 4 mgr modules have recently crashed (RECENT_MGR_MODULE_CRASH) 2024-06-06T20:37:18.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:17 smithi016 bash[14670]: audit 2024-06-06T20:37:17.752102+0000 mon.smithi016 (mon.0) 671 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:18.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:17 smithi016 bash[14670]: audit 2024-06-06T20:37:17.759186+0000 mon.smithi016 (mon.0) 672 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:18.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:17 smithi016 bash[14670]: audit 2024-06-06T20:37:17.856479+0000 mon.smithi016 (mon.0) 673 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-06T20:37:18.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:17 smithi031 bash[21430]: cluster 2024-06-06T20:37:16.986063+0000 mon.smithi016 (mon.0) 669 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-06-06T20:37:18.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:17 smithi031 bash[21430]: cluster 2024-06-06T20:37:17.537863+0000 mon.smithi016 (mon.0) 670 : cluster [WRN] Health check update: 4 mgr modules have recently crashed (RECENT_MGR_MODULE_CRASH) 2024-06-06T20:37:18.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:17 smithi031 bash[21430]: audit 2024-06-06T20:37:17.752102+0000 mon.smithi016 (mon.0) 671 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:18.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:17 smithi031 bash[21430]: audit 2024-06-06T20:37:17.759186+0000 mon.smithi016 (mon.0) 672 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:18.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:17 smithi031 bash[21430]: audit 2024-06-06T20:37:17.856479+0000 mon.smithi016 (mon.0) 673 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-06T20:37:19.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:19 smithi016 bash[14670]: cluster 2024-06-06T20:37:17.995368+0000 mon.smithi016 (mon.0) 674 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-06-06T20:37:19.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:19 smithi016 bash[14670]: cluster 2024-06-06T20:37:18.300368+0000 mgr.smithi016.jbjtdq (mgr.14193) 141 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:37:19.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:19 smithi031 bash[21430]: cluster 2024-06-06T20:37:17.995368+0000 mon.smithi016 (mon.0) 674 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-06-06T20:37:19.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:19 smithi031 bash[21430]: cluster 2024-06-06T20:37:18.300368+0000 mgr.smithi016.jbjtdq (mgr.14193) 141 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:37:20.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:20 smithi016 bash[14670]: cluster 2024-06-06T20:37:19.003974+0000 mon.smithi016 (mon.0) 675 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-06-06T20:37:20.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:20 smithi031 bash[21430]: cluster 2024-06-06T20:37:19.003974+0000 mon.smithi016 (mon.0) 675 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-06-06T20:37:21.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:21 smithi016 bash[14670]: cluster 2024-06-06T20:37:20.008537+0000 mon.smithi016 (mon.0) 676 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-06-06T20:37:21.265 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:21 smithi016 bash[14670]: cluster 2024-06-06T20:37:20.301166+0000 mgr.smithi016.jbjtdq (mgr.14193) 142 : cluster [DBG] pgmap v113: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-06-06T20:37:21.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:21 smithi031 bash[21430]: cluster 2024-06-06T20:37:20.008537+0000 mon.smithi016 (mon.0) 676 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-06-06T20:37:21.339 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:21 smithi031 bash[21430]: cluster 2024-06-06T20:37:20.301166+0000 mgr.smithi016.jbjtdq (mgr.14193) 142 : cluster [DBG] pgmap v113: 1 pgs: 1 active+undersized+remapped; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail; 144 KiB/s, 0 objects/s recovering 2024-06-06T20:37:22.073 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:37:23.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:23 smithi016 bash[14670]: cluster 2024-06-06T20:37:22.301619+0000 mgr.smithi016.jbjtdq (mgr.14193) 143 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s, 0 objects/s recovering 2024-06-06T20:37:23.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:23 smithi016 bash[14670]: audit 2024-06-06T20:37:23.258084+0000 mon.smithi016 (mon.0) 677 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:23.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:23 smithi016 bash[14670]: audit 2024-06-06T20:37:23.264525+0000 mon.smithi016 (mon.0) 678 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:23.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:23 smithi031 bash[21430]: cluster 2024-06-06T20:37:22.301619+0000 mgr.smithi016.jbjtdq (mgr.14193) 143 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 108 KiB/s, 0 objects/s recovering 2024-06-06T20:37:23.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:23 smithi031 bash[21430]: audit 2024-06-06T20:37:23.258084+0000 mon.smithi016 (mon.0) 677 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:23.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:23 smithi031 bash[21430]: audit 2024-06-06T20:37:23.264525+0000 mon.smithi016 (mon.0) 678 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:24.735 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:24 smithi016 bash[14670]: audit 2024-06-06T20:37:23.475857+0000 mon.smithi016 (mon.0) 679 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:24.736 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:24 smithi016 bash[14670]: audit 2024-06-06T20:37:23.482323+0000 mon.smithi016 (mon.0) 680 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:24.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:24 smithi031 bash[21430]: audit 2024-06-06T20:37:23.475857+0000 mon.smithi016 (mon.0) 679 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:24.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:24 smithi031 bash[21430]: audit 2024-06-06T20:37:23.482323+0000 mon.smithi016 (mon.0) 680 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:25.093 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:37:25.093 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":43,"fsid":"ac338a92-2443-11ef-bc9b-c7b262605968","created":"2024-06-06T20:31:56.055161+0000","modified":"2024-06-06T20:37:20.000699+0000","last_up_change":"2024-06-06T20:37:15.963472+0000","last_in_change":"2024-06-06T20:36:21.701410+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-06-06T20:36:55.404009+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_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":"30a62ad1-6ed7-44a9-88e5-66f86cfcf7c2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6800","nonce":3335931809},{"type":"v1","addr":"172.21.15.31:6801","nonce":3335931809}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6802","nonce":3335931809},{"type":"v1","addr":"172.21.15.31:6803","nonce":3335931809}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6806","nonce":3335931809},{"type":"v1","addr":"172.21.15.31:6807","nonce":3335931809}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6804","nonce":3335931809},{"type":"v1","addr":"172.21.15.31:6805","nonce":3335931809}]},"public_addr":"172.21.15.31:6801/3335931809","cluster_addr":"172.21.15.31:6803/3335931809","heartbeat_back_addr":"172.21.15.31:6807/3335931809","heartbeat_front_addr":"172.21.15.31:6805/3335931809","state":["exists","up"]},{"osd":1,"uuid":"100abfce-cd02-4a02-b57a-2fc6cb0ad432","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6802","nonce":1398696340},{"type":"v1","addr":"172.21.15.16:6803","nonce":1398696340}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6804","nonce":1398696340},{"type":"v1","addr":"172.21.15.16:6805","nonce":1398696340}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6808","nonce":1398696340},{"type":"v1","addr":"172.21.15.16:6809","nonce":1398696340}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6806","nonce":1398696340},{"type":"v1","addr":"172.21.15.16:6807","nonce":1398696340}]},"public_addr":"172.21.15.16:6803/1398696340","cluster_addr":"172.21.15.16:6805/1398696340","heartbeat_back_addr":"172.21.15.16:6809/1398696340","heartbeat_front_addr":"172.21.15.16:6807/1398696340","state":["exists","up"]},{"osd":2,"uuid":"30e34e5c-d042-465b-a57e-93052c095304","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6808","nonce":1845946696},{"type":"v1","addr":"172.21.15.31:6809","nonce":1845946696}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6810","nonce":1845946696},{"type":"v1","addr":"172.21.15.31:6811","nonce":1845946696}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6814","nonce":1845946696},{"type":"v1","addr":"172.21.15.31:6815","nonce":1845946696}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6812","nonce":1845946696},{"type":"v1","addr":"172.21.15.31:6813","nonce":1845946696}]},"public_addr":"172.21.15.31:6809/1845946696","cluster_addr":"172.21.15.31:6811/1845946696","heartbeat_back_addr":"172.21.15.31:6815/1845946696","heartbeat_front_addr":"172.21.15.31:6813/1845946696","state":["exists","up"]},{"osd":3,"uuid":"b691c819-f274-4795-b120-bda89155ce4a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6810","nonce":189820617},{"type":"v1","addr":"172.21.15.16:6811","nonce":189820617}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6812","nonce":189820617},{"type":"v1","addr":"172.21.15.16:6813","nonce":189820617}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6816","nonce":189820617},{"type":"v1","addr":"172.21.15.16:6817","nonce":189820617}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6814","nonce":189820617},{"type":"v1","addr":"172.21.15.16:6815","nonce":189820617}]},"public_addr":"172.21.15.16:6811/189820617","cluster_addr":"172.21.15.16:6813/189820617","heartbeat_back_addr":"172.21.15.16:6817/189820617","heartbeat_front_addr":"172.21.15.16:6815/189820617","state":["exists","up"]},{"osd":4,"uuid":"b21e31ab-2df2-4059-b87d-949693f3d895","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6816","nonce":3808738043},{"type":"v1","addr":"172.21.15.31:6817","nonce":3808738043}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6818","nonce":3808738043},{"type":"v1","addr":"172.21.15.31:6819","nonce":3808738043}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6822","nonce":3808738043},{"type":"v1","addr":"172.21.15.31:6823","nonce":3808738043}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6820","nonce":3808738043},{"type":"v1","addr":"172.21.15.31:6821","nonce":3808738043}]},"public_addr":"172.21.15.31:6817/3808738043","cluster_addr":"172.21.15.31:6819/3808738043","heartbeat_back_addr":"172.21.15.31:6823/3808738043","heartbeat_front_addr":"172.21.15.31:6821/3808738043","state":["exists","up"]},{"osd":5,"uuid":"059f56e8-97cb-4794-80b1-a4581184e8c9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6818","nonce":2917424560},{"type":"v1","addr":"172.21.15.16:6819","nonce":2917424560}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6820","nonce":2917424560},{"type":"v1","addr":"172.21.15.16:6821","nonce":2917424560}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6824","nonce":2917424560},{"type":"v1","addr":"172.21.15.16:6825","nonce":2917424560}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6822","nonce":2917424560},{"type":"v1","addr":"172.21.15.16:6823","nonce":2917424560}]},"public_addr":"172.21.15.16:6819/2917424560","cluster_addr":"172.21.15.16:6821/2917424560","heartbeat_back_addr":"172.21.15.16:6825/2917424560","heartbeat_front_addr":"172.21.15.16:6823/2917424560","state":["exists","up"]},{"osd":6,"uuid":"1386366e-19ec-4189-9300-675ca2fc171a","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.31:6824","nonce":4083365948},{"type":"v1","addr":"172.21.15.31:6825","nonce":4083365948}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6826","nonce":4083365948},{"type":"v1","addr":"172.21.15.31:6827","nonce":4083365948}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6830","nonce":4083365948},{"type":"v1","addr":"172.21.15.31:6831","nonce":4083365948}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6828","nonce":4083365948},{"type":"v1","addr":"172.21.15.31:6829","nonce":4083365948}]},"public_addr":"172.21.15.31:6825/4083365948","cluster_addr":"172.21.15.31:6827/4083365948","heartbeat_back_addr":"172.21.15.31:6831/4083365948","heartbeat_front_addr":"172.21.15.31:6829/4083365948","state":["exists","up"]},{"osd":7,"uuid":"b19b46e5-1fdf-422a-aec9-a14e0bc3d2e1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6826","nonce":3121887135},{"type":"v1","addr":"172.21.15.16:6827","nonce":3121887135}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6828","nonce":3121887135},{"type":"v1","addr":"172.21.15.16:6829","nonce":3121887135}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6832","nonce":3121887135},{"type":"v1","addr":"172.21.15.16:6833","nonce":3121887135}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6830","nonce":3121887135},{"type":"v1","addr":"172.21.15.16:6831","nonce":3121887135}]},"public_addr":"172.21.15.16:6827/3121887135","cluster_addr":"172.21.15.16:6829/3121887135","heartbeat_back_addr":"172.21.15.16:6833/3121887135","heartbeat_front_addr":"172.21.15.16:6831/3121887135","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-06-06T20:36:46.389210+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-06-06T20:36:53.497081+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-06-06T20:36:52.135881+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-06-06T20:37:00.519193+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-06-06T20:36:58.288830+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-06-06T20:37:08.989958+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-06-06T20:37:03.426356+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-06-06T20:37:14.222784+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.16:0/2571500817":"2024-06-07T20:32:23.874627+0000","172.21.15.16:0/252086922":"2024-06-07T20:33:09.582787+0000","172.21.15.16:6800/2831235290":"2024-06-07T20:33:09.582787+0000","172.21.15.16:0/1982187500":"2024-06-07T20:34:40.806106+0000","172.21.15.16:0/2922827606":"2024-06-07T20:32:23.874627+0000","172.21.15.16:0/111481312":"2024-06-07T20:33:09.582787+0000","172.21.15.16:0/202767972":"2024-06-07T20:32:23.874627+0000","172.21.15.16:6800/80470666":"2024-06-07T20:32:23.874627+0000","172.21.15.16:6801/80470666":"2024-06-07T20:32:23.874627+0000","172.21.15.16:0/2613923779":"2024-06-07T20:34:40.806106+0000","172.21.15.16:6801/1739633977":"2024-06-07T20:34:40.806106+0000","172.21.15.16:0/2453424666":"2024-06-07T20:33:09.582787+0000","172.21.15.16:6800/1739633977":"2024-06-07T20:34:40.806106+0000","172.21.15.16:6801/2831235290":"2024-06-07T20:33:09.582787+0000","172.21.15.16:0/4005752352":"2024-06-07T20:34:40.806106+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-06-06T20:37:25.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:25 smithi016 bash[14670]: cluster 2024-06-06T20:37:24.302094+0000 mgr.smithi016.jbjtdq (mgr.14193) 144 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 91 KiB/s, 0 objects/s recovering 2024-06-06T20:37:25.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:25 smithi016 bash[14670]: audit 2024-06-06T20:37:25.096000+0000 mon.smithi016 (mon.0) 681 : audit [DBG] from='client.? 172.21.15.16:0/2791890502' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-06-06T20:37:25.781 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-06-06T20:36:55.404009+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '24', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_acting': 7.889999866485596, 'score_stable': 7.889999866485596, 'optimal_score': 0.3799999952316284, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-06-06T20:37:25.782 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-06-06T20:37:25.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:25 smithi031 bash[21430]: cluster 2024-06-06T20:37:24.302094+0000 mgr.smithi016.jbjtdq (mgr.14193) 144 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 221 MiB used, 715 GiB / 715 GiB avail; 91 KiB/s, 0 objects/s recovering 2024-06-06T20:37:25.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:25 smithi031 bash[21430]: audit 2024-06-06T20:37:25.096000+0000 mon.smithi016 (mon.0) 681 : audit [DBG] from='client.? 172.21.15.16:0/2791890502' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-06-06T20:37:26.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:26 smithi016 bash[14670]: audit 2024-06-06T20:37:25.907941+0000 mon.smithi016 (mon.0) 682 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:37:26.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:26 smithi031 bash[21430]: audit 2024-06-06T20:37:25.907941+0000 mon.smithi016 (mon.0) 682 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:37:27.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:27 smithi016 bash[14670]: cluster 2024-06-06T20:37:26.302751+0000 mgr.smithi016.jbjtdq (mgr.14193) 145 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-06-06T20:37:27.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:27 smithi031 bash[21430]: cluster 2024-06-06T20:37:26.302751+0000 mgr.smithi016.jbjtdq (mgr.14193) 145 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail; 72 KiB/s, 0 objects/s recovering 2024-06-06T20:37:29.598 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:37:29.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:29 smithi016 bash[14670]: cluster 2024-06-06T20:37:28.303404+0000 mgr.smithi016.jbjtdq (mgr.14193) 146 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:37:29.821 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:29 smithi031 bash[21430]: cluster 2024-06-06T20:37:28.303404+0000 mgr.smithi016.jbjtdq (mgr.14193) 146 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:37:31.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:31 smithi016 bash[14670]: cluster 2024-06-06T20:37:30.303997+0000 mgr.smithi016.jbjtdq (mgr.14193) 147 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:37:31.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:31 smithi031 bash[21430]: cluster 2024-06-06T20:37:30.303997+0000 mgr.smithi016.jbjtdq (mgr.14193) 147 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:37:33.699 INFO:teuthology.orchestra.run.smithi016.stdout:pg_num: 1 2024-06-06T20:37:33.744 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:33 smithi016 bash[14670]: cluster 2024-06-06T20:37:32.304709+0000 mgr.smithi016.jbjtdq (mgr.14193) 148 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:37:33.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:33 smithi031 bash[21430]: cluster 2024-06-06T20:37:32.304709+0000 mgr.smithi016.jbjtdq (mgr.14193) 148 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:37:34.437 INFO:tasks.cephadm:Setting up client nodes... 2024-06-06T20:37:34.437 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-06-06T20:37:34.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:34 smithi016 bash[14670]: audit 2024-06-06T20:37:33.704187+0000 mon.smithi016 (mon.0) 683 : audit [DBG] from='client.? 172.21.15.16:0/539610882' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-06-06T20:37:34.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:34 smithi031 bash[21430]: audit 2024-06-06T20:37:33.704187+0000 mon.smithi016 (mon.0) 683 : audit [DBG] from='client.? 172.21.15.16:0/539610882' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-06-06T20:37:35.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:35 smithi016 bash[14670]: cluster 2024-06-06T20:37:34.305310+0000 mgr.smithi016.jbjtdq (mgr.14193) 149 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:37:35.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:35 smithi016 bash[14670]: audit 2024-06-06T20:37:35.275298+0000 mon.smithi016 (mon.0) 684 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:35.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:35 smithi016 bash[14670]: audit 2024-06-06T20:37:35.281688+0000 mon.smithi016 (mon.0) 685 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:35.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:35 smithi016 bash[14670]: audit 2024-06-06T20:37:35.283249+0000 mon.smithi016 (mon.0) 686 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-06-06T20:37:35.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:35 smithi016 bash[14670]: audit 2024-06-06T20:37:35.284400+0000 mon.smithi016 (mon.0) 687 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-06-06T20:37:35.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:35 smithi016 bash[14670]: audit 2024-06-06T20:37:35.285606+0000 mon.smithi016 (mon.0) 688 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-06-06T20:37:35.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:35 smithi016 bash[14670]: audit 2024-06-06T20:37:35.286830+0000 mon.smithi016 (mon.0) 689 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-06-06T20:37:35.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:35 smithi016 bash[14670]: audit 2024-06-06T20:37:35.292779+0000 mon.smithi016 (mon.0) 690 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:35.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:35 smithi031 bash[21430]: cluster 2024-06-06T20:37:34.305310+0000 mgr.smithi016.jbjtdq (mgr.14193) 149 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:37:35.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:35 smithi031 bash[21430]: audit 2024-06-06T20:37:35.275298+0000 mon.smithi016 (mon.0) 684 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:35.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:35 smithi031 bash[21430]: audit 2024-06-06T20:37:35.281688+0000 mon.smithi016 (mon.0) 685 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:35.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:35 smithi031 bash[21430]: audit 2024-06-06T20:37:35.283249+0000 mon.smithi016 (mon.0) 686 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-06-06T20:37:35.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:35 smithi031 bash[21430]: audit 2024-06-06T20:37:35.284400+0000 mon.smithi016 (mon.0) 687 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-06-06T20:37:35.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:35 smithi031 bash[21430]: audit 2024-06-06T20:37:35.285606+0000 mon.smithi016 (mon.0) 688 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-06-06T20:37:35.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:35 smithi031 bash[21430]: audit 2024-06-06T20:37:35.286830+0000 mon.smithi016 (mon.0) 689 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-06-06T20:37:35.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:35 smithi031 bash[21430]: audit 2024-06-06T20:37:35.292779+0000 mon.smithi016 (mon.0) 690 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:36.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:36 smithi031 bash[21430]: cephadm 2024-06-06T20:37:35.265840+0000 mgr.smithi016.jbjtdq (mgr.14193) 150 : cephadm [INF] Detected new or changed devices on smithi031 2024-06-06T20:37:36.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:36 smithi031 bash[21430]: cephadm 2024-06-06T20:37:35.287722+0000 mgr.smithi016.jbjtdq (mgr.14193) 151 : cephadm [INF] Adjusting osd_memory_target on smithi031 to 3773M 2024-06-06T20:37:36.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:36 smithi031 bash[21430]: audit 2024-06-06T20:37:36.220905+0000 mon.smithi016 (mon.0) 691 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:36.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:36 smithi031 bash[21430]: audit 2024-06-06T20:37:36.250729+0000 mon.smithi016 (mon.0) 692 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:36.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:36 smithi031 bash[21430]: audit 2024-06-06T20:37:36.252976+0000 mon.smithi016 (mon.0) 693 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-06-06T20:37:36.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:36 smithi031 bash[21430]: audit 2024-06-06T20:37:36.254467+0000 mon.smithi016 (mon.0) 694 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-06-06T20:37:36.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:36 smithi031 bash[21430]: audit 2024-06-06T20:37:36.255853+0000 mon.smithi016 (mon.0) 695 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-06-06T20:37:36.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:36 smithi031 bash[21430]: audit 2024-06-06T20:37:36.257234+0000 mon.smithi016 (mon.0) 696 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-06-06T20:37:36.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:36 smithi031 bash[21430]: audit 2024-06-06T20:37:36.264866+0000 mon.smithi016 (mon.0) 697 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:36.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:36 smithi031 bash[21430]: audit 2024-06-06T20:37:36.267502+0000 mon.smithi016 (mon.0) 698 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:37:36.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:36 smithi031 bash[21430]: audit 2024-06-06T20:37:36.268752+0000 mon.smithi016 (mon.0) 699 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-06T20:37:36.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:36 smithi031 bash[21430]: audit 2024-06-06T20:37:36.276327+0000 mon.smithi016 (mon.0) 700 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:36.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:36 smithi031 bash[21430]: audit 2024-06-06T20:37:36.281940+0000 mon.smithi016 (mon.0) 701 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-06T20:37:36.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:36 smithi031 bash[21430]: audit 2024-06-06T20:37:36.290808+0000 mon.smithi016 (mon.0) 702 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-06T20:37:36.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:36 smithi031 bash[21430]: audit 2024-06-06T20:37:36.292087+0000 mon.smithi016 (mon.0) 703 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:37:36.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:36 smithi031 bash[21430]: audit 2024-06-06T20:37:36.297260+0000 mon.smithi016 (mon.0) 704 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-06T20:37:36.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:36 smithi031 bash[21430]: audit 2024-06-06T20:37:36.298583+0000 mon.smithi016 (mon.0) 705 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:37:37.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:36 smithi016 bash[14670]: cephadm 2024-06-06T20:37:35.265840+0000 mgr.smithi016.jbjtdq (mgr.14193) 150 : cephadm [INF] Detected new or changed devices on smithi031 2024-06-06T20:37:37.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:36 smithi016 bash[14670]: cephadm 2024-06-06T20:37:35.287722+0000 mgr.smithi016.jbjtdq (mgr.14193) 151 : cephadm [INF] Adjusting osd_memory_target on smithi031 to 3773M 2024-06-06T20:37:37.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:36 smithi016 bash[14670]: audit 2024-06-06T20:37:36.220905+0000 mon.smithi016 (mon.0) 691 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:37.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:36 smithi016 bash[14670]: audit 2024-06-06T20:37:36.250729+0000 mon.smithi016 (mon.0) 692 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:37.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:36 smithi016 bash[14670]: audit 2024-06-06T20:37:36.252976+0000 mon.smithi016 (mon.0) 693 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-06-06T20:37:37.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:36 smithi016 bash[14670]: audit 2024-06-06T20:37:36.254467+0000 mon.smithi016 (mon.0) 694 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-06-06T20:37:37.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:36 smithi016 bash[14670]: audit 2024-06-06T20:37:36.255853+0000 mon.smithi016 (mon.0) 695 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-06-06T20:37:37.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:36 smithi016 bash[14670]: audit 2024-06-06T20:37:36.257234+0000 mon.smithi016 (mon.0) 696 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-06-06T20:37:37.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:36 smithi016 bash[14670]: audit 2024-06-06T20:37:36.264866+0000 mon.smithi016 (mon.0) 697 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:37.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:36 smithi016 bash[14670]: audit 2024-06-06T20:37:36.267502+0000 mon.smithi016 (mon.0) 698 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:37:37.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:36 smithi016 bash[14670]: audit 2024-06-06T20:37:36.268752+0000 mon.smithi016 (mon.0) 699 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-06T20:37:37.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:36 smithi016 bash[14670]: audit 2024-06-06T20:37:36.276327+0000 mon.smithi016 (mon.0) 700 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:37:37.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:36 smithi016 bash[14670]: audit 2024-06-06T20:37:36.281940+0000 mon.smithi016 (mon.0) 701 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-06T20:37:37.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:36 smithi016 bash[14670]: audit 2024-06-06T20:37:36.290808+0000 mon.smithi016 (mon.0) 702 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-06T20:37:37.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:36 smithi016 bash[14670]: audit 2024-06-06T20:37:36.292087+0000 mon.smithi016 (mon.0) 703 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:37:37.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:36 smithi016 bash[14670]: audit 2024-06-06T20:37:36.297260+0000 mon.smithi016 (mon.0) 704 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-06-06T20:37:37.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:36 smithi016 bash[14670]: audit 2024-06-06T20:37:36.298583+0000 mon.smithi016 (mon.0) 705 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:37:37.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:37 smithi031 bash[21430]: cephadm 2024-06-06T20:37:36.211687+0000 mgr.smithi016.jbjtdq (mgr.14193) 152 : cephadm [INF] Detected new or changed devices on smithi016 2024-06-06T20:37:37.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:37 smithi031 bash[21430]: cephadm 2024-06-06T20:37:36.258332+0000 mgr.smithi016.jbjtdq (mgr.14193) 153 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 3005M 2024-06-06T20:37:37.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:37 smithi031 bash[21430]: cluster 2024-06-06T20:37:36.305877+0000 mgr.smithi016.jbjtdq (mgr.14193) 154 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:37:38.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:37 smithi016 bash[14670]: cephadm 2024-06-06T20:37:36.211687+0000 mgr.smithi016.jbjtdq (mgr.14193) 152 : cephadm [INF] Detected new or changed devices on smithi016 2024-06-06T20:37:38.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:37 smithi016 bash[14670]: cephadm 2024-06-06T20:37:36.258332+0000 mgr.smithi016.jbjtdq (mgr.14193) 153 : cephadm [INF] Adjusting osd_memory_target on smithi016 to 3005M 2024-06-06T20:37:38.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:37 smithi016 bash[14670]: cluster 2024-06-06T20:37:36.305877+0000 mgr.smithi016.jbjtdq (mgr.14193) 154 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:37:39.704 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:37:39.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:39 smithi031 bash[21430]: cluster 2024-06-06T20:37:38.306541+0000 mgr.smithi016.jbjtdq (mgr.14193) 155 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:37:40.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:39 smithi016 bash[14670]: cluster 2024-06-06T20:37:38.306541+0000 mgr.smithi016.jbjtdq (mgr.14193) 155 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:37:41.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:41 smithi016 bash[14670]: cluster 2024-06-06T20:37:40.307124+0000 mgr.smithi016.jbjtdq (mgr.14193) 156 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:37:41.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:41 smithi016 bash[14670]: audit 2024-06-06T20:37:40.907573+0000 mon.smithi016 (mon.0) 706 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:37:41.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:41 smithi031 bash[21430]: cluster 2024-06-06T20:37:40.307124+0000 mgr.smithi016.jbjtdq (mgr.14193) 156 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:37:41.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:41 smithi031 bash[21430]: audit 2024-06-06T20:37:40.907573+0000 mon.smithi016 (mon.0) 706 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:37:43.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:43 smithi031 bash[21430]: cluster 2024-06-06T20:37:42.307812+0000 mgr.smithi016.jbjtdq (mgr.14193) 157 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:37:44.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:43 smithi016 bash[14670]: cluster 2024-06-06T20:37:42.307812+0000 mgr.smithi016.jbjtdq (mgr.14193) 157 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:37:44.068 INFO:teuthology.orchestra.run.smithi016.stdout:[client.0] 2024-06-06T20:37:44.068 INFO:teuthology.orchestra.run.smithi016.stdout: key = AQAYHmJmxd/oAxAA2HWDNY/kO1IrOEWTsW7E5w== 2024-06-06T20:37:44.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:44 smithi016 bash[14670]: audit 2024-06-06T20:37:44.065282+0000 mon.smithi016 (mon.0) 707 : audit [INF] from='client.? 172.21.15.16:0/3123510210' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-06-06T20:37:44.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:44 smithi016 bash[14670]: audit 2024-06-06T20:37:44.072712+0000 mon.smithi016 (mon.0) 708 : audit [INF] from='client.? 172.21.15.16:0/3123510210' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-06-06T20:37:44.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:44 smithi031 bash[21430]: audit 2024-06-06T20:37:44.065282+0000 mon.smithi016 (mon.0) 707 : audit [INF] from='client.? 172.21.15.16:0/3123510210' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-06-06T20:37:44.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:44 smithi031 bash[21430]: audit 2024-06-06T20:37:44.072712+0000 mon.smithi016 (mon.0) 708 : audit [INF] from='client.? 172.21.15.16:0/3123510210' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-06-06T20:37:45.014 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-06-06T20:37:45.014 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-06-06T20:37:45.014 DEBUG:teuthology.orchestra.run.smithi016:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-06-06T20:37:45.074 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-06-06T20:37:45.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:45 smithi031 bash[21430]: cluster 2024-06-06T20:37:44.308381+0000 mgr.smithi016.jbjtdq (mgr.14193) 158 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:37:46.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:45 smithi016 bash[14670]: cluster 2024-06-06T20:37:44.308381+0000 mgr.smithi016.jbjtdq (mgr.14193) 158 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:37:47.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:47 smithi016 bash[14670]: cluster 2024-06-06T20:37:46.309126+0000 mgr.smithi016.jbjtdq (mgr.14193) 159 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:37:47.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:47 smithi031 bash[21430]: cluster 2024-06-06T20:37:46.309126+0000 mgr.smithi016.jbjtdq (mgr.14193) 159 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:37:49.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:48 smithi016 bash[14670]: cluster 2024-06-06T20:37:48.309764+0000 mgr.smithi016.jbjtdq (mgr.14193) 160 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:37:49.089 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:48 smithi031 bash[21430]: cluster 2024-06-06T20:37:48.309764+0000 mgr.smithi016.jbjtdq (mgr.14193) 160 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:37:49.806 INFO:teuthology.orchestra.run.smithi031.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi031/config 2024-06-06T20:37:51.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:51 smithi016 bash[14670]: cluster 2024-06-06T20:37:50.310464+0000 mgr.smithi016.jbjtdq (mgr.14193) 161 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:37:51.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:51 smithi031 bash[21430]: cluster 2024-06-06T20:37:50.310464+0000 mgr.smithi016.jbjtdq (mgr.14193) 161 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:37:53.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:53 smithi031 bash[21430]: cluster 2024-06-06T20:37:52.311164+0000 mgr.smithi016.jbjtdq (mgr.14193) 162 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:37:53.695 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:53 smithi016 bash[14670]: cluster 2024-06-06T20:37:52.311164+0000 mgr.smithi016.jbjtdq (mgr.14193) 162 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:37:54.259 INFO:teuthology.orchestra.run.smithi031.stdout:[client.1] 2024-06-06T20:37:54.259 INFO:teuthology.orchestra.run.smithi031.stdout: key = AQAiHmJmldI7DxAAPLMGc7Bo1MncA6djPakJPw== 2024-06-06T20:37:54.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:54 smithi016 bash[14670]: audit 2024-06-06T20:37:54.253904+0000 mon.smithi031 (mon.1) 20 : audit [INF] from='client.? 172.21.15.31:0/3990466205' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-06-06T20:37:54.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:54 smithi016 bash[14670]: audit 2024-06-06T20:37:54.255202+0000 mon.smithi016 (mon.0) 709 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-06-06T20:37:54.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:54 smithi016 bash[14670]: audit 2024-06-06T20:37:54.262127+0000 mon.smithi016 (mon.0) 710 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-06-06T20:37:54.706 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:54 smithi031 bash[21430]: audit 2024-06-06T20:37:54.253904+0000 mon.smithi031 (mon.1) 20 : audit [INF] from='client.? 172.21.15.31:0/3990466205' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-06-06T20:37:54.706 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:54 smithi031 bash[21430]: audit 2024-06-06T20:37:54.255202+0000 mon.smithi016 (mon.0) 709 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-06-06T20:37:54.706 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:54 smithi031 bash[21430]: audit 2024-06-06T20:37:54.262127+0000 mon.smithi016 (mon.0) 710 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-06-06T20:37:55.485 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-06-06T20:37:55.485 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-06-06T20:37:55.485 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-06-06T20:37:55.507 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-06-06T20:37:55.507 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-06-06T20:37:55.507 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph mgr dump --format=json 2024-06-06T20:37:55.629 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:55 smithi016 bash[14670]: cluster 2024-06-06T20:37:54.311865+0000 mgr.smithi016.jbjtdq (mgr.14193) 163 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:37:55.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:55 smithi031 bash[21430]: cluster 2024-06-06T20:37:54.311865+0000 mgr.smithi016.jbjtdq (mgr.14193) 163 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:37:56.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:56 smithi031 bash[21430]: audit 2024-06-06T20:37:55.908506+0000 mon.smithi016 (mon.0) 711 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:37:56.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:56 smithi016 bash[14670]: audit 2024-06-06T20:37:55.908506+0000 mon.smithi016 (mon.0) 711 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:37:57.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:57 smithi016 bash[14670]: cluster 2024-06-06T20:37:56.312586+0000 mgr.smithi016.jbjtdq (mgr.14193) 164 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:37:57.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:57 smithi031 bash[21430]: cluster 2024-06-06T20:37:56.312586+0000 mgr.smithi016.jbjtdq (mgr.14193) 164 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:37:59.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:37:59 smithi016 bash[14670]: cluster 2024-06-06T20:37:58.313218+0000 mgr.smithi016.jbjtdq (mgr.14193) 165 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:37:59.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:37:59 smithi031 bash[21430]: cluster 2024-06-06T20:37:58.313218+0000 mgr.smithi016.jbjtdq (mgr.14193) 165 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:00.258 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:38:01.637 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:01 smithi016 bash[14670]: cluster 2024-06-06T20:38:00.313864+0000 mgr.smithi016.jbjtdq (mgr.14193) 166 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:01.673 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:01 smithi031 bash[21430]: cluster 2024-06-06T20:38:00.313864+0000 mgr.smithi016.jbjtdq (mgr.14193) 166 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:03.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:03 smithi016 bash[14670]: cluster 2024-06-06T20:38:02.314627+0000 mgr.smithi016.jbjtdq (mgr.14193) 167 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:03.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:03 smithi031 bash[21430]: cluster 2024-06-06T20:38:02.314627+0000 mgr.smithi016.jbjtdq (mgr.14193) 167 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:04.406 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:38:05.233 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":19,"flags":0,"active_gid":14193,"active_name":"smithi016.jbjtdq","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6800","nonce":2581841439},{"type":"v1","addr":"172.21.15.16:6801","nonce":2581841439}]},"active_addr":"172.21.15.16:6801/2581841439","active_change":"2024-06-06T20:34:40.806230+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":14210,"name":"smithi031.vpaaky","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:1.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail: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":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":false,"error_string":"No module named 'kubernetes.client.models.v1_event'","module_options":{}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","prometheus","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:9.4.7","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail: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":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":false,"error_string":"No module named 'kubernetes.client.models.v1_event'","module_options":{}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.16:8443/","prometheus":"http://172.21.15.16: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.16:0","nonce":4170233855}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.16:0","nonce":656965722}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.16:0","nonce":2336670478}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.16:0","nonce":304580976}]}]} 2024-06-06T20:38:05.239 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-06-06T20:38:05.239 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-06-06T20:38:05.239 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph osd dump --format=json 2024-06-06T20:38:05.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:05 smithi016 bash[14670]: cluster 2024-06-06T20:38:04.315087+0000 mgr.smithi016.jbjtdq (mgr.14193) 168 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:05.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:05 smithi016 bash[14670]: audit 2024-06-06T20:38:04.404123+0000 mon.smithi016 (mon.0) 712 : audit [DBG] from='client.? 172.21.15.16:0/1353488493' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-06-06T20:38:05.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:05 smithi031 bash[21430]: cluster 2024-06-06T20:38:04.315087+0000 mgr.smithi016.jbjtdq (mgr.14193) 168 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:05.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:05 smithi031 bash[21430]: audit 2024-06-06T20:38:04.404123+0000 mon.smithi016 (mon.0) 712 : audit [DBG] from='client.? 172.21.15.16:0/1353488493' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-06-06T20:38:07.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:06 smithi016 bash[14670]: audit 2024-06-06T20:38:05.697273+0000 mon.smithi016 (mon.0) 713 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:38:07.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:06 smithi016 bash[14670]: audit 2024-06-06T20:38:05.705104+0000 mon.smithi016 (mon.0) 714 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:38:07.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:06 smithi016 bash[14670]: audit 2024-06-06T20:38:05.769910+0000 mon.smithi016 (mon.0) 715 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:38:07.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:06 smithi016 bash[14670]: audit 2024-06-06T20:38:05.777780+0000 mon.smithi016 (mon.0) 716 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:38:07.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:06 smithi016 bash[14670]: cluster 2024-06-06T20:38:06.315729+0000 mgr.smithi016.jbjtdq (mgr.14193) 169 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:07.089 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:06 smithi031 bash[21430]: audit 2024-06-06T20:38:05.697273+0000 mon.smithi016 (mon.0) 713 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:38:07.089 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:06 smithi031 bash[21430]: audit 2024-06-06T20:38:05.705104+0000 mon.smithi016 (mon.0) 714 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:38:07.089 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:06 smithi031 bash[21430]: audit 2024-06-06T20:38:05.769910+0000 mon.smithi016 (mon.0) 715 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:38:07.089 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:06 smithi031 bash[21430]: audit 2024-06-06T20:38:05.777780+0000 mon.smithi016 (mon.0) 716 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:38:07.090 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:06 smithi031 bash[21430]: cluster 2024-06-06T20:38:06.315729+0000 mgr.smithi016.jbjtdq (mgr.14193) 169 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:09.655 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:09 smithi031 bash[21430]: cluster 2024-06-06T20:38:08.316385+0000 mgr.smithi016.jbjtdq (mgr.14193) 170 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:09.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:09 smithi016 bash[14670]: cluster 2024-06-06T20:38:08.316385+0000 mgr.smithi016.jbjtdq (mgr.14193) 170 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:09.977 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:38:11.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:11 smithi016 bash[14670]: cluster 2024-06-06T20:38:10.316985+0000 mgr.smithi016.jbjtdq (mgr.14193) 171 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:11.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:11 smithi016 bash[14670]: audit 2024-06-06T20:38:10.909079+0000 mon.smithi016 (mon.0) 717 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:38:11.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:11 smithi031 bash[21430]: cluster 2024-06-06T20:38:10.316985+0000 mgr.smithi016.jbjtdq (mgr.14193) 171 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:11.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:11 smithi031 bash[21430]: audit 2024-06-06T20:38:10.909079+0000 mon.smithi016 (mon.0) 717 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:38:12.873 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:38:12.873 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":43,"fsid":"ac338a92-2443-11ef-bc9b-c7b262605968","created":"2024-06-06T20:31:56.055161+0000","modified":"2024-06-06T20:37:20.000699+0000","last_up_change":"2024-06-06T20:37:15.963472+0000","last_in_change":"2024-06-06T20:36:21.701410+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-06-06T20:36:55.404009+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_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":"30a62ad1-6ed7-44a9-88e5-66f86cfcf7c2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6800","nonce":3335931809},{"type":"v1","addr":"172.21.15.31:6801","nonce":3335931809}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6802","nonce":3335931809},{"type":"v1","addr":"172.21.15.31:6803","nonce":3335931809}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6806","nonce":3335931809},{"type":"v1","addr":"172.21.15.31:6807","nonce":3335931809}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6804","nonce":3335931809},{"type":"v1","addr":"172.21.15.31:6805","nonce":3335931809}]},"public_addr":"172.21.15.31:6801/3335931809","cluster_addr":"172.21.15.31:6803/3335931809","heartbeat_back_addr":"172.21.15.31:6807/3335931809","heartbeat_front_addr":"172.21.15.31:6805/3335931809","state":["exists","up"]},{"osd":1,"uuid":"100abfce-cd02-4a02-b57a-2fc6cb0ad432","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6802","nonce":1398696340},{"type":"v1","addr":"172.21.15.16:6803","nonce":1398696340}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6804","nonce":1398696340},{"type":"v1","addr":"172.21.15.16:6805","nonce":1398696340}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6808","nonce":1398696340},{"type":"v1","addr":"172.21.15.16:6809","nonce":1398696340}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6806","nonce":1398696340},{"type":"v1","addr":"172.21.15.16:6807","nonce":1398696340}]},"public_addr":"172.21.15.16:6803/1398696340","cluster_addr":"172.21.15.16:6805/1398696340","heartbeat_back_addr":"172.21.15.16:6809/1398696340","heartbeat_front_addr":"172.21.15.16:6807/1398696340","state":["exists","up"]},{"osd":2,"uuid":"30e34e5c-d042-465b-a57e-93052c095304","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6808","nonce":1845946696},{"type":"v1","addr":"172.21.15.31:6809","nonce":1845946696}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6810","nonce":1845946696},{"type":"v1","addr":"172.21.15.31:6811","nonce":1845946696}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6814","nonce":1845946696},{"type":"v1","addr":"172.21.15.31:6815","nonce":1845946696}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6812","nonce":1845946696},{"type":"v1","addr":"172.21.15.31:6813","nonce":1845946696}]},"public_addr":"172.21.15.31:6809/1845946696","cluster_addr":"172.21.15.31:6811/1845946696","heartbeat_back_addr":"172.21.15.31:6815/1845946696","heartbeat_front_addr":"172.21.15.31:6813/1845946696","state":["exists","up"]},{"osd":3,"uuid":"b691c819-f274-4795-b120-bda89155ce4a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6810","nonce":189820617},{"type":"v1","addr":"172.21.15.16:6811","nonce":189820617}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6812","nonce":189820617},{"type":"v1","addr":"172.21.15.16:6813","nonce":189820617}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6816","nonce":189820617},{"type":"v1","addr":"172.21.15.16:6817","nonce":189820617}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6814","nonce":189820617},{"type":"v1","addr":"172.21.15.16:6815","nonce":189820617}]},"public_addr":"172.21.15.16:6811/189820617","cluster_addr":"172.21.15.16:6813/189820617","heartbeat_back_addr":"172.21.15.16:6817/189820617","heartbeat_front_addr":"172.21.15.16:6815/189820617","state":["exists","up"]},{"osd":4,"uuid":"b21e31ab-2df2-4059-b87d-949693f3d895","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6816","nonce":3808738043},{"type":"v1","addr":"172.21.15.31:6817","nonce":3808738043}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6818","nonce":3808738043},{"type":"v1","addr":"172.21.15.31:6819","nonce":3808738043}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6822","nonce":3808738043},{"type":"v1","addr":"172.21.15.31:6823","nonce":3808738043}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6820","nonce":3808738043},{"type":"v1","addr":"172.21.15.31:6821","nonce":3808738043}]},"public_addr":"172.21.15.31:6817/3808738043","cluster_addr":"172.21.15.31:6819/3808738043","heartbeat_back_addr":"172.21.15.31:6823/3808738043","heartbeat_front_addr":"172.21.15.31:6821/3808738043","state":["exists","up"]},{"osd":5,"uuid":"059f56e8-97cb-4794-80b1-a4581184e8c9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6818","nonce":2917424560},{"type":"v1","addr":"172.21.15.16:6819","nonce":2917424560}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6820","nonce":2917424560},{"type":"v1","addr":"172.21.15.16:6821","nonce":2917424560}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6824","nonce":2917424560},{"type":"v1","addr":"172.21.15.16:6825","nonce":2917424560}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6822","nonce":2917424560},{"type":"v1","addr":"172.21.15.16:6823","nonce":2917424560}]},"public_addr":"172.21.15.16:6819/2917424560","cluster_addr":"172.21.15.16:6821/2917424560","heartbeat_back_addr":"172.21.15.16:6825/2917424560","heartbeat_front_addr":"172.21.15.16:6823/2917424560","state":["exists","up"]},{"osd":6,"uuid":"1386366e-19ec-4189-9300-675ca2fc171a","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.31:6824","nonce":4083365948},{"type":"v1","addr":"172.21.15.31:6825","nonce":4083365948}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6826","nonce":4083365948},{"type":"v1","addr":"172.21.15.31:6827","nonce":4083365948}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6830","nonce":4083365948},{"type":"v1","addr":"172.21.15.31:6831","nonce":4083365948}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6828","nonce":4083365948},{"type":"v1","addr":"172.21.15.31:6829","nonce":4083365948}]},"public_addr":"172.21.15.31:6825/4083365948","cluster_addr":"172.21.15.31:6827/4083365948","heartbeat_back_addr":"172.21.15.31:6831/4083365948","heartbeat_front_addr":"172.21.15.31:6829/4083365948","state":["exists","up"]},{"osd":7,"uuid":"b19b46e5-1fdf-422a-aec9-a14e0bc3d2e1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6826","nonce":3121887135},{"type":"v1","addr":"172.21.15.16:6827","nonce":3121887135}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6828","nonce":3121887135},{"type":"v1","addr":"172.21.15.16:6829","nonce":3121887135}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6832","nonce":3121887135},{"type":"v1","addr":"172.21.15.16:6833","nonce":3121887135}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6830","nonce":3121887135},{"type":"v1","addr":"172.21.15.16:6831","nonce":3121887135}]},"public_addr":"172.21.15.16:6827/3121887135","cluster_addr":"172.21.15.16:6829/3121887135","heartbeat_back_addr":"172.21.15.16:6833/3121887135","heartbeat_front_addr":"172.21.15.16:6831/3121887135","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-06-06T20:36:46.389210+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-06-06T20:36:53.497081+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-06-06T20:36:52.135881+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-06-06T20:37:00.519193+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-06-06T20:36:58.288830+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-06-06T20:37:08.989958+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-06-06T20:37:03.426356+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-06-06T20:37:14.222784+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.16:0/2571500817":"2024-06-07T20:32:23.874627+0000","172.21.15.16:0/252086922":"2024-06-07T20:33:09.582787+0000","172.21.15.16:6800/2831235290":"2024-06-07T20:33:09.582787+0000","172.21.15.16:0/1982187500":"2024-06-07T20:34:40.806106+0000","172.21.15.16:0/2922827606":"2024-06-07T20:32:23.874627+0000","172.21.15.16:0/111481312":"2024-06-07T20:33:09.582787+0000","172.21.15.16:0/202767972":"2024-06-07T20:32:23.874627+0000","172.21.15.16:6800/80470666":"2024-06-07T20:32:23.874627+0000","172.21.15.16:6801/80470666":"2024-06-07T20:32:23.874627+0000","172.21.15.16:0/2613923779":"2024-06-07T20:34:40.806106+0000","172.21.15.16:6801/1739633977":"2024-06-07T20:34:40.806106+0000","172.21.15.16:0/2453424666":"2024-06-07T20:33:09.582787+0000","172.21.15.16:6800/1739633977":"2024-06-07T20:34:40.806106+0000","172.21.15.16:6801/2831235290":"2024-06-07T20:33:09.582787+0000","172.21.15.16:0/4005752352":"2024-06-07T20:34:40.806106+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-06-06T20:38:13.568 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-06-06T20:38:13.568 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph osd dump --format=json 2024-06-06T20:38:13.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:13 smithi016 bash[14670]: cluster 2024-06-06T20:38:12.317596+0000 mgr.smithi016.jbjtdq (mgr.14193) 172 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:13.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:13 smithi016 bash[14670]: audit 2024-06-06T20:38:12.876208+0000 mon.smithi016 (mon.0) 718 : audit [DBG] from='client.? 172.21.15.16:0/2296241432' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-06-06T20:38:13.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:13 smithi031 bash[21430]: cluster 2024-06-06T20:38:12.317596+0000 mgr.smithi016.jbjtdq (mgr.14193) 172 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:13.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:13 smithi031 bash[21430]: audit 2024-06-06T20:38:12.876208+0000 mon.smithi016 (mon.0) 718 : audit [DBG] from='client.? 172.21.15.16:0/2296241432' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-06-06T20:38:15.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:15 smithi016 bash[14670]: cluster 2024-06-06T20:38:14.318189+0000 mgr.smithi016.jbjtdq (mgr.14193) 173 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:15.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:15 smithi031 bash[21430]: cluster 2024-06-06T20:38:14.318189+0000 mgr.smithi016.jbjtdq (mgr.14193) 173 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:17.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:17 smithi016 bash[14670]: cluster 2024-06-06T20:38:16.318982+0000 mgr.smithi016.jbjtdq (mgr.14193) 174 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:17.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:17 smithi031 bash[21430]: cluster 2024-06-06T20:38:16.318982+0000 mgr.smithi016.jbjtdq (mgr.14193) 174 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:18.320 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:38:19.635 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:19 smithi016 bash[14670]: cluster 2024-06-06T20:38:18.319634+0000 mgr.smithi016.jbjtdq (mgr.14193) 175 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:19.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:19 smithi031 bash[21430]: cluster 2024-06-06T20:38:18.319634+0000 mgr.smithi016.jbjtdq (mgr.14193) 175 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:21.385 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:38:21.385 INFO:teuthology.orchestra.run.smithi016.stdout:{"epoch":43,"fsid":"ac338a92-2443-11ef-bc9b-c7b262605968","created":"2024-06-06T20:31:56.055161+0000","modified":"2024-06-06T20:37:20.000699+0000","last_up_change":"2024-06-06T20:37:15.963472+0000","last_in_change":"2024-06-06T20:36:21.701410+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-06-06T20:36:55.404009+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"24","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_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":"30a62ad1-6ed7-44a9-88e5-66f86cfcf7c2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6800","nonce":3335931809},{"type":"v1","addr":"172.21.15.31:6801","nonce":3335931809}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6802","nonce":3335931809},{"type":"v1","addr":"172.21.15.31:6803","nonce":3335931809}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6806","nonce":3335931809},{"type":"v1","addr":"172.21.15.31:6807","nonce":3335931809}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6804","nonce":3335931809},{"type":"v1","addr":"172.21.15.31:6805","nonce":3335931809}]},"public_addr":"172.21.15.31:6801/3335931809","cluster_addr":"172.21.15.31:6803/3335931809","heartbeat_back_addr":"172.21.15.31:6807/3335931809","heartbeat_front_addr":"172.21.15.31:6805/3335931809","state":["exists","up"]},{"osd":1,"uuid":"100abfce-cd02-4a02-b57a-2fc6cb0ad432","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":31,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6802","nonce":1398696340},{"type":"v1","addr":"172.21.15.16:6803","nonce":1398696340}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6804","nonce":1398696340},{"type":"v1","addr":"172.21.15.16:6805","nonce":1398696340}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6808","nonce":1398696340},{"type":"v1","addr":"172.21.15.16:6809","nonce":1398696340}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6806","nonce":1398696340},{"type":"v1","addr":"172.21.15.16:6807","nonce":1398696340}]},"public_addr":"172.21.15.16:6803/1398696340","cluster_addr":"172.21.15.16:6805/1398696340","heartbeat_back_addr":"172.21.15.16:6809/1398696340","heartbeat_front_addr":"172.21.15.16:6807/1398696340","state":["exists","up"]},{"osd":2,"uuid":"30e34e5c-d042-465b-a57e-93052c095304","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6808","nonce":1845946696},{"type":"v1","addr":"172.21.15.31:6809","nonce":1845946696}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6810","nonce":1845946696},{"type":"v1","addr":"172.21.15.31:6811","nonce":1845946696}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6814","nonce":1845946696},{"type":"v1","addr":"172.21.15.31:6815","nonce":1845946696}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6812","nonce":1845946696},{"type":"v1","addr":"172.21.15.31:6813","nonce":1845946696}]},"public_addr":"172.21.15.31:6809/1845946696","cluster_addr":"172.21.15.31:6811/1845946696","heartbeat_back_addr":"172.21.15.31:6815/1845946696","heartbeat_front_addr":"172.21.15.31:6813/1845946696","state":["exists","up"]},{"osd":3,"uuid":"b691c819-f274-4795-b120-bda89155ce4a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6810","nonce":189820617},{"type":"v1","addr":"172.21.15.16:6811","nonce":189820617}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6812","nonce":189820617},{"type":"v1","addr":"172.21.15.16:6813","nonce":189820617}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6816","nonce":189820617},{"type":"v1","addr":"172.21.15.16:6817","nonce":189820617}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6814","nonce":189820617},{"type":"v1","addr":"172.21.15.16:6815","nonce":189820617}]},"public_addr":"172.21.15.16:6811/189820617","cluster_addr":"172.21.15.16:6813/189820617","heartbeat_back_addr":"172.21.15.16:6817/189820617","heartbeat_front_addr":"172.21.15.16:6815/189820617","state":["exists","up"]},{"osd":4,"uuid":"b21e31ab-2df2-4059-b87d-949693f3d895","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6816","nonce":3808738043},{"type":"v1","addr":"172.21.15.31:6817","nonce":3808738043}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6818","nonce":3808738043},{"type":"v1","addr":"172.21.15.31:6819","nonce":3808738043}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6822","nonce":3808738043},{"type":"v1","addr":"172.21.15.31:6823","nonce":3808738043}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6820","nonce":3808738043},{"type":"v1","addr":"172.21.15.31:6821","nonce":3808738043}]},"public_addr":"172.21.15.31:6817/3808738043","cluster_addr":"172.21.15.31:6819/3808738043","heartbeat_back_addr":"172.21.15.31:6823/3808738043","heartbeat_front_addr":"172.21.15.31:6821/3808738043","state":["exists","up"]},{"osd":5,"uuid":"059f56e8-97cb-4794-80b1-a4581184e8c9","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":35,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6818","nonce":2917424560},{"type":"v1","addr":"172.21.15.16:6819","nonce":2917424560}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6820","nonce":2917424560},{"type":"v1","addr":"172.21.15.16:6821","nonce":2917424560}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6824","nonce":2917424560},{"type":"v1","addr":"172.21.15.16:6825","nonce":2917424560}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6822","nonce":2917424560},{"type":"v1","addr":"172.21.15.16:6823","nonce":2917424560}]},"public_addr":"172.21.15.16:6819/2917424560","cluster_addr":"172.21.15.16:6821/2917424560","heartbeat_back_addr":"172.21.15.16:6825/2917424560","heartbeat_front_addr":"172.21.15.16:6823/2917424560","state":["exists","up"]},{"osd":6,"uuid":"1386366e-19ec-4189-9300-675ca2fc171a","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.31:6824","nonce":4083365948},{"type":"v1","addr":"172.21.15.31:6825","nonce":4083365948}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6826","nonce":4083365948},{"type":"v1","addr":"172.21.15.31:6827","nonce":4083365948}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6830","nonce":4083365948},{"type":"v1","addr":"172.21.15.31:6831","nonce":4083365948}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.31:6828","nonce":4083365948},{"type":"v1","addr":"172.21.15.31:6829","nonce":4083365948}]},"public_addr":"172.21.15.31:6825/4083365948","cluster_addr":"172.21.15.31:6827/4083365948","heartbeat_back_addr":"172.21.15.31:6831/4083365948","heartbeat_front_addr":"172.21.15.31:6829/4083365948","state":["exists","up"]},{"osd":7,"uuid":"b19b46e5-1fdf-422a-aec9-a14e0bc3d2e1","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":42,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6826","nonce":3121887135},{"type":"v1","addr":"172.21.15.16:6827","nonce":3121887135}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6828","nonce":3121887135},{"type":"v1","addr":"172.21.15.16:6829","nonce":3121887135}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6832","nonce":3121887135},{"type":"v1","addr":"172.21.15.16:6833","nonce":3121887135}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.16:6830","nonce":3121887135},{"type":"v1","addr":"172.21.15.16:6831","nonce":3121887135}]},"public_addr":"172.21.15.16:6827/3121887135","cluster_addr":"172.21.15.16:6829/3121887135","heartbeat_back_addr":"172.21.15.16:6833/3121887135","heartbeat_front_addr":"172.21.15.16:6831/3121887135","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-06-06T20:36:46.389210+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-06-06T20:36:53.497081+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-06-06T20:36:52.135881+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-06-06T20:37:00.519193+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-06-06T20:36:58.288830+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-06-06T20:37:08.989958+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-06-06T20:37:03.426356+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2024-06-06T20:37:14.222784+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.16:0/2571500817":"2024-06-07T20:32:23.874627+0000","172.21.15.16:0/252086922":"2024-06-07T20:33:09.582787+0000","172.21.15.16:6800/2831235290":"2024-06-07T20:33:09.582787+0000","172.21.15.16:0/1982187500":"2024-06-07T20:34:40.806106+0000","172.21.15.16:0/2922827606":"2024-06-07T20:32:23.874627+0000","172.21.15.16:0/111481312":"2024-06-07T20:33:09.582787+0000","172.21.15.16:0/202767972":"2024-06-07T20:32:23.874627+0000","172.21.15.16:6800/80470666":"2024-06-07T20:32:23.874627+0000","172.21.15.16:6801/80470666":"2024-06-07T20:32:23.874627+0000","172.21.15.16:0/2613923779":"2024-06-07T20:34:40.806106+0000","172.21.15.16:6801/1739633977":"2024-06-07T20:34:40.806106+0000","172.21.15.16:0/2453424666":"2024-06-07T20:33:09.582787+0000","172.21.15.16:6800/1739633977":"2024-06-07T20:34:40.806106+0000","172.21.15.16:6801/2831235290":"2024-06-07T20:33:09.582787+0000","172.21.15.16:0/4005752352":"2024-06-07T20:34:40.806106+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-06-06T20:38:21.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:21 smithi016 bash[14670]: cluster 2024-06-06T20:38:20.320251+0000 mgr.smithi016.jbjtdq (mgr.14193) 176 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:21.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:21 smithi016 bash[14670]: audit 2024-06-06T20:38:21.388500+0000 mon.smithi016 (mon.0) 719 : audit [DBG] from='client.? 172.21.15.16:0/32097611' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-06-06T20:38:21.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:21 smithi031 bash[21430]: cluster 2024-06-06T20:38:20.320251+0000 mgr.smithi016.jbjtdq (mgr.14193) 176 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:21.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:21 smithi031 bash[21430]: audit 2024-06-06T20:38:21.388500+0000 mon.smithi016 (mon.0) 719 : audit [DBG] from='client.? 172.21.15.16:0/32097611' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-06-06T20:38:22.148 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-06-06T20:38:22.148 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-06-06T20:38:22.149 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-06-06T20:38:22.149 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-06-06T20:38:22.149 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-06-06T20:38:22.150 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-06-06T20:38:22.150 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-06-06T20:38:22.151 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-06-06T20:38:23.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:23 smithi016 bash[14670]: cluster 2024-06-06T20:38:22.320762+0000 mgr.smithi016.jbjtdq (mgr.14193) 177 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:23.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:23 smithi031 bash[21430]: cluster 2024-06-06T20:38:22.320762+0000 mgr.smithi016.jbjtdq (mgr.14193) 177 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:25.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:25 smithi016 bash[14670]: cluster 2024-06-06T20:38:24.321337+0000 mgr.smithi016.jbjtdq (mgr.14193) 178 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:25.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:25 smithi031 bash[21430]: cluster 2024-06-06T20:38:24.321337+0000 mgr.smithi016.jbjtdq (mgr.14193) 178 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:26.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:26 smithi016 bash[14670]: audit 2024-06-06T20:38:25.909540+0000 mon.smithi016 (mon.0) 720 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:38:26.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:26 smithi031 bash[21430]: audit 2024-06-06T20:38:25.909540+0000 mon.smithi016 (mon.0) 720 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:38:26.987 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:38:26.988 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:38:26.988 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:38:26.988 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:38:26.991 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:38:26.991 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:38:26.992 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:38:26.992 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:38:27.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:27 smithi016 bash[14670]: cluster 2024-06-06T20:38:26.321975+0000 mgr.smithi016.jbjtdq (mgr.14193) 179 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:27.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:27 smithi031 bash[21430]: cluster 2024-06-06T20:38:26.321975+0000 mgr.smithi016.jbjtdq (mgr.14193) 179 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:29.702 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:29 smithi016 bash[14670]: cluster 2024-06-06T20:38:28.322621+0000 mgr.smithi016.jbjtdq (mgr.14193) 180 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:29.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:29 smithi031 bash[21430]: cluster 2024-06-06T20:38:28.322621+0000 mgr.smithi016.jbjtdq (mgr.14193) 180 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:31.647 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:31 smithi016 bash[14670]: cluster 2024-06-06T20:38:30.323283+0000 mgr.smithi016.jbjtdq (mgr.14193) 181 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:31.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:31 smithi031 bash[21430]: cluster 2024-06-06T20:38:30.323283+0000 mgr.smithi016.jbjtdq (mgr.14193) 181 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:33.782 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:33 smithi016 bash[14670]: cluster 2024-06-06T20:38:32.323698+0000 mgr.smithi016.jbjtdq (mgr.14193) 182 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:33.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:33 smithi031 bash[21430]: cluster 2024-06-06T20:38:32.323698+0000 mgr.smithi016.jbjtdq (mgr.14193) 182 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:35.589 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:35 smithi031 bash[21430]: cluster 2024-06-06T20:38:34.324111+0000 mgr.smithi016.jbjtdq (mgr.14193) 183 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:35.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:35 smithi016 bash[14670]: cluster 2024-06-06T20:38:34.324111+0000 mgr.smithi016.jbjtdq (mgr.14193) 183 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:37.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:37 smithi016 bash[14670]: cluster 2024-06-06T20:38:36.324799+0000 mgr.smithi016.jbjtdq (mgr.14193) 184 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:37.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:37 smithi031 bash[21430]: cluster 2024-06-06T20:38:36.324799+0000 mgr.smithi016.jbjtdq (mgr.14193) 184 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:39.515 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:39 smithi016 bash[14670]: cluster 2024-06-06T20:38:38.325457+0000 mgr.smithi016.jbjtdq (mgr.14193) 185 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:39.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:39 smithi031 bash[21430]: cluster 2024-06-06T20:38:38.325457+0000 mgr.smithi016.jbjtdq (mgr.14193) 185 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:40.264 INFO:teuthology.orchestra.run.smithi016.stdout:167503724563 2024-06-06T20:38:40.264 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-06-06T20:38:40.409 INFO:teuthology.orchestra.run.smithi016.stdout:120259084309 2024-06-06T20:38:40.409 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-06-06T20:38:40.615 INFO:teuthology.orchestra.run.smithi016.stdout:150323855379 2024-06-06T20:38:40.618 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-06-06T20:38:41.639 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:41 smithi016 bash[14670]: cluster 2024-06-06T20:38:40.325854+0000 mgr.smithi016.jbjtdq (mgr.14193) 186 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:41.639 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:41 smithi016 bash[14670]: audit 2024-06-06T20:38:40.912395+0000 mon.smithi016 (mon.0) 721 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:38:41.842 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:41 smithi031 bash[21430]: cluster 2024-06-06T20:38:40.325854+0000 mgr.smithi016.jbjtdq (mgr.14193) 186 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:41.843 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:41 smithi031 bash[21430]: audit 2024-06-06T20:38:40.912395+0000 mon.smithi016 (mon.0) 721 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:38:43.014 INFO:teuthology.orchestra.run.smithi016.stdout:133143986198 2024-06-06T20:38:43.014 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-06-06T20:38:43.053 INFO:teuthology.orchestra.run.smithi016.stdout:85899345943 2024-06-06T20:38:43.053 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-06-06T20:38:43.124 INFO:teuthology.orchestra.run.smithi016.stdout:111669149717 2024-06-06T20:38:43.124 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-06-06T20:38:43.635 INFO:teuthology.orchestra.run.smithi016.stdout:90194313240 2024-06-06T20:38:43.636 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-06-06T20:38:43.732 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:43 smithi016 bash[14670]: cluster 2024-06-06T20:38:42.326463+0000 mgr.smithi016.jbjtdq (mgr.14193) 187 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:43.733 INFO:teuthology.orchestra.run.smithi016.stdout:68719476762 2024-06-06T20:38:43.733 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-06-06T20:38:43.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:43 smithi031 bash[21430]: cluster 2024-06-06T20:38:42.326463+0000 mgr.smithi016.jbjtdq (mgr.14193) 187 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:45.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:45 smithi016 bash[14670]: cluster 2024-06-06T20:38:44.327110+0000 mgr.smithi016.jbjtdq (mgr.14193) 188 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:45.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:45 smithi031 bash[21430]: cluster 2024-06-06T20:38:44.327110+0000 mgr.smithi016.jbjtdq (mgr.14193) 188 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:46.015 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:38:46.016 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:38:46.016 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:38:47.029 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:38:47.031 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:38:47.032 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:38:47.807 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:47 smithi016 bash[14670]: cluster 2024-06-06T20:38:46.327781+0000 mgr.smithi016.jbjtdq (mgr.14193) 189 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:47.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:47 smithi031 bash[21430]: cluster 2024-06-06T20:38:46.327781+0000 mgr.smithi016.jbjtdq (mgr.14193) 189 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:48.050 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:38:48.051 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:38:49.742 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:49 smithi016 bash[14670]: cluster 2024-06-06T20:38:48.328356+0000 mgr.smithi016.jbjtdq (mgr.14193) 190 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:49.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:49 smithi031 bash[21430]: cluster 2024-06-06T20:38:48.328356+0000 mgr.smithi016.jbjtdq (mgr.14193) 190 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:51.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:51 smithi016 bash[14670]: cluster 2024-06-06T20:38:50.328854+0000 mgr.smithi016.jbjtdq (mgr.14193) 191 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:51.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:51 smithi031 bash[21430]: cluster 2024-06-06T20:38:50.328854+0000 mgr.smithi016.jbjtdq (mgr.14193) 191 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:53.724 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:53 smithi016 bash[14670]: cluster 2024-06-06T20:38:52.329235+0000 mgr.smithi016.jbjtdq (mgr.14193) 192 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:53.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:53 smithi031 bash[21430]: cluster 2024-06-06T20:38:52.329235+0000 mgr.smithi016.jbjtdq (mgr.14193) 192 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:55.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:55 smithi016 bash[14670]: cluster 2024-06-06T20:38:54.329900+0000 mgr.smithi016.jbjtdq (mgr.14193) 193 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:55.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:55 smithi031 bash[21430]: cluster 2024-06-06T20:38:54.329900+0000 mgr.smithi016.jbjtdq (mgr.14193) 193 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:56.645 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:56 smithi016 bash[14670]: audit 2024-06-06T20:38:55.913056+0000 mon.smithi016 (mon.0) 722 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:38:56.743 INFO:teuthology.orchestra.run.smithi016.stdout:120259084313 2024-06-06T20:38:56.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:56 smithi031 bash[21430]: audit 2024-06-06T20:38:55.913056+0000 mon.smithi016 (mon.0) 722 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:38:57.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:57 smithi016 bash[14670]: cluster 2024-06-06T20:38:56.330378+0000 mgr.smithi016.jbjtdq (mgr.14193) 194 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:57.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:57 smithi016 bash[14670]: audit 2024-06-06T20:38:56.747794+0000 mon.smithi016 (mon.0) 723 : audit [DBG] from='client.? 172.21.15.16:0/1471031182' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-06-06T20:38:57.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:57 smithi031 bash[21430]: cluster 2024-06-06T20:38:56.330378+0000 mgr.smithi016.jbjtdq (mgr.14193) 194 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:57.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:57 smithi031 bash[21430]: audit 2024-06-06T20:38:56.747794+0000 mon.smithi016 (mon.0) 723 : audit [DBG] from='client.? 172.21.15.16:0/1471031182' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-06-06T20:38:59.156 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084309 got 120259084313 for osd.3 2024-06-06T20:38:59.157 DEBUG:teuthology.parallel:result is None 2024-06-06T20:38:59.496 INFO:teuthology.orchestra.run.smithi016.stdout:167503724567 2024-06-06T20:38:59.765 INFO:teuthology.orchestra.run.smithi016.stdout:85899345947 2024-06-06T20:38:59.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:38:59 smithi016 bash[14670]: cluster 2024-06-06T20:38:58.330994+0000 mgr.smithi016.jbjtdq (mgr.14193) 195 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:38:59.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:38:59 smithi031 bash[21430]: cluster 2024-06-06T20:38:58.330994+0000 mgr.smithi016.jbjtdq (mgr.14193) 195 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:00.206 INFO:teuthology.orchestra.run.smithi016.stdout:68719476765 2024-06-06T20:39:00.226 INFO:teuthology.orchestra.run.smithi016.stdout:150323855383 2024-06-06T20:39:00.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:00 smithi016 bash[14670]: audit 2024-06-06T20:38:59.501012+0000 mon.smithi016 (mon.0) 724 : audit [DBG] from='client.? 172.21.15.16:0/2618428043' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-06-06T20:39:00.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:00 smithi016 bash[14670]: audit 2024-06-06T20:38:59.769711+0000 mon.smithi016 (mon.0) 725 : audit [DBG] from='client.? 172.21.15.16:0/2036263034' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-06-06T20:39:00.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:00 smithi016 bash[14670]: audit 2024-06-06T20:39:00.211084+0000 mon.smithi016 (mon.0) 726 : audit [DBG] from='client.? 172.21.15.16:0/3184415918' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-06-06T20:39:00.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:00 smithi016 bash[14670]: audit 2024-06-06T20:39:00.231429+0000 mon.smithi016 (mon.0) 727 : audit [DBG] from='client.? 172.21.15.16:0/1764009593' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-06-06T20:39:00.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:00 smithi031 bash[21430]: audit 2024-06-06T20:38:59.501012+0000 mon.smithi016 (mon.0) 724 : audit [DBG] from='client.? 172.21.15.16:0/2618428043' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-06-06T20:39:00.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:00 smithi031 bash[21430]: audit 2024-06-06T20:38:59.769711+0000 mon.smithi016 (mon.0) 725 : audit [DBG] from='client.? 172.21.15.16:0/2036263034' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-06-06T20:39:00.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:00 smithi031 bash[21430]: audit 2024-06-06T20:39:00.211084+0000 mon.smithi016 (mon.0) 726 : audit [DBG] from='client.? 172.21.15.16:0/3184415918' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-06-06T20:39:00.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:00 smithi031 bash[21430]: audit 2024-06-06T20:39:00.231429+0000 mon.smithi016 (mon.0) 727 : audit [DBG] from='client.? 172.21.15.16:0/1764009593' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-06-06T20:39:01.251 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345943 got 85899345947 for osd.2 2024-06-06T20:39:01.251 DEBUG:teuthology.parallel:result is None 2024-06-06T20:39:01.540 INFO:teuthology.orchestra.run.smithi016.stdout:133143986202 2024-06-06T20:39:01.751 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:01 smithi016 bash[14670]: cluster 2024-06-06T20:39:00.331622+0000 mgr.smithi016.jbjtdq (mgr.14193) 196 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:01.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:01 smithi031 bash[21430]: cluster 2024-06-06T20:39:00.331622+0000 mgr.smithi016.jbjtdq (mgr.14193) 196 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:02.083 INFO:teuthology.orchestra.run.smithi016.stdout:111669149721 2024-06-06T20:39:02.218 INFO:teuthology.orchestra.run.smithi016.stdout:90194313243 2024-06-06T20:39:02.702 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:02 smithi016 bash[14670]: audit 2024-06-06T20:39:01.544373+0000 mon.smithi016 (mon.0) 728 : audit [DBG] from='client.? 172.21.15.16:0/2909565536' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-06-06T20:39:02.702 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:02 smithi016 bash[14670]: audit 2024-06-06T20:39:02.088168+0000 mon.smithi016 (mon.0) 729 : audit [DBG] from='client.? 172.21.15.16:0/2423470791' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-06-06T20:39:02.702 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:02 smithi016 bash[14670]: audit 2024-06-06T20:39:02.222867+0000 mon.smithi016 (mon.0) 730 : audit [DBG] from='client.? 172.21.15.16:0/2621991038' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-06-06T20:39:02.733 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724563 got 167503724567 for osd.7 2024-06-06T20:39:02.733 DEBUG:teuthology.parallel:result is None 2024-06-06T20:39:02.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:02 smithi031 bash[21430]: audit 2024-06-06T20:39:01.544373+0000 mon.smithi016 (mon.0) 728 : audit [DBG] from='client.? 172.21.15.16:0/2909565536' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-06-06T20:39:02.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:02 smithi031 bash[21430]: audit 2024-06-06T20:39:02.088168+0000 mon.smithi016 (mon.0) 729 : audit [DBG] from='client.? 172.21.15.16:0/2423470791' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-06-06T20:39:02.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:02 smithi031 bash[21430]: audit 2024-06-06T20:39:02.222867+0000 mon.smithi016 (mon.0) 730 : audit [DBG] from='client.? 172.21.15.16:0/2621991038' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-06-06T20:39:03.643 INFO:tasks.cephadm.ceph_manager.ceph:need seq 150323855379 got 150323855383 for osd.5 2024-06-06T20:39:03.643 DEBUG:teuthology.parallel:result is None 2024-06-06T20:39:03.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:03 smithi016 bash[14670]: cluster 2024-06-06T20:39:02.332163+0000 mgr.smithi016.jbjtdq (mgr.14193) 197 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:03.769 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476762 got 68719476765 for osd.0 2024-06-06T20:39:03.770 DEBUG:teuthology.parallel:result is None 2024-06-06T20:39:03.775 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986198 got 133143986202 for osd.6 2024-06-06T20:39:03.775 DEBUG:teuthology.parallel:result is None 2024-06-06T20:39:03.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:03 smithi031 bash[21430]: cluster 2024-06-06T20:39:02.332163+0000 mgr.smithi016.jbjtdq (mgr.14193) 197 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:04.448 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313240 got 90194313243 for osd.1 2024-06-06T20:39:04.448 DEBUG:teuthology.parallel:result is None 2024-06-06T20:39:04.458 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149717 got 111669149721 for osd.4 2024-06-06T20:39:04.458 DEBUG:teuthology.parallel:result is None 2024-06-06T20:39:04.458 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-06-06T20:39:04.458 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph pg dump --format=json 2024-06-06T20:39:05.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:05 smithi016 bash[14670]: cluster 2024-06-06T20:39:04.332811+0000 mgr.smithi016.jbjtdq (mgr.14193) 198 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:05.807 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:05 smithi031 bash[21430]: cluster 2024-06-06T20:39:04.332811+0000 mgr.smithi016.jbjtdq (mgr.14193) 198 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:06.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:06 smithi016 bash[14670]: audit 2024-06-06T20:39:05.880742+0000 mon.smithi016 (mon.0) 731 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-06T20:39:06.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:06 smithi031 bash[21430]: audit 2024-06-06T20:39:05.880742+0000 mon.smithi016 (mon.0) 731 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-06T20:39:07.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:07 smithi016 bash[14670]: cluster 2024-06-06T20:39:06.333500+0000 mgr.smithi016.jbjtdq (mgr.14193) 199 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:07.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:07 smithi031 bash[21430]: cluster 2024-06-06T20:39:06.333500+0000 mgr.smithi016.jbjtdq (mgr.14193) 199 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:09.253 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:39:09.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:09 smithi016 bash[14670]: cluster 2024-06-06T20:39:08.334175+0000 mgr.smithi016.jbjtdq (mgr.14193) 200 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:09.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:09 smithi031 bash[21430]: cluster 2024-06-06T20:39:08.334175+0000 mgr.smithi016.jbjtdq (mgr.14193) 200 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:11.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:11 smithi016 bash[14670]: cluster 2024-06-06T20:39:10.334734+0000 mgr.smithi016.jbjtdq (mgr.14193) 201 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:11.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:11 smithi016 bash[14670]: audit 2024-06-06T20:39:10.913218+0000 mon.smithi016 (mon.0) 732 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:39:11.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:11 smithi016 bash[14670]: audit 2024-06-06T20:39:11.473953+0000 mon.smithi016 (mon.0) 733 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:39:11.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:11 smithi016 bash[14670]: audit 2024-06-06T20:39:11.478576+0000 mon.smithi016 (mon.0) 734 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:39:11.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:11 smithi016 bash[14670]: audit 2024-06-06T20:39:11.483270+0000 mon.smithi016 (mon.0) 735 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:39:11.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:11 smithi016 bash[14670]: audit 2024-06-06T20:39:11.487018+0000 mon.smithi016 (mon.0) 736 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:39:11.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:11 smithi031 bash[21430]: cluster 2024-06-06T20:39:10.334734+0000 mgr.smithi016.jbjtdq (mgr.14193) 201 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:11.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:11 smithi031 bash[21430]: audit 2024-06-06T20:39:10.913218+0000 mon.smithi016 (mon.0) 732 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:39:11.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:11 smithi031 bash[21430]: audit 2024-06-06T20:39:11.473953+0000 mon.smithi016 (mon.0) 733 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:39:11.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:11 smithi031 bash[21430]: audit 2024-06-06T20:39:11.478576+0000 mon.smithi016 (mon.0) 734 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:39:11.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:11 smithi031 bash[21430]: audit 2024-06-06T20:39:11.483270+0000 mon.smithi016 (mon.0) 735 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:39:11.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:11 smithi031 bash[21430]: audit 2024-06-06T20:39:11.487018+0000 mon.smithi016 (mon.0) 736 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:39:12.229 INFO:teuthology.orchestra.run.smithi016.stderr:dumped all 2024-06-06T20:39:12.230 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:39:12.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:12 smithi016 bash[14670]: audit 2024-06-06T20:39:12.017764+0000 mon.smithi016 (mon.0) 737 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:39:12.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:12 smithi016 bash[14670]: audit 2024-06-06T20:39:12.018621+0000 mon.smithi016 (mon.0) 738 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-06T20:39:12.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:12 smithi016 bash[14670]: audit 2024-06-06T20:39:12.025543+0000 mon.smithi016 (mon.0) 739 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:39:12.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:12 smithi016 bash[14670]: audit 2024-06-06T20:39:12.030408+0000 mon.smithi016 (mon.0) 740 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-06T20:39:12.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:12 smithi031 bash[21430]: audit 2024-06-06T20:39:12.017764+0000 mon.smithi016 (mon.0) 737 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:39:12.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:12 smithi031 bash[21430]: audit 2024-06-06T20:39:12.018621+0000 mon.smithi016 (mon.0) 738 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-06T20:39:12.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:12 smithi031 bash[21430]: audit 2024-06-06T20:39:12.025543+0000 mon.smithi016 (mon.0) 739 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:39:12.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:12 smithi031 bash[21430]: audit 2024-06-06T20:39:12.030408+0000 mon.smithi016 (mon.0) 740 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-06T20:39:12.973 INFO:teuthology.orchestra.run.smithi016.stdout:{"pg_ready":true,"pg_map":{"version":168,"stamp":"2024-06-06T20:39:10.334446+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":156,"num_read_kb":136,"num_write":247,"num_write_kb":4504,"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":197,"ondisk_log_size":197,"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":225388,"kb_used_data":5120,"kb_used_omap":12,"kb_used_meta":220147,"kb_avail":749703060,"statfs":{"total":767926730752,"available":767695933440,"internally_reserved":0,"allocated":5242880,"data_stored":3184919,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12743,"internal_metadata":225431097},"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.003782"},"pg_stats":[{"pgid":"1.0","version":"32'197","reported_seq":306,"reported_epoch":43,"state":"active+clean","last_fresh":"2024-06-06T20:37:20.011316+0000","last_change":"2024-06-06T20:37:20.010773+0000","last_active":"2024-06-06T20:37:20.011316+0000","last_peered":"2024-06-06T20:37:20.011316+0000","last_clean":"2024-06-06T20:37:20.011316+0000","last_became_active":"2024-06-06T20:37:20.009903+0000","last_became_peered":"2024-06-06T20:37:20.009903+0000","last_unstale":"2024-06-06T20:37:20.011316+0000","last_undegraded":"2024-06-06T20:37:20.011316+0000","last_fullsized":"2024-06-06T20:37:20.011316+0000","mapping_epoch":42,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":43,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-06-06T20:36:55.921063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-06-06T20:36:55.921063+0000","last_clean_scrub_stamp":"2024-06-06T20:36:55.921063+0000","objects_scrubbed":0,"log_size":197,"log_dups_size":0,"ondisk_log_size":197,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-06-08T03:34:03.688943+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":156,"num_read_kb":136,"num_write":247,"num_write_kb":4504,"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":156,"num_read_kb":136,"num_write":247,"num_write_kb":4504,"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":2375680,"data_stored":2361472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":197,"ondisk_log_size":197,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":39,"seq":167503724569,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28020,"kb_used_data":1000,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713036,"statfs":{"total":95990841344,"available":95962148864,"internally_reserved":0,"allocated":1024000,"data_stored":766923,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1589,"internal_metadata":27654603},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jun 6 20:38:16 2024","interfaces":[{"interface":"back","average":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"min":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.173,"5min":1.173,"15min":1.173},"last":0.88400000000000001},{"interface":"front","average":{"1min":0.86899999999999999,"5min":0.86899999999999999,"15min":0.86899999999999999},"min":{"1min":0.498,"5min":0.498,"15min":0.498},"max":{"1min":1.1499999999999999,"5min":1.1499999999999999,"15min":1.1499999999999999},"last":0.69199999999999995}]},{"osd":1,"last update":"Thu Jun 6 20:38:16 2024","interfaces":[{"interface":"back","average":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"min":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":1.161,"5min":1.161,"15min":1.161},"last":0.60899999999999999},{"interface":"front","average":{"1min":0.84299999999999997,"5min":0.84299999999999997,"15min":0.84299999999999997},"min":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":1.448,"5min":1.448,"15min":1.448},"last":0.51500000000000001}]},{"osd":2,"last update":"Thu Jun 6 20:38:16 2024","interfaces":[{"interface":"back","average":{"1min":0.88400000000000001,"5min":0.88400000000000001,"15min":0.88400000000000001},"min":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.3779999999999999,"5min":1.3779999999999999,"15min":1.3779999999999999},"last":0.80900000000000005},{"interface":"front","average":{"1min":0.94099999999999995,"5min":0.94099999999999995,"15min":0.94099999999999995},"min":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.177,"5min":1.177,"15min":1.177},"last":0.92400000000000004}]},{"osd":3,"last update":"Thu Jun 6 20:38:16 2024","interfaces":[{"interface":"back","average":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"min":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.2869999999999999,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":0.78400000000000003},{"interface":"front","average":{"1min":0.873,"5min":0.873,"15min":0.873},"min":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":1.163,"5min":1.163,"15min":1.163},"last":0.54000000000000004}]},{"osd":4,"last update":"Thu Jun 6 20:38:16 2024","interfaces":[{"interface":"back","average":{"1min":0.94199999999999995,"5min":0.94199999999999995,"15min":0.94199999999999995},"min":{"1min":0.622,"5min":0.622,"15min":0.622},"max":{"1min":1.462,"5min":1.462,"15min":1.462},"last":0.85099999999999998},{"interface":"front","average":{"1min":1.0189999999999999,"5min":1.0189999999999999,"15min":1.0189999999999999},"min":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"max":{"1min":1.452,"5min":1.452,"15min":1.452},"last":0.66900000000000004}]},{"osd":5,"last update":"Thu Jun 6 20:38:16 2024","interfaces":[{"interface":"back","average":{"1min":1.0580000000000001,"5min":1.0580000000000001,"15min":1.0580000000000001},"min":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"max":{"1min":1.4059999999999999,"5min":1.4059999999999999,"15min":1.4059999999999999},"last":0.97599999999999998},{"interface":"front","average":{"1min":1.0649999999999999,"5min":1.0649999999999999,"15min":1.0649999999999999},"min":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"max":{"1min":1.627,"5min":1.627,"15min":1.627},"last":0.56599999999999995}]},{"osd":6,"last update":"Thu Jun 6 20:38:16 2024","interfaces":[{"interface":"back","average":{"1min":1.1990000000000001,"5min":1.1990000000000001,"15min":1.1990000000000001},"min":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"max":{"1min":1.839,"5min":1.839,"15min":1.839},"last":0.83399999999999996},{"interface":"front","average":{"1min":1.1060000000000001,"5min":1.1060000000000001,"15min":1.1060000000000001},"min":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"max":{"1min":1.7470000000000001,"5min":1.7470000000000001,"15min":1.7470000000000001},"last":0.94699999999999995}]}]},{"osd":5,"up_from":35,"seq":150323855385,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31540,"kb_used_data":424,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93709516,"statfs":{"total":95990841344,"available":95958544384,"internally_reserved":0,"allocated":434176,"data_stored":176886,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31848902},"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":"Thu Jun 6 20:38:11 2024","interfaces":[{"interface":"back","average":{"1min":0.875,"5min":0.875,"15min":0.875},"min":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.3440000000000001,"5min":1.3440000000000001,"15min":1.3440000000000001},"last":1.0209999999999999},{"interface":"front","average":{"1min":0.93600000000000005,"5min":0.93600000000000005,"15min":0.93600000000000005},"min":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"max":{"1min":1.6259999999999999,"5min":1.6259999999999999,"15min":1.6259999999999999},"last":0.76000000000000001}]},{"osd":1,"last update":"Thu Jun 6 20:38:11 2024","interfaces":[{"interface":"back","average":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":0.95599999999999996,"5min":0.95599999999999996,"15min":0.95599999999999996},"last":0.86099999999999999},{"interface":"front","average":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":1.4039999999999999,"5min":1.4039999999999999,"15min":1.4039999999999999},"last":0.65500000000000003}]},{"osd":2,"last update":"Thu Jun 6 20:38:11 2024","interfaces":[{"interface":"back","average":{"1min":0.95099999999999996,"5min":0.95099999999999996,"15min":0.95099999999999996},"min":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":1.2689999999999999,"5min":1.2689999999999999,"15min":1.2689999999999999},"last":0.79000000000000004},{"interface":"front","average":{"1min":0.93200000000000005,"5min":0.93200000000000005,"15min":0.93200000000000005},"min":{"1min":0.755,"5min":0.755,"15min":0.755},"max":{"1min":1.4510000000000001,"5min":1.4510000000000001,"15min":1.4510000000000001},"last":0.93899999999999995}]},{"osd":3,"last update":"Thu Jun 6 20:38:11 2024","interfaces":[{"interface":"back","average":{"1min":0.89700000000000002,"5min":0.89700000000000002,"15min":0.89700000000000002},"min":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":1.2909999999999999,"5min":1.2909999999999999,"15min":1.2909999999999999},"last":0.69599999999999995},{"interface":"front","average":{"1min":0.83499999999999996,"5min":0.83499999999999996,"15min":0.83499999999999996},"min":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"max":{"1min":1.4239999999999999,"5min":1.4239999999999999,"15min":1.4239999999999999},"last":0.82199999999999995}]},{"osd":4,"last update":"Thu Jun 6 20:38:11 2024","interfaces":[{"interface":"back","average":{"1min":0.98699999999999999,"5min":0.98699999999999999,"15min":0.98699999999999999},"min":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.5580000000000001,"5min":1.5580000000000001,"15min":1.5580000000000001},"last":1.117},{"interface":"front","average":{"1min":1.0289999999999999,"5min":1.0289999999999999,"15min":1.0289999999999999},"min":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.365,"5min":1.365,"15min":1.365},"last":1.1659999999999999}]},{"osd":6,"last update":"Thu Jun 6 20:38:11 2024","interfaces":[{"interface":"back","average":{"1min":1.028,"5min":1.028,"15min":1.028},"min":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.7290000000000001,"5min":1.7290000000000001,"15min":1.7290000000000001},"last":1.2310000000000001},{"interface":"front","average":{"1min":1.0740000000000001,"5min":1.0740000000000001,"15min":1.0740000000000001},"min":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"max":{"1min":1.3759999999999999,"5min":1.3759999999999999,"15min":1.3759999999999999},"last":0.97899999999999998}]},{"osd":7,"last update":"Thu Jun 6 20:38:21 2024","interfaces":[{"interface":"back","average":{"1min":1.0029999999999999,"5min":1.0029999999999999,"15min":1.0029999999999999},"min":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":1.383,"5min":1.383,"15min":1.383},"last":1.052},{"interface":"front","average":{"1min":1.04,"5min":1.04,"15min":1.04},"min":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"max":{"1min":1.472,"5min":1.472,"15min":1.472},"last":1.1930000000000001}]}]},{"osd":6,"up_from":31,"seq":133143986204,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27444,"kb_used_data":424,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713612,"statfs":{"total":95990841344,"available":95962738688,"internally_reserved":0,"allocated":434176,"data_stored":176886,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jun 6 20:38:08 2024","interfaces":[{"interface":"back","average":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"min":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":1.4350000000000001,"5min":1.4350000000000001,"15min":1.4350000000000001},"last":0.626},{"interface":"front","average":{"1min":0.81299999999999994,"5min":0.81299999999999994,"15min":0.81299999999999994},"min":{"1min":0.443,"5min":0.443,"15min":0.443},"max":{"1min":1.21,"5min":1.21,"15min":1.21},"last":0.81899999999999995}]},{"osd":1,"last update":"Thu Jun 6 20:38:08 2024","interfaces":[{"interface":"back","average":{"1min":0.95799999999999996,"5min":0.95799999999999996,"15min":0.95799999999999996},"min":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.288,"5min":1.288,"15min":1.288},"last":1.0009999999999999},{"interface":"front","average":{"1min":0.84799999999999998,"5min":0.84799999999999998,"15min":0.84799999999999998},"min":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":1.1080000000000001,"5min":1.1080000000000001,"15min":1.1080000000000001},"last":1.056}]},{"osd":2,"last update":"Thu Jun 6 20:38:08 2024","interfaces":[{"interface":"back","average":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"min":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.3029999999999999,"5min":1.3029999999999999,"15min":1.3029999999999999},"last":0.746},{"interface":"front","average":{"1min":0.91000000000000003,"5min":0.91000000000000003,"15min":0.91000000000000003},"min":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":1.6240000000000001,"5min":1.6240000000000001,"15min":1.6240000000000001},"last":0.90800000000000003}]},{"osd":3,"last update":"Thu Jun 6 20:38:08 2024","interfaces":[{"interface":"back","average":{"1min":0.93100000000000005,"5min":0.93100000000000005,"15min":0.93100000000000005},"min":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"max":{"1min":1.254,"5min":1.254,"15min":1.254},"last":1.1200000000000001},{"interface":"front","average":{"1min":0.98399999999999999,"5min":0.98399999999999999,"15min":0.98399999999999999},"min":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":1.3080000000000001,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":0.95699999999999996}]},{"osd":4,"last update":"Thu Jun 6 20:38:08 2024","interfaces":[{"interface":"back","average":{"1min":1.077,"5min":1.077,"15min":1.077},"min":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"max":{"1min":1.637,"5min":1.637,"15min":1.637},"last":0.78700000000000003},{"interface":"front","average":{"1min":1.05,"5min":1.05,"15min":1.05},"min":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"max":{"1min":1.333,"5min":1.333,"15min":1.333},"last":0.85399999999999998}]},{"osd":5,"last update":"Thu Jun 6 20:38:14 2024","interfaces":[{"interface":"back","average":{"1min":1.119,"5min":1.119,"15min":1.119},"min":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"max":{"1min":1.671,"5min":1.671,"15min":1.671},"last":1.034},{"interface":"front","average":{"1min":1.133,"5min":1.133,"15min":1.133},"min":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"max":{"1min":1.4890000000000001,"5min":1.4890000000000001,"15min":1.4890000000000001},"last":1.083}]},{"osd":7,"last update":"Thu Jun 6 20:38:19 2024","interfaces":[{"interface":"back","average":{"1min":1.141,"5min":1.141,"15min":1.141},"min":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":1.7010000000000001,"5min":1.7010000000000001,"15min":1.7010000000000001},"last":0.98199999999999998},{"interface":"front","average":{"1min":1.1870000000000001,"5min":1.1870000000000001,"15min":1.1870000000000001},"min":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"max":{"1min":1.7949999999999999,"5min":1.7949999999999999,"15min":1.7949999999999999},"last":1.155}]}]},{"osd":3,"up_from":28,"seq":120259084316,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28020,"kb_used_data":1000,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713036,"statfs":{"total":95990841344,"available":95962148864,"internally_reserved":0,"allocated":1024000,"data_stored":766981,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1592,"internal_metadata":27654600},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jun 6 20:38:04 2024","interfaces":[{"interface":"back","average":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"min":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.165,"5min":1.165,"15min":1.165},"last":0.46100000000000002},{"interface":"front","average":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"min":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.1639999999999999,"5min":1.1639999999999999,"15min":1.1639999999999999},"last":0.66800000000000004}]},{"osd":1,"last update":"Thu Jun 6 20:38:04 2024","interfaces":[{"interface":"back","average":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"min":{"1min":0.433,"5min":0.433,"15min":0.433},"max":{"1min":1.294,"5min":1.294,"15min":1.294},"last":0.36799999999999999},{"interface":"front","average":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":1.2849999999999999,"5min":1.2849999999999999,"15min":1.2849999999999999},"last":0.39300000000000002}]},{"osd":2,"last update":"Thu Jun 6 20:38:04 2024","interfaces":[{"interface":"back","average":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"min":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"max":{"1min":1.006,"5min":1.006,"15min":1.006},"last":1.014},{"interface":"front","average":{"1min":0.91900000000000004,"5min":0.91900000000000004,"15min":0.91900000000000004},"min":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"max":{"1min":1.246,"5min":1.246,"15min":1.246},"last":0.64800000000000002}]},{"osd":4,"last update":"Thu Jun 6 20:38:04 2024","interfaces":[{"interface":"back","average":{"1min":0.95099999999999996,"5min":0.95099999999999996,"15min":0.95099999999999996},"min":{"1min":0.62,"5min":0.62,"15min":0.62},"max":{"1min":1.2709999999999999,"5min":1.2709999999999999,"15min":1.2709999999999999},"last":0.61599999999999999},{"interface":"front","average":{"1min":0.92200000000000004,"5min":0.92200000000000004,"15min":0.92200000000000004},"min":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.169,"5min":1.169,"15min":1.169},"last":0.79400000000000004}]},{"osd":5,"last update":"Thu Jun 6 20:38:16 2024","interfaces":[{"interface":"back","average":{"1min":0.88800000000000001,"5min":0.88800000000000001,"15min":0.88800000000000001},"min":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"max":{"1min":1.3160000000000001,"5min":1.3160000000000001,"15min":1.3160000000000001},"last":0.5},{"interface":"front","average":{"1min":0.85699999999999998,"5min":0.85699999999999998,"15min":0.85699999999999998},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":1.258,"5min":1.258,"15min":1.258},"last":0.433}]},{"osd":6,"last update":"Thu Jun 6 20:38:06 2024","interfaces":[{"interface":"back","average":{"1min":1.0189999999999999,"5min":1.0189999999999999,"15min":1.0189999999999999},"min":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.3080000000000001,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":0.68400000000000005},{"interface":"front","average":{"1min":1.1000000000000001,"5min":1.1000000000000001,"15min":1.1000000000000001},"min":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.641,"5min":1.641,"15min":1.641},"last":0.81499999999999995}]},{"osd":7,"last update":"Thu Jun 6 20:38:16 2024","interfaces":[{"interface":"back","average":{"1min":0.95599999999999996,"5min":0.95599999999999996,"15min":0.95599999999999996},"min":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"max":{"1min":1.3759999999999999,"5min":1.3759999999999999,"15min":1.3759999999999999},"last":0.59899999999999998},{"interface":"front","average":{"1min":0.98099999999999998,"5min":0.98099999999999998,"15min":0.98099999999999998},"min":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.367,"5min":1.367,"15min":1.367},"last":0.55400000000000005}]}]},{"osd":4,"up_from":26,"seq":111669149723,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27452,"kb_used_data":424,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713604,"statfs":{"total":95990841344,"available":95962730496,"internally_reserved":0,"allocated":434176,"data_stored":176886,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jun 6 20:38:02 2024","interfaces":[{"interface":"back","average":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":1.151,"5min":1.151,"15min":1.151},"last":0.69699999999999995},{"interface":"front","average":{"1min":0.80300000000000005,"5min":0.80300000000000005,"15min":0.80300000000000005},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":1.405,"5min":1.405,"15min":1.405},"last":0.63700000000000001}]},{"osd":1,"last update":"Thu Jun 6 20:38:02 2024","interfaces":[{"interface":"back","average":{"1min":0.97199999999999998,"5min":0.97199999999999998,"15min":0.97199999999999998},"min":{"1min":0.623,"5min":0.623,"15min":0.623},"max":{"1min":1.2889999999999999,"5min":1.2889999999999999,"15min":1.2889999999999999},"last":0.997},{"interface":"front","average":{"1min":0.86299999999999999,"5min":0.86299999999999999,"15min":0.86299999999999999},"min":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.1259999999999999,"5min":1.1259999999999999,"15min":1.1259999999999999},"last":0.82699999999999996}]},{"osd":2,"last update":"Thu Jun 6 20:38:02 2024","interfaces":[{"interface":"back","average":{"1min":0.83799999999999997,"5min":0.83799999999999997,"15min":0.83799999999999997},"min":{"1min":0.621,"5min":0.621,"15min":0.621},"max":{"1min":1.155,"5min":1.155,"15min":1.155},"last":0.91000000000000003},{"interface":"front","average":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"min":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":1.2410000000000001,"5min":1.2410000000000001,"15min":1.2410000000000001},"last":1.0149999999999999}]},{"osd":3,"last update":"Thu Jun 6 20:38:02 2024","interfaces":[{"interface":"back","average":{"1min":0.91200000000000003,"5min":0.91200000000000003,"15min":0.91200000000000003},"min":{"1min":0.67400000000000004,"5min":0.67400000000000004,"15min":0.67400000000000004},"max":{"1min":1.175,"5min":1.175,"15min":1.175},"last":0.96199999999999997},{"interface":"front","average":{"1min":1.147,"5min":1.147,"15min":1.147},"min":{"1min":0.95299999999999996,"5min":0.95299999999999996,"15min":0.95299999999999996},"max":{"1min":1.355,"5min":1.355,"15min":1.355},"last":1.2090000000000001}]},{"osd":5,"last update":"Thu Jun 6 20:38:14 2024","interfaces":[{"interface":"back","average":{"1min":1.0860000000000001,"5min":1.0860000000000001,"15min":1.0860000000000001},"min":{"1min":0.90100000000000002,"5min":0.90100000000000002,"15min":0.90100000000000002},"max":{"1min":1.2949999999999999,"5min":1.2949999999999999,"15min":1.2949999999999999},"last":1.161},{"interface":"front","average":{"1min":1.04,"5min":1.04,"15min":1.04},"min":{"1min":0.74099999999999999,"5min":0.74099999999999999,"15min":0.74099999999999999},"max":{"1min":1.3740000000000001,"5min":1.3740000000000001,"15min":1.3740000000000001},"last":1.1299999999999999}]},{"osd":6,"last update":"Thu Jun 6 20:38:09 2024","interfaces":[{"interface":"back","average":{"1min":0.998,"5min":0.998,"15min":0.998},"min":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"max":{"1min":1.504,"5min":1.504,"15min":1.504},"last":1.1879999999999999},{"interface":"front","average":{"1min":1.1619999999999999,"5min":1.1619999999999999,"15min":1.1619999999999999},"min":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"max":{"1min":1.6200000000000001,"5min":1.6200000000000001,"15min":1.6200000000000001},"last":1.0640000000000001}]},{"osd":7,"last update":"Thu Jun 6 20:38:20 2024","interfaces":[{"interface":"back","average":{"1min":0.98199999999999998,"5min":0.98199999999999998,"15min":0.98199999999999998},"min":{"1min":0.81399999999999995,"5min":0.81399999999999995,"15min":0.81399999999999995},"max":{"1min":1.1739999999999999,"5min":1.1739999999999999,"15min":1.1739999999999999},"last":1.0920000000000001},{"interface":"front","average":{"1min":1.2110000000000001,"5min":1.2110000000000001,"15min":1.2110000000000001},"min":{"1min":0.997,"5min":0.997,"15min":0.997},"max":{"1min":1.585,"5min":1.585,"15min":1.585},"last":1.2490000000000001}]}]},{"osd":1,"up_from":21,"seq":90194313245,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27448,"kb_used_data":424,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713608,"statfs":{"total":95990841344,"available":95962734592,"internally_reserved":0,"allocated":434176,"data_stored":176886,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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":"Thu Jun 6 20:39:02 2024","interfaces":[{"interface":"back","average":{"1min":0.82999999999999996,"5min":0.875,"15min":0.88300000000000001},"min":{"1min":0.60699999999999998,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.27,"5min":1.468,"15min":1.468},"last":0.64600000000000002},{"interface":"front","average":{"1min":0.77600000000000002,"5min":0.85699999999999998,"15min":0.871},"min":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.1499999999999999,"5min":1.8240000000000001,"15min":1.8240000000000001},"last":1.002}]},{"osd":2,"last update":"Thu Jun 6 20:39:02 2024","interfaces":[{"interface":"back","average":{"1min":0.876,"5min":0.84999999999999998,"15min":0.84599999999999997},"min":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.3140000000000001,"5min":1.4299999999999999,"15min":1.4299999999999999},"last":0.93200000000000005},{"interface":"front","average":{"1min":0.82699999999999996,"5min":0.90800000000000003,"15min":0.92200000000000004},"min":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"max":{"1min":1.2490000000000001,"5min":1.3819999999999999,"15min":1.3819999999999999},"last":0.89200000000000002}]},{"osd":3,"last update":"Thu Jun 6 20:39:05 2024","interfaces":[{"interface":"back","average":{"1min":0.67000000000000004,"5min":0.85199999999999998,"15min":0.88200000000000001},"min":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":1.03,"5min":1.7030000000000001,"15min":1.7030000000000001},"last":1.03},{"interface":"front","average":{"1min":0.68999999999999995,"5min":0.78900000000000003,"15min":0.80500000000000005},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":1.2310000000000001,"5min":1.7470000000000001,"15min":1.7470000000000001},"last":0.68600000000000005}]},{"osd":4,"last update":"Thu Jun 6 20:39:02 2024","interfaces":[{"interface":"back","average":{"1min":0.82599999999999996,"5min":0.96599999999999997,"15min":0.98899999999999999},"min":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"max":{"1min":1.0620000000000001,"5min":1.885,"15min":1.885},"last":1.091},{"interface":"front","average":{"1min":0.82199999999999995,"5min":0.97399999999999998,"15min":1},"min":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.071,"5min":1.5189999999999999,"15min":1.5189999999999999},"last":1.0589999999999999}]},{"osd":5,"last update":"Thu Jun 6 20:38:13 2024","interfaces":[{"interface":"back","average":{"1min":1.0449999999999999,"5min":1.0449999999999999,"15min":1.0449999999999999},"min":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"max":{"1min":1.609,"5min":1.609,"15min":1.609},"last":0.97299999999999998},{"interface":"front","average":{"1min":1.0649999999999999,"5min":1.0649999999999999,"15min":1.0649999999999999},"min":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.794,"5min":1.794,"15min":1.794},"last":0.751}]},{"osd":6,"last update":"Thu Jun 6 20:38:07 2024","interfaces":[{"interface":"back","average":{"1min":1.0720000000000001,"5min":1.0720000000000001,"15min":1.0720000000000001},"min":{"1min":0.84699999999999998,"5min":0.84699999999999998,"15min":0.84699999999999998},"max":{"1min":1.9279999999999999,"5min":1.9279999999999999,"15min":1.9279999999999999},"last":0.84999999999999998},{"interface":"front","average":{"1min":1.103,"5min":1.103,"15min":1.103},"min":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"max":{"1min":1.655,"5min":1.655,"15min":1.655},"last":1.2110000000000001}]},{"osd":7,"last update":"Thu Jun 6 20:38:18 2024","interfaces":[{"interface":"back","average":{"1min":1.0489999999999999,"5min":1.0489999999999999,"15min":1.0489999999999999},"min":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.9970000000000001,"5min":1.9970000000000001,"15min":1.9970000000000001},"last":1.139},{"interface":"front","average":{"1min":1.0329999999999999,"5min":1.0329999999999999,"15min":1.0329999999999999},"min":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1.5700000000000001,"5min":1.5700000000000001,"15min":1.5700000000000001},"last":1.119}]}]},{"osd":2,"up_from":20,"seq":85899345950,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27440,"kb_used_data":420,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713616,"statfs":{"total":95990841344,"available":95962742784,"internally_reserved":0,"allocated":430080,"data_stored":176217,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jun 6 20:38:53 2024","interfaces":[{"interface":"back","average":{"1min":0.83499999999999996,"5min":0.72399999999999998,"15min":0.70599999999999996},"min":{"1min":0.56399999999999995,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":1.1970000000000001,"5min":1.1970000000000001,"15min":1.1970000000000001},"last":1.0580000000000001},{"interface":"front","average":{"1min":0.81499999999999995,"5min":0.76400000000000001,"15min":0.75600000000000001},"min":{"1min":0.58299999999999996,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":1.2509999999999999,"5min":1.2509999999999999,"15min":1.2509999999999999},"last":0.91200000000000003}]},{"osd":1,"last update":"Thu Jun 6 20:38:59 2024","interfaces":[{"interface":"back","average":{"1min":0.86299999999999999,"5min":0.85499999999999998,"15min":0.85399999999999998},"min":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.1990000000000001,"5min":1.282,"15min":1.282},"last":0.98899999999999999},{"interface":"front","average":{"1min":0.93999999999999995,"5min":0.93200000000000005,"15min":0.93100000000000005},"min":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.222,"5min":1.419,"15min":1.419},"last":0.85599999999999998}]},{"osd":3,"last update":"Thu Jun 6 20:39:02 2024","interfaces":[{"interface":"back","average":{"1min":0.85799999999999998,"5min":0.86199999999999999,"15min":0.86199999999999999},"min":{"1min":0.63200000000000001,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.165,"5min":1.165,"15min":1.165},"last":0.79700000000000004},{"interface":"front","average":{"1min":0.95699999999999996,"5min":0.92300000000000004,"15min":0.91700000000000004},"min":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.1319999999999999,"5min":1.353,"15min":1.353},"last":0.96199999999999997}]},{"osd":4,"last update":"Thu Jun 6 20:39:02 2024","interfaces":[{"interface":"back","average":{"1min":0.91800000000000004,"5min":0.90100000000000002,"15min":0.89800000000000002},"min":{"1min":0.63300000000000001,"5min":0.504,"15min":0.504},"max":{"1min":1.323,"5min":1.323,"15min":1.323},"last":0.69299999999999995},{"interface":"front","average":{"1min":0.88900000000000001,"5min":0.89900000000000002,"15min":0.90100000000000002},"min":{"1min":0.628,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":1.2210000000000001,"5min":2.4580000000000002,"15min":2.4580000000000002},"last":0.74299999999999999}]},{"osd":5,"last update":"Thu Jun 6 20:38:13 2024","interfaces":[{"interface":"back","average":{"1min":1.0349999999999999,"5min":1.0349999999999999,"15min":1.0349999999999999},"min":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.5229999999999999,"5min":1.5229999999999999,"15min":1.5229999999999999},"last":1.133},{"interface":"front","average":{"1min":1.048,"5min":1.048,"15min":1.048},"min":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":2.5579999999999998,"5min":2.5579999999999998,"15min":2.5579999999999998},"last":1.105}]},{"osd":6,"last update":"Thu Jun 6 20:38:07 2024","interfaces":[{"interface":"back","average":{"1min":0.97499999999999998,"5min":0.97499999999999998,"15min":0.97499999999999998},"min":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.478,"5min":1.478,"15min":1.478},"last":1.014},{"interface":"front","average":{"1min":0.94899999999999995,"5min":0.94899999999999995,"15min":0.94899999999999995},"min":{"1min":0.48099999999999998,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.508,"5min":1.508,"15min":1.508},"last":1.085}]},{"osd":7,"last update":"Thu Jun 6 20:38:17 2024","interfaces":[{"interface":"back","average":{"1min":1.0660000000000001,"5min":1.0660000000000001,"15min":1.0660000000000001},"min":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.3500000000000001,"5min":1.3500000000000001,"15min":1.3500000000000001},"last":1.173},{"interface":"front","average":{"1min":1.079,"5min":1.079,"15min":1.079},"min":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"max":{"1min":1.496,"5min":1.496,"15min":1.496},"last":1.159}]}]},{"osd":0,"up_from":16,"seq":68719476768,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28024,"kb_used_data":1004,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713032,"statfs":{"total":95990841344,"available":95962144768,"internally_reserved":0,"allocated":1028096,"data_stored":767254,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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":"Thu Jun 6 20:38:58 2024","interfaces":[{"interface":"back","average":{"1min":0.84999999999999998,"5min":0.81699999999999995,"15min":0.81100000000000005},"min":{"1min":0.59699999999999998,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":1.1299999999999999,"5min":1.1519999999999999,"15min":1.1519999999999999},"last":1.054},{"interface":"front","average":{"1min":0.88400000000000001,"5min":0.872,"15min":0.87},"min":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.103,"5min":1.23,"15min":1.23},"last":1.0369999999999999}]},{"osd":2,"last update":"Thu Jun 6 20:38:58 2024","interfaces":[{"interface":"back","average":{"1min":0.86399999999999999,"5min":0.78400000000000003,"15min":0.77100000000000002},"min":{"1min":0.51400000000000001,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":1.2709999999999999,"5min":1.2709999999999999,"15min":1.2709999999999999},"last":0.63400000000000001},{"interface":"front","average":{"1min":0.84699999999999998,"5min":0.78000000000000003,"15min":0.76900000000000002},"min":{"1min":0.57099999999999995,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":1.3180000000000001,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":0.96399999999999997}]},{"osd":3,"last update":"Thu Jun 6 20:38:07 2024","interfaces":[{"interface":"back","average":{"1min":0.873,"5min":0.873,"15min":0.873},"min":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.1779999999999999,"5min":1.1779999999999999,"15min":1.1779999999999999},"last":0.74399999999999999},{"interface":"front","average":{"1min":0.93500000000000005,"5min":0.93500000000000005,"15min":0.93500000000000005},"min":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.2989999999999999,"5min":1.2989999999999999,"15min":1.2989999999999999},"last":1.153}]},{"osd":4,"last update":"Thu Jun 6 20:39:03 2024","interfaces":[{"interface":"back","average":{"1min":0.96999999999999997,"5min":0.878,"15min":0.86199999999999999},"min":{"1min":0.70699999999999996,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":1.2669999999999999,"5min":1.2669999999999999,"15min":1.2669999999999999},"last":1.0860000000000001},{"interface":"front","average":{"1min":0.995,"5min":0.87,"15min":0.84899999999999998},"min":{"1min":0.59799999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":1.3759999999999999,"5min":1.3759999999999999,"15min":1.3759999999999999},"last":0.80900000000000005}]},{"osd":5,"last update":"Thu Jun 6 20:38:12 2024","interfaces":[{"interface":"back","average":{"1min":1.0509999999999999,"5min":1.0509999999999999,"15min":1.0509999999999999},"min":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"max":{"1min":1.4490000000000001,"5min":1.4490000000000001,"15min":1.4490000000000001},"last":1.196},{"interface":"front","average":{"1min":1.038,"5min":1.038,"15min":1.038},"min":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":1.4379999999999999,"5min":1.4379999999999999,"15min":1.4379999999999999},"last":0.89100000000000001}]},{"osd":6,"last update":"Thu Jun 6 20:38:07 2024","interfaces":[{"interface":"back","average":{"1min":1.0369999999999999,"5min":1.0369999999999999,"15min":1.0369999999999999},"min":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.5509999999999999,"5min":1.5509999999999999,"15min":1.5509999999999999},"last":0.70799999999999996},{"interface":"front","average":{"1min":1.028,"5min":1.028,"15min":1.028},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":1.597,"5min":1.597,"15min":1.597},"last":0.84999999999999998}]},{"osd":7,"last update":"Thu Jun 6 20:38:17 2024","interfaces":[{"interface":"back","average":{"1min":1.1299999999999999,"5min":1.1299999999999999,"15min":1.1299999999999999},"min":{"1min":0.81100000000000005,"5min":0.81100000000000005,"15min":0.81100000000000005},"max":{"1min":1.548,"5min":1.548,"15min":1.548},"last":0.93200000000000005},{"interface":"front","average":{"1min":1.1399999999999999,"5min":1.1399999999999999,"15min":1.1399999999999999},"min":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"max":{"1min":1.508,"5min":1.508,"15min":1.508},"last":1.236}]}]}],"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":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-06-06T20:39:12.974 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph pg dump --format=json 2024-06-06T20:39:13.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:13 smithi031 bash[21430]: audit 2024-06-06T20:39:12.227173+0000 mgr.smithi016.jbjtdq (mgr.14193) 202 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-06T20:39:13.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:13 smithi031 bash[21430]: cluster 2024-06-06T20:39:12.335403+0000 mgr.smithi016.jbjtdq (mgr.14193) 203 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:13.883 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:13 smithi016 bash[14670]: audit 2024-06-06T20:39:12.227173+0000 mgr.smithi016.jbjtdq (mgr.14193) 202 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-06T20:39:13.883 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:13 smithi016 bash[14670]: cluster 2024-06-06T20:39:12.335403+0000 mgr.smithi016.jbjtdq (mgr.14193) 203 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:15.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:15 smithi031 bash[21430]: cluster 2024-06-06T20:39:14.336158+0000 mgr.smithi016.jbjtdq (mgr.14193) 204 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:16.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:15 smithi016 bash[14670]: cluster 2024-06-06T20:39:14.336158+0000 mgr.smithi016.jbjtdq (mgr.14193) 204 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:17.728 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:39:17.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:17 smithi031 bash[21430]: cluster 2024-06-06T20:39:16.336890+0000 mgr.smithi016.jbjtdq (mgr.14193) 205 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:18.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:17 smithi016 bash[14670]: cluster 2024-06-06T20:39:16.336890+0000 mgr.smithi016.jbjtdq (mgr.14193) 205 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:19.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:19 smithi016 bash[14670]: cluster 2024-06-06T20:39:18.337335+0000 mgr.smithi016.jbjtdq (mgr.14193) 206 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:19.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:19 smithi031 bash[21430]: cluster 2024-06-06T20:39:18.337335+0000 mgr.smithi016.jbjtdq (mgr.14193) 206 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:20.675 INFO:teuthology.orchestra.run.smithi016.stderr:dumped all 2024-06-06T20:39:20.676 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:39:21.385 INFO:teuthology.orchestra.run.smithi016.stdout:{"pg_ready":true,"pg_map":{"version":173,"stamp":"2024-06-06T20:39:20.337586+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":156,"num_read_kb":136,"num_write":247,"num_write_kb":4504,"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":197,"ondisk_log_size":197,"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":225388,"kb_used_data":5120,"kb_used_omap":12,"kb_used_meta":220147,"kb_avail":749703060,"statfs":{"total":767926730752,"available":767695933440,"internally_reserved":0,"allocated":5242880,"data_stored":3184919,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12743,"internal_metadata":225431097},"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.003739"},"pg_stats":[{"pgid":"1.0","version":"32'197","reported_seq":306,"reported_epoch":43,"state":"active+clean","last_fresh":"2024-06-06T20:37:20.011316+0000","last_change":"2024-06-06T20:37:20.010773+0000","last_active":"2024-06-06T20:37:20.011316+0000","last_peered":"2024-06-06T20:37:20.011316+0000","last_clean":"2024-06-06T20:37:20.011316+0000","last_became_active":"2024-06-06T20:37:20.009903+0000","last_became_peered":"2024-06-06T20:37:20.009903+0000","last_unstale":"2024-06-06T20:37:20.011316+0000","last_undegraded":"2024-06-06T20:37:20.011316+0000","last_fullsized":"2024-06-06T20:37:20.011316+0000","mapping_epoch":42,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":43,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-06-06T20:36:55.921063+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-06-06T20:36:55.921063+0000","last_clean_scrub_stamp":"2024-06-06T20:36:55.921063+0000","objects_scrubbed":0,"log_size":197,"log_dups_size":0,"ondisk_log_size":197,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-06-08T03:34:03.688943+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":156,"num_read_kb":136,"num_write":247,"num_write_kb":4504,"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":156,"num_read_kb":136,"num_write":247,"num_write_kb":4504,"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":2375680,"data_stored":2361472,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":197,"ondisk_log_size":197,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":39,"seq":167503724571,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28020,"kb_used_data":1000,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713036,"statfs":{"total":95990841344,"available":95962148864,"internally_reserved":0,"allocated":1024000,"data_stored":766923,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1589,"internal_metadata":27654603},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jun 6 20:38:16 2024","interfaces":[{"interface":"back","average":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"min":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.173,"5min":1.173,"15min":1.173},"last":0.90500000000000003},{"interface":"front","average":{"1min":0.86899999999999999,"5min":0.86899999999999999,"15min":0.86899999999999999},"min":{"1min":0.498,"5min":0.498,"15min":0.498},"max":{"1min":1.1499999999999999,"5min":1.1499999999999999,"15min":1.1499999999999999},"last":0.77300000000000002}]},{"osd":1,"last update":"Thu Jun 6 20:38:16 2024","interfaces":[{"interface":"back","average":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"min":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":1.161,"5min":1.161,"15min":1.161},"last":0.64200000000000002},{"interface":"front","average":{"1min":0.84299999999999997,"5min":0.84299999999999997,"15min":0.84299999999999997},"min":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":1.448,"5min":1.448,"15min":1.448},"last":0.95499999999999996}]},{"osd":2,"last update":"Thu Jun 6 20:38:16 2024","interfaces":[{"interface":"back","average":{"1min":0.88400000000000001,"5min":0.88400000000000001,"15min":0.88400000000000001},"min":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.3779999999999999,"5min":1.3779999999999999,"15min":1.3779999999999999},"last":0.72399999999999998},{"interface":"front","average":{"1min":0.94099999999999995,"5min":0.94099999999999995,"15min":0.94099999999999995},"min":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"max":{"1min":1.177,"5min":1.177,"15min":1.177},"last":1.0840000000000001}]},{"osd":3,"last update":"Thu Jun 6 20:38:16 2024","interfaces":[{"interface":"back","average":{"1min":0.91100000000000003,"5min":0.91100000000000003,"15min":0.91100000000000003},"min":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.2869999999999999,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":0.85999999999999999},{"interface":"front","average":{"1min":0.873,"5min":0.873,"15min":0.873},"min":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":1.163,"5min":1.163,"15min":1.163},"last":1.0409999999999999}]},{"osd":4,"last update":"Thu Jun 6 20:38:16 2024","interfaces":[{"interface":"back","average":{"1min":0.94199999999999995,"5min":0.94199999999999995,"15min":0.94199999999999995},"min":{"1min":0.622,"5min":0.622,"15min":0.622},"max":{"1min":1.462,"5min":1.462,"15min":1.462},"last":0.98699999999999999},{"interface":"front","average":{"1min":1.0189999999999999,"5min":1.0189999999999999,"15min":1.0189999999999999},"min":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"max":{"1min":1.452,"5min":1.452,"15min":1.452},"last":0.79900000000000004}]},{"osd":5,"last update":"Thu Jun 6 20:38:16 2024","interfaces":[{"interface":"back","average":{"1min":1.0580000000000001,"5min":1.0580000000000001,"15min":1.0580000000000001},"min":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"max":{"1min":1.4059999999999999,"5min":1.4059999999999999,"15min":1.4059999999999999},"last":1.1619999999999999},{"interface":"front","average":{"1min":1.0649999999999999,"5min":1.0649999999999999,"15min":1.0649999999999999},"min":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"max":{"1min":1.627,"5min":1.627,"15min":1.627},"last":1.1160000000000001}]},{"osd":6,"last update":"Thu Jun 6 20:38:16 2024","interfaces":[{"interface":"back","average":{"1min":1.1990000000000001,"5min":1.1990000000000001,"15min":1.1990000000000001},"min":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"max":{"1min":1.839,"5min":1.839,"15min":1.839},"last":1.022},{"interface":"front","average":{"1min":1.1060000000000001,"5min":1.1060000000000001,"15min":1.1060000000000001},"min":{"1min":0.77200000000000002,"5min":0.77200000000000002,"15min":0.77200000000000002},"max":{"1min":1.7470000000000001,"5min":1.7470000000000001,"15min":1.7470000000000001},"last":1.129}]}]},{"osd":5,"up_from":35,"seq":150323855387,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":31540,"kb_used_data":424,"kb_used_omap":1,"kb_used_meta":31102,"kb_avail":93709516,"statfs":{"total":95990841344,"available":95958544384,"internally_reserved":0,"allocated":434176,"data_stored":176886,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31848902},"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":"Thu Jun 6 20:39:11 2024","interfaces":[{"interface":"back","average":{"1min":0.85699999999999998,"5min":0.871,"15min":0.873},"min":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":1.2150000000000001,"5min":1.3440000000000001,"15min":1.3440000000000001},"last":0.746},{"interface":"front","average":{"1min":0.84099999999999997,"5min":0.91700000000000004,"15min":0.92900000000000005},"min":{"1min":0.56100000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"max":{"1min":1.1679999999999999,"5min":1.6259999999999999,"15min":1.6259999999999999},"last":0.56100000000000005}]},{"osd":1,"last update":"Thu Jun 6 20:39:11 2024","interfaces":[{"interface":"back","average":{"1min":0.65600000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"min":{"1min":0.45200000000000001,"5min":0.45200000000000001,"15min":0.45200000000000001},"max":{"1min":1.0249999999999999,"5min":1.0249999999999999,"15min":1.0249999999999999},"last":0.84799999999999998},{"interface":"front","average":{"1min":0.73699999999999999,"5min":0.80500000000000005,"15min":0.81599999999999995},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":1.181,"5min":1.4039999999999999,"15min":1.4039999999999999},"last":0.65400000000000003}]},{"osd":2,"last update":"Thu Jun 6 20:39:11 2024","interfaces":[{"interface":"back","average":{"1min":0.874,"5min":0.93500000000000005,"15min":0.94499999999999995},"min":{"1min":0.67200000000000004,"5min":0.61799999999999999,"15min":0.61799999999999999},"max":{"1min":1.0600000000000001,"5min":1.2689999999999999,"15min":1.2689999999999999},"last":0.67900000000000005},{"interface":"front","average":{"1min":0.84299999999999997,"5min":0.91400000000000003,"15min":0.92600000000000005},"min":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"max":{"1min":1.093,"5min":1.4510000000000001,"15min":1.4510000000000001},"last":1.093}]},{"osd":3,"last update":"Thu Jun 6 20:39:11 2024","interfaces":[{"interface":"back","average":{"1min":0.73199999999999998,"5min":0.86399999999999999,"15min":0.88600000000000001},"min":{"1min":0.51400000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"max":{"1min":1.0569999999999999,"5min":1.2909999999999999,"15min":1.2909999999999999},"last":0.58999999999999997},{"interface":"front","average":{"1min":0.69699999999999995,"5min":0.80700000000000005,"15min":0.82499999999999996},"min":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"max":{"1min":1.0620000000000001,"5min":1.4239999999999999,"15min":1.4239999999999999},"last":1.0149999999999999}]},{"osd":4,"last update":"Thu Jun 6 20:39:11 2024","interfaces":[{"interface":"back","average":{"1min":0.91900000000000004,"5min":0.97299999999999998,"15min":0.98199999999999998},"min":{"1min":0.66300000000000003,"5min":0.60299999999999998,"15min":0.60299999999999998},"max":{"1min":1.2250000000000001,"5min":1.5580000000000001,"15min":1.5580000000000001},"last":0.70099999999999996},{"interface":"front","average":{"1min":0.93300000000000005,"5min":1.0089999999999999,"15min":1.022},"min":{"1min":0.70399999999999996,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.1659999999999999,"5min":1.365,"15min":1.365},"last":0.78700000000000003}]},{"osd":6,"last update":"Thu Jun 6 20:39:11 2024","interfaces":[{"interface":"back","average":{"1min":0.93999999999999995,"5min":1.01,"15min":1.022},"min":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.2310000000000001,"5min":1.7290000000000001,"15min":1.7290000000000001},"last":0.83699999999999997},{"interface":"front","average":{"1min":0.996,"5min":1.0580000000000001,"15min":1.0680000000000001},"min":{"1min":0.72999999999999998,"5min":0.70399999999999996,"15min":0.70399999999999996},"max":{"1min":1.196,"5min":1.3759999999999999,"15min":1.3759999999999999},"last":0.90200000000000002}]},{"osd":7,"last update":"Thu Jun 6 20:38:21 2024","interfaces":[{"interface":"back","average":{"1min":1.0029999999999999,"5min":1.0029999999999999,"15min":1.0029999999999999},"min":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":1.383,"5min":1.383,"15min":1.383},"last":0.99099999999999999},{"interface":"front","average":{"1min":1.04,"5min":1.04,"15min":1.04},"min":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"max":{"1min":1.472,"5min":1.472,"15min":1.472},"last":1.1339999999999999}]}]},{"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":27444,"kb_used_data":424,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713612,"statfs":{"total":95990841344,"available":95962738688,"internally_reserved":0,"allocated":434176,"data_stored":176886,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jun 6 20:39:10 2024","interfaces":[{"interface":"back","average":{"1min":0.752,"5min":0.79200000000000004,"15min":0.79900000000000004},"min":{"1min":0.54700000000000004,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":1.208,"5min":1.4350000000000001,"15min":1.4350000000000001},"last":0.626},{"interface":"front","average":{"1min":0.752,"5min":0.80000000000000004,"15min":0.80800000000000005},"min":{"1min":0.46300000000000002,"5min":0.443,"15min":0.443},"max":{"1min":0.97699999999999998,"5min":1.21,"15min":1.21},"last":0.78500000000000003}]},{"osd":1,"last update":"Thu Jun 6 20:39:10 2024","interfaces":[{"interface":"back","average":{"1min":0.93200000000000005,"5min":0.95199999999999996,"15min":0.95599999999999996},"min":{"1min":0.622,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.349,"5min":1.349,"15min":1.349},"last":0.82499999999999996},{"interface":"front","average":{"1min":0.85899999999999999,"5min":0.84999999999999998,"15min":0.84799999999999998},"min":{"1min":0.59199999999999997,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":1.0640000000000001,"5min":1.1080000000000001,"15min":1.1080000000000001},"last":0.72199999999999998}]},{"osd":2,"last update":"Thu Jun 6 20:39:10 2024","interfaces":[{"interface":"back","average":{"1min":0.85999999999999999,"5min":0.82799999999999996,"15min":0.82299999999999995},"min":{"1min":0.60999999999999999,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.208,"5min":1.3029999999999999,"15min":1.3029999999999999},"last":0.68100000000000005},{"interface":"front","average":{"1min":0.94799999999999995,"5min":0.91700000000000004,"15min":0.91200000000000003},"min":{"1min":0.69599999999999995,"5min":0.50900000000000001,"15min":0.50900000000000001},"max":{"1min":1.234,"5min":1.6240000000000001,"15min":1.6240000000000001},"last":1.0449999999999999}]},{"osd":3,"last update":"Thu Jun 6 20:39:10 2024","interfaces":[{"interface":"back","average":{"1min":0.88900000000000001,"5min":0.92200000000000004,"15min":0.92800000000000005},"min":{"1min":0.77400000000000002,"5min":0.72599999999999998,"15min":0.72599999999999998},"max":{"1min":1.1200000000000001,"5min":1.254,"15min":1.254},"last":0.88},{"interface":"front","average":{"1min":0.96699999999999997,"5min":0.97999999999999998,"15min":0.98199999999999998},"min":{"1min":0.68899999999999995,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":1.101,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":1.079}]},{"osd":4,"last update":"Thu Jun 6 20:39:10 2024","interfaces":[{"interface":"back","average":{"1min":1.0669999999999999,"5min":1.075,"15min":1.0760000000000001},"min":{"1min":0.78700000000000003,"5min":0.73899999999999999,"15min":0.73899999999999999},"max":{"1min":1.4299999999999999,"5min":1.637,"15min":1.637},"last":0.998},{"interface":"front","average":{"1min":0.98599999999999999,"5min":1.0369999999999999,"15min":1.0449999999999999},"min":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"max":{"1min":1.23,"5min":1.333,"15min":1.333},"last":1.016}]},{"osd":5,"last update":"Thu Jun 6 20:38:14 2024","interfaces":[{"interface":"back","average":{"1min":1.119,"5min":1.119,"15min":1.119},"min":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"max":{"1min":1.671,"5min":1.671,"15min":1.671},"last":0.94199999999999995},{"interface":"front","average":{"1min":1.133,"5min":1.133,"15min":1.133},"min":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"max":{"1min":1.4890000000000001,"5min":1.4890000000000001,"15min":1.4890000000000001},"last":0.92600000000000005}]},{"osd":7,"last update":"Thu Jun 6 20:38:19 2024","interfaces":[{"interface":"back","average":{"1min":1.141,"5min":1.141,"15min":1.141},"min":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":1.7010000000000001,"5min":1.7010000000000001,"15min":1.7010000000000001},"last":1.117},{"interface":"front","average":{"1min":1.1870000000000001,"5min":1.1870000000000001,"15min":1.1870000000000001},"min":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"max":{"1min":1.7949999999999999,"5min":1.7949999999999999,"15min":1.7949999999999999},"last":1.177}]}]},{"osd":3,"up_from":28,"seq":120259084318,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28020,"kb_used_data":1000,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713036,"statfs":{"total":95990841344,"available":95962148864,"internally_reserved":0,"allocated":1024000,"data_stored":766981,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1592,"internal_metadata":27654600},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jun 6 20:39:08 2024","interfaces":[{"interface":"back","average":{"1min":0.82999999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":1.123,"5min":1.165,"15min":1.165},"last":0.82499999999999996},{"interface":"front","average":{"1min":0.85699999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"min":{"1min":0.65100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.171,"5min":1.171,"15min":1.171},"last":0.95699999999999996}]},{"osd":1,"last update":"Thu Jun 6 20:39:08 2024","interfaces":[{"interface":"back","average":{"1min":0.63400000000000001,"5min":0.67800000000000005,"15min":0.68500000000000005},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.96099999999999997,"5min":1.294,"15min":1.294},"last":0.86499999999999999},{"interface":"front","average":{"1min":0.71299999999999997,"5min":0.68999999999999995,"15min":0.68600000000000005},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":1.0669999999999999,"5min":1.2849999999999999,"15min":1.2849999999999999},"last":0.63900000000000001}]},{"osd":2,"last update":"Thu Jun 6 20:39:08 2024","interfaces":[{"interface":"back","average":{"1min":0.999,"5min":0.83799999999999997,"15min":0.81100000000000005},"min":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"max":{"1min":2.5859999999999999,"5min":2.5859999999999999,"15min":2.5859999999999999},"last":0.93000000000000005},{"interface":"front","average":{"1min":0.89600000000000002,"5min":0.91400000000000003,"15min":0.91700000000000004},"min":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"max":{"1min":1.202,"5min":1.246,"15min":1.246},"last":0.76100000000000001}]},{"osd":4,"last update":"Thu Jun 6 20:39:08 2024","interfaces":[{"interface":"back","average":{"1min":0.97099999999999997,"5min":0.95499999999999996,"15min":0.95199999999999996},"min":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":1.5249999999999999,"5min":1.5249999999999999,"15min":1.5249999999999999},"last":0.88300000000000001},{"interface":"front","average":{"1min":0.97199999999999998,"5min":0.93200000000000005,"15min":0.92500000000000004},"min":{"1min":0.629,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":2.5670000000000002,"5min":2.5670000000000002,"15min":2.5670000000000002},"last":0.84199999999999997}]},{"osd":5,"last update":"Thu Jun 6 20:39:17 2024","interfaces":[{"interface":"back","average":{"1min":0.85599999999999998,"5min":0.88100000000000001,"15min":0.88500000000000001},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":1.391,"5min":1.391,"15min":1.391},"last":0.78700000000000003},{"interface":"front","average":{"1min":0.83099999999999996,"5min":0.85099999999999998,"15min":0.85499999999999998},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":2.488,"5min":2.488,"15min":2.488},"last":0.60599999999999998}]},{"osd":6,"last update":"Thu Jun 6 20:39:08 2024","interfaces":[{"interface":"back","average":{"1min":0.97499999999999998,"5min":1.01,"15min":1.016},"min":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":1.423,"5min":1.423,"15min":1.423},"last":0.91200000000000003},{"interface":"front","average":{"1min":1.0409999999999999,"5min":1.0880000000000001,"15min":1.0960000000000001},"min":{"1min":0.66200000000000003,"5min":0.57899999999999996,"15min":0.57899999999999996},"max":{"1min":1.6040000000000001,"5min":1.641,"15min":1.641},"last":1.012}]},{"osd":7,"last update":"Thu Jun 6 20:39:17 2024","interfaces":[{"interface":"back","average":{"1min":0.90700000000000003,"5min":0.94599999999999995,"15min":0.95199999999999996},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":1.28,"5min":1.3759999999999999,"15min":1.3759999999999999},"last":0.98599999999999999},{"interface":"front","average":{"1min":0.97499999999999998,"5min":0.97899999999999998,"15min":0.97999999999999998},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":2.54,"5min":2.54,"15min":2.54},"last":0.73499999999999999}]}]},{"osd":4,"up_from":26,"seq":111669149725,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27452,"kb_used_data":424,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713604,"statfs":{"total":95990841344,"available":95962730496,"internally_reserved":0,"allocated":434176,"data_stored":176886,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jun 6 20:39:07 2024","interfaces":[{"interface":"back","average":{"1min":0.79300000000000004,"5min":0.70599999999999996,"15min":0.69199999999999995},"min":{"1min":0.51700000000000002,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":1.3029999999999999,"5min":1.3029999999999999,"15min":1.3029999999999999},"last":0.72599999999999998},{"interface":"front","average":{"1min":0.77800000000000002,"5min":0.79800000000000004,"15min":0.80100000000000005},"min":{"1min":0.56599999999999995,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":1.1899999999999999,"5min":1.405,"15min":1.405},"last":0.96399999999999997}]},{"osd":1,"last update":"Thu Jun 6 20:39:07 2024","interfaces":[{"interface":"back","average":{"1min":0.95199999999999996,"5min":0.96799999999999997,"15min":0.96999999999999997},"min":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.361,"5min":1.361,"15min":1.361},"last":1.0569999999999999},{"interface":"front","average":{"1min":0.82199999999999995,"5min":0.85399999999999998,"15min":0.85999999999999999},"min":{"1min":0.57499999999999996,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.1499999999999999,"5min":1.1499999999999999,"15min":1.1499999999999999},"last":1.0069999999999999}]},{"osd":2,"last update":"Thu Jun 6 20:39:07 2024","interfaces":[{"interface":"back","average":{"1min":0.95699999999999996,"5min":0.86099999999999999,"15min":0.84499999999999997},"min":{"1min":0.69299999999999995,"5min":0.621,"15min":0.621},"max":{"1min":1.2589999999999999,"5min":1.2589999999999999,"15min":1.2589999999999999},"last":0.85899999999999999},{"interface":"front","average":{"1min":0.88200000000000001,"5min":0.83799999999999997,"15min":0.82999999999999996},"min":{"1min":0.65300000000000002,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":1.0620000000000001,"5min":1.2410000000000001,"15min":1.2410000000000001},"last":0.83499999999999996}]},{"osd":3,"last update":"Thu Jun 6 20:39:07 2024","interfaces":[{"interface":"back","average":{"1min":0.92800000000000005,"5min":0.91500000000000004,"15min":0.91300000000000003},"min":{"1min":0.71599999999999997,"5min":0.67400000000000004,"15min":0.67400000000000004},"max":{"1min":1.1240000000000001,"5min":1.175,"15min":1.175},"last":0.78100000000000003},{"interface":"front","average":{"1min":1.127,"5min":1.143,"15min":1.145},"min":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"max":{"1min":1.4399999999999999,"5min":1.4399999999999999,"15min":1.4399999999999999},"last":1.323}]},{"osd":5,"last update":"Thu Jun 6 20:39:15 2024","interfaces":[{"interface":"back","average":{"1min":1.0760000000000001,"5min":1.0840000000000001,"15min":1.085},"min":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"max":{"1min":1.2869999999999999,"5min":1.2949999999999999,"15min":1.2949999999999999},"last":1.2370000000000001},{"interface":"front","average":{"1min":1.006,"5min":1.0329999999999999,"15min":1.0369999999999999},"min":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":1.244,"5min":1.3740000000000001,"15min":1.3740000000000001},"last":1.1279999999999999}]},{"osd":6,"last update":"Thu Jun 6 20:39:11 2024","interfaces":[{"interface":"back","average":{"1min":1.048,"5min":1.008,"15min":1.0009999999999999},"min":{"1min":0.85399999999999998,"5min":0.51900000000000002,"15min":0.51900000000000002},"max":{"1min":1.2869999999999999,"5min":1.504,"15min":1.504},"last":1.0349999999999999},{"interface":"front","average":{"1min":1.177,"5min":1.165,"15min":1.163},"min":{"1min":0.88900000000000001,"5min":0.71499999999999997,"15min":0.71499999999999997},"max":{"1min":1.395,"5min":1.6200000000000001,"15min":1.6200000000000001},"last":1.1499999999999999}]},{"osd":7,"last update":"Thu Jun 6 20:38:20 2024","interfaces":[{"interface":"back","average":{"1min":0.98199999999999998,"5min":0.98199999999999998,"15min":0.98199999999999998},"min":{"1min":0.81399999999999995,"5min":0.81399999999999995,"15min":0.81399999999999995},"max":{"1min":1.1739999999999999,"5min":1.1739999999999999,"15min":1.1739999999999999},"last":1.0980000000000001},{"interface":"front","average":{"1min":1.2110000000000001,"5min":1.2110000000000001,"15min":1.2110000000000001},"min":{"1min":0.997,"5min":0.997,"15min":0.997},"max":{"1min":1.585,"5min":1.585,"15min":1.585},"last":1.397}]}]},{"osd":1,"up_from":21,"seq":90194313247,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27448,"kb_used_data":424,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713608,"statfs":{"total":95990841344,"available":95962734592,"internally_reserved":0,"allocated":434176,"data_stored":176886,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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":"Thu Jun 6 20:39:02 2024","interfaces":[{"interface":"back","average":{"1min":0.82999999999999996,"5min":0.875,"15min":0.88300000000000001},"min":{"1min":0.60699999999999998,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.27,"5min":1.468,"15min":1.468},"last":1.081},{"interface":"front","average":{"1min":0.77600000000000002,"5min":0.85699999999999998,"15min":0.871},"min":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":1.1499999999999999,"5min":1.8240000000000001,"15min":1.8240000000000001},"last":0.90200000000000002}]},{"osd":2,"last update":"Thu Jun 6 20:39:02 2024","interfaces":[{"interface":"back","average":{"1min":0.876,"5min":0.84999999999999998,"15min":0.84599999999999997},"min":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.3140000000000001,"5min":1.4299999999999999,"15min":1.4299999999999999},"last":0.82099999999999995},{"interface":"front","average":{"1min":0.82699999999999996,"5min":0.90800000000000003,"15min":0.92200000000000004},"min":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"max":{"1min":1.2490000000000001,"5min":1.3819999999999999,"15min":1.3819999999999999},"last":0.77900000000000003}]},{"osd":3,"last update":"Thu Jun 6 20:39:05 2024","interfaces":[{"interface":"back","average":{"1min":0.67000000000000004,"5min":0.85199999999999998,"15min":0.88200000000000001},"min":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":1.03,"5min":1.7030000000000001,"15min":1.7030000000000001},"last":0.85999999999999999},{"interface":"front","average":{"1min":0.68999999999999995,"5min":0.78900000000000003,"15min":0.80500000000000005},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":1.2310000000000001,"5min":1.7470000000000001,"15min":1.7470000000000001},"last":0.74199999999999999}]},{"osd":4,"last update":"Thu Jun 6 20:39:02 2024","interfaces":[{"interface":"back","average":{"1min":0.82599999999999996,"5min":0.96599999999999997,"15min":0.98899999999999999},"min":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"max":{"1min":1.0620000000000001,"5min":1.885,"15min":1.885},"last":1.0109999999999999},{"interface":"front","average":{"1min":0.82199999999999995,"5min":0.97399999999999998,"15min":1},"min":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.071,"5min":1.5189999999999999,"15min":1.5189999999999999},"last":0.999}]},{"osd":5,"last update":"Thu Jun 6 20:39:14 2024","interfaces":[{"interface":"back","average":{"1min":0.81299999999999994,"5min":0.998,"15min":1.0289999999999999},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":1.224,"5min":1.609,"15min":1.609},"last":1.224},{"interface":"front","average":{"1min":0.74399999999999999,"5min":1,"15min":1.0429999999999999},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.1459999999999999,"5min":1.794,"15min":1.794},"last":1.137}]},{"osd":6,"last update":"Thu Jun 6 20:39:09 2024","interfaces":[{"interface":"back","average":{"1min":0.877,"5min":1.0329999999999999,"15min":1.0589999999999999},"min":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.0309999999999999,"5min":1.9279999999999999,"15min":1.9279999999999999},"last":1.1679999999999999},{"interface":"front","average":{"1min":0.90600000000000003,"5min":1.0629999999999999,"15min":1.089},"min":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.242,"5min":1.655,"15min":1.655},"last":0.93899999999999995}]},{"osd":7,"last update":"Thu Jun 6 20:38:18 2024","interfaces":[{"interface":"back","average":{"1min":1.0489999999999999,"5min":1.0489999999999999,"15min":1.0489999999999999},"min":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"max":{"1min":1.9970000000000001,"5min":1.9970000000000001,"15min":1.9970000000000001},"last":1.046},{"interface":"front","average":{"1min":1.0329999999999999,"5min":1.0329999999999999,"15min":1.0329999999999999},"min":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1.5700000000000001,"5min":1.5700000000000001,"15min":1.5700000000000001},"last":0.97399999999999998}]}]},{"osd":2,"up_from":20,"seq":85899345952,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27440,"kb_used_data":420,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713616,"statfs":{"total":95990841344,"available":95962742784,"internally_reserved":0,"allocated":430080,"data_stored":176217,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1593,"internal_metadata":27654599},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jun 6 20:38:53 2024","interfaces":[{"interface":"back","average":{"1min":0.83499999999999996,"5min":0.72399999999999998,"15min":0.70599999999999996},"min":{"1min":0.56399999999999995,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":1.1970000000000001,"5min":1.1970000000000001,"15min":1.1970000000000001},"last":0.71199999999999997},{"interface":"front","average":{"1min":0.81499999999999995,"5min":0.76400000000000001,"15min":0.75600000000000001},"min":{"1min":0.58299999999999996,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":1.2509999999999999,"5min":1.2509999999999999,"15min":1.2509999999999999},"last":0.91300000000000003}]},{"osd":1,"last update":"Thu Jun 6 20:38:59 2024","interfaces":[{"interface":"back","average":{"1min":0.86299999999999999,"5min":0.85499999999999998,"15min":0.85399999999999998},"min":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.1990000000000001,"5min":1.282,"15min":1.282},"last":0.94399999999999995},{"interface":"front","average":{"1min":0.93999999999999995,"5min":0.93200000000000005,"15min":0.93100000000000005},"min":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.222,"5min":1.419,"15min":1.419},"last":0.81100000000000005}]},{"osd":3,"last update":"Thu Jun 6 20:39:02 2024","interfaces":[{"interface":"back","average":{"1min":0.85799999999999998,"5min":0.86199999999999999,"15min":0.86199999999999999},"min":{"1min":0.63200000000000001,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.165,"5min":1.165,"15min":1.165},"last":0.68500000000000005},{"interface":"front","average":{"1min":0.95699999999999996,"5min":0.92300000000000004,"15min":0.91700000000000004},"min":{"1min":0.58799999999999997,"5min":0.58799999999999997,"15min":0.58799999999999997},"max":{"1min":1.1319999999999999,"5min":1.353,"15min":1.353},"last":0.88200000000000001}]},{"osd":4,"last update":"Thu Jun 6 20:39:02 2024","interfaces":[{"interface":"back","average":{"1min":0.91800000000000004,"5min":0.90100000000000002,"15min":0.89800000000000002},"min":{"1min":0.63300000000000001,"5min":0.504,"15min":0.504},"max":{"1min":1.323,"5min":1.323,"15min":1.323},"last":0.98799999999999999},{"interface":"front","average":{"1min":0.88900000000000001,"5min":0.89900000000000002,"15min":0.90100000000000002},"min":{"1min":0.628,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":1.2210000000000001,"5min":2.4580000000000002,"15min":2.4580000000000002},"last":0.75900000000000001}]},{"osd":5,"last update":"Thu Jun 6 20:39:16 2024","interfaces":[{"interface":"back","average":{"1min":1.0389999999999999,"5min":1.0349999999999999,"15min":1.0349999999999999},"min":{"1min":0.77600000000000002,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.292,"5min":1.5229999999999999,"15min":1.5229999999999999},"last":1.0840000000000001},{"interface":"front","average":{"1min":0.96599999999999997,"5min":1.0309999999999999,"15min":1.042},"min":{"1min":0.79600000000000004,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.1879999999999999,"5min":2.5579999999999998,"15min":2.5579999999999998},"last":0.86799999999999999}]},{"osd":6,"last update":"Thu Jun 6 20:39:12 2024","interfaces":[{"interface":"back","average":{"1min":1.069,"5min":0.99299999999999999,"15min":0.98099999999999998},"min":{"1min":0.92000000000000004,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.298,"5min":1.478,"15min":1.478},"last":1.0620000000000001},{"interface":"front","average":{"1min":1.075,"5min":0.97399999999999998,"15min":0.95699999999999996},"min":{"1min":0.871,"5min":0.48099999999999998,"15min":0.48099999999999998},"max":{"1min":1.3009999999999999,"5min":1.508,"15min":1.508},"last":0.84199999999999997}]},{"osd":7,"last update":"Thu Jun 6 20:38:17 2024","interfaces":[{"interface":"back","average":{"1min":1.0660000000000001,"5min":1.0660000000000001,"15min":1.0660000000000001},"min":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"max":{"1min":1.3500000000000001,"5min":1.3500000000000001,"15min":1.3500000000000001},"last":1.0169999999999999},{"interface":"front","average":{"1min":1.079,"5min":1.079,"15min":1.079},"min":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"max":{"1min":1.496,"5min":1.496,"15min":1.496},"last":1.0329999999999999}]}]},{"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":28024,"kb_used_data":1004,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713032,"statfs":{"total":95990841344,"available":95962144768,"internally_reserved":0,"allocated":1028096,"data_stored":767254,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"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":"Thu Jun 6 20:38:58 2024","interfaces":[{"interface":"back","average":{"1min":0.84999999999999998,"5min":0.81699999999999995,"15min":0.81100000000000005},"min":{"1min":0.59699999999999998,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":1.1299999999999999,"5min":1.1519999999999999,"15min":1.1519999999999999},"last":1.0880000000000001},{"interface":"front","average":{"1min":0.88400000000000001,"5min":0.872,"15min":0.87},"min":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.103,"5min":1.23,"15min":1.23},"last":0.93700000000000006}]},{"osd":2,"last update":"Thu Jun 6 20:38:58 2024","interfaces":[{"interface":"back","average":{"1min":0.86399999999999999,"5min":0.78400000000000003,"15min":0.77100000000000002},"min":{"1min":0.51400000000000001,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":1.2709999999999999,"5min":1.2709999999999999,"15min":1.2709999999999999},"last":0.64000000000000001},{"interface":"front","average":{"1min":0.84699999999999998,"5min":0.78000000000000003,"15min":0.76900000000000002},"min":{"1min":0.57099999999999995,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":1.3180000000000001,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":0.995}]},{"osd":3,"last update":"Thu Jun 6 20:39:12 2024","interfaces":[{"interface":"back","average":{"1min":0.86299999999999999,"5min":0.871,"15min":0.872},"min":{"1min":0.63700000000000001,"5min":0.52600000000000002,"15min":0.52600000000000002},"max":{"1min":1.222,"5min":1.222,"15min":1.222},"last":1.026},{"interface":"front","average":{"1min":0.97799999999999998,"5min":0.94299999999999995,"15min":0.93700000000000006},"min":{"1min":0.63700000000000001,"5min":0.59299999999999997,"15min":0.59299999999999997},"max":{"1min":1.24,"5min":1.2989999999999999,"15min":1.2989999999999999},"last":0.90400000000000003}]},{"osd":4,"last update":"Thu Jun 6 20:39:03 2024","interfaces":[{"interface":"back","average":{"1min":0.96999999999999997,"5min":0.878,"15min":0.86199999999999999},"min":{"1min":0.70699999999999996,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":1.2669999999999999,"5min":1.2669999999999999,"15min":1.2669999999999999},"last":0.96799999999999997},{"interface":"front","average":{"1min":0.995,"5min":0.87,"15min":0.84899999999999998},"min":{"1min":0.59799999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":1.3759999999999999,"5min":1.3759999999999999,"15min":1.3759999999999999},"last":0.85499999999999998}]},{"osd":5,"last update":"Thu Jun 6 20:39:12 2024","interfaces":[{"interface":"back","average":{"1min":1.0269999999999999,"5min":1.046,"15min":1.0489999999999999},"min":{"1min":0.77700000000000002,"5min":0.63600000000000001,"15min":0.63600000000000001},"max":{"1min":1.365,"5min":1.4490000000000001,"15min":1.4490000000000001},"last":1.1060000000000001},{"interface":"front","average":{"1min":1.0049999999999999,"5min":1.0309999999999999,"15min":1.0349999999999999},"min":{"1min":0.69599999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"max":{"1min":1.3169999999999999,"5min":1.4379999999999999,"15min":1.4379999999999999},"last":1.222}]},{"osd":6,"last update":"Thu Jun 6 20:39:12 2024","interfaces":[{"interface":"back","average":{"1min":1.069,"5min":1.0429999999999999,"15min":1.0389999999999999},"min":{"1min":0.70799999999999996,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.4370000000000001,"5min":1.5509999999999999,"15min":1.5509999999999999},"last":1.167},{"interface":"front","average":{"1min":1.032,"5min":1.028,"15min":1.028},"min":{"1min":0.73599999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":1.323,"5min":1.597,"15min":1.597},"last":0.77500000000000002}]},{"osd":7,"last update":"Thu Jun 6 20:39:17 2024","interfaces":[{"interface":"back","average":{"1min":1.123,"5min":1.1279999999999999,"15min":1.129},"min":{"1min":0.88600000000000001,"5min":0.81100000000000005,"15min":0.81100000000000005},"max":{"1min":1.391,"5min":1.548,"15min":1.548},"last":1.1299999999999999},{"interface":"front","average":{"1min":1.1950000000000001,"5min":1.151,"15min":1.143},"min":{"1min":1.032,"5min":0.82099999999999995,"15min":0.82099999999999995},"max":{"1min":1.4930000000000001,"5min":1.508,"15min":1.508},"last":1.0589999999999999}]}]}],"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":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-06-06T20:39:21.386 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-06-06T20:39:21.386 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-06-06T20:39:21.386 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-06-06T20:39:21.387 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph health --format=json 2024-06-06T20:39:21.765 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:21 smithi016 bash[14670]: cluster 2024-06-06T20:39:20.337918+0000 mgr.smithi016.jbjtdq (mgr.14193) 207 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:21.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:21 smithi031 bash[21430]: cluster 2024-06-06T20:39:20.337918+0000 mgr.smithi016.jbjtdq (mgr.14193) 207 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:22.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:22 smithi031 bash[21430]: audit 2024-06-06T20:39:20.672741+0000 mgr.smithi016.jbjtdq (mgr.14193) 208 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-06T20:39:23.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:22 smithi016 bash[14670]: audit 2024-06-06T20:39:20.672741+0000 mgr.smithi016.jbjtdq (mgr.14193) 208 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-06-06T20:39:23.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:23 smithi031 bash[21430]: cluster 2024-06-06T20:39:22.338548+0000 mgr.smithi016.jbjtdq (mgr.14193) 209 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:24.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:23 smithi016 bash[14670]: cluster 2024-06-06T20:39:22.338548+0000 mgr.smithi016.jbjtdq (mgr.14193) 209 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:25.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:25 smithi031 bash[21430]: cluster 2024-06-06T20:39:24.339204+0000 mgr.smithi016.jbjtdq (mgr.14193) 210 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:26.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:25 smithi016 bash[14670]: cluster 2024-06-06T20:39:24.339204+0000 mgr.smithi016.jbjtdq (mgr.14193) 210 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:26.138 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:39:26.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:26 smithi031 bash[21430]: audit 2024-06-06T20:39:25.914018+0000 mon.smithi016 (mon.0) 741 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:39:26.962 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:26 smithi016 bash[14670]: audit 2024-06-06T20:39:25.914018+0000 mon.smithi016 (mon.0) 741 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:39:27.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:27 smithi031 bash[21430]: cluster 2024-06-06T20:39:26.339868+0000 mgr.smithi016.jbjtdq (mgr.14193) 211 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:27.841 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:27 smithi016 bash[14670]: cluster 2024-06-06T20:39:26.339868+0000 mgr.smithi016.jbjtdq (mgr.14193) 211 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:28.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:28 smithi031 bash[21430]: cluster 2024-06-06T20:39:28.340562+0000 mgr.smithi016.jbjtdq (mgr.14193) 212 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:29.015 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:28 smithi016 bash[14670]: cluster 2024-06-06T20:39:28.340562+0000 mgr.smithi016.jbjtdq (mgr.14193) 212 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:29.034 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:39:29.034 INFO:teuthology.orchestra.run.smithi016.stdout:{"status":"HEALTH_WARN","checks":{"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-06-06T20:39:29.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:29 smithi031 bash[21430]: audit 2024-06-06T20:39:29.038878+0000 mon.smithi016 (mon.0) 742 : audit [DBG] from='client.? 172.21.15.16:0/2198121787' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:39:30.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:29 smithi016 bash[14670]: audit 2024-06-06T20:39:29.038878+0000 mon.smithi016 (mon.0) 742 : audit [DBG] from='client.? 172.21.15.16:0/2198121787' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:39:30.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:30 smithi031 bash[21430]: cluster 2024-06-06T20:39:30.341197+0000 mgr.smithi016.jbjtdq (mgr.14193) 213 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:31.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:30 smithi016 bash[14670]: cluster 2024-06-06T20:39:30.341197+0000 mgr.smithi016.jbjtdq (mgr.14193) 213 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:32.820 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph health --format=json 2024-06-06T20:39:33.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:33 smithi016 bash[14670]: cluster 2024-06-06T20:39:32.341850+0000 mgr.smithi016.jbjtdq (mgr.14193) 214 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:33.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:33 smithi031 bash[21430]: cluster 2024-06-06T20:39:32.341850+0000 mgr.smithi016.jbjtdq (mgr.14193) 214 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:35.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:35 smithi016 bash[14670]: cluster 2024-06-06T20:39:34.342568+0000 mgr.smithi016.jbjtdq (mgr.14193) 215 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:35.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:35 smithi031 bash[21430]: cluster 2024-06-06T20:39:34.342568+0000 mgr.smithi016.jbjtdq (mgr.14193) 215 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:37.579 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:39:37.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:37 smithi016 bash[14670]: cluster 2024-06-06T20:39:36.343292+0000 mgr.smithi016.jbjtdq (mgr.14193) 216 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:37.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:37 smithi031 bash[21430]: cluster 2024-06-06T20:39:36.343292+0000 mgr.smithi016.jbjtdq (mgr.14193) 216 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:39.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:39 smithi016 bash[14670]: cluster 2024-06-06T20:39:38.343941+0000 mgr.smithi016.jbjtdq (mgr.14193) 217 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:39.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:39 smithi031 bash[21430]: cluster 2024-06-06T20:39:38.343941+0000 mgr.smithi016.jbjtdq (mgr.14193) 217 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:40.677 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:39:40.677 INFO:teuthology.orchestra.run.smithi016.stdout:{"status":"HEALTH_WARN","checks":{"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-06-06T20:39:41.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:41 smithi016 bash[14670]: cluster 2024-06-06T20:39:40.344503+0000 mgr.smithi016.jbjtdq (mgr.14193) 218 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:41.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:41 smithi016 bash[14670]: audit 2024-06-06T20:39:40.680834+0000 mon.smithi016 (mon.0) 743 : audit [DBG] from='client.? 172.21.15.16:0/2927306268' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:39:41.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:41 smithi016 bash[14670]: audit 2024-06-06T20:39:40.921191+0000 mon.smithi016 (mon.0) 744 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:39:41.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:41 smithi031 bash[21430]: cluster 2024-06-06T20:39:40.344503+0000 mgr.smithi016.jbjtdq (mgr.14193) 218 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:41.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:41 smithi031 bash[21430]: audit 2024-06-06T20:39:40.680834+0000 mon.smithi016 (mon.0) 743 : audit [DBG] from='client.? 172.21.15.16:0/2927306268' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:39:41.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:41 smithi031 bash[21430]: audit 2024-06-06T20:39:40.921191+0000 mon.smithi016 (mon.0) 744 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:39:43.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:43 smithi016 bash[14670]: cluster 2024-06-06T20:39:42.345175+0000 mgr.smithi016.jbjtdq (mgr.14193) 219 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:43.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:43 smithi031 bash[21430]: cluster 2024-06-06T20:39:42.345175+0000 mgr.smithi016.jbjtdq (mgr.14193) 219 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:44.369 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph health --format=json 2024-06-06T20:39:45.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:45 smithi016 bash[14670]: cluster 2024-06-06T20:39:44.345786+0000 mgr.smithi016.jbjtdq (mgr.14193) 220 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:45.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:45 smithi031 bash[21430]: cluster 2024-06-06T20:39:44.345786+0000 mgr.smithi016.jbjtdq (mgr.14193) 220 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:47.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:47 smithi016 bash[14670]: cluster 2024-06-06T20:39:46.346450+0000 mgr.smithi016.jbjtdq (mgr.14193) 221 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:47.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:47 smithi031 bash[21430]: cluster 2024-06-06T20:39:46.346450+0000 mgr.smithi016.jbjtdq (mgr.14193) 221 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:49.125 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:39:49.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:49 smithi016 bash[14670]: cluster 2024-06-06T20:39:48.347118+0000 mgr.smithi016.jbjtdq (mgr.14193) 222 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:49.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:49 smithi031 bash[21430]: cluster 2024-06-06T20:39:48.347118+0000 mgr.smithi016.jbjtdq (mgr.14193) 222 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:51.712 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:51 smithi016 bash[14670]: cluster 2024-06-06T20:39:50.347780+0000 mgr.smithi016.jbjtdq (mgr.14193) 223 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:51.714 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:51 smithi031 bash[21430]: cluster 2024-06-06T20:39:50.347780+0000 mgr.smithi016.jbjtdq (mgr.14193) 223 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:52.145 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:39:52.145 INFO:teuthology.orchestra.run.smithi016.stdout:{"status":"HEALTH_WARN","checks":{"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-06-06T20:39:52.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:52 smithi016 bash[14670]: audit 2024-06-06T20:39:52.149153+0000 mon.smithi016 (mon.0) 745 : audit [DBG] from='client.? 172.21.15.16:0/2924285663' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:39:52.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:52 smithi031 bash[21430]: audit 2024-06-06T20:39:52.149153+0000 mon.smithi016 (mon.0) 745 : audit [DBG] from='client.? 172.21.15.16:0/2924285663' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:39:53.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:53 smithi016 bash[14670]: cluster 2024-06-06T20:39:52.348417+0000 mgr.smithi016.jbjtdq (mgr.14193) 224 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:53.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:53 smithi031 bash[21430]: cluster 2024-06-06T20:39:52.348417+0000 mgr.smithi016.jbjtdq (mgr.14193) 224 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:55.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:55 smithi016 bash[14670]: cluster 2024-06-06T20:39:54.349078+0000 mgr.smithi016.jbjtdq (mgr.14193) 225 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:55.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:55 smithi031 bash[21430]: cluster 2024-06-06T20:39:54.349078+0000 mgr.smithi016.jbjtdq (mgr.14193) 225 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:55.887 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph health --format=json 2024-06-06T20:39:56.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:56 smithi016 bash[14670]: audit 2024-06-06T20:39:55.921630+0000 mon.smithi016 (mon.0) 746 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:39:56.817 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:56 smithi031 bash[21430]: audit 2024-06-06T20:39:55.921630+0000 mon.smithi016 (mon.0) 746 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:39:57.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:57 smithi016 bash[14670]: cluster 2024-06-06T20:39:56.349747+0000 mgr.smithi016.jbjtdq (mgr.14193) 226 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:57.839 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:57 smithi031 bash[21430]: cluster 2024-06-06T20:39:56.349747+0000 mgr.smithi016.jbjtdq (mgr.14193) 226 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:58.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:39:58 smithi031 bash[21430]: cluster 2024-06-06T20:39:58.350421+0000 mgr.smithi016.jbjtdq (mgr.14193) 227 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:39:59.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:39:58 smithi016 bash[14670]: cluster 2024-06-06T20:39:58.350421+0000 mgr.smithi016.jbjtdq (mgr.14193) 227 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:00.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:00 smithi031 bash[21430]: cluster 2024-06-06T20:40:00.000187+0000 mon.smithi016 (mon.0) 747 : cluster [WRN] Health detail: HEALTH_WARN 4 mgr modules have recently crashed 2024-06-06T20:40:00.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:00 smithi031 bash[21430]: cluster 2024-06-06T20:40:00.000230+0000 mon.smithi016 (mon.0) 748 : cluster [WRN] [WRN] RECENT_MGR_MODULE_CRASH: 4 mgr modules have recently crashed 2024-06-06T20:40:00.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:00 smithi031 bash[21430]: cluster 2024-06-06T20:40:00.000252+0000 mon.smithi016 (mon.0) 749 : cluster [WRN] mgr module k8sevents crashed in daemon mgr.smithi031.vpaaky on host smithi031 at 2024-06-06T20:35:10.873035Z 2024-06-06T20:40:00.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:00 smithi031 bash[21430]: cluster 2024-06-06T20:40:00.000275+0000 mon.smithi016 (mon.0) 750 : cluster [WRN] mgr module k8sevents crashed in daemon mgr.smithi016.jbjtdq on host smithi016 at 2024-06-06T20:32:09.659609Z 2024-06-06T20:40:00.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:00 smithi031 bash[21430]: cluster 2024-06-06T20:40:00.000294+0000 mon.smithi016 (mon.0) 751 : cluster [WRN] mgr module k8sevents crashed in daemon mgr.smithi016.jbjtdq on host smithi016 at 2024-06-06T20:32:21.877302Z 2024-06-06T20:40:00.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:00 smithi031 bash[21430]: cluster 2024-06-06T20:40:00.000313+0000 mon.smithi016 (mon.0) 752 : cluster [WRN] mgr module k8sevents crashed in daemon mgr.smithi016.jbjtdq on host smithi016 at 2024-06-06T20:33:07.583479Z 2024-06-06T20:40:00.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:00 smithi016 bash[14670]: cluster 2024-06-06T20:40:00.000187+0000 mon.smithi016 (mon.0) 747 : cluster [WRN] Health detail: HEALTH_WARN 4 mgr modules have recently crashed 2024-06-06T20:40:00.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:00 smithi016 bash[14670]: cluster 2024-06-06T20:40:00.000230+0000 mon.smithi016 (mon.0) 748 : cluster [WRN] [WRN] RECENT_MGR_MODULE_CRASH: 4 mgr modules have recently crashed 2024-06-06T20:40:00.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:00 smithi016 bash[14670]: cluster 2024-06-06T20:40:00.000252+0000 mon.smithi016 (mon.0) 749 : cluster [WRN] mgr module k8sevents crashed in daemon mgr.smithi031.vpaaky on host smithi031 at 2024-06-06T20:35:10.873035Z 2024-06-06T20:40:00.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:00 smithi016 bash[14670]: cluster 2024-06-06T20:40:00.000275+0000 mon.smithi016 (mon.0) 750 : cluster [WRN] mgr module k8sevents crashed in daemon mgr.smithi016.jbjtdq on host smithi016 at 2024-06-06T20:32:09.659609Z 2024-06-06T20:40:00.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:00 smithi016 bash[14670]: cluster 2024-06-06T20:40:00.000294+0000 mon.smithi016 (mon.0) 751 : cluster [WRN] mgr module k8sevents crashed in daemon mgr.smithi016.jbjtdq on host smithi016 at 2024-06-06T20:32:21.877302Z 2024-06-06T20:40:00.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:00 smithi016 bash[14670]: cluster 2024-06-06T20:40:00.000313+0000 mon.smithi016 (mon.0) 752 : cluster [WRN] mgr module k8sevents crashed in daemon mgr.smithi016.jbjtdq on host smithi016 at 2024-06-06T20:33:07.583479Z 2024-06-06T20:40:00.658 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:40:01.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:01 smithi031 bash[21430]: cluster 2024-06-06T20:40:00.351044+0000 mgr.smithi016.jbjtdq (mgr.14193) 228 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:01.388 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:01 smithi016 bash[14670]: cluster 2024-06-06T20:40:00.351044+0000 mgr.smithi016.jbjtdq (mgr.14193) 228 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:03.502 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:40:03.502 INFO:teuthology.orchestra.run.smithi016.stdout:{"status":"HEALTH_WARN","checks":{"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-06-06T20:40:03.705 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:03 smithi016 bash[14670]: cluster 2024-06-06T20:40:02.351611+0000 mgr.smithi016.jbjtdq (mgr.14193) 229 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:03.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:03 smithi031 bash[21430]: cluster 2024-06-06T20:40:02.351611+0000 mgr.smithi016.jbjtdq (mgr.14193) 229 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:04.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:04 smithi016 bash[14670]: audit 2024-06-06T20:40:03.506577+0000 mon.smithi016 (mon.0) 753 : audit [DBG] from='client.? 172.21.15.16:0/1810360087' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:40:04.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:04 smithi031 bash[21430]: audit 2024-06-06T20:40:03.506577+0000 mon.smithi016 (mon.0) 753 : audit [DBG] from='client.? 172.21.15.16:0/1810360087' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:40:05.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:05 smithi016 bash[14670]: cluster 2024-06-06T20:40:04.352299+0000 mgr.smithi016.jbjtdq (mgr.14193) 230 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:05.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:05 smithi031 bash[21430]: cluster 2024-06-06T20:40:04.352299+0000 mgr.smithi016.jbjtdq (mgr.14193) 230 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:07.234 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph health --format=json 2024-06-06T20:40:07.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:07 smithi016 bash[14670]: cluster 2024-06-06T20:40:06.353107+0000 mgr.smithi016.jbjtdq (mgr.14193) 231 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:07.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:07 smithi031 bash[21430]: cluster 2024-06-06T20:40:06.353107+0000 mgr.smithi016.jbjtdq (mgr.14193) 231 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:09.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:09 smithi016 bash[14670]: cluster 2024-06-06T20:40:08.353802+0000 mgr.smithi016.jbjtdq (mgr.14193) 232 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:09.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:09 smithi031 bash[21430]: cluster 2024-06-06T20:40:08.353802+0000 mgr.smithi016.jbjtdq (mgr.14193) 232 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:11.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:11 smithi016 bash[14670]: cluster 2024-06-06T20:40:10.354451+0000 mgr.smithi016.jbjtdq (mgr.14193) 233 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:11.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:11 smithi016 bash[14670]: audit 2024-06-06T20:40:10.922346+0000 mon.smithi016 (mon.0) 754 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:40:11.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:11 smithi031 bash[21430]: cluster 2024-06-06T20:40:10.354451+0000 mgr.smithi016.jbjtdq (mgr.14193) 233 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:11.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:11 smithi031 bash[21430]: audit 2024-06-06T20:40:10.922346+0000 mon.smithi016 (mon.0) 754 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:40:11.985 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:40:12.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:12 smithi016 bash[14670]: audit 2024-06-06T20:40:12.135032+0000 mon.smithi016 (mon.0) 755 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-06T20:40:12.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:12 smithi031 bash[21430]: audit 2024-06-06T20:40:12.135032+0000 mon.smithi016 (mon.0) 755 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-06T20:40:13.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:13 smithi016 bash[14670]: cluster 2024-06-06T20:40:12.355077+0000 mgr.smithi016.jbjtdq (mgr.14193) 234 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:13.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:13 smithi031 bash[21430]: cluster 2024-06-06T20:40:12.355077+0000 mgr.smithi016.jbjtdq (mgr.14193) 234 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:15.009 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:40:15.009 INFO:teuthology.orchestra.run.smithi016.stdout:{"status":"HEALTH_WARN","checks":{"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-06-06T20:40:15.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:15 smithi016 bash[14670]: cluster 2024-06-06T20:40:14.355582+0000 mgr.smithi016.jbjtdq (mgr.14193) 235 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:15.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:15 smithi016 bash[14670]: audit 2024-06-06T20:40:15.013020+0000 mon.smithi016 (mon.0) 756 : audit [DBG] from='client.? 172.21.15.16:0/3863769843' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:40:15.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:15 smithi031 bash[21430]: cluster 2024-06-06T20:40:14.355582+0000 mgr.smithi016.jbjtdq (mgr.14193) 235 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:15.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:15 smithi031 bash[21430]: audit 2024-06-06T20:40:15.013020+0000 mon.smithi016 (mon.0) 756 : audit [DBG] from='client.? 172.21.15.16:0/3863769843' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:40:17.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:17 smithi031 bash[21430]: cluster 2024-06-06T20:40:16.356173+0000 mgr.smithi016.jbjtdq (mgr.14193) 236 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:17.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:17 smithi016 bash[14670]: cluster 2024-06-06T20:40:16.356173+0000 mgr.smithi016.jbjtdq (mgr.14193) 236 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:18.719 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph health --format=json 2024-06-06T20:40:19.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:18 smithi016 bash[14670]: audit 2024-06-06T20:40:17.625471+0000 mon.smithi016 (mon.0) 757 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:40:19.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:18 smithi016 bash[14670]: audit 2024-06-06T20:40:17.633086+0000 mon.smithi016 (mon.0) 758 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:40:19.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:18 smithi016 bash[14670]: audit 2024-06-06T20:40:17.732055+0000 mon.smithi016 (mon.0) 759 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:40:19.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:18 smithi016 bash[14670]: audit 2024-06-06T20:40:17.739943+0000 mon.smithi016 (mon.0) 760 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:40:19.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:18 smithi016 bash[14670]: audit 2024-06-06T20:40:18.188451+0000 mon.smithi016 (mon.0) 761 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:40:19.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:18 smithi016 bash[14670]: audit 2024-06-06T20:40:18.190069+0000 mon.smithi016 (mon.0) 762 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-06T20:40:19.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:18 smithi016 bash[14670]: audit 2024-06-06T20:40:18.198544+0000 mon.smithi016 (mon.0) 763 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:40:19.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:18 smithi016 bash[14670]: audit 2024-06-06T20:40:18.203195+0000 mon.smithi016 (mon.0) 764 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-06T20:40:19.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:18 smithi016 bash[14670]: cluster 2024-06-06T20:40:18.356824+0000 mgr.smithi016.jbjtdq (mgr.14193) 237 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:19.090 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:18 smithi031 bash[21430]: audit 2024-06-06T20:40:17.625471+0000 mon.smithi016 (mon.0) 757 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:40:19.090 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:18 smithi031 bash[21430]: audit 2024-06-06T20:40:17.633086+0000 mon.smithi016 (mon.0) 758 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:40:19.090 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:18 smithi031 bash[21430]: audit 2024-06-06T20:40:17.732055+0000 mon.smithi016 (mon.0) 759 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:40:19.090 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:18 smithi031 bash[21430]: audit 2024-06-06T20:40:17.739943+0000 mon.smithi016 (mon.0) 760 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:40:19.090 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:18 smithi031 bash[21430]: audit 2024-06-06T20:40:18.188451+0000 mon.smithi016 (mon.0) 761 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:40:19.090 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:18 smithi031 bash[21430]: audit 2024-06-06T20:40:18.190069+0000 mon.smithi016 (mon.0) 762 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-06T20:40:19.091 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:18 smithi031 bash[21430]: audit 2024-06-06T20:40:18.198544+0000 mon.smithi016 (mon.0) 763 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:40:19.091 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:18 smithi031 bash[21430]: audit 2024-06-06T20:40:18.203195+0000 mon.smithi016 (mon.0) 764 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-06T20:40:19.091 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:18 smithi031 bash[21430]: cluster 2024-06-06T20:40:18.356824+0000 mgr.smithi016.jbjtdq (mgr.14193) 237 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:21.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:21 smithi016 bash[14670]: cluster 2024-06-06T20:40:20.357466+0000 mgr.smithi016.jbjtdq (mgr.14193) 238 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:21.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:21 smithi031 bash[21430]: cluster 2024-06-06T20:40:20.357466+0000 mgr.smithi016.jbjtdq (mgr.14193) 238 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:23.472 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:40:23.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:23 smithi016 bash[14670]: cluster 2024-06-06T20:40:22.358136+0000 mgr.smithi016.jbjtdq (mgr.14193) 239 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:23.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:23 smithi031 bash[21430]: cluster 2024-06-06T20:40:22.358136+0000 mgr.smithi016.jbjtdq (mgr.14193) 239 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:25.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:25 smithi016 bash[14670]: cluster 2024-06-06T20:40:24.358800+0000 mgr.smithi016.jbjtdq (mgr.14193) 240 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:25.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:25 smithi031 bash[21430]: cluster 2024-06-06T20:40:24.358800+0000 mgr.smithi016.jbjtdq (mgr.14193) 240 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:26.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:26 smithi016 bash[14670]: audit 2024-06-06T20:40:25.921902+0000 mon.smithi016 (mon.0) 765 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:40:26.591 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:40:26.591 INFO:teuthology.orchestra.run.smithi016.stdout:{"status":"HEALTH_WARN","checks":{"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-06-06T20:40:26.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:26 smithi031 bash[21430]: audit 2024-06-06T20:40:25.921902+0000 mon.smithi016 (mon.0) 765 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:40:27.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:27 smithi016 bash[14670]: cluster 2024-06-06T20:40:26.359293+0000 mgr.smithi016.jbjtdq (mgr.14193) 241 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:27.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:27 smithi016 bash[14670]: audit 2024-06-06T20:40:26.595067+0000 mon.smithi016 (mon.0) 766 : audit [DBG] from='client.? 172.21.15.16:0/1261132938' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:40:27.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:27 smithi031 bash[21430]: cluster 2024-06-06T20:40:26.359293+0000 mgr.smithi016.jbjtdq (mgr.14193) 241 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:27.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:27 smithi031 bash[21430]: audit 2024-06-06T20:40:26.595067+0000 mon.smithi016 (mon.0) 766 : audit [DBG] from='client.? 172.21.15.16:0/1261132938' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:40:29.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:29 smithi016 bash[14670]: cluster 2024-06-06T20:40:28.359873+0000 mgr.smithi016.jbjtdq (mgr.14193) 242 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:29.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:29 smithi031 bash[21430]: cluster 2024-06-06T20:40:28.359873+0000 mgr.smithi016.jbjtdq (mgr.14193) 242 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:30.367 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph health --format=json 2024-06-06T20:40:31.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:31 smithi016 bash[14670]: cluster 2024-06-06T20:40:30.360428+0000 mgr.smithi016.jbjtdq (mgr.14193) 243 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:31.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:31 smithi031 bash[21430]: cluster 2024-06-06T20:40:30.360428+0000 mgr.smithi016.jbjtdq (mgr.14193) 243 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:33.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:33 smithi016 bash[14670]: cluster 2024-06-06T20:40:32.361044+0000 mgr.smithi016.jbjtdq (mgr.14193) 244 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:33.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:33 smithi031 bash[21430]: cluster 2024-06-06T20:40:32.361044+0000 mgr.smithi016.jbjtdq (mgr.14193) 244 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:35.126 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:40:35.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:35 smithi016 bash[14670]: cluster 2024-06-06T20:40:34.361753+0000 mgr.smithi016.jbjtdq (mgr.14193) 245 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:35.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:35 smithi031 bash[21430]: cluster 2024-06-06T20:40:34.361753+0000 mgr.smithi016.jbjtdq (mgr.14193) 245 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:37.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:37 smithi016 bash[14670]: cluster 2024-06-06T20:40:36.362525+0000 mgr.smithi016.jbjtdq (mgr.14193) 246 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:37.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:37 smithi031 bash[21430]: cluster 2024-06-06T20:40:36.362525+0000 mgr.smithi016.jbjtdq (mgr.14193) 246 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:38.301 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:40:38.301 INFO:teuthology.orchestra.run.smithi016.stdout:{"status":"HEALTH_WARN","checks":{"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-06-06T20:40:38.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:38 smithi016 bash[14670]: audit 2024-06-06T20:40:38.305286+0000 mon.smithi016 (mon.0) 767 : audit [DBG] from='client.? 172.21.15.16:0/4174785698' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:40:38.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:38 smithi031 bash[21430]: audit 2024-06-06T20:40:38.305286+0000 mon.smithi016 (mon.0) 767 : audit [DBG] from='client.? 172.21.15.16:0/4174785698' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:40:39.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:39 smithi016 bash[14670]: cluster 2024-06-06T20:40:38.363105+0000 mgr.smithi016.jbjtdq (mgr.14193) 247 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:39.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:39 smithi031 bash[21430]: cluster 2024-06-06T20:40:38.363105+0000 mgr.smithi016.jbjtdq (mgr.14193) 247 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:41.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:41 smithi016 bash[14670]: cluster 2024-06-06T20:40:40.363864+0000 mgr.smithi016.jbjtdq (mgr.14193) 248 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:41.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:41 smithi016 bash[14670]: audit 2024-06-06T20:40:40.930250+0000 mon.smithi016 (mon.0) 768 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:40:41.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:41 smithi031 bash[21430]: cluster 2024-06-06T20:40:40.363864+0000 mgr.smithi016.jbjtdq (mgr.14193) 248 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:41.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:41 smithi031 bash[21430]: audit 2024-06-06T20:40:40.930250+0000 mon.smithi016 (mon.0) 768 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:40:42.061 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph health --format=json 2024-06-06T20:40:43.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:43 smithi016 bash[14670]: cluster 2024-06-06T20:40:42.364638+0000 mgr.smithi016.jbjtdq (mgr.14193) 249 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:43.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:43 smithi031 bash[21430]: cluster 2024-06-06T20:40:42.364638+0000 mgr.smithi016.jbjtdq (mgr.14193) 249 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:45.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:45 smithi016 bash[14670]: cluster 2024-06-06T20:40:44.365311+0000 mgr.smithi016.jbjtdq (mgr.14193) 250 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:45.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:45 smithi031 bash[21430]: cluster 2024-06-06T20:40:44.365311+0000 mgr.smithi016.jbjtdq (mgr.14193) 250 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:46.815 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:40:47.753 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:47 smithi016 bash[14670]: cluster 2024-06-06T20:40:46.365973+0000 mgr.smithi016.jbjtdq (mgr.14193) 251 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:47.825 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:47 smithi031 bash[21430]: cluster 2024-06-06T20:40:46.365973+0000 mgr.smithi016.jbjtdq (mgr.14193) 251 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:49.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:49 smithi016 bash[14670]: cluster 2024-06-06T20:40:48.366506+0000 mgr.smithi016.jbjtdq (mgr.14193) 252 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:49.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:49 smithi031 bash[21430]: cluster 2024-06-06T20:40:48.366506+0000 mgr.smithi016.jbjtdq (mgr.14193) 252 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:49.876 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:40:49.876 INFO:teuthology.orchestra.run.smithi016.stdout:{"status":"HEALTH_WARN","checks":{"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-06-06T20:40:50.764 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:50 smithi016 bash[14670]: audit 2024-06-06T20:40:49.879937+0000 mon.smithi016 (mon.0) 769 : audit [DBG] from='client.? 172.21.15.16:0/1403458111' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:40:50.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:50 smithi031 bash[21430]: audit 2024-06-06T20:40:49.879937+0000 mon.smithi016 (mon.0) 769 : audit [DBG] from='client.? 172.21.15.16:0/1403458111' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:40:51.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:51 smithi016 bash[14670]: cluster 2024-06-06T20:40:50.367124+0000 mgr.smithi016.jbjtdq (mgr.14193) 253 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:51.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:51 smithi031 bash[21430]: cluster 2024-06-06T20:40:50.367124+0000 mgr.smithi016.jbjtdq (mgr.14193) 253 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:53.572 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph health --format=json 2024-06-06T20:40:53.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:53 smithi016 bash[14670]: cluster 2024-06-06T20:40:52.367773+0000 mgr.smithi016.jbjtdq (mgr.14193) 254 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:53.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:53 smithi031 bash[21430]: cluster 2024-06-06T20:40:52.367773+0000 mgr.smithi016.jbjtdq (mgr.14193) 254 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:55.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:55 smithi016 bash[14670]: cluster 2024-06-06T20:40:54.368406+0000 mgr.smithi016.jbjtdq (mgr.14193) 255 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:55.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:55 smithi031 bash[21430]: cluster 2024-06-06T20:40:54.368406+0000 mgr.smithi016.jbjtdq (mgr.14193) 255 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:56.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:56 smithi016 bash[14670]: audit 2024-06-06T20:40:55.930945+0000 mon.smithi016 (mon.0) 770 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:40:56.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:56 smithi031 bash[21430]: audit 2024-06-06T20:40:55.930945+0000 mon.smithi016 (mon.0) 770 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:40:57.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:57 smithi016 bash[14670]: cluster 2024-06-06T20:40:56.369078+0000 mgr.smithi016.jbjtdq (mgr.14193) 256 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:57.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:57 smithi031 bash[21430]: cluster 2024-06-06T20:40:56.369078+0000 mgr.smithi016.jbjtdq (mgr.14193) 256 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:58.331 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:40:59.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:40:59 smithi016 bash[14670]: cluster 2024-06-06T20:40:58.369720+0000 mgr.smithi016.jbjtdq (mgr.14193) 257 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:40:59.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:40:59 smithi031 bash[21430]: cluster 2024-06-06T20:40:58.369720+0000 mgr.smithi016.jbjtdq (mgr.14193) 257 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:01.233 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:41:01.233 INFO:teuthology.orchestra.run.smithi016.stdout:{"status":"HEALTH_WARN","checks":{"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-06-06T20:41:01.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:01 smithi016 bash[14670]: cluster 2024-06-06T20:41:00.370153+0000 mgr.smithi016.jbjtdq (mgr.14193) 258 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:01.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:01 smithi016 bash[14670]: audit 2024-06-06T20:41:01.236999+0000 mon.smithi016 (mon.0) 771 : audit [DBG] from='client.? 172.21.15.16:0/1229169222' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:41:01.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:01 smithi031 bash[21430]: cluster 2024-06-06T20:41:00.370153+0000 mgr.smithi016.jbjtdq (mgr.14193) 258 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:01.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:01 smithi031 bash[21430]: audit 2024-06-06T20:41:01.236999+0000 mon.smithi016 (mon.0) 771 : audit [DBG] from='client.? 172.21.15.16:0/1229169222' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:41:03.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:03 smithi031 bash[21430]: cluster 2024-06-06T20:41:02.370772+0000 mgr.smithi016.jbjtdq (mgr.14193) 259 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:04.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:03 smithi016 bash[14670]: cluster 2024-06-06T20:41:02.370772+0000 mgr.smithi016.jbjtdq (mgr.14193) 259 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:04.942 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph health --format=json 2024-06-06T20:41:05.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:05 smithi031 bash[21430]: cluster 2024-06-06T20:41:04.371431+0000 mgr.smithi016.jbjtdq (mgr.14193) 260 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:06.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:05 smithi016 bash[14670]: cluster 2024-06-06T20:41:04.371431+0000 mgr.smithi016.jbjtdq (mgr.14193) 260 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:07.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:07 smithi031 bash[21430]: cluster 2024-06-06T20:41:06.372136+0000 mgr.smithi016.jbjtdq (mgr.14193) 261 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:08.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:07 smithi016 bash[14670]: cluster 2024-06-06T20:41:06.372136+0000 mgr.smithi016.jbjtdq (mgr.14193) 261 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:09.696 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:41:09.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:09 smithi031 bash[21430]: cluster 2024-06-06T20:41:08.372835+0000 mgr.smithi016.jbjtdq (mgr.14193) 262 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:10.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:09 smithi016 bash[14670]: cluster 2024-06-06T20:41:08.372835+0000 mgr.smithi016.jbjtdq (mgr.14193) 262 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:11.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:11 smithi016 bash[14670]: cluster 2024-06-06T20:41:10.373493+0000 mgr.smithi016.jbjtdq (mgr.14193) 263 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:11.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:11 smithi016 bash[14670]: audit 2024-06-06T20:41:10.931182+0000 mon.smithi016 (mon.0) 772 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:41:11.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:11 smithi031 bash[21430]: cluster 2024-06-06T20:41:10.373493+0000 mgr.smithi016.jbjtdq (mgr.14193) 263 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:11.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:11 smithi031 bash[21430]: audit 2024-06-06T20:41:10.931182+0000 mon.smithi016 (mon.0) 772 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:41:12.742 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:41:12.742 INFO:teuthology.orchestra.run.smithi016.stdout:{"status":"HEALTH_WARN","checks":{"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-06-06T20:41:13.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:13 smithi031 bash[21430]: cluster 2024-06-06T20:41:12.374192+0000 mgr.smithi016.jbjtdq (mgr.14193) 264 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:13.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:13 smithi031 bash[21430]: audit 2024-06-06T20:41:12.746157+0000 mon.smithi016 (mon.0) 773 : audit [DBG] from='client.? 172.21.15.16:0/1939764663' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:41:13.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:13 smithi016 bash[14670]: cluster 2024-06-06T20:41:12.374192+0000 mgr.smithi016.jbjtdq (mgr.14193) 264 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:13.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:13 smithi016 bash[14670]: audit 2024-06-06T20:41:12.746157+0000 mon.smithi016 (mon.0) 773 : audit [DBG] from='client.? 172.21.15.16:0/1939764663' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:41:15.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:15 smithi031 bash[21430]: cluster 2024-06-06T20:41:14.374960+0000 mgr.smithi016.jbjtdq (mgr.14193) 265 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:16.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:15 smithi016 bash[14670]: cluster 2024-06-06T20:41:14.374960+0000 mgr.smithi016.jbjtdq (mgr.14193) 265 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:16.394 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph health --format=json 2024-06-06T20:41:17.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:17 smithi031 bash[21430]: cluster 2024-06-06T20:41:16.375772+0000 mgr.smithi016.jbjtdq (mgr.14193) 266 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:18.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:17 smithi016 bash[14670]: cluster 2024-06-06T20:41:16.375772+0000 mgr.smithi016.jbjtdq (mgr.14193) 266 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:18.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:18 smithi031 bash[21430]: audit 2024-06-06T20:41:18.301455+0000 mon.smithi016 (mon.0) 774 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-06T20:41:19.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:18 smithi016 bash[14670]: audit 2024-06-06T20:41:18.301455+0000 mon.smithi016 (mon.0) 774 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-06T20:41:19.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:19 smithi031 bash[21430]: cluster 2024-06-06T20:41:18.376440+0000 mgr.smithi016.jbjtdq (mgr.14193) 267 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:20.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:19 smithi016 bash[14670]: cluster 2024-06-06T20:41:18.376440+0000 mgr.smithi016.jbjtdq (mgr.14193) 267 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:21.145 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:41:21.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:21 smithi031 bash[21430]: cluster 2024-06-06T20:41:20.377175+0000 mgr.smithi016.jbjtdq (mgr.14193) 268 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:22.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:21 smithi016 bash[14670]: cluster 2024-06-06T20:41:20.377175+0000 mgr.smithi016.jbjtdq (mgr.14193) 268 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:23.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:23 smithi031 bash[21430]: cluster 2024-06-06T20:41:22.377830+0000 mgr.smithi016.jbjtdq (mgr.14193) 269 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:23.848 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:23 smithi016 bash[14670]: cluster 2024-06-06T20:41:22.377830+0000 mgr.smithi016.jbjtdq (mgr.14193) 269 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:24.260 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:41:24.260 INFO:teuthology.orchestra.run.smithi016.stdout:{"status":"HEALTH_WARN","checks":{"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-06-06T20:41:25.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:24 smithi016 bash[14670]: audit 2024-06-06T20:41:23.928071+0000 mon.smithi016 (mon.0) 775 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:41:25.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:24 smithi016 bash[14670]: audit 2024-06-06T20:41:23.934554+0000 mon.smithi016 (mon.0) 776 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:41:25.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:24 smithi016 bash[14670]: audit 2024-06-06T20:41:24.264199+0000 mon.smithi016 (mon.0) 777 : audit [DBG] from='client.? 172.21.15.16:0/3662102880' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:41:25.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:24 smithi016 bash[14670]: cluster 2024-06-06T20:41:24.378278+0000 mgr.smithi016.jbjtdq (mgr.14193) 270 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:25.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:24 smithi016 bash[14670]: audit 2024-06-06T20:41:24.667310+0000 mon.smithi016 (mon.0) 778 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:41:25.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:24 smithi016 bash[14670]: audit 2024-06-06T20:41:24.674102+0000 mon.smithi016 (mon.0) 779 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:41:25.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:24 smithi031 bash[21430]: audit 2024-06-06T20:41:23.928071+0000 mon.smithi016 (mon.0) 775 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:41:25.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:24 smithi031 bash[21430]: audit 2024-06-06T20:41:23.934554+0000 mon.smithi016 (mon.0) 776 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:41:25.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:24 smithi031 bash[21430]: audit 2024-06-06T20:41:24.264199+0000 mon.smithi016 (mon.0) 777 : audit [DBG] from='client.? 172.21.15.16:0/3662102880' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:41:25.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:24 smithi031 bash[21430]: cluster 2024-06-06T20:41:24.378278+0000 mgr.smithi016.jbjtdq (mgr.14193) 270 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:25.341 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:24 smithi031 bash[21430]: audit 2024-06-06T20:41:24.667310+0000 mon.smithi016 (mon.0) 778 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:41:25.341 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:24 smithi031 bash[21430]: audit 2024-06-06T20:41:24.674102+0000 mon.smithi016 (mon.0) 779 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:41:26.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:25 smithi016 bash[14670]: audit 2024-06-06T20:41:25.136592+0000 mon.smithi016 (mon.0) 780 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:41:26.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:25 smithi016 bash[14670]: audit 2024-06-06T20:41:25.138164+0000 mon.smithi016 (mon.0) 781 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-06T20:41:26.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:25 smithi016 bash[14670]: audit 2024-06-06T20:41:25.146535+0000 mon.smithi016 (mon.0) 782 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:41:26.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:25 smithi016 bash[14670]: audit 2024-06-06T20:41:25.152381+0000 mon.smithi016 (mon.0) 783 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-06T20:41:26.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:25 smithi016 bash[14670]: audit 2024-06-06T20:41:25.931482+0000 mon.smithi016 (mon.0) 784 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:41:26.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:25 smithi031 bash[21430]: audit 2024-06-06T20:41:25.136592+0000 mon.smithi016 (mon.0) 780 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:41:26.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:25 smithi031 bash[21430]: audit 2024-06-06T20:41:25.138164+0000 mon.smithi016 (mon.0) 781 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-06T20:41:26.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:25 smithi031 bash[21430]: audit 2024-06-06T20:41:25.146535+0000 mon.smithi016 (mon.0) 782 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:41:26.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:25 smithi031 bash[21430]: audit 2024-06-06T20:41:25.152381+0000 mon.smithi016 (mon.0) 783 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-06T20:41:26.341 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:25 smithi031 bash[21430]: audit 2024-06-06T20:41:25.931482+0000 mon.smithi016 (mon.0) 784 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:41:27.266 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:26 smithi016 bash[14670]: cluster 2024-06-06T20:41:26.378854+0000 mgr.smithi016.jbjtdq (mgr.14193) 271 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:27.340 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:26 smithi031 bash[21430]: cluster 2024-06-06T20:41:26.378854+0000 mgr.smithi016.jbjtdq (mgr.14193) 271 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:27.953 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph health --format=json 2024-06-06T20:41:29.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:29 smithi016 bash[14670]: cluster 2024-06-06T20:41:28.379494+0000 mgr.smithi016.jbjtdq (mgr.14193) 272 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:29.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:29 smithi031 bash[21430]: cluster 2024-06-06T20:41:28.379494+0000 mgr.smithi016.jbjtdq (mgr.14193) 272 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:31.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:31 smithi016 bash[14670]: cluster 2024-06-06T20:41:30.380087+0000 mgr.smithi016.jbjtdq (mgr.14193) 273 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:31.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:31 smithi031 bash[21430]: cluster 2024-06-06T20:41:30.380087+0000 mgr.smithi016.jbjtdq (mgr.14193) 273 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:32.708 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:41:33.713 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:33 smithi031 bash[21430]: cluster 2024-06-06T20:41:32.380803+0000 mgr.smithi016.jbjtdq (mgr.14193) 274 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:33.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:33 smithi016 bash[14670]: cluster 2024-06-06T20:41:32.380803+0000 mgr.smithi016.jbjtdq (mgr.14193) 274 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:35.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:35 smithi016 bash[14670]: cluster 2024-06-06T20:41:34.381419+0000 mgr.smithi016.jbjtdq (mgr.14193) 275 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:35.695 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:41:35.695 INFO:teuthology.orchestra.run.smithi016.stdout:{"status":"HEALTH_WARN","checks":{"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-06-06T20:41:35.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:35 smithi031 bash[21430]: cluster 2024-06-06T20:41:34.381419+0000 mgr.smithi016.jbjtdq (mgr.14193) 275 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:36.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:36 smithi016 bash[14670]: audit 2024-06-06T20:41:35.698633+0000 mon.smithi016 (mon.0) 785 : audit [DBG] from='client.? 172.21.15.16:0/70250950' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:41:36.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:36 smithi031 bash[21430]: audit 2024-06-06T20:41:35.698633+0000 mon.smithi016 (mon.0) 785 : audit [DBG] from='client.? 172.21.15.16:0/70250950' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:41:37.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:37 smithi016 bash[14670]: cluster 2024-06-06T20:41:36.382022+0000 mgr.smithi016.jbjtdq (mgr.14193) 276 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:37.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:37 smithi031 bash[21430]: cluster 2024-06-06T20:41:36.382022+0000 mgr.smithi016.jbjtdq (mgr.14193) 276 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:39.405 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph health --format=json 2024-06-06T20:41:39.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:39 smithi016 bash[14670]: cluster 2024-06-06T20:41:38.382645+0000 mgr.smithi016.jbjtdq (mgr.14193) 277 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:39.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:39 smithi031 bash[21430]: cluster 2024-06-06T20:41:38.382645+0000 mgr.smithi016.jbjtdq (mgr.14193) 277 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:41.721 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:41 smithi016 bash[14670]: cluster 2024-06-06T20:41:40.383240+0000 mgr.smithi016.jbjtdq (mgr.14193) 278 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:41.721 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:41 smithi016 bash[14670]: audit 2024-06-06T20:41:40.941781+0000 mon.smithi016 (mon.0) 786 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:41:41.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:41 smithi031 bash[21430]: cluster 2024-06-06T20:41:40.383240+0000 mgr.smithi016.jbjtdq (mgr.14193) 278 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:41.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:41 smithi031 bash[21430]: audit 2024-06-06T20:41:40.941781+0000 mon.smithi016 (mon.0) 786 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:41:43.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:43 smithi016 bash[14670]: cluster 2024-06-06T20:41:42.383905+0000 mgr.smithi016.jbjtdq (mgr.14193) 279 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:43.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:43 smithi031 bash[21430]: cluster 2024-06-06T20:41:42.383905+0000 mgr.smithi016.jbjtdq (mgr.14193) 279 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:44.160 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:41:45.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:45 smithi016 bash[14670]: cluster 2024-06-06T20:41:44.384627+0000 mgr.smithi016.jbjtdq (mgr.14193) 280 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:45.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:45 smithi031 bash[21430]: cluster 2024-06-06T20:41:44.384627+0000 mgr.smithi016.jbjtdq (mgr.14193) 280 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:47.267 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:41:47.267 INFO:teuthology.orchestra.run.smithi016.stdout:{"status":"HEALTH_WARN","checks":{"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-06-06T20:41:47.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:47 smithi016 bash[14670]: cluster 2024-06-06T20:41:46.385226+0000 mgr.smithi016.jbjtdq (mgr.14193) 281 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:47.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:47 smithi016 bash[14670]: audit 2024-06-06T20:41:47.270343+0000 mon.smithi016 (mon.0) 787 : audit [DBG] from='client.? 172.21.15.16:0/2919824329' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:41:47.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:47 smithi031 bash[21430]: cluster 2024-06-06T20:41:46.385226+0000 mgr.smithi016.jbjtdq (mgr.14193) 281 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:47.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:47 smithi031 bash[21430]: audit 2024-06-06T20:41:47.270343+0000 mon.smithi016 (mon.0) 787 : audit [DBG] from='client.? 172.21.15.16:0/2919824329' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:41:49.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:49 smithi016 bash[14670]: cluster 2024-06-06T20:41:48.385836+0000 mgr.smithi016.jbjtdq (mgr.14193) 282 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:49.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:49 smithi031 bash[21430]: cluster 2024-06-06T20:41:48.385836+0000 mgr.smithi016.jbjtdq (mgr.14193) 282 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:50.924 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph health --format=json 2024-06-06T20:41:51.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:51 smithi016 bash[14670]: cluster 2024-06-06T20:41:50.386433+0000 mgr.smithi016.jbjtdq (mgr.14193) 283 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:51.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:51 smithi031 bash[21430]: cluster 2024-06-06T20:41:50.386433+0000 mgr.smithi016.jbjtdq (mgr.14193) 283 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:53.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:53 smithi016 bash[14670]: cluster 2024-06-06T20:41:52.387189+0000 mgr.smithi016.jbjtdq (mgr.14193) 284 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:53.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:53 smithi031 bash[21430]: cluster 2024-06-06T20:41:52.387189+0000 mgr.smithi016.jbjtdq (mgr.14193) 284 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:55.679 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:41:55.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:55 smithi016 bash[14670]: cluster 2024-06-06T20:41:54.387852+0000 mgr.smithi016.jbjtdq (mgr.14193) 285 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:55.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:55 smithi031 bash[21430]: cluster 2024-06-06T20:41:54.387852+0000 mgr.smithi016.jbjtdq (mgr.14193) 285 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:56.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:56 smithi016 bash[14670]: audit 2024-06-06T20:41:55.941824+0000 mon.smithi016 (mon.0) 788 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:41:56.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:56 smithi031 bash[21430]: audit 2024-06-06T20:41:55.941824+0000 mon.smithi016 (mon.0) 788 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:41:57.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:57 smithi016 bash[14670]: cluster 2024-06-06T20:41:56.388657+0000 mgr.smithi016.jbjtdq (mgr.14193) 286 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:57.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:57 smithi031 bash[21430]: cluster 2024-06-06T20:41:56.388657+0000 mgr.smithi016.jbjtdq (mgr.14193) 286 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:58.734 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:41:58.735 INFO:teuthology.orchestra.run.smithi016.stdout:{"status":"HEALTH_WARN","checks":{"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-06-06T20:41:59.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:59 smithi016 bash[14670]: cluster 2024-06-06T20:41:58.389145+0000 mgr.smithi016.jbjtdq (mgr.14193) 287 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:59.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:41:59 smithi016 bash[14670]: audit 2024-06-06T20:41:58.738194+0000 mon.smithi016 (mon.0) 789 : audit [DBG] from='client.? 172.21.15.16:0/3877924516' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:41:59.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:59 smithi031 bash[21430]: cluster 2024-06-06T20:41:58.389145+0000 mgr.smithi016.jbjtdq (mgr.14193) 287 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:41:59.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:41:59 smithi031 bash[21430]: audit 2024-06-06T20:41:58.738194+0000 mon.smithi016 (mon.0) 789 : audit [DBG] from='client.? 172.21.15.16:0/3877924516' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:42:01.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:01 smithi016 bash[14670]: cluster 2024-06-06T20:42:00.389873+0000 mgr.smithi016.jbjtdq (mgr.14193) 288 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:01.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:01 smithi031 bash[21430]: cluster 2024-06-06T20:42:00.389873+0000 mgr.smithi016.jbjtdq (mgr.14193) 288 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:02.390 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph health --format=json 2024-06-06T20:42:03.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:03 smithi031 bash[21430]: cluster 2024-06-06T20:42:02.390657+0000 mgr.smithi016.jbjtdq (mgr.14193) 289 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:04.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:03 smithi016 bash[14670]: cluster 2024-06-06T20:42:02.390657+0000 mgr.smithi016.jbjtdq (mgr.14193) 289 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:05.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:05 smithi031 bash[21430]: cluster 2024-06-06T20:42:04.391450+0000 mgr.smithi016.jbjtdq (mgr.14193) 290 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:06.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:05 smithi016 bash[14670]: cluster 2024-06-06T20:42:04.391450+0000 mgr.smithi016.jbjtdq (mgr.14193) 290 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:07.149 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:42:07.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:07 smithi031 bash[21430]: cluster 2024-06-06T20:42:06.392127+0000 mgr.smithi016.jbjtdq (mgr.14193) 291 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:08.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:07 smithi016 bash[14670]: cluster 2024-06-06T20:42:06.392127+0000 mgr.smithi016.jbjtdq (mgr.14193) 291 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:08.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:08 smithi016 bash[14670]: cluster 2024-06-06T20:42:08.392790+0000 mgr.smithi016.jbjtdq (mgr.14193) 292 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:09.090 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:08 smithi031 bash[21430]: cluster 2024-06-06T20:42:08.392790+0000 mgr.smithi016.jbjtdq (mgr.14193) 292 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:10.128 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:42:10.128 INFO:teuthology.orchestra.run.smithi016.stdout:{"status":"HEALTH_WARN","checks":{"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-06-06T20:42:10.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:10 smithi016 bash[14670]: audit 2024-06-06T20:42:10.131310+0000 mon.smithi016 (mon.0) 790 : audit [DBG] from='client.? 172.21.15.16:0/3677007929' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:42:10.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:10 smithi031 bash[21430]: audit 2024-06-06T20:42:10.131310+0000 mon.smithi016 (mon.0) 790 : audit [DBG] from='client.? 172.21.15.16:0/3677007929' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:42:11.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:11 smithi016 bash[14670]: cluster 2024-06-06T20:42:10.393464+0000 mgr.smithi016.jbjtdq (mgr.14193) 293 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:11.517 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:11 smithi016 bash[14670]: audit 2024-06-06T20:42:10.942751+0000 mon.smithi016 (mon.0) 791 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:42:11.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:11 smithi031 bash[21430]: cluster 2024-06-06T20:42:10.393464+0000 mgr.smithi016.jbjtdq (mgr.14193) 293 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:11.590 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:11 smithi031 bash[21430]: audit 2024-06-06T20:42:10.942751+0000 mon.smithi016 (mon.0) 791 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:42:13.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:13 smithi016 bash[14670]: cluster 2024-06-06T20:42:12.393992+0000 mgr.smithi016.jbjtdq (mgr.14193) 294 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:13.829 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph health --format=json 2024-06-06T20:42:13.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:13 smithi031 bash[21430]: cluster 2024-06-06T20:42:12.393992+0000 mgr.smithi016.jbjtdq (mgr.14193) 294 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:15.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:15 smithi016 bash[14670]: cluster 2024-06-06T20:42:14.394708+0000 mgr.smithi016.jbjtdq (mgr.14193) 295 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:15.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:15 smithi031 bash[21430]: cluster 2024-06-06T20:42:14.394708+0000 mgr.smithi016.jbjtdq (mgr.14193) 295 : cluster [DBG] pgmap v260: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:17.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:17 smithi016 bash[14670]: cluster 2024-06-06T20:42:16.395401+0000 mgr.smithi016.jbjtdq (mgr.14193) 296 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:17.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:17 smithi031 bash[21430]: cluster 2024-06-06T20:42:16.395401+0000 mgr.smithi016.jbjtdq (mgr.14193) 296 : cluster [DBG] pgmap v261: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:18.593 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:42:19.711 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:19 smithi016 bash[14670]: cluster 2024-06-06T20:42:18.396013+0000 mgr.smithi016.jbjtdq (mgr.14193) 297 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:19.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:19 smithi031 bash[21430]: cluster 2024-06-06T20:42:18.396013+0000 mgr.smithi016.jbjtdq (mgr.14193) 297 : cluster [DBG] pgmap v262: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:21.516 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:21 smithi016 bash[14670]: cluster 2024-06-06T20:42:20.396557+0000 mgr.smithi016.jbjtdq (mgr.14193) 298 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:21.647 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:42:21.648 INFO:teuthology.orchestra.run.smithi016.stdout:{"status":"HEALTH_WARN","checks":{"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-06-06T20:42:21.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:21 smithi031 bash[21430]: cluster 2024-06-06T20:42:20.396557+0000 mgr.smithi016.jbjtdq (mgr.14193) 298 : cluster [DBG] pgmap v263: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:22.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:22 smithi016 bash[14670]: audit 2024-06-06T20:42:21.651189+0000 mon.smithi016 (mon.0) 792 : audit [DBG] from='client.? 172.21.15.16:0/2948773239' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:42:22.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:22 smithi031 bash[21430]: audit 2024-06-06T20:42:21.651189+0000 mon.smithi016 (mon.0) 792 : audit [DBG] from='client.? 172.21.15.16:0/2948773239' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:42:23.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:23 smithi016 bash[14670]: cluster 2024-06-06T20:42:22.397129+0000 mgr.smithi016.jbjtdq (mgr.14193) 299 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:23.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:23 smithi031 bash[21430]: cluster 2024-06-06T20:42:22.397129+0000 mgr.smithi016.jbjtdq (mgr.14193) 299 : cluster [DBG] pgmap v264: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:25.390 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph health --format=json 2024-06-06T20:42:25.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:25 smithi016 bash[14670]: cluster 2024-06-06T20:42:24.397715+0000 mgr.smithi016.jbjtdq (mgr.14193) 300 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:25.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:25 smithi016 bash[14670]: audit 2024-06-06T20:42:25.247377+0000 mon.smithi016 (mon.0) 793 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-06T20:42:25.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:25 smithi031 bash[21430]: cluster 2024-06-06T20:42:24.397715+0000 mgr.smithi016.jbjtdq (mgr.14193) 300 : cluster [DBG] pgmap v265: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:25.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:25 smithi031 bash[21430]: audit 2024-06-06T20:42:25.247377+0000 mon.smithi016 (mon.0) 793 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-06T20:42:26.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:26 smithi016 bash[14670]: audit 2024-06-06T20:42:25.942982+0000 mon.smithi016 (mon.0) 794 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:42:26.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:26 smithi031 bash[21430]: audit 2024-06-06T20:42:25.942982+0000 mon.smithi016 (mon.0) 794 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:42:27.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:27 smithi016 bash[14670]: cluster 2024-06-06T20:42:26.398367+0000 mgr.smithi016.jbjtdq (mgr.14193) 301 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:27.840 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:27 smithi031 bash[21430]: cluster 2024-06-06T20:42:26.398367+0000 mgr.smithi016.jbjtdq (mgr.14193) 301 : cluster [DBG] pgmap v266: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:29.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:29 smithi016 bash[14670]: cluster 2024-06-06T20:42:28.398955+0000 mgr.smithi016.jbjtdq (mgr.14193) 302 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:29.812 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:29 smithi031 bash[21430]: cluster 2024-06-06T20:42:28.398955+0000 mgr.smithi016.jbjtdq (mgr.14193) 302 : cluster [DBG] pgmap v267: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:30.151 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:42:31.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:31 smithi016 bash[14670]: cluster 2024-06-06T20:42:30.399550+0000 mgr.smithi016.jbjtdq (mgr.14193) 303 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:31.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:31 smithi016 bash[14670]: audit 2024-06-06T20:42:30.816687+0000 mon.smithi016 (mon.0) 795 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:42:31.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:31 smithi016 bash[14670]: audit 2024-06-06T20:42:30.823179+0000 mon.smithi016 (mon.0) 796 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:42:31.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:31 smithi016 bash[14670]: audit 2024-06-06T20:42:31.318425+0000 mon.smithi016 (mon.0) 797 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:42:31.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:31 smithi016 bash[14670]: audit 2024-06-06T20:42:31.326001+0000 mon.smithi016 (mon.0) 798 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:42:31.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:31 smithi031 bash[21430]: cluster 2024-06-06T20:42:30.399550+0000 mgr.smithi016.jbjtdq (mgr.14193) 303 : cluster [DBG] pgmap v268: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:31.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:31 smithi031 bash[21430]: audit 2024-06-06T20:42:30.816687+0000 mon.smithi016 (mon.0) 795 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:42:31.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:31 smithi031 bash[21430]: audit 2024-06-06T20:42:30.823179+0000 mon.smithi016 (mon.0) 796 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:42:31.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:31 smithi031 bash[21430]: audit 2024-06-06T20:42:31.318425+0000 mon.smithi016 (mon.0) 797 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:42:31.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:31 smithi031 bash[21430]: audit 2024-06-06T20:42:31.326001+0000 mon.smithi016 (mon.0) 798 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:42:32.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:32 smithi016 bash[14670]: audit 2024-06-06T20:42:31.805004+0000 mon.smithi016 (mon.0) 799 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:42:32.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:32 smithi016 bash[14670]: audit 2024-06-06T20:42:31.806437+0000 mon.smithi016 (mon.0) 800 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-06T20:42:32.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:32 smithi016 bash[14670]: audit 2024-06-06T20:42:31.815016+0000 mon.smithi016 (mon.0) 801 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:42:32.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:32 smithi016 bash[14670]: audit 2024-06-06T20:42:31.819931+0000 mon.smithi016 (mon.0) 802 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-06T20:42:32.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:32 smithi031 bash[21430]: audit 2024-06-06T20:42:31.805004+0000 mon.smithi016 (mon.0) 799 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:42:32.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:32 smithi031 bash[21430]: audit 2024-06-06T20:42:31.806437+0000 mon.smithi016 (mon.0) 800 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-06T20:42:32.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:32 smithi031 bash[21430]: audit 2024-06-06T20:42:31.815016+0000 mon.smithi016 (mon.0) 801 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:42:32.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:32 smithi031 bash[21430]: audit 2024-06-06T20:42:31.819931+0000 mon.smithi016 (mon.0) 802 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-06T20:42:33.265 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:42:33.265 INFO:teuthology.orchestra.run.smithi016.stdout:{"status":"HEALTH_WARN","checks":{"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-06-06T20:42:33.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:33 smithi016 bash[14670]: cluster 2024-06-06T20:42:32.400169+0000 mgr.smithi016.jbjtdq (mgr.14193) 304 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:33.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:33 smithi016 bash[14670]: audit 2024-06-06T20:42:33.268686+0000 mon.smithi016 (mon.0) 803 : audit [DBG] from='client.? 172.21.15.16:0/4112972169' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:42:33.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:33 smithi031 bash[21430]: cluster 2024-06-06T20:42:32.400169+0000 mgr.smithi016.jbjtdq (mgr.14193) 304 : cluster [DBG] pgmap v269: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:33.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:33 smithi031 bash[21430]: audit 2024-06-06T20:42:33.268686+0000 mon.smithi016 (mon.0) 803 : audit [DBG] from='client.? 172.21.15.16:0/4112972169' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:42:35.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:35 smithi016 bash[14670]: cluster 2024-06-06T20:42:34.400823+0000 mgr.smithi016.jbjtdq (mgr.14193) 305 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:35.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:35 smithi031 bash[21430]: cluster 2024-06-06T20:42:34.400823+0000 mgr.smithi016.jbjtdq (mgr.14193) 305 : cluster [DBG] pgmap v270: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:37.053 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph health --format=json 2024-06-06T20:42:37.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:37 smithi016 bash[14670]: cluster 2024-06-06T20:42:36.401386+0000 mgr.smithi016.jbjtdq (mgr.14193) 306 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:37.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:37 smithi031 bash[21430]: cluster 2024-06-06T20:42:36.401386+0000 mgr.smithi016.jbjtdq (mgr.14193) 306 : cluster [DBG] pgmap v271: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:39.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:39 smithi016 bash[14670]: cluster 2024-06-06T20:42:38.402025+0000 mgr.smithi016.jbjtdq (mgr.14193) 307 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:39.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:39 smithi031 bash[21430]: cluster 2024-06-06T20:42:38.402025+0000 mgr.smithi016.jbjtdq (mgr.14193) 307 : cluster [DBG] pgmap v272: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:41.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:41 smithi016 bash[14670]: cluster 2024-06-06T20:42:40.402635+0000 mgr.smithi016.jbjtdq (mgr.14193) 308 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:41.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:41 smithi016 bash[14670]: audit 2024-06-06T20:42:40.946057+0000 mon.smithi016 (mon.0) 804 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:42:41.811 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:42:41.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:41 smithi031 bash[21430]: cluster 2024-06-06T20:42:40.402635+0000 mgr.smithi016.jbjtdq (mgr.14193) 308 : cluster [DBG] pgmap v273: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:41.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:41 smithi031 bash[21430]: audit 2024-06-06T20:42:40.946057+0000 mon.smithi016 (mon.0) 804 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:42:43.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:43 smithi031 bash[21430]: cluster 2024-06-06T20:42:42.403274+0000 mgr.smithi016.jbjtdq (mgr.14193) 309 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:44.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:43 smithi016 bash[14670]: cluster 2024-06-06T20:42:42.403274+0000 mgr.smithi016.jbjtdq (mgr.14193) 309 : cluster [DBG] pgmap v274: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:44.912 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:42:44.913 INFO:teuthology.orchestra.run.smithi016.stdout:{"status":"HEALTH_WARN","checks":{"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-06-06T20:42:45.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:45 smithi031 bash[21430]: cluster 2024-06-06T20:42:44.403920+0000 mgr.smithi016.jbjtdq (mgr.14193) 310 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:45.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:45 smithi031 bash[21430]: audit 2024-06-06T20:42:44.916099+0000 mon.smithi016 (mon.0) 805 : audit [DBG] from='client.? 172.21.15.16:0/3914861839' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:42:46.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:45 smithi016 bash[14670]: cluster 2024-06-06T20:42:44.403920+0000 mgr.smithi016.jbjtdq (mgr.14193) 310 : cluster [DBG] pgmap v275: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:46.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:45 smithi016 bash[14670]: audit 2024-06-06T20:42:44.916099+0000 mon.smithi016 (mon.0) 805 : audit [DBG] from='client.? 172.21.15.16:0/3914861839' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:42:47.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:47 smithi031 bash[21430]: cluster 2024-06-06T20:42:46.404545+0000 mgr.smithi016.jbjtdq (mgr.14193) 311 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:48.011 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:47 smithi016 bash[14670]: cluster 2024-06-06T20:42:46.404545+0000 mgr.smithi016.jbjtdq (mgr.14193) 311 : cluster [DBG] pgmap v276: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:48.680 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph health --format=json 2024-06-06T20:42:49.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:49 smithi031 bash[21430]: cluster 2024-06-06T20:42:48.405171+0000 mgr.smithi016.jbjtdq (mgr.14193) 312 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:50.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:49 smithi016 bash[14670]: cluster 2024-06-06T20:42:48.405171+0000 mgr.smithi016.jbjtdq (mgr.14193) 312 : cluster [DBG] pgmap v277: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:51.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:51 smithi016 bash[14670]: cluster 2024-06-06T20:42:50.405805+0000 mgr.smithi016.jbjtdq (mgr.14193) 313 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:51.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:51 smithi031 bash[21430]: cluster 2024-06-06T20:42:50.405805+0000 mgr.smithi016.jbjtdq (mgr.14193) 313 : cluster [DBG] pgmap v278: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:53.436 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:42:53.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:53 smithi016 bash[14670]: cluster 2024-06-06T20:42:52.406419+0000 mgr.smithi016.jbjtdq (mgr.14193) 314 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:53.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:53 smithi031 bash[21430]: cluster 2024-06-06T20:42:52.406419+0000 mgr.smithi016.jbjtdq (mgr.14193) 314 : cluster [DBG] pgmap v279: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:55.591 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:55 smithi031 bash[21430]: cluster 2024-06-06T20:42:54.407080+0000 mgr.smithi016.jbjtdq (mgr.14193) 315 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:55.766 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:55 smithi016 bash[14670]: cluster 2024-06-06T20:42:54.407080+0000 mgr.smithi016.jbjtdq (mgr.14193) 315 : cluster [DBG] pgmap v280: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:56.481 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:42:56.481 INFO:teuthology.orchestra.run.smithi016.stdout:{"status":"HEALTH_WARN","checks":{"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-06-06T20:42:56.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:56 smithi031 bash[21430]: audit 2024-06-06T20:42:55.946178+0000 mon.smithi016 (mon.0) 806 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:42:56.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:56 smithi031 bash[21430]: audit 2024-06-06T20:42:56.484135+0000 mon.smithi016 (mon.0) 807 : audit [DBG] from='client.? 172.21.15.16:0/1377365489' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:42:57.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:56 smithi016 bash[14670]: audit 2024-06-06T20:42:55.946178+0000 mon.smithi016 (mon.0) 806 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:42:57.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:56 smithi016 bash[14670]: audit 2024-06-06T20:42:56.484135+0000 mon.smithi016 (mon.0) 807 : audit [DBG] from='client.? 172.21.15.16:0/1377365489' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:42:57.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:57 smithi031 bash[21430]: cluster 2024-06-06T20:42:56.407848+0000 mgr.smithi016.jbjtdq (mgr.14193) 316 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:58.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:57 smithi016 bash[14670]: cluster 2024-06-06T20:42:56.407848+0000 mgr.smithi016.jbjtdq (mgr.14193) 316 : cluster [DBG] pgmap v281: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:42:59.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:42:59 smithi031 bash[21430]: cluster 2024-06-06T20:42:58.408493+0000 mgr.smithi016.jbjtdq (mgr.14193) 317 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:00.016 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:42:59 smithi016 bash[14670]: cluster 2024-06-06T20:42:58.408493+0000 mgr.smithi016.jbjtdq (mgr.14193) 317 : cluster [DBG] pgmap v282: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:00.194 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph health --format=json 2024-06-06T20:43:01.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:01 smithi016 bash[14670]: cluster 2024-06-06T20:43:00.409108+0000 mgr.smithi016.jbjtdq (mgr.14193) 318 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:01.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:01 smithi031 bash[21430]: cluster 2024-06-06T20:43:00.409108+0000 mgr.smithi016.jbjtdq (mgr.14193) 318 : cluster [DBG] pgmap v283: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:03.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:03 smithi016 bash[14670]: cluster 2024-06-06T20:43:02.409733+0000 mgr.smithi016.jbjtdq (mgr.14193) 319 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:03.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:03 smithi031 bash[21430]: cluster 2024-06-06T20:43:02.409733+0000 mgr.smithi016.jbjtdq (mgr.14193) 319 : cluster [DBG] pgmap v284: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:04.942 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:43:05.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:05 smithi031 bash[21430]: cluster 2024-06-06T20:43:04.410343+0000 mgr.smithi016.jbjtdq (mgr.14193) 320 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:05.870 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:05 smithi016 bash[14670]: cluster 2024-06-06T20:43:04.410343+0000 mgr.smithi016.jbjtdq (mgr.14193) 320 : cluster [DBG] pgmap v285: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:07.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:07 smithi016 bash[14670]: cluster 2024-06-06T20:43:06.410971+0000 mgr.smithi016.jbjtdq (mgr.14193) 321 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:07.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:07 smithi031 bash[21430]: cluster 2024-06-06T20:43:06.410971+0000 mgr.smithi016.jbjtdq (mgr.14193) 321 : cluster [DBG] pgmap v286: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:07.918 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:43:07.918 INFO:teuthology.orchestra.run.smithi016.stdout:{"status":"HEALTH_WARN","checks":{"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-06-06T20:43:08.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:08 smithi016 bash[14670]: audit 2024-06-06T20:43:07.921279+0000 mon.smithi016 (mon.0) 808 : audit [DBG] from='client.? 172.21.15.16:0/1235571033' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:43:08.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:08 smithi031 bash[21430]: audit 2024-06-06T20:43:07.921279+0000 mon.smithi016 (mon.0) 808 : audit [DBG] from='client.? 172.21.15.16:0/1235571033' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:43:09.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:09 smithi031 bash[21430]: cluster 2024-06-06T20:43:08.411625+0000 mgr.smithi016.jbjtdq (mgr.14193) 322 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:10.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:09 smithi016 bash[14670]: cluster 2024-06-06T20:43:08.411625+0000 mgr.smithi016.jbjtdq (mgr.14193) 322 : cluster [DBG] pgmap v287: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:11.620 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph health --format=json 2024-06-06T20:43:11.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:11 smithi016 bash[14670]: cluster 2024-06-06T20:43:10.412242+0000 mgr.smithi016.jbjtdq (mgr.14193) 323 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:11.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:11 smithi016 bash[14670]: audit 2024-06-06T20:43:10.946772+0000 mon.smithi016 (mon.0) 809 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:43:12.091 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:11 smithi031 bash[21430]: cluster 2024-06-06T20:43:10.412242+0000 mgr.smithi016.jbjtdq (mgr.14193) 323 : cluster [DBG] pgmap v288: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:12.091 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:11 smithi031 bash[21430]: audit 2024-06-06T20:43:10.946772+0000 mon.smithi016 (mon.0) 809 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:43:13.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:12 smithi016 bash[14670]: cluster 2024-06-06T20:43:12.412926+0000 mgr.smithi016.jbjtdq (mgr.14193) 324 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:13.091 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:12 smithi031 bash[21430]: cluster 2024-06-06T20:43:12.412926+0000 mgr.smithi016.jbjtdq (mgr.14193) 324 : cluster [DBG] pgmap v289: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:15.721 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:15 smithi031 bash[21430]: cluster 2024-06-06T20:43:14.413558+0000 mgr.smithi016.jbjtdq (mgr.14193) 325 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:15.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:15 smithi016 bash[14670]: cluster 2024-06-06T20:43:14.413558+0000 mgr.smithi016.jbjtdq (mgr.14193) 325 : cluster [DBG] pgmap v290: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:16.373 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:43:17.646 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:17 smithi016 bash[14670]: cluster 2024-06-06T20:43:16.414017+0000 mgr.smithi016.jbjtdq (mgr.14193) 326 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:17.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:17 smithi031 bash[21430]: cluster 2024-06-06T20:43:16.414017+0000 mgr.smithi016.jbjtdq (mgr.14193) 326 : cluster [DBG] pgmap v291: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:19.505 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:43:19.505 INFO:teuthology.orchestra.run.smithi016.stdout:{"status":"HEALTH_WARN","checks":{"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-06-06T20:43:19.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:19 smithi016 bash[14670]: cluster 2024-06-06T20:43:18.414648+0000 mgr.smithi016.jbjtdq (mgr.14193) 327 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:19.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:19 smithi031 bash[21430]: cluster 2024-06-06T20:43:18.414648+0000 mgr.smithi016.jbjtdq (mgr.14193) 327 : cluster [DBG] pgmap v292: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:20.517 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:20 smithi016 bash[14670]: audit 2024-06-06T20:43:19.507784+0000 mon.smithi016 (mon.0) 810 : audit [DBG] from='client.? 172.21.15.16:0/256236187' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:43:20.822 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:20 smithi031 bash[21430]: audit 2024-06-06T20:43:19.507784+0000 mon.smithi016 (mon.0) 810 : audit [DBG] from='client.? 172.21.15.16:0/256236187' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:43:21.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:21 smithi016 bash[14670]: cluster 2024-06-06T20:43:20.415418+0000 mgr.smithi016.jbjtdq (mgr.14193) 328 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:21.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:21 smithi031 bash[21430]: cluster 2024-06-06T20:43:20.415418+0000 mgr.smithi016.jbjtdq (mgr.14193) 328 : cluster [DBG] pgmap v293: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:23.235 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph health --format=json 2024-06-06T20:43:23.517 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:23 smithi016 bash[14670]: cluster 2024-06-06T20:43:22.416111+0000 mgr.smithi016.jbjtdq (mgr.14193) 329 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:23.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:23 smithi031 bash[21430]: cluster 2024-06-06T20:43:22.416111+0000 mgr.smithi016.jbjtdq (mgr.14193) 329 : cluster [DBG] pgmap v294: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:25.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:25 smithi016 bash[14670]: cluster 2024-06-06T20:43:24.416669+0000 mgr.smithi016.jbjtdq (mgr.14193) 330 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:25.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:25 smithi031 bash[21430]: cluster 2024-06-06T20:43:24.416669+0000 mgr.smithi016.jbjtdq (mgr.14193) 330 : cluster [DBG] pgmap v295: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:26.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:26 smithi016 bash[14670]: audit 2024-06-06T20:43:25.947485+0000 mon.smithi016 (mon.0) 811 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:43:26.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:26 smithi031 bash[21430]: audit 2024-06-06T20:43:25.947485+0000 mon.smithi016 (mon.0) 811 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:43:27.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:27 smithi016 bash[14670]: cluster 2024-06-06T20:43:26.417323+0000 mgr.smithi016.jbjtdq (mgr.14193) 331 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:27.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:27 smithi031 bash[21430]: cluster 2024-06-06T20:43:26.417323+0000 mgr.smithi016.jbjtdq (mgr.14193) 331 : cluster [DBG] pgmap v296: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:27.991 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:43:29.758 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:29 smithi016 bash[14670]: cluster 2024-06-06T20:43:28.418036+0000 mgr.smithi016.jbjtdq (mgr.14193) 332 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:29.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:29 smithi031 bash[21430]: cluster 2024-06-06T20:43:28.418036+0000 mgr.smithi016.jbjtdq (mgr.14193) 332 : cluster [DBG] pgmap v297: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:31.030 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:43:31.030 INFO:teuthology.orchestra.run.smithi016.stdout:{"status":"HEALTH_WARN","checks":{"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-06-06T20:43:31.722 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:31 smithi016 bash[14670]: cluster 2024-06-06T20:43:30.418717+0000 mgr.smithi016.jbjtdq (mgr.14193) 333 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:31.722 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:31 smithi016 bash[14670]: audit 2024-06-06T20:43:31.032881+0000 mon.smithi016 (mon.0) 812 : audit [DBG] from='client.? 172.21.15.16:0/2943316753' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:43:31.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:31 smithi031 bash[21430]: cluster 2024-06-06T20:43:30.418717+0000 mgr.smithi016.jbjtdq (mgr.14193) 333 : cluster [DBG] pgmap v298: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:31.842 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:31 smithi031 bash[21430]: audit 2024-06-06T20:43:31.032881+0000 mon.smithi016 (mon.0) 812 : audit [DBG] from='client.? 172.21.15.16:0/2943316753' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:43:32.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:32 smithi016 bash[14670]: audit 2024-06-06T20:43:31.923721+0000 mon.smithi016 (mon.0) 813 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-06T20:43:32.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:32 smithi016 bash[14670]: audit 2024-06-06T20:43:32.309122+0000 mon.smithi016 (mon.0) 814 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:43:32.768 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:32 smithi016 bash[14670]: audit 2024-06-06T20:43:32.316899+0000 mon.smithi016 (mon.0) 815 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:43:32.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:32 smithi031 bash[21430]: audit 2024-06-06T20:43:31.923721+0000 mon.smithi016 (mon.0) 813 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-06-06T20:43:32.842 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:32 smithi031 bash[21430]: audit 2024-06-06T20:43:32.309122+0000 mon.smithi016 (mon.0) 814 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:43:32.842 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:32 smithi031 bash[21430]: audit 2024-06-06T20:43:32.316899+0000 mon.smithi016 (mon.0) 815 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:43:33.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:33 smithi016 bash[14670]: cluster 2024-06-06T20:43:32.419211+0000 mgr.smithi016.jbjtdq (mgr.14193) 334 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:33.842 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:33 smithi031 bash[21430]: cluster 2024-06-06T20:43:32.419211+0000 mgr.smithi016.jbjtdq (mgr.14193) 334 : cluster [DBG] pgmap v299: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:34.723 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph health --format=json 2024-06-06T20:43:35.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:35 smithi031 bash[21430]: cluster 2024-06-06T20:43:34.419939+0000 mgr.smithi016.jbjtdq (mgr.14193) 335 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:36.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:35 smithi016 bash[14670]: cluster 2024-06-06T20:43:34.419939+0000 mgr.smithi016.jbjtdq (mgr.14193) 335 : cluster [DBG] pgmap v300: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:37.842 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:37 smithi031 bash[21430]: cluster 2024-06-06T20:43:36.420758+0000 mgr.smithi016.jbjtdq (mgr.14193) 336 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:37.842 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:37 smithi031 bash[21430]: audit 2024-06-06T20:43:37.523512+0000 mon.smithi016 (mon.0) 816 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:43:38.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:37 smithi016 bash[14670]: cluster 2024-06-06T20:43:36.420758+0000 mgr.smithi016.jbjtdq (mgr.14193) 336 : cluster [DBG] pgmap v301: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:38.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:37 smithi016 bash[14670]: audit 2024-06-06T20:43:37.523512+0000 mon.smithi016 (mon.0) 816 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:43:38.841 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:38 smithi031 bash[21430]: audit 2024-06-06T20:43:37.535668+0000 mon.smithi016 (mon.0) 817 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:43:39.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:38 smithi016 bash[14670]: audit 2024-06-06T20:43:37.535668+0000 mon.smithi016 (mon.0) 817 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:43:39.239 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:43:39.842 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:39 smithi031 bash[21430]: cluster 2024-06-06T20:43:38.421313+0000 mgr.smithi016.jbjtdq (mgr.14193) 337 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:39.842 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:39 smithi031 bash[21430]: audit 2024-06-06T20:43:38.575159+0000 mon.smithi016 (mon.0) 818 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:43:39.842 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:39 smithi031 bash[21430]: audit 2024-06-06T20:43:38.583250+0000 mon.smithi016 (mon.0) 819 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:43:39.842 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:39 smithi031 bash[21430]: audit 2024-06-06T20:43:39.049161+0000 mon.smithi016 (mon.0) 820 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:43:39.842 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:39 smithi031 bash[21430]: audit 2024-06-06T20:43:39.050976+0000 mon.smithi016 (mon.0) 821 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-06T20:43:39.842 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:39 smithi031 bash[21430]: audit 2024-06-06T20:43:39.059874+0000 mon.smithi016 (mon.0) 822 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:43:39.842 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:39 smithi031 bash[21430]: audit 2024-06-06T20:43:39.064488+0000 mon.smithi016 (mon.0) 823 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-06T20:43:40.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:39 smithi016 bash[14670]: cluster 2024-06-06T20:43:38.421313+0000 mgr.smithi016.jbjtdq (mgr.14193) 337 : cluster [DBG] pgmap v302: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:40.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:39 smithi016 bash[14670]: audit 2024-06-06T20:43:38.575159+0000 mon.smithi016 (mon.0) 818 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:43:40.018 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:39 smithi016 bash[14670]: audit 2024-06-06T20:43:38.583250+0000 mon.smithi016 (mon.0) 819 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:43:40.018 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:39 smithi016 bash[14670]: audit 2024-06-06T20:43:39.049161+0000 mon.smithi016 (mon.0) 820 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-06-06T20:43:40.018 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:39 smithi016 bash[14670]: audit 2024-06-06T20:43:39.050976+0000 mon.smithi016 (mon.0) 821 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-06-06T20:43:40.018 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:39 smithi016 bash[14670]: audit 2024-06-06T20:43:39.059874+0000 mon.smithi016 (mon.0) 822 : audit [INF] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' 2024-06-06T20:43:40.018 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:39 smithi016 bash[14670]: audit 2024-06-06T20:43:39.064488+0000 mon.smithi016 (mon.0) 823 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-06-06T20:43:41.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:41 smithi016 bash[14670]: cluster 2024-06-06T20:43:40.421963+0000 mgr.smithi016.jbjtdq (mgr.14193) 338 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:41.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:41 smithi016 bash[14670]: audit 2024-06-06T20:43:40.947715+0000 mon.smithi016 (mon.0) 824 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:43:41.842 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:41 smithi031 bash[21430]: cluster 2024-06-06T20:43:40.421963+0000 mgr.smithi016.jbjtdq (mgr.14193) 338 : cluster [DBG] pgmap v303: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:41.842 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:41 smithi031 bash[21430]: audit 2024-06-06T20:43:40.947715+0000 mon.smithi016 (mon.0) 824 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:43:42.266 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:43:42.266 INFO:teuthology.orchestra.run.smithi016.stdout:{"status":"HEALTH_WARN","checks":{"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-06-06T20:43:42.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:42 smithi016 bash[14670]: audit 2024-06-06T20:43:42.269000+0000 mon.smithi016 (mon.0) 825 : audit [DBG] from='client.? 172.21.15.16:0/3670686618' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:43:42.842 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:42 smithi031 bash[21430]: audit 2024-06-06T20:43:42.269000+0000 mon.smithi016 (mon.0) 825 : audit [DBG] from='client.? 172.21.15.16:0/3670686618' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:43:43.842 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:43 smithi031 bash[21430]: cluster 2024-06-06T20:43:42.422670+0000 mgr.smithi016.jbjtdq (mgr.14193) 339 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:44.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:43 smithi016 bash[14670]: cluster 2024-06-06T20:43:42.422670+0000 mgr.smithi016.jbjtdq (mgr.14193) 339 : cluster [DBG] pgmap v304: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:45.842 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:45 smithi031 bash[21430]: cluster 2024-06-06T20:43:44.423361+0000 mgr.smithi016.jbjtdq (mgr.14193) 340 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:45.919 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph health --format=json 2024-06-06T20:43:45.933 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:45 smithi016 bash[14670]: cluster 2024-06-06T20:43:44.423361+0000 mgr.smithi016.jbjtdq (mgr.14193) 340 : cluster [DBG] pgmap v305: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:48.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:47 smithi016 bash[14670]: cluster 2024-06-06T20:43:46.424024+0000 mgr.smithi016.jbjtdq (mgr.14193) 341 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:48.092 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:47 smithi031 bash[21430]: cluster 2024-06-06T20:43:46.424024+0000 mgr.smithi016.jbjtdq (mgr.14193) 341 : cluster [DBG] pgmap v306: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:50.018 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:49 smithi016 bash[14670]: cluster 2024-06-06T20:43:48.424739+0000 mgr.smithi016.jbjtdq (mgr.14193) 342 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:50.092 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:49 smithi031 bash[21430]: cluster 2024-06-06T20:43:48.424739+0000 mgr.smithi016.jbjtdq (mgr.14193) 342 : cluster [DBG] pgmap v307: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:50.677 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:43:51.667 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:51 smithi016 bash[14670]: cluster 2024-06-06T20:43:50.425371+0000 mgr.smithi016.jbjtdq (mgr.14193) 343 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:51.842 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:51 smithi031 bash[21430]: cluster 2024-06-06T20:43:50.425371+0000 mgr.smithi016.jbjtdq (mgr.14193) 343 : cluster [DBG] pgmap v308: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:53.719 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:43:53.719 INFO:teuthology.orchestra.run.smithi016.stdout:{"status":"HEALTH_WARN","checks":{"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-06-06T20:43:53.907 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:53 smithi016 bash[14670]: cluster 2024-06-06T20:43:52.425889+0000 mgr.smithi016.jbjtdq (mgr.14193) 344 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:54.092 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:53 smithi031 bash[21430]: cluster 2024-06-06T20:43:52.425889+0000 mgr.smithi016.jbjtdq (mgr.14193) 344 : cluster [DBG] pgmap v309: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:54.768 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:54 smithi016 bash[14670]: audit 2024-06-06T20:43:53.721786+0000 mon.smithi016 (mon.0) 826 : audit [DBG] from='client.? 172.21.15.16:0/664143679' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:43:54.768 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:54 smithi016 bash[14670]: cluster 2024-06-06T20:43:54.426606+0000 mgr.smithi016.jbjtdq (mgr.14193) 345 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:55.092 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:54 smithi031 bash[21430]: audit 2024-06-06T20:43:53.721786+0000 mon.smithi016 (mon.0) 826 : audit [DBG] from='client.? 172.21.15.16:0/664143679' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:43:55.092 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:54 smithi031 bash[21430]: cluster 2024-06-06T20:43:54.426606+0000 mgr.smithi016.jbjtdq (mgr.14193) 345 : cluster [DBG] pgmap v310: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:56.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:56 smithi016 bash[14670]: audit 2024-06-06T20:43:55.948281+0000 mon.smithi016 (mon.0) 827 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:43:56.342 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:56 smithi031 bash[21430]: audit 2024-06-06T20:43:55.948281+0000 mon.smithi016 (mon.0) 827 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:43:57.267 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:57 smithi016 bash[14670]: cluster 2024-06-06T20:43:56.427226+0000 mgr.smithi016.jbjtdq (mgr.14193) 346 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:57.342 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:57 smithi031 bash[21430]: cluster 2024-06-06T20:43:56.427226+0000 mgr.smithi016.jbjtdq (mgr.14193) 346 : cluster [DBG] pgmap v311: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:57.425 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph health --format=json 2024-06-06T20:43:59.017 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:43:58 smithi016 bash[14670]: cluster 2024-06-06T20:43:58.427852+0000 mgr.smithi016.jbjtdq (mgr.14193) 347 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:43:59.092 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:43:58 smithi031 bash[21430]: cluster 2024-06-06T20:43:58.427852+0000 mgr.smithi016.jbjtdq (mgr.14193) 347 : cluster [DBG] pgmap v312: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:44:01.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:44:01 smithi016 bash[14670]: cluster 2024-06-06T20:44:00.428506+0000 mgr.smithi016.jbjtdq (mgr.14193) 348 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:44:01.842 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:44:01 smithi031 bash[21430]: cluster 2024-06-06T20:44:00.428506+0000 mgr.smithi016.jbjtdq (mgr.14193) 348 : cluster [DBG] pgmap v313: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:44:02.180 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:44:03.768 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:44:03 smithi016 bash[14670]: cluster 2024-06-06T20:44:02.429214+0000 mgr.smithi016.jbjtdq (mgr.14193) 349 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:44:03.842 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:44:03 smithi031 bash[21430]: cluster 2024-06-06T20:44:02.429214+0000 mgr.smithi016.jbjtdq (mgr.14193) 349 : cluster [DBG] pgmap v314: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:44:05.237 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:44:05.237 INFO:teuthology.orchestra.run.smithi016.stdout:{"status":"HEALTH_WARN","checks":{"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-06-06T20:44:05.768 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:44:05 smithi016 bash[14670]: cluster 2024-06-06T20:44:04.429635+0000 mgr.smithi016.jbjtdq (mgr.14193) 350 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:44:05.768 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:44:05 smithi016 bash[14670]: audit 2024-06-06T20:44:05.239532+0000 mon.smithi016 (mon.0) 828 : audit [DBG] from='client.? 172.21.15.16:0/3339290546' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:44:05.842 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:44:05 smithi031 bash[21430]: cluster 2024-06-06T20:44:04.429635+0000 mgr.smithi016.jbjtdq (mgr.14193) 350 : cluster [DBG] pgmap v315: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:44:05.842 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:44:05 smithi031 bash[21430]: audit 2024-06-06T20:44:05.239532+0000 mon.smithi016 (mon.0) 828 : audit [DBG] from='client.? 172.21.15.16:0/3339290546' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:44:07.767 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:44:07 smithi016 bash[14670]: cluster 2024-06-06T20:44:06.430230+0000 mgr.smithi016.jbjtdq (mgr.14193) 351 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:44:07.842 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:44:07 smithi031 bash[21430]: cluster 2024-06-06T20:44:06.430230+0000 mgr.smithi016.jbjtdq (mgr.14193) 351 : cluster [DBG] pgmap v316: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:44:08.987 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph health --format=json 2024-06-06T20:44:09.768 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:44:09 smithi016 bash[14670]: cluster 2024-06-06T20:44:08.430847+0000 mgr.smithi016.jbjtdq (mgr.14193) 352 : cluster [DBG] pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:44:09.842 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:44:09 smithi031 bash[21430]: cluster 2024-06-06T20:44:08.430847+0000 mgr.smithi016.jbjtdq (mgr.14193) 352 : cluster [DBG] pgmap v317: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:44:11.768 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:44:11 smithi016 bash[14670]: cluster 2024-06-06T20:44:10.431525+0000 mgr.smithi016.jbjtdq (mgr.14193) 353 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:44:11.768 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:44:11 smithi016 bash[14670]: audit 2024-06-06T20:44:10.948800+0000 mon.smithi016 (mon.0) 829 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:44:11.829 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:44:11 smithi031 bash[21430]: cluster 2024-06-06T20:44:10.431525+0000 mgr.smithi016.jbjtdq (mgr.14193) 353 : cluster [DBG] pgmap v318: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:44:11.829 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:44:11 smithi031 bash[21430]: audit 2024-06-06T20:44:10.948800+0000 mon.smithi016 (mon.0) 829 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:44:13.740 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:44:13.768 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:44:13 smithi016 bash[14670]: cluster 2024-06-06T20:44:12.432197+0000 mgr.smithi016.jbjtdq (mgr.14193) 354 : cluster [DBG] pgmap v319: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:44:13.842 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:44:13 smithi031 bash[21430]: cluster 2024-06-06T20:44:12.432197+0000 mgr.smithi016.jbjtdq (mgr.14193) 354 : cluster [DBG] pgmap v319: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:44:15.768 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:44:15 smithi016 bash[14670]: cluster 2024-06-06T20:44:14.432839+0000 mgr.smithi016.jbjtdq (mgr.14193) 355 : cluster [DBG] pgmap v320: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:44:15.842 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:44:15 smithi031 bash[21430]: cluster 2024-06-06T20:44:14.432839+0000 mgr.smithi016.jbjtdq (mgr.14193) 355 : cluster [DBG] pgmap v320: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:44:16.784 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:44:16.785 INFO:teuthology.orchestra.run.smithi016.stdout:{"status":"HEALTH_WARN","checks":{"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-06-06T20:44:17.768 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:44:17 smithi016 bash[14670]: cluster 2024-06-06T20:44:16.433511+0000 mgr.smithi016.jbjtdq (mgr.14193) 356 : cluster [DBG] pgmap v321: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:44:17.768 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:44:17 smithi016 bash[14670]: audit 2024-06-06T20:44:16.786355+0000 mon.smithi016 (mon.0) 830 : audit [DBG] from='client.? 172.21.15.16:0/3363318932' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:44:17.842 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:44:17 smithi031 bash[21430]: cluster 2024-06-06T20:44:16.433511+0000 mgr.smithi016.jbjtdq (mgr.14193) 356 : cluster [DBG] pgmap v321: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:44:17.842 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:44:17 smithi031 bash[21430]: audit 2024-06-06T20:44:16.786355+0000 mon.smithi016 (mon.0) 830 : audit [DBG] from='client.? 172.21.15.16:0/3363318932' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:44:19.842 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:44:19 smithi031 bash[21430]: cluster 2024-06-06T20:44:18.434162+0000 mgr.smithi016.jbjtdq (mgr.14193) 357 : cluster [DBG] pgmap v322: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:44:19.855 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:44:19 smithi016 bash[14670]: cluster 2024-06-06T20:44:18.434162+0000 mgr.smithi016.jbjtdq (mgr.14193) 357 : cluster [DBG] pgmap v322: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:44:20.467 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:4b306633421b1cb0f0c4372ff5d6c363d032b25c-centos9 shell --fsid ac338a92-2443-11ef-bc9b-c7b262605968 -- ceph health --format=json 2024-06-06T20:44:21.768 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:44:21 smithi016 bash[14670]: cluster 2024-06-06T20:44:20.434805+0000 mgr.smithi016.jbjtdq (mgr.14193) 358 : cluster [DBG] pgmap v323: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:44:21.842 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:44:21 smithi031 bash[21430]: cluster 2024-06-06T20:44:20.434805+0000 mgr.smithi016.jbjtdq (mgr.14193) 358 : cluster [DBG] pgmap v323: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:44:23.842 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:44:23 smithi031 bash[21430]: cluster 2024-06-06T20:44:22.435596+0000 mgr.smithi016.jbjtdq (mgr.14193) 359 : cluster [DBG] pgmap v324: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:44:24.018 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:44:23 smithi016 bash[14670]: cluster 2024-06-06T20:44:22.435596+0000 mgr.smithi016.jbjtdq (mgr.14193) 359 : cluster [DBG] pgmap v324: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:44:25.217 INFO:teuthology.orchestra.run.smithi016.stderr:Inferring config /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/mon.smithi016/config 2024-06-06T20:44:25.842 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:44:25 smithi031 bash[21430]: cluster 2024-06-06T20:44:24.436241+0000 mgr.smithi016.jbjtdq (mgr.14193) 360 : cluster [DBG] pgmap v325: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:44:26.018 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:44:25 smithi016 bash[14670]: cluster 2024-06-06T20:44:24.436241+0000 mgr.smithi016.jbjtdq (mgr.14193) 360 : cluster [DBG] pgmap v325: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:44:26.768 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:44:26 smithi016 bash[14670]: audit 2024-06-06T20:44:25.949041+0000 mon.smithi016 (mon.0) 831 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:44:26.842 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:44:26 smithi031 bash[21430]: audit 2024-06-06T20:44:25.949041+0000 mon.smithi016 (mon.0) 831 : audit [DBG] from='mgr.14193 172.21.15.16:0/3282053171' entity='mgr.smithi016.jbjtdq' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-06-06T20:44:27.827 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:44:27 smithi016 bash[14670]: cluster 2024-06-06T20:44:26.436971+0000 mgr.smithi016.jbjtdq (mgr.14193) 361 : cluster [DBG] pgmap v326: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:44:27.842 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:44:27 smithi031 bash[21430]: cluster 2024-06-06T20:44:26.436971+0000 mgr.smithi016.jbjtdq (mgr.14193) 361 : cluster [DBG] pgmap v326: 1 pgs: 1 active+clean; 577 KiB data, 220 MiB used, 715 GiB / 715 GiB avail 2024-06-06T20:44:28.233 INFO:teuthology.orchestra.run.smithi016.stdout: 2024-06-06T20:44:28.234 INFO:teuthology.orchestra.run.smithi016.stdout:{"status":"HEALTH_WARN","checks":{"RECENT_MGR_MODULE_CRASH":{"severity":"HEALTH_WARN","summary":{"message":"4 mgr modules have recently crashed","count":4},"muted":false}},"mutes":[]} 2024-06-06T20:44:28.768 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:44:28 smithi016 bash[14670]: audit 2024-06-06T20:44:28.235517+0000 mon.smithi016 (mon.0) 832 : audit [DBG] from='client.? 172.21.15.16:0/4195580819' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:44:28.842 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:44:28 smithi031 bash[21430]: audit 2024-06-06T20:44:28.235517+0000 mon.smithi016 (mon.0) 832 : audit [DBG] from='client.? 172.21.15.16:0/4195580819' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-06-06T20:44:28.948 INFO:tasks.cephadm:Teardown begin 2024-06-06T20:44:28.948 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/contextutil.py", line 32, in nested yield vars File "/home/teuthworker/src/git.ceph.com_ceph-c_4b306633421b1cb0f0c4372ff5d6c363d032b25c/qa/tasks/cephadm.py", line 1747, in task healthy(ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_ceph-c_4b306633421b1cb0f0c4372ff5d6c363d032b25c/qa/tasks/ceph.py", line 1494, in healthy manager.wait_until_healthy(timeout=300) File "/home/teuthworker/src/git.ceph.com_ceph-c_4b306633421b1cb0f0c4372ff5d6c363d032b25c/qa/tasks/ceph_manager.py", line 3191, in wait_until_healthy assert time.time() - start < timeout, \ AssertionError: timeout expired in wait_until_healthy 2024-06-06T20:44:28.951 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-06-06T20:44:28.965 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-06-06T20:44:28.980 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-06-06T20:44:28.980 DEBUG:teuthology.orchestra.run.smithi016:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-06-06T20:44:29.016 DEBUG:teuthology.orchestra.run.smithi031:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-06-06T20:44:29.027 INFO:tasks.cephadm:Stopping all daemons... 2024-06-06T20:44:29.028 INFO:tasks.cephadm.mon.smithi016:Stopping mon.smithi016... 2024-06-06T20:44:29.028 DEBUG:teuthology.orchestra.run.smithi016:> sudo systemctl stop ceph-ac338a92-2443-11ef-bc9b-c7b262605968@mon.smithi016 2024-06-06T20:44:29.217 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:44:29 smithi016 systemd[1]: Stopping Ceph mon.smithi016 for ac338a92-2443-11ef-bc9b-c7b262605968... 2024-06-06T20:44:29.504 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:44:29 smithi016 bash[14670]: debug 2024-06-06T20:44:29.212+0000 7f8646f25640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi016 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-06-06T20:44:29.504 INFO:journalctl@ceph.mon.smithi016.smithi016.stdout:Jun 06 20:44:29 smithi016 bash[14670]: debug 2024-06-06T20:44:29.212+0000 7f8646f25640 -1 mon.smithi016@0(leader) e2 *** Got Signal Terminated *** 2024-06-06T20:44:30.049 DEBUG:teuthology.orchestra.run.smithi016:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ac338a92-2443-11ef-bc9b-c7b262605968@mon.smithi016.service' 2024-06-06T20:44:30.103 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-06-06T20:44:30.104 INFO:tasks.cephadm.mon.smithi016:Stopped mon.smithi016 2024-06-06T20:44:30.104 INFO:tasks.cephadm.mon.smithi031:Stopping mon.smithi031... 2024-06-06T20:44:30.104 DEBUG:teuthology.orchestra.run.smithi031:> sudo systemctl stop ceph-ac338a92-2443-11ef-bc9b-c7b262605968@mon.smithi031 2024-06-06T20:44:30.379 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:44:30 smithi031 systemd[1]: Stopping Ceph mon.smithi031 for ac338a92-2443-11ef-bc9b-c7b262605968... 2024-06-06T20:44:30.379 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:44:30 smithi031 bash[21430]: debug 2024-06-06T20:44:30.279+0000 7fa46a8b4640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi031 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-06-06T20:44:30.379 INFO:journalctl@ceph.mon.smithi031.smithi031.stdout:Jun 06 20:44:30 smithi031 bash[21430]: debug 2024-06-06T20:44:30.279+0000 7fa46a8b4640 -1 mon.smithi031@1(peon) e2 *** Got Signal Terminated *** 2024-06-06T20:44:31.167 DEBUG:teuthology.orchestra.run.smithi031:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ac338a92-2443-11ef-bc9b-c7b262605968@mon.smithi031.service' 2024-06-06T20:44:31.219 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-06-06T20:44:31.219 INFO:tasks.cephadm.mon.smithi031:Stopped mon.smithi031 2024-06-06T20:44:31.219 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ac338a92-2443-11ef-bc9b-c7b262605968 --force --keep-logs 2024-06-06T20:44:31.346 INFO:teuthology.orchestra.run.smithi016.stdout:Deleting cluster with fsid: ac338a92-2443-11ef-bc9b-c7b262605968 2024-06-06T20:45:19.128 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ac338a92-2443-11ef-bc9b-c7b262605968 --force --keep-logs 2024-06-06T20:45:19.259 INFO:teuthology.orchestra.run.smithi031.stdout:Deleting cluster with fsid: ac338a92-2443-11ef-bc9b-c7b262605968 2024-06-06T20:46:03.490 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-06-06T20:46:03.506 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-06-06T20:46:03.521 INFO:tasks.cephadm:Archiving crash dumps... 2024-06-06T20:46:03.523 DEBUG:teuthology.misc:Transferring archived files from smithi016:/var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/crash to /home/teuthworker/archive/lflores-2024-06-06_18:21:47-orch-reef-release-distro-default-smithi/7744081/remote/smithi016/crash 2024-06-06T20:46:03.524 DEBUG:teuthology.orchestra.run.smithi016:> sudo tar c -f - -C /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/crash -- . 2024-06-06T20:46:03.564 INFO:teuthology.orchestra.run.smithi016.stderr:tar: /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/crash: Cannot open: No such file or directory 2024-06-06T20:46:03.565 INFO:teuthology.orchestra.run.smithi016.stderr:tar: Error is not recoverable: exiting now 2024-06-06T20:46:03.566 DEBUG:teuthology.misc:Transferring archived files from smithi031:/var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/crash to /home/teuthworker/archive/lflores-2024-06-06_18:21:47-orch-reef-release-distro-default-smithi/7744081/remote/smithi031/crash 2024-06-06T20:46:03.567 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/crash -- . 2024-06-06T20:46:03.582 INFO:teuthology.orchestra.run.smithi031.stderr:tar: /var/lib/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/crash: Cannot open: No such file or directory 2024-06-06T20:46:03.582 INFO:teuthology.orchestra.run.smithi031.stderr:tar: Error is not recoverable: exiting now 2024-06-06T20:46:03.583 INFO:tasks.cephadm:Checking cluster log for badness... 2024-06-06T20:46:03.583 DEBUG:teuthology.orchestra.run.smithi016:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-06-06T20:46:03.623 INFO:teuthology.orchestra.run.smithi016.stderr:grep: /var/log/ceph/ac338a92-2443-11ef-bc9b-c7b262605968/ceph.log: No such file or directory 2024-06-06T20:46:03.625 INFO:tasks.cephadm:Compressing logs... 2024-06-06T20:46:03.625 DEBUG:teuthology.orchestra.run.smithi016:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-06-06T20:46:03.669 DEBUG:teuthology.orchestra.run.smithi031:> sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-06-06T20:46:03.682 INFO:teuthology.orchestra.run.smithi016.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-06-06T20:46:03.684 INFO:teuthology.orchestra.run.smithi031.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-06-06T20:46:04.558 INFO:tasks.cephadm:Archiving logs... 2024-06-06T20:46:04.558 DEBUG:teuthology.misc:Transferring archived files from smithi016:/var/log/ceph to /home/teuthworker/archive/lflores-2024-06-06_18:21:47-orch-reef-release-distro-default-smithi/7744081/remote/smithi016/log 2024-06-06T20:46:04.559 DEBUG:teuthology.orchestra.run.smithi016:> sudo tar c -f - -C /var/log/ceph -- . 2024-06-06T20:46:04.727 DEBUG:teuthology.misc:Transferring archived files from smithi031:/var/log/ceph to /home/teuthworker/archive/lflores-2024-06-06_18:21:47-orch-reef-release-distro-default-smithi/7744081/remote/smithi031/log 2024-06-06T20:46:04.728 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /var/log/ceph -- . 2024-06-06T20:46:04.805 INFO:tasks.cephadm:Removing cluster... 2024-06-06T20:46:04.806 DEBUG:teuthology.orchestra.run.smithi016:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ac338a92-2443-11ef-bc9b-c7b262605968 --force 2024-06-06T20:46:04.934 INFO:teuthology.orchestra.run.smithi016.stdout:Deleting cluster with fsid: ac338a92-2443-11ef-bc9b-c7b262605968 2024-06-06T20:46:06.129 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ac338a92-2443-11ef-bc9b-c7b262605968 --force 2024-06-06T20:46:06.258 INFO:teuthology.orchestra.run.smithi031.stdout:Deleting cluster with fsid: ac338a92-2443-11ef-bc9b-c7b262605968 2024-06-06T20:46:07.443 INFO:tasks.cephadm:Removing cephadm ... 2024-06-06T20:46:07.444 DEBUG:teuthology.orchestra.run.smithi016:> rm -rf /home/ubuntu/cephtest/cephadm 2024-06-06T20:46:07.451 DEBUG:teuthology.orchestra.run.smithi031:> rm -rf /home/ubuntu/cephtest/cephadm 2024-06-06T20:46:07.459 INFO:tasks.cephadm:Teardown complete 2024-06-06T20:46:07.459 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_4b306633421b1cb0f0c4372ff5d6c363d032b25c/qa/tasks/cephadm.py", line 1747, in task healthy(ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_ceph-c_4b306633421b1cb0f0c4372ff5d6c363d032b25c/qa/tasks/ceph.py", line 1494, in healthy manager.wait_until_healthy(timeout=300) File "/home/teuthworker/src/git.ceph.com_ceph-c_4b306633421b1cb0f0c4372ff5d6c363d032b25c/qa/tasks/ceph_manager.py", line 3191, in wait_until_healthy assert time.time() - start < timeout, \ AssertionError: timeout expired in wait_until_healthy 2024-06-06T20:46:07.628 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=9954ae6593ad49bdbf154c0043433217 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_861a8dcf7aa816a26e13f039336f7ed0a9aec0fa/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_4b306633421b1cb0f0c4372ff5d6c363d032b25c/qa/tasks/cephadm.py", line 1747, in task healthy(ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_ceph-c_4b306633421b1cb0f0c4372ff5d6c363d032b25c/qa/tasks/ceph.py", line 1494, in healthy manager.wait_until_healthy(timeout=300) File "/home/teuthworker/src/git.ceph.com_ceph-c_4b306633421b1cb0f0c4372ff5d6c363d032b25c/qa/tasks/ceph_manager.py", line 3191, in wait_until_healthy assert time.time() - start < timeout, \ AssertionError: timeout expired in wait_until_healthy 2024-06-06T20:46:07.630 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-06-06T20:46:07.639 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-06-06T20:46:07.647 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi016:/dev/vg_nvme/lv_1... 2024-06-06T20:46:07.647 DEBUG:teuthology.orchestra.run.smithi016:> sudo nvme disconnect -n lv_1 2024-06-06T20:46:07.944 INFO:teuthology.orchestra.run.smithi016.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-06-06T20:46:07.945 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-06T20:46:07.946 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi016:/dev/vg_nvme/lv_2... 2024-06-06T20:46:07.946 DEBUG:teuthology.orchestra.run.smithi016:> sudo nvme disconnect -n lv_2 2024-06-06T20:46:08.240 INFO:teuthology.orchestra.run.smithi016.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-06-06T20:46:08.241 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-06T20:46:08.242 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi016:/dev/vg_nvme/lv_3... 2024-06-06T20:46:08.242 DEBUG:teuthology.orchestra.run.smithi016:> sudo nvme disconnect -n lv_3 2024-06-06T20:46:08.576 INFO:teuthology.orchestra.run.smithi016.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-06-06T20:46:08.577 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-06T20:46:08.578 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi016:/dev/vg_nvme/lv_4... 2024-06-06T20:46:08.578 DEBUG:teuthology.orchestra.run.smithi016:> sudo nvme disconnect -n lv_4 2024-06-06T20:46:08.872 INFO:teuthology.orchestra.run.smithi016.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-06-06T20:46:08.873 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-06T20:46:08.874 DEBUG:teuthology.orchestra.run.smithi016:> set -ex 2024-06-06T20:46:08.874 DEBUG:teuthology.orchestra.run.smithi016:> sudo dd of=/scratch_devs 2024-06-06T20:46:08.889 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi031:/dev/vg_nvme/lv_1... 2024-06-06T20:46:08.889 DEBUG:teuthology.orchestra.run.smithi031:> sudo nvme disconnect -n lv_1 2024-06-06T20:46:09.171 INFO:teuthology.orchestra.run.smithi031.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-06-06T20:46:09.172 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-06T20:46:09.173 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi031:/dev/vg_nvme/lv_2... 2024-06-06T20:46:09.173 DEBUG:teuthology.orchestra.run.smithi031:> sudo nvme disconnect -n lv_2 2024-06-06T20:46:09.435 INFO:teuthology.orchestra.run.smithi031.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-06-06T20:46:09.436 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-06T20:46:09.437 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi031:/dev/vg_nvme/lv_3... 2024-06-06T20:46:09.437 DEBUG:teuthology.orchestra.run.smithi031:> sudo nvme disconnect -n lv_3 2024-06-06T20:46:09.759 INFO:teuthology.orchestra.run.smithi031.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-06-06T20:46:09.760 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-06T20:46:09.761 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi031:/dev/vg_nvme/lv_4... 2024-06-06T20:46:09.761 DEBUG:teuthology.orchestra.run.smithi031:> sudo nvme disconnect -n lv_4 2024-06-06T20:46:10.063 INFO:teuthology.orchestra.run.smithi031.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-06-06T20:46:10.064 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-06T20:46:10.064 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-06-06T20:46:10.065 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/scratch_devs 2024-06-06T20:46:10.079 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-06-06T20:46:10.088 INFO:teuthology.task.clock:Checking final clock skew... 2024-06-06T20:46:10.088 DEBUG:teuthology.orchestra.run.smithi016:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-06-06T20:46:10.091 DEBUG:teuthology.orchestra.run.smithi031:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-06-06T20:46:10.107 INFO:teuthology.orchestra.run.smithi016.stdout: remote refid st t when poll reach delay offset jitter 2024-06-06T20:46:10.107 INFO:teuthology.orchestra.run.smithi016.stdout:============================================================================== 2024-06-06T20:46:10.107 INFO:teuthology.orchestra.run.smithi016.stdout:*hv01.front.sepi 67.205.162.81 3 u 11 64 377 0.093 1.032 0.914 2024-06-06T20:46:10.107 INFO:teuthology.orchestra.run.smithi016.stdout:+hv02.front.sepi 63.231.80.2 3 u 8 64 377 0.074 3.126 1.143 2024-06-06T20:46:10.107 INFO:teuthology.orchestra.run.smithi016.stdout:+hv03.front.sepi 74.6.168.72 3 u 66 64 377 0.096 2.490 1.215 2024-06-06T20:46:10.107 INFO:teuthology.orchestra.run.smithi016.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 0.000 0.000 2024-06-06T20:46:10.142 INFO:teuthology.orchestra.run.smithi031.stdout: remote refid st t when poll reach delay offset jitter 2024-06-06T20:46:10.142 INFO:teuthology.orchestra.run.smithi031.stdout:============================================================================== 2024-06-06T20:46:10.142 INFO:teuthology.orchestra.run.smithi031.stdout:+hv01.front.sepi 67.205.162.81 3 u 64 64 377 0.091 0.199 1.686 2024-06-06T20:46:10.142 INFO:teuthology.orchestra.run.smithi031.stdout:*hv02.front.sepi 63.231.80.2 3 u 60 64 377 0.106 3.455 1.468 2024-06-06T20:46:10.142 INFO:teuthology.orchestra.run.smithi031.stdout:+hv03.front.sepi 74.6.168.72 3 u 63 64 377 0.096 3.142 1.579 2024-06-06T20:46:10.143 INFO:teuthology.orchestra.run.smithi031.stdout: hv04.front.sepi .INIT. 16 u - 256 0 0.000 0.000 0.000 2024-06-06T20:46:10.143 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-06-06T20:46:10.152 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-06-06T20:46:10.152 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-06-06T20:46:10.160 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-06-06T20:46:10.168 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-06-06T20:46:10.175 INFO:teuthology.task.internal:Duration was 1355.377513 seconds 2024-06-06T20:46:10.176 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-06-06T20:46:10.187 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-06-06T20:46:10.187 DEBUG:teuthology.orchestra.run.smithi016:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-06-06T20:46:10.190 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-06-06T20:46:10.242 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-06-06T20:46:10.242 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi016.front.sepia.ceph.com 2024-06-06T20:46:10.242 DEBUG:teuthology.orchestra.run.smithi016:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-06-06T20:46:10.254 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi031.front.sepia.ceph.com 2024-06-06T20:46:10.254 DEBUG:teuthology.orchestra.run.smithi031:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-06-06T20:46:10.269 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-06-06T20:46:10.269 DEBUG:teuthology.orchestra.run.smithi016:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-06-06T20:46:10.297 DEBUG:teuthology.orchestra.run.smithi031:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-06-06T20:46:10.360 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-06-06T20:46:10.360 DEBUG:teuthology.orchestra.run.smithi016:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-06-06T20:46:10.362 DEBUG:teuthology.orchestra.run.smithi031:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-06-06T20:46:10.474 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-06-06T20:46:10.484 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-06-06T20:46:10.484 DEBUG:teuthology.orchestra.run.smithi016:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-06-06T20:46:10.499 DEBUG:teuthology.orchestra.run.smithi031:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-06-06T20:46:10.515 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-06-06T20:46:10.524 DEBUG:teuthology.orchestra.run.smithi016:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-06-06T20:46:10.545 DEBUG:teuthology.orchestra.run.smithi031:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-06-06T20:46:10.557 INFO:teuthology.orchestra.run.smithi016.stdout:kernel.core_pattern = core 2024-06-06T20:46:10.571 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern = core 2024-06-06T20:46:10.591 DEBUG:teuthology.orchestra.run.smithi016:> test -e /home/ubuntu/cephtest/archive/coredump 2024-06-06T20:46:10.633 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-06T20:46:10.634 DEBUG:teuthology.orchestra.run.smithi031:> test -e /home/ubuntu/cephtest/archive/coredump 2024-06-06T20:46:10.640 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-06-06T20:46:10.640 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-06-06T20:46:10.650 INFO:teuthology.task.internal:Transferring archived files... 2024-06-06T20:46:10.650 DEBUG:teuthology.misc:Transferring archived files from smithi016:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/lflores-2024-06-06_18:21:47-orch-reef-release-distro-default-smithi/7744081/remote/smithi016 2024-06-06T20:46:10.650 DEBUG:teuthology.orchestra.run.smithi016:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-06-06T20:46:10.706 DEBUG:teuthology.misc:Transferring archived files from smithi031:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/lflores-2024-06-06_18:21:47-orch-reef-release-distro-default-smithi/7744081/remote/smithi031 2024-06-06T20:46:10.706 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-06-06T20:46:10.731 INFO:teuthology.task.internal:Removing archive directory... 2024-06-06T20:46:10.731 DEBUG:teuthology.orchestra.run.smithi016:> rm -rf -- /home/ubuntu/cephtest/archive 2024-06-06T20:46:10.745 DEBUG:teuthology.orchestra.run.smithi031:> rm -rf -- /home/ubuntu/cephtest/archive 2024-06-06T20:46:10.776 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-06-06T20:46:10.786 INFO:teuthology.task.internal:Not uploading archives. 2024-06-06T20:46:10.787 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-06-06T20:46:10.855 INFO:teuthology.task.internal:Tidying up after the test... 2024-06-06T20:46:10.855 DEBUG:teuthology.orchestra.run.smithi016:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-06-06T20:46:10.857 DEBUG:teuthology.orchestra.run.smithi031:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-06-06T20:46:10.863 INFO:teuthology.orchestra.run.smithi016.stdout: 1048609 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jun 6 20:46 /home/ubuntu/cephtest 2024-06-06T20:46:10.865 INFO:teuthology.orchestra.run.smithi031.stdout: 1048609 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jun 6 20:46 /home/ubuntu/cephtest 2024-06-06T20:46:10.868 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-06-06T20:46:10.877 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-06-06T20:46:10.898 INFO:teuthology.run:Summary data: description: orch/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/client-keyring 3-final} duration: 1355.3775129318237 failure_reason: timeout expired in wait_until_healthy owner: scheduled_lflores@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=9954ae6593ad49bdbf154c0043433217 status: fail success: false 2024-06-06T20:46:10.898 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-06-06T20:46:10.975 INFO:teuthology.run:FAIL